/* general styles also used in the CMS */
h1 { margin:0px 0px 10px; background: url(/images/icon_header.gif) no-repeat left top;}
h1 { font-size:10pt; padding-top:3px; padding-bottom:7px; color: #3399FF; padding-left: 30px; text-transform: uppercase;}
h1 span { text-transform: none;}
h5 { color: #333333; padding-top:3px; padding-bottom:3px; margin-bottom:0px; text-transform: uppercase;}
.subheader { color: #333333; text-transform: uppercase; font-weight: bold; font-size: 1em; display: block; padding-bottom: 3px; margin: 0px;}
.cleargray { color: #999999; font-weight: bold;}
HR { width: 95%; border-top: 1px none #999999; border-right: 1px none #999999; border-bottom: 1px solid #999999; border-left: 1px none #999999;}
.maintext { padding: 10px 35px 10px 10px; visibility: visible;}
.maintext, .maintext td, .maintext p { font: 8pt Verdana, Helvetica, sans-serif; color: #333333;}
.col, .col p { font: 8pt Verdana, Helvetica, sans-serif; color: #333333;}
.col { padding: 0px 0px 0px 20px;}
.maintext a, .maintext a:visited, .maintext a:active { font-size: 8pt; color: #ff6600; text-decoration: underline;}
.maintext a:hover { font-size: 8pt; color: #ff6600; text-decoration: none;}
.maintext ul { margin-left: 1em; padding-left: 1em;}
/*	list with no bullet no indent: the 2 first ones work against each oter, the negative indent puts the bullet outside */
/*.maintext ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 1em;
	text-indent: 1em;
}*/

.highlighted {background: #EEEEEE; padding: 3px 5px; display: compact;}
.rightaligned {text-align: right;}
.blue {color: #3399FF;}
.green {color: #99cc33;}
.orange {color: #ff6600;}

/*	Table styles */
.dottedborder {border: 1px dotted #CCCCCC;}
.noborder {border: none;}
.headercell {background: #CCCCCC; text-align: center; border-bottom: 1px solid #999999;}
.graycell {background: #EEEEEE;}
.green {color: #66CC00;}
th { text-align: left; color: #3399FF; font-weight: bold; border-bottom: 1px solid #999999;}
th.header {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: none;
	background: #3399FF;
}

