/* CCSTheme v 3.x */
/* General */

body {
	font-family: Arial; font-size: 80%;
	background-color: #FFFFFF;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.menubkgrd {
	background-color: #4b7eaf;
	background-image: url(/images/toolbar-bg.png);
}

.gray {
	width: 1000px;
	border-bottom: 1px solid #B8B8B8;
	border-top: 1px solid #B8B8B8;
	background: #c6c6c6 url(/images/gray.png) repeat-x;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 2px;
}
.gray H3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	top: 2px;
	margin: 0px;
	padding: 2px 0px 0px;

}

.gray H2 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	top: 2px;
	margin: 0px;
	padding: 2px 0px 0px;

}

.gray ul,
td.left ul,
td.right ul,
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0 0 5px;
	text-indent: 6pt;
}

.gray li,
td.left li,
td.right li,
#footer li {
	border-bottom: 1px dotted #999;
	padding-bottom: 0;
	margin-bottom: 1px;
	font-size: 10px;
}
	
.white ul {
	list-style-position: inside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.white li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.white H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #196ab0;
	border-bottom-style: dotted;
	border-bottom-color: #196ab0;
	padding-top: 5px;
}
.white H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #196ab0;
	border-bottom-style: none;
	border-bottom-color: #196ab0;
	padding: 0px;
}
.white hr {
	color: #196ab0;

}

.grayfooter {
	z-index: 100;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;


}

.grayfooter a:link, .grayfooter a:visited {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  }
  
  .gray a:link, .gray a:visited {
	text-decoration: none
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
  }

.white {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	  }
	
	.lightgray {
	background-color: #e8e8e8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}.maintable {
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.leftcolumnbkgrd {
	background-image: url(images/body-shadow-tl.png);
	background-repeat: repeat-y;
}
.lefttablebackground {
	background-color: #FFFFFF;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
	font-size: 12px;

}

/*new nav*/

div#middle {
	background: #fff url(/images/toolbar-bg.png) 100% 0 repeat-y;
}

div#middle_2 {
	background: url(/images/toolbar-bg.png) 100% 0 no-repeat;
}

div#middle_3 {
	background: url(/images/toolbar-bg.png) 0 0 repeat-y;
}

div#middle_4 {
	background: url(/images/toolbar-bg.png) 0 0 no-repeat;
	padding: 0 19px; 
}
div#navigation {
	height: 28px;
	background: url(/images/toolbar-bg.png) 0 0 repeat-x;

}
div#centernav {
	margin: 0 auto !important;
	margin: 0;
	display: table !important;
	display: block;
	text-align: right;
	
}
span#topnav {
	padding: 0;
	white-space: nowrap;
	display: table-cell !important;
}

#topnav ul#mainlevel {
	float: left;
  padding: 0;
  margin:0;
  list-style: none;
  border-left: 1px solid #406990;
  border-right: 1px solid #406990;
}

#topnav #mainlevel li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #406990;
}

#topnav #mainlevel a:link, #topnav #mainlevel a:visited {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
	text-transform: uppercase;
  color: #CCCCCC;
	float:left;
  display:block;
	padding: 0 20px;
	height: 28px;
	line-height: 28px;
  text-decoration: none;
	background: url(images/omt_button_off.png) 0 0 no-repeat;
	border: 0;
}

#topnav #mainlevel li.red_active_menu {
	border-right: 1px solid #406990;
}

#topnav #mainlevel li.red_active_menu a:link, #topnav #mainlevel li.red_active_menu a:visited {
	background: url(images/omt_button_on.png) 0 0 no-repeat;
	color: #EEF0F2;
	float:left;
		padding: 0 20px;
	height: 28px;
	line-height: 28px;
}


#topnav #mainlevel a:hover {
  color: #FFFFFF;
}

#topnav #mainlevel li.red_active_menu a:hover {
	color: #fff;
}
.clr {
	clear: both;
}


/* Colors */
.PageBgColor {
	background-color: #d6e0ea;
	}

.FormTitleBgColor {
	background-color: #5493d2;
	}

.FormTitleFontColor {
	color: #ffffff;
	}

.CaptionBgColor {
	background-color: #b9d8f9;
	}

.CaptionFontColor {
	color: #000000;
	}

.DataBgColor {
	background-color: #f9f9f9;
	}

.AltDataBgColor {
	background-color: #e5f0fb;
	}

.DataFontColor {
	color: #000000;
	}

.LinkColor {
	color: #1f4cd2;
	}

.VisitedLinkColor {
	color: #871414;
	}

.HoverLinkColor {
	color: #ff2626;
	}


/* BEGIN Common */
body { 
	
	font-family: Arial; font-size: 70%;
	}





.text { 
	color: #000000
	}

a.menulink:link, a.menulink:visited { 
	color: #1f4cd2;
	}

a.menulink:hover, a.menulink:active { 
	color: #ff2626;
	}


a:link { 
	color: #1f4cd2;
	}

a:visited { 
	color: #871414;
	}

a:hover,a:active { 
	color: #ff2626;
	}

ul, ol, blockquote { 
	margin-top: 5px; 
	margin-bottom: 10px; 
	margin-left: 20px; 
	}

form {
	margin: 0px;
	}

h1	{
	font-size: 140%;
	margin-top: 5px; 
	margin-bottom: 5px;
	}

h2	{ 
	font-size: 120%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h3	{ 
	font-size: 100%; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h4	{ 
	font-size: 90%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h5	{ 
	font-size: 95%; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h6	{ 
	font-size: 80%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

th	{ 
	font-family: Arial; font-size: 90%;
	text-align: left;
	}

td { 
	font-family: Arial; font-size: 90%;
	text-align: left;
	}

/*input, textarea, select {
	font-family: Arial; font-size: 90%;
	font-size: 100%;
}

html>body input, html>body select, html>body textarea {
	font-family: Arial; font-size: 90%;
	font-size: inherit;
}*/

/* END Common */

.Header {
	width: 100%;
	}

.Header th { 
	font-size: 90%; font-weight: bold; text-align: center !important;
	padding: 3px;
	background-color: #5493d2; color: #ffffff;
	width: 100%;
	white-space: nowrap;
	}





.Header a:link { 
	color: #ffffff;
	}

.Header a:visited { 
	color: #ffffff;
	}

.Header a:hover, .Caption a:active { 
	color: #ffffff; text-decoration: none;
	}

.HeaderLeft { 
	background-image: url('Images/HeaderLeft.gif');
	}

.HeaderRight { 
	background-image: url('Images/HeaderRight.gif');
	background-position: right top;
	}

.HeaderLeft img{
	width: 9px;
	}

.HeaderRight img{
	width: 12px;
	}


/* Grid Options */
.Grid { 
	border: solid 1px #b9d8f9; border-bottom: 0px;
	width: 100%;
	}

.Caption th { 
	font-size: 70%; text-align: left; vertical-align: top;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	background-color: #b9d8f9; color: #000000;
	white-space: nowrap;
	}

.Caption td { 
	font-size: 70%; text-align: left; vertical-align: top;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	background-color: #b9d8f9; color: #000000;
	white-space: nowrap;
	}





.Caption a:link { 
	color: #000000;
	}

.Caption a:visited { 
	color: #000000;
	}

.Caption a:hover, .Caption a:active { 
	color: #ff2626;
	}

.Caption img {
	margin: 2px; 
	vertical-align: middle;
	}

.Caption input {
	vertical-align: middle;
	}

.Row th { 
	font-size: 90%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	background-color: #f9f9f9; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.Row td { 
	font-size: 90%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	text-align: left;
	vertical-align: top;
	background-color: #f9f9f9; 
	color: #000000;
	}
	




caption.Row { 
	font-size: 90%;
	padding: 3px;
	border: solid 1px #b9d8f9; border-bottom: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #f9f9f9; 
	color: #000000;
	}





.Row a:link { 
	color: #1f4cd2;
	}

.Row a:visited { 
	color: #871414;
	}

.Row a:hover, .Row a:active { 
	color: #ff2626;
	}

.Separator{
	color: #5493d2;
	}

.Separator td{
	height: 1px;
	}


.AltRow th { 
	font-size: 90%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	background-color: #f9f9f9; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.AltRow td { 
	font-size: 90%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	text-align: left;
	vertical-align: top;
	background-color: #e5f0fb; 
	color: #000000;
	}





.AltRow a:link { 
	color: #1f4cd2;
	}

.AltRow a:visited { 
	color: #871414;
	}

.AltRow a:hover, .AltRow a:active { 
	color: #ff2626;
	}

.NoRecords td { 
	font-size: 90%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	text-align: left;
	background-color: #f9f9f9; 
	color: #000000;
	vertical-align: top;
	}

.Footer td { 
	font-size: 90%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	background-color: #b9d8f9; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}





.Footer a:link { 
	color: #1f4cd2;
	}

.Footer a:visited { 
	color: #871414;
	}

.Footer a:hover, .Footer a:active { 
	color: #ff2626;
	}

.Footer img {
	margin: 2px; 
	vertical-align: middle;
	}

.Footer input {
	margin: 2px;
	vertical-align: middle;
	}

/* Record Options */
.Record { 
	border: solid 1px #b9d8f9; border-bottom: 0px;
	width: 100%;
	}

.Error td { 
	font-size: 90%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	text-align: left;
	color: #FF0000;
	vertical-align: top;
	background-color: #f9f9f9; 
	}





.Controls th { 
	font-size: 90%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	background-color: #f9f9f9; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.Controls td { 
	font-size: 90%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	text-align: left;
	vertical-align: top;
	background-color: #f9f9f9; 
	color: #000000;
	}
	
.Bottom td { 
	font-size: 90%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	background-color: #b9d8f9; color: #000000;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}





.Bottom a:link { 
	color: #1f4cd2;
	}

.Bottom a:visited { 
	color: #871414;
	}

.Bottom a:hover, .Caption a:active { 
	color: #ff2626;
	}

.Bottom img {
	margin: 2px;
	vertical-align: middle; 
	}

.Bottom input {
	margin: 2px;
	vertical-align: middle;
	}

/* Report */
.GroupCaption th{
	font-size: 90%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #e5f0fb; 
	color: #000000;
	}

.GroupCaption td{
	font-size: 90%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #f9f9f9; 
	color: #000000;
	}





.GroupCaption a:link {
	color: #000000;
	}

.GroupCaption a:visited{
	color: #000000;
	}

.GroupCaption a:hover, .GroupCaption a:active{
	color: #ff2626;
	}

.GroupFooter td{
	font-size: 90%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #b9d8f9; 
	color: #000000;
	}





.GroupFooter a:link {
	color: #1f4cd2;
	}

.GroupFooter a:visited{
	color: #871414;
	}

.GroupFooter a:hover,.GroupFooter a:active{
	color: #ff2626;
	}

.GroupFooter img {
	margin: 2px; 
	vertical-align: middle;
	}

.GroupFooter input {
	margin: 2px;
	vertical-align: middle;
	}

.SubTotal td{
	font-size: 90%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #e5f0fb; 
	color: #000000;
	border-bottom: 2px solid #5493d2;
	}





.SubTotal a:link {
	color: #1f4cd2;
	}

.SubTotal a:visited{
	color: #871414;
	}

.SubTotal a:hover, .SubTotal a:active{
	color: #ff2626;
	}

.Total td{
	font-size: 90%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	background-color: #e5f0fb; 
	color: #000000;
	}





.Total a:link {
	color: #1f4cd2;
	}

.Total a:visited{
	color: #871414;
	}

.Total a:hover, .Total a:active{
	color: #ff2626;
	}

/* Form Options */
.Button { 
	background-color: #e5f0fb; color: #000000; border: solid 1px #5493d2; padding: 2px; font-weight: bold; font-size: 85%; font-family: Tahoma;
	}

/* Calendar */

.Calendar { 
	border: solid 1px #b9d8f9;
	width: 100%;
	}

.CalendarWeekdayName{
	font-size: 90%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	text-align: center; 
	vertical-align: top;
	white-space: nowrap;
	background-color: #e5f0fb; 
	color: #000000;
	font-weight: normal;
	}





.CalendarWeekdayName a:link {
	color: #1f4cd2;
	}

.CalendarWeekdayName a:visited{
	color: #871414;
	}

.CalendarWeekdayName a:hover, .CalendarWeekdayName a:active{
	color: #ff2626;
	}

.CalendarWeekendName{
	font-size: 90%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	white-space: nowrap;
	text-align: center; 
	vertical-align: top;
	background-color: #e5f0fb;	
	color: #000000;
	font-weight: normal;
	}





.CalendarWeekendName a:link {
	color: #000000;
	}

.CalendarWeekendName a:visited{
	color: #000000;
	}

.CalendarWeekendName a:link, .CalendarWeekendName a:visited{
	color: #ff2626;
	}

/* Calendar Day */
.CalendarDay{
	font-size: 90%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	text-align: center;
	background-color: #f9f9f9;	
	color: #000000;
	}





.CalendarDay a:link {
	color: #1f4cd2;
	}

.CalendarDay a:visited{
	color: #871414;
	}

.CalendarDay a:hover, .CalendarDay a:active{
	color: #ff2626;
	}

/* Calendar Weekend */
.CalendarWeekend{
	font-size: 90%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	text-align: center;
	background-color: #e5f0fb;	
	color: #000000;
	}





.CalendarWeekend a:link {
	color: #1f4cd2;
	}

.CalendarWeekend a:visited{
	color: #871414;
	}

.CalendarWeekend a:hover, .CalendarWeekend a:active{
	color: #ff2626;
	}

/* Calendar Today */
.CalendarToday {
	font-size: 90%;
	padding: 1px;
	border: 2px solid #b9d8f9; border-top: 1px solid #b9d8f9;
	text-align: center;
	background-color: #f9f9f9;	
	color: #000000;
	}





.CalendarToday a:link {
	color: #1f4cd2;
	}

.CalendarToday a:visited{
	color: #871414;
	}

.CalendarToday a:hover, .CalendarToday a:active {
	color: #ff2626;
	}

/* Calendar Weekend Today */
.CalendarWeekendToday {
	font-size: 90%;
	padding: 1px;
	border: 2px solid #b9d8f9; border-top: 1px solid #b9d8f9;
	text-align: center;
	background-color: #e5f0fb;	
	color: #000000;
	}





.CalendarWeekendToday a:link {
	color: #1f4cd2;
	}

.CalendarWeekendToday a:visited{
	color: #871414;
	}

.CalendarWeekendToday a:hover, .CalendarWeekendToday a:active{
	color: #ff2626;
	}

/* Calendar Other Month's Day */
.CalendarOtherMonthDay{
	font-size: 90%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	text-align: center;
	background-color: #f9f9f9;	
	color: #5493d2;
	}





.CalendarOtherMonthDay a:link {
	color: #5493d2;
	}

.CalendarOtherMonthDay a:visited{
	color: #5493d2;
	}

.CalendarOtherMonthDay a:hover, .CalendarOtherMonthDay a:active{
	color: #ff2626;
	}

/* Calendar Other Month's Today */
.CalendarOtherMonthToday {
	font-size: 90%;
	padding: 1px;
	border: 2px solid #b9d8f9; border-top: 1px solid #b9d8f9;
	text-align: center;
	background-color: #f9f9f9;	
	color: #5493d2;
	}





.CalendarOtherMonthToday a:link {
	color: #5493d2;
	}

.CalendarOtherMonthToday a:visited{
	color: #5493d2;
	}

.CalendarOtherMonthToday a:hover,.CalendarOtherMonthToday a:active{
	color: #ff2626;
	}

/* Calendar Other Month's Weekend */
.CalendarOtherMonthWeekend {
	font-size: 90%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	text-align: center;
	background-color: #e5f0fb;	
	color: #5493d2;
	}





.CalendarOtherMonthWeekend a:link {
	color: #5493d2;
	}

.CalendarOtherMonthWeekend a:visited{
	color: #5493d2;
	}

.CalendarOtherMonthWeekend a:hover, .CalendarOtherMonthWeekend a:active{
	color: #ff2626;
	}

/* Calendar Other Month's Weekend Today */
.CalendarOtherMonthWeekendToday {
	font-size: 90%;
	padding: 1px;
	border: 2px solid #b9d8f9; border-top: 1px solid #b9d8f9;
	text-align: center;
	color: #5493d2;
	background-color: #e5f0fb;	
	}
	




.CalendarOtherMonthWeekendToday a:link {
	color: #5493d2;
	}

.CalendarOtherMonthWeekendToday a:visited{
	color: #5493d2;
	}

.CalendarOtherMonthWeekendToday a:hover, .CalendarOtherMonthWeekendToday a:active{
	color: #ff2626;
	}

/* Calendar Selected Day (for DatePicker) */
.CalendarSelectedDay{
	font-size: 90%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	background-color: #b9d8f9;
	color: #000000;
	text-align: center;
	font-weight: bold;
	}
	




.CalendarSelectedDay a:link {
	color: #000000;
	}

.CalendarSelectedDay a:visited{
	color: #000000;
	}

.CalendarSelectedDay a:hover, .CalendarSelectedDay a:active{
	color: #ff2626;
	}

/* Calendar Navigator */
.CalendarNavigator {
	font-size: 90%;
	padding: 3px;
	background-color: #b9d8f9; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}





.CalendarNavigator a:link {
	color: #1f4cd2;
	}

.CalendarNavigator a:visited{
	color: #871414;
	}

.CalendarNavigator a:hover, .CalendarNavigator a:active{
	color: #ff2626;
	}

.CalendarNavigator img{
	margin: 2px;
	vertical-align: middle; 	
	}

.CalendarNavigator td {
	font-size: 90%;
	}

.CalendarNavigator th {
	font-size: 90%;
	}





/* Calendar Extra */
.CalendarEvent{
	font-size: 90%;
	text-align: left;
	}





.CalendarEvent a:link {
	color: #1f4cd2;
	}

.CalendarEvent a:visited{
	color: #871414;
	}

.CalendarEvent a:hover, .CalendarEvent a:active{
	color: #ff2626;
	}

/* Changes for Section508 */
table tr td strong {
	padding: 0px;
	margin: 0px;
}

.th { 
	font-family: Arial; font-size: 90%;
	font-weight: bold;
}





.Header .th { 
	font-size: 80%; font-weight: bold; text-align: center !important;
	padding: 3px;
	background-color: #5493d2; color: #ffffff;
	width: 100%;
	white-space: nowrap;
}





.Caption .th { 
	font-size: 80%; text-align: left; vertical-align: top;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	background-color: #b9d8f9; color: #000000;
	white-space: nowrap;
}





.Row .th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	background-color: #f9f9f9; color: #000000;
	white-space: nowrap;
	color: #000000;
}

.AltRow .th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	background-color: #f9f9f9; color: #000000;
	white-space: nowrap;
	color: #000000;
}

.Controls .th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	background-color: #f9f9f9; color: #000000;
	white-space: nowrap;
	color: #000000;
}

.GroupCaption .th {
	font-size: 80%;
	padding: 3px;
	border-bottom: solid 1px #b9d8f9;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
	background-color: #e5f0fb; 
	color: #000000;
}





/* Class for Application Builder Menu */
.simpleMenu td {
	font-size: 80%;
}





