body, html {
	background-color: #FFFFFF;
	font-family:Calibri,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11pt;
	color:#000000;
	/* color:#483D8B; */
	/*color:#000000;*/
}

p {
	font-family:Calibri,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11pt;
	color:#000000;
	margin:10px 5px;
}

li {
	font-family:Calibri,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11pt;
}

ul.nav {
	padding:5px 10px;
	margin:0 0 0 8px;
}

ul.nav li {
	margin:0;
	font-size:9pt;
}

h1 {
	font-family:Calibri,Verdana,Arial,Helvetica,sans-serif;
	font-size: 15pt;
}
h2 {
	font-family:Calibri,Verdana,Arial,Helvetica,sans-serif;
	font-size: 13pt;
}
h3 {
	font-family:Calibri,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11pt;
}
h4 {
	font-family:Calibri,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11pt;
}
h5 {
	font-family:Calibri,Verdana,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-style: italic;
}
h6 {
	font-size: 8pt;
	font-style: italic;
}

textarea {
	font-family:Calibri,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11pt;
	color: black;
}

table {
	font-family:Calibri,Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size: 11pt;
	/*border-collapse:collapse;*/
}

td {
	font-family:Calibri,Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size: 11pt;
}

th {
	background-color:#ECECEC;
	color:#000000;
	font-size: 11pt;
	font-weight:bold;	
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

ul, li {
	font-family:Calibri,Verdana,Arial,Helvetica,sans-serif;
	/*font-size: 11pt;*/
	color:#000000;
}

/*ext datefield calendars get hosed up if you apply margins to all ol/ul, so use custom class here*/
ol.listStyle{
	list-style: decimal;
	margin:0 0 0 30px;
}

ul.listStyle{
	list-style: disc;
	margin:0 0 0 20px;
}

.pageTable {
	margin:5px;	
}
.pageCell {
	padding:5px;	
}
.formTable {
	margin:2px;	
}
.formTable td {
	padding:3px 2px;
}
/* shouldn't use this...rely on td descendants wrapped in formTable instead*/
.formCell {
	padding:5px 1px;
}
.innerTable {
	margin:0;	
}
.innerTable td {
	margin:0;	
}

.reportTable {
	border-top:1px dotted #000000;
	border-right:1px dotted #000000;
}

.reportHead {
	border-left:1px dotted #000000;
	border-bottom:1px dotted #000000;
	vertical-align:bottom;
	padding:5px;
}

.reportRow {
	border-left:1px dotted #000000;
	border-bottom:1px dotted #000000;
	padding:5px;
}

.reportTable th {
	border-left:1px dotted #000000;
	border-bottom:1px dotted #000000;
	vertical-align:bottom;
	padding:5px;
}

.reportTable td {
	border-left:1px dotted #000000;
	border-bottom:1px dotted #000000;
	padding:5px;
}

.clsTableHeader {
	background-color:#000099;
	color:white;
	font-size: 11pt;
	font-weight:bold;
}

.clsTableRow {
	font-size: 11pt;
	background-color:white;
}

/* Regular font, only smaller size.*/
.clsSmall {
	font-size: 8pt;
}

.clsSmaller {
	font-size: 7pt;
}

.clsFieldTitle {
	text-align: right;
	padding-top:5px;
	padding-bottom:10px;
}

.clsPageTitle{
	font-size : 12pt;
	font-weight : bold;
	text-align: center;
	padding-left:0px;
	padding-top:15px;
	padding-bottom:6px;
}

/* style for tabs, both on and off */ 
.clsTabOn{
	color: #FFFFFF;
	background-color: #828DB1;
	font-size: 8pt;
	font-weight: bold;
	text-align: Center;
}

.clsTabOff{
	color: #000000;
	background-color: #CCD2D9;
	font-size: 8pt;
	font-weight : bold;
	text-align: Center;
}

a:link {
	color: Blue;
	text-decoration: none;
}	

a, a:visited {
	color: Blue;
	text-decoration:none;
}

a:active {
	color: Blue;
	text-decoration:none;
}

a, a:hover {
	color: Blue;
	text-decoration:underline;
}

a.clsHoverBold { color: #003399; text-decoration:none }
a.clsHoverBold:visited { color: #6699CC; }
a.clsHoverBold:active { text-decoration: none; }
a.clsHoverBold:hover { text-decoration: none;font-weight: bold; }

a.clsHoverLine { color: #003399; text-decoration:none }
a.clsHoverLine:visited { color: #003399; }
a.clsHoverLine:active { text-decoration: none; }
a.clsHoverLine:hover { color: Blue; text-decoration: underline; }

a.clsHoverWhite { color: #FFFFFF; text-decoration:none }
a.clsHoverWhite:visited { color: #FFFFFF; }
a.clsHoverWhite:active { color: #FFFFFF; text-decoration: none; }
a.clsHoverWhite:hover { color: #FFFFFF; text-decoration: none;font-weight: bold; }

legend {
	color: #336699;
	padding:0px; 
	margin:0px;
	font-weight:bold;
	/*font-size:8pt;*/
}

fieldset {
	padding:5px;
	margin:5px;	
	border: 1px solid #ccc;
}
.error {
	color:red;
	font-weight:bold;
	margin-bottom:15px;
}
.required {
	color:red;
	font-size:8pt;
	margin-left:5px;
}

.actionButtons {
	padding-left:4px;
}
body.mediaPlayer{
	background-color:#869CA7;
}

.inlineIcon {
	vertical-align:middle;
	border:0;
	margin-right:0;
	margin-bottom:2px;
}

.ajaxStatus {
	font-size:8px;
	color:red;
}

.callout {
	background-image:url('/fire/images/dialog-information.png');
	background-repeat:no-repeat;
	background-position:10px 20px;
	background-color:#ffcd32;    /*#ECECEC;*/
	color:black;
	border:1px #003A81 solid;
	padding:5px 10px 10px 34px;
	margin-bottom:10px;
}

ol.alphaList {
	list-style-type: upper-alpha;
}

ol.alphalist li {
	margin-top:5px;
	margin-bottom:5px;	
}