/* vim:set ts=4 sts=4 sw=4 bs=2 ai si noet nu ff=dos ft=css: */
/* $Id$ */
/* Last Change: 02-March-2015 18:10:25. */

h1.bgblue {
	background: url(../images/common/h2_bg_blue.png) repeat-x 0 bottom;
	padding-bottom: 16px;
}

h1.bgred {
	background: url(../images/common/h2_bg_red.png) repeat-x 0 bottom;
	padding-bottom: 16px;
}

p.box_text_blue {
	margin-top: 12px;
	margin-bottom: 30px;
	padding: 4px; 
	background: url(../images/common/bg_blue.png) repeat-x 0 0;
	color: white;
	text-align: right;
	border-radius: 4px;
}

ul.inline li {
	display: inline;
}

ul.float li {
	float: left;
}

ul.number {
	list-style-type: decimal;
}

.Lbox {
	margin-bottom: 46px;
}

.Mbox {
	margin-bottom: 36px;
}

.Sbox {
	margin-bottom: 26px;
}

.box {
	margin-bottom: 16px;
}

.wide {
	width: 100%;
}

.mid {
	width: 50%;
}

.underline {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}

.rb_arrow_blue {
	background: url(../images/common/arrow_blue.png) no-repeat right bottom;
	padding-bottom: 10px;
}

.rb_arrow_green {
	background: url(../images/common/arrow_green.png) no-repeat right bottom;
	padding-bottom: 10px;
}

.Lpd {
	padding-bottom: 36px;
}

.Mpd {
	padding-bottom: 26px;
}

.Spd {
	padding-bottom: 16px;
}

.FL {
	float: left;
}

.FR {
	float: right;
}

.TC {
	text-align: center;
}

.TR {
	text-align: right;
}

.MC {
	margin-left: auto;
	margin-right: auto;
}

.MR {
	margin-left: auto;
}

.clear {
	clear: both;
	border: none;
}

.red {
	color: red;
}

.blue {
	color: blue;
}

img.photo_frame {
	padding: 6px;
	border: 1px solid #ccc;
}

