/* CCSTheme v 3.x */
/* General */

/* Colors */


.FormTitleBgColor {
	background-color: #6c8a9b;
	}

.FormTitleFontColor {
	color: #f4f4f4;
	}


.DataBgColor {
	background-color: #dbe3e5;
	}

.AltDataBgColor {
	background-color: #c8d4d8;
	}

.DataFontColor {
	color: #2e4653;
	}

.LinkColor {
	color: #0000e0;
	}

.VisitedLinkColor {
	color: #2929e0;
	}

.HoverLinkColor {
	color: #a80019;
	}

.ColorBgButton {
	background-color: #6c8a9b;
}

.ColorFontButton {
	color: #f4f4f4;
}

.ColorBgButtonPassive {
	background-color: #b1cad9;
}

.ColorFontButtonPassive {
	color: #f4f4f4;
}

/* BEGIN Common */



ul, ol, blockquote { 
	margin-top: 5px; 
	margin-bottom: 10px; 
	margin-left: 20px; 
	}

form {
	margin: 0px;
	}

h1	{
	color: #38626b;
	font-size: 150%;
	margin-top: 5px; 
	margin-bottom: 5px;
	}

h2	{ 
	color: #38626b;
	font-size: 130%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h3	{ 
	color: #38626b;
	font-size: 110%; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h4	{ 
	color: #38626b;
	font-size: 100%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h5	{ 
	color: #38626b;
	font-size: 100%; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h6	{ 
	color: #38626b;
	font-size: 90%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}



/*input, textarea, select {
	font-family: Verdana; font-size: 80%;
	font-size: 100%;
}

html>body input, html>body select, html>body textarea {
	font-family: Verdana; font-size: 80%;
	font-size: inherit;
}*/

/* END Common */

.Header {
	width: 100%;
	}

.Header th { 
	font-size: 100%; font-weight: bold; text-align: center !important;
	padding: 4px;
	background-color: #E10A12; color: #f4f4f4;
	width: 100%;
	white-space: nowrap;
	
	}


html>body .Header th {
	font-size: 100%; text-align: center !important;
}


/*ie6*/
* html body .Header th {
	font-size: 100%; text-align: center !important;
}
/*end*/

.Header a:link { 
	color: #f4f4f4;
	}

.Header a:visited { 
	color: #f4f4f4;
	}

.Header a:hover, .Caption a:active { 
	color: #f4f4f4; text-decoration: none;
	}

.HeaderLeft { 
	background-color: #E10A12;
	}

.HeaderRight { 
	background-position: right top;
	}

.HeaderLeft img{
	width: 14px;
	}

.HeaderRight img{
	width: 1px;
	}


/* Grid Options */
.Grid { 
	border: solid 1px #667667; border-bottom: 0px;
	width: 100%;
	}
	
.CatGrid { 
	border: solid 1px #CCCCCC; border-bottom: 0px;
	width: 100%;
	}	

.Caption th { 
	font-size: 80%; 	text-align: left; vertical-align: top;
	padding: 4px;
	border-bottom: solid 1px #6c8a9b;
	background-color: #dbe3e5; color: #2e4653;
	white-space: nowrap;
	}

.Caption td { 
	font-size: 80%; 	text-align: left; vertical-align: top;
	padding: 4px;
	border-bottom: solid 1px #6c8a9b;
	background-color: #dbe3e5; color: #2e4653;
	white-space: nowrap;
	}


html>body .Caption th, html>body .Caption td {
	font-size: 100%; 	text-align: left; vertical-align: top;
}


/*ie6*/
* html body .Caption th, * html body .Caption td {
	font-size: 100%; 	text-align: left; vertical-align: top;
}
/*end*/

.Caption a:link { 
	color: #2e4653;
	}

.Caption a:visited { 
	color: #2e4653;
	}

.Caption a:hover, .Caption a:active { 
	color: #a80019;
	}

.Caption img {
	margin: 2px; 
	vertical-align: middle;
	}

.Caption input {
	vertical-align: middle;
	}

.Row th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 4px;
	border-bottom: solid 1px #6c8a9b;
	background-color: #dbe3e5; color: #2e4653;
	white-space: nowrap;
	color: #2e4653;
	}

.Row td { 
	font-size: 80%;
	padding: 1px;
	border-bottom: solid 1px #6c8a9b;
	text-align: left;
	vertical-align: top;
	background-color: #dbe3e5; 
	color: #2e4653;
	}
.CatRow th { 
	font-size: 100%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 4px;
	border-bottom: solid 1px #6c8a9b;
	background-color: #dbe3e5; 
	color: #2e4653;
	white-space: nowrap;
	color: #2e4653;
	}

.CatRow td { 
	font-size: 100%;
	padding: 1px;
	border-bottom: solid 1px #6c8a9b;
	text-align: left;
	vertical-align: top;
	background-color: #ededed; 
	color: #2e4653;
	}
		


.Footer td { 
	font-size: 80%;
	padding: 2px;
	border-bottom: solid 1px #6c8a9b;
	background-color: #dbe3e5; color: #2e4653;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #2e4653;
	}


html>body .Row th, html>body .Row td {
	font-size: 100%;
}


/*ie6*/
* html body .Row th, * html body .Row td {
	font-size: 100%;
}
/*end*/

caption.Row { 
	font-size: 80%;
	padding: 4px;
	border: solid 1px #667667; border-bottom: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #dbe3e5; 
	color: #2e4653;
	}


html>body caption.Row {
	font-size: 100%;
}


/*ie6*/
* html body caption.Row {
	font-size: 100%;
}
/*end*/

.Row a:link { 
	color: #0000e0;
	}

.Row a:visited { 
	color: #2929e0;
	}

.Row a:hover, .Row a:active { 
	color: #a80019;
	}

.Separator{
	color: #6c8a9b;
	}

.Separator td{
	height: 1px;
	}


.AltRow th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 1px;
	border-bottom: solid 1px #6c8a9b;
	background-color: #dbe3e5; color: #2e4653;
	white-space: nowrap;
	color: #2e4653;
	}

.AltRow td { 
	font-size: 80%;
	padding: 1px;
	border-bottom: solid 1px #6c8a9b;
	text-align: left;
	vertical-align: top;
	background-color: #c8d4d8; 
	color: #2e4653;
	}


html>body .AltRow th, html>body .AltRow td {
	font-size: 100%;
}


/*ie6*/
* html body .AltRow th, * html body .AltRow td {
	font-size: 100%;
}
/*end*/

.AltRow a:link { 
	color: #0000e0;
	}

.AltRow a:visited { 
	color: #2929e0;
	}

.AltRow a:hover, .AltRow a:active { 
	color: #a80019;
	}

.NoRecords td { 
	font-size: 80%;
	padding: 4px;
	border-bottom: solid 1px #6c8a9b;
	text-align: left;
	background-color: #dbe3e5; 
	color: #2e4653;
	vertical-align: top;
	}



html>body .NoRecords td, html>body  {
	font-size: 100%;
}


/*ie6*/
* html body .NoRecords td, * html body  {
	font-size: 100%;
}
/*end*/



/* Record Options */
.Record { 
	border: solid 1px #667667; border-bottom: 0px;
	width: 100%;
	}

.Error td { 
	font-size: 80%;
	padding: 4px;
	border-bottom: solid 1px #6c8a9b;
	text-align: left;
	color: #FF0000;
	vertical-align: top;
	background-color: #dbe3e5; 
	}


* html>body .Error td {
	font-size: 100%;
}


/*ie6*/
* html body .Error td {
	font-size: 100%;
}
/*end*/

.Controls th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 4px;
	border-bottom: solid 1px #6c8a9b;
	background-color: #dbe3e5; color: #2e4653;
	white-space: nowrap;
	color: #2e4653;
	}

.Controls td { 
	font-size: 80%;
	padding: 4px;
	border-bottom: solid 1px #6c8a9b;
	text-align: left;
	vertical-align: top;
	background-color: #dbe3e5; 
	color: #2e4653;
	}
	
.Bottom td { 
	font-size: 80%;
	padding: 4px;
	border-bottom: solid 1px #6c8a9b;
	background-color: #dbe3e5; color: #2e4653;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	color: #2e4653;
	}


html>body .Controls th, html>body .Controls td, html>body .Bottom td {
	font-size: 100%;
}


/*ie6*/
* html body .Controls th, * html body .Controls td, * html body .Bottom td {
	font-size: 100%;
}
/*end*/

.Bottom a:link { 
	color: #0000e0;
	}

.Bottom a:visited { 
	color: #2929e0;
	}

.Bottom a:hover, .Caption a:active { 
	color: #a80019;
	}

.Bottom img {
	margin: 2px;
	vertical-align: middle; 
	}

.Bottom input {
	margin: 2px;
	vertical-align: middle;
	}

/* Report */
.GroupCaption th{
	font-size: 80%;
	padding: 4px;
	border-bottom: solid 1px #6c8a9b;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #c8d4d8; 
	color: #2e4653;
	}

.GroupCaption td{
	font-size: 80%;
	padding: 4px;
	border-bottom: solid 1px #6c8a9b;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #dbe3e5; 
	color: #2e4653;
	}


html>body .GroupCaption th, html>body .GroupCaption td {
	font-size: 100%;
}


/*ie6*/
* html body .GroupCaption th, * html body .GroupCaption td {
	font-size: 100%;
}
/*end*/

.GroupCaption a:link {
	color: #2e4653;
	}

.GroupCaption a:visited{
	color: #2e4653;
	}

.GroupCaption a:hover, .GroupCaption a:active{
	color: #a80019;
	}



.SubTotal td{
	font-size: 80%;
	padding: 4px;
	border-bottom: solid 1px #6c8a9b;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #c8d4d8; 
	color: #2e4653;
	border-bottom: 2px solid #6c8a9b;
	}


html>body .SubTotal td {
	font-size: 100%;
}


/*ie6*/
* html body .SubTotal td {
	font-size: 100%;
}
/*end*/

.SubTotal a:link {
	color: #0000e0;
	}

.SubTotal a:visited{
	color: #2929e0;
	}

.SubTotal a:hover, .SubTotal a:active{
	color: #a80019;
	}



/* Form Options */
.Button { 
	background-color: #6c8a9b; color: #f4f4f4; border-left: solid 1px #EDEDED; border-top: solid 1px #EDEDED; border-right: solid 1px #848284; border-bottom: solid 1px #848284; padding: 2px; font-weight: bold; font-family: Verdana; font-size: 11px; font-weight: bold;
	}



/* Changes for Section508 */
table tr td strong {
	padding: 0px;
	margin: 0px;
}

.th { 
	font-family: Verdana; font-size: 80%;
	font-weight: bold;
}


html>body .th {
	font-size: 100%;
}


/*ie6*/
* html body .th {
	font-size: 100%;
}
/*end*/

.Header .th { 
	font-size: 110%; font-weight: bold; text-align: center !important;
	padding: 4px;
	background-image: url('Images/HeaderBg.gif'); color: #f4f4f4;
	width: 100%;
	white-space: nowrap;
}


html>body .Header .th {
	font-size: 140%; font-weight: bold; text-align: center !important;
}


/*ie6*/
* html body .Header .th {
	font-size: 140%; font-weight: bold; text-align: center !important;
}
/*end*/

.Caption .th { 
	font-size: 80%; 	text-align: left; vertical-align: top;
	padding: 4px;
	border-bottom: solid 1px #6c8a9b;
	background-color: #dbe3e5; color: #2e4653;
	white-space: nowrap;
}


html>body .Caption .th {
	font-size: 100%; 	text-align: left; vertical-align: top;
}


/*ie6*/
* html body .Caption .th {
	font-size: 100%; 	text-align: left; vertical-align: top;
}
/*end*/

.Row .th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 4px;
	border-bottom: solid 1px #6c8a9b;
	background-color: #dbe3e5; color: #2e4653;
	white-space: nowrap;
	color: #2e4653;
}

.AltRow .th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 4px;
	border-bottom: solid 1px #6c8a9b;
	background-color: #dbe3e5; color: #2e4653;
	white-space: nowrap;
	color: #2e4653;
}

.Controls .th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 4px;
	border-bottom: solid 1px #6c8a9b;
	background-color: #dbe3e5; color: #2e4653;
	white-space: nowrap;
	color: #2e4653;
}

.GroupCaption .th {
	font-size: 80%;
	padding: 4px;
	border-bottom: solid 1px #6c8a9b;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
	background-color: #c8d4d8; 
	color: #2e4653;
}


html>body .GroupCaption .th {
	font-size: 100%;
}

html>body .Row .th, html>body .AltRow .th, html>body .Controls .th {
	font-size: 100%; font-weight: normal; text-align: left; vertical-align: top;
}


/*ie6*/
* html body .GroupCaption .th {
	font-size: 100%;
}

* html body .Row .th, * html body .AltRow .th, * html body .Controls .th {
	font-size: 100%; font-weight: normal; text-align: left; vertical-align: top;
}
/*end*/

/* Class for Application Builder Menu */
.simpleMenu td {
	font-size: 80%;
}


html>body .simpleMenu td {
	font-size: 100%;
} 


/*ie6*/
* html body .simpleMenu td {
	font-size: 100%;
} 
/*end*/
