﻿/* Main body of page */
body, td, div, span, li, ul, p, legend
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	scrollbar-3dlight-color: #F5F5F5;
	scrollbar-arrow-color: gray;
	scrollbar-darkshadow-color: #F5F5F5;
	scrollbar-face-color: #F5F5F5;
	scrollbar-highlight-color:#F5F5F5;
	scrollbar-shadow-color: #E4EAF2;
	scrollbar-track-color: #FFF;	 
}

b
{
	font-weight:bolder;
	color:#457766;
}

a
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	color: gray;
}

ul
{ 
	margin:0px;
}

li
{
	list-style: none;
	margin-left:10px;
	padding:2px;
}

.lbl /* Label */
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}

.lblInfo /* For user defined info */
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	color:#457766;
}

.txt /* TextBox */
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}

.lbx /* ListBox */
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	border-width:0px;
}

.ddl /* DropDownList */
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}

.cbx /* CheckBox */
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	border:sold 1px gray;
}

.cbx input
{
	vertical-align:middle;	
}

.cbxL /* CheckBoxList */
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	background-color:White;
	border-right:  	#7798B0 1px solid;
	border-top:  	#7798B0 1px solid;
	border-left:  	#7798B0 1px solid;
	border-bottom:  #7798B0 1px solid; 
}

.rbl /* RadioButtonList */
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}

.vldr /* Validation */
{
	color: Red;
	font-weight:bold;
}

.vldrSum /* Validation Summary */
{
	background-color: #FAFAD2;
	border-color: #DEB887;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	color: red;
	margin:3px;
	width:98.2%;
}

.vldrSum span /* Validation Summary */
{
	color: red;
}

.vldrSum li /* Validation Summary List Items */
{
	color: red;
	list-style: disc;
	list-style-position: inside;
}

.errMsg
{
	background-color: #FAFAD2;
	border-color: #DEB887;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	color: red;
	text-align:center;
	margin:3px;
	width:98.2%;
}

.errMsg span /* Validation Summary */
{
	color: red;
}

.userMsg /* user message */
{
	text-align:center;
	background-color: #F4F8F4;
	border: solid 1px gray;
	padding: 5px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	color:#457766;
	margin:3px;
	width:98.2%;
}

.userMsg span /* user message */
{
	color: #457766;
}

.desCol /* Description Column */
{
	text-align:left;
	width:120px;
}

.inpCol /* Input Column */
{
	text-align:left;
}

.header
{
	width: 100%;
	background: #457766;
	font-family: verdana, helvetica, sans-serif;
	background-image:url(../../Images/header-main1.gif);
	background-repeat:repeat-x;
	font-size: 10pt;
	color:white;
	padding-left: 4px;
	height:29px;
}

.header span
{
	border: none;
	font-size: 10pt;
	color:white;
}

.subHeader
{
	/*width: 100%;
	background: #8FBC8F;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color:white;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: solid 1px #4C4E60;
	border-bottom: solid 1px #4C4E60;*/
	
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #457766;
	border-bottom: solid 1px gray;
	
}

.subHeader span
{
	border: none;	
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #457766;
}

.subHeader img
{
	vertical-align:middle;
	margin:2px 2px; 	
}





.subSection
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	background-color:#F5F5F5;
	color: black;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	padding-bottom: 10px;
	padding-top: 10px;
}
.subSecWSides
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	background-color:#F5F5F5;
	color: black;
	border: solid 1px gray;
	padding: 5px;
}

.toolbar
{
	width: 100%;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	
}

.toolbar a 
{
	color:Black;
	text-decoration:none;
} 

.toolbar img
{
	vertical-align:middle;
	margin:2px 2px; 
	border:0;	
}

.toolbar select
{
	vertical-align:middle;	
}

.toolbar a:hover
{
	color:Black;
	text-decoration:underline;
} 

.btns
{
	vertical-align:middle;
}

.btns a
{
	color:Black;
	text-decoration:none;
}

.btns a:hover
{
	color:Black;
	text-decoration:underline;
}

.btns img
{
	margin:2px 2px; 
	border:0;
	cursor:hand;	
	vertical-align:middle;
}

.btns span
{
	vertical-align:middle;	
}

.btns input
{
	vertical-align:middle;	
}

.GridMain
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}

.GridHeader
{
	background-image:url(../../Images/gridHeaderBg.gif);
	height: 20px;
	font-weight:normal;
}

.GridHeader a
{
	color: Black;
	font-weight:normal;
}

.GridFooter
{
}

.GridItem
{
	background-color: #E9E9E9;
}

.GridAltItem
{
	background-color: White;
}

.GridSelItem
{
	
}

.GridPager
{
	
}

.GridNoData
{
	text-align:center;
	background-color: #F4F8F4;
	border: solid 1px gray;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	color:#457766;
	margin:3px;
	width:100%;
}

.GridNoData td
{
	text-align:center;
	background-color: #F4F8F4;
	border: solid 1px gray;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	color:#457766;
	margin:3px;
	width:100%;
}

.applicationMenu
{
	width: 250px;
	vertical-align: top;
}

.applicationContent
{
	
	text-align: left;
	vertical-align: top;
}

/*Reorder List*/
.dragHandle {
	width:10px;
	height:10px;
	background-color:Gray;
	background-image:url(styles\default\nav.gif);
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}


.reorderList li {
	list-style:none;
	margin:2px;
	background-image:url(styles\default\nav.gif);
	background-repeat:repeat-x;
	color:#FFF;
}

.reorderList li a {color:#FFF !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}

/* Login Form */

.loginWelcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.loginText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
}

.loginFormItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 1px;
	height: 20px;
	width: 220px;
	border: 1px solid #a5a7bb;
	
}

.menuRoot
{
	background-image:url(../../Images/menu-bg.gif);
	background-repeat:repeat-x;
	height: 30px;
	cursor:hand;
}

.menuRootS
{
	background-image:url(../../Images/menu-bg-over.gif);
	background-repeat:repeat-x;
	height: 30px;
	cursor:hand;
}

.menuRootMO
{
	background-image:url(../../Images/menu-bg-over.gif);
	background-repeat:repeat-x;
	height: 30px;
	cursor:hand;
}

.menuSub
{
	background-color:White;
	height: 20px;
	cursor:hand;
}

.menuSubS
{
	background-color:#E3EAE7;
	height: 20px;
	cursor:hand;
}

.menuSubMO
{
	background-color:#E3EAE7;
	height: 20px;
	cursor:hand;
}

/*classes for traffic light in revMatter and KeyDates*/
.prevDateColor
{
	/*background-color:#FF6347;/*red*/
	background-color:#FF9090;
	border:1px;
}

.currentDateColor
{	
	/*background-color:#FAFA62;/*yellow*/
	background-color:#FFE6CC;
}

.nextDateColor
{
	/*background-color:#8FBC8F;/*green*/
	background-color:#E6FFE6;
}

.Calendar .ajax__calendar_container {
    border:1px solid gray;
    background-color: white;
    /*color: black;*/
}
.Calendar .ajax__calendar_other .ajax__calendar_day,
.Calendar .ajax__calendar_other .ajax__calendar_year {
    color: gray;
}
.Calendar .ajax__calendar_hover .ajax__calendar_day,
.Calendar .ajax__calendar_hover .ajax__calendar_month,
.Calendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.Calendar .ajax__calendar_active .ajax__calendar_day,
.Calendar .ajax__calendar_active .ajax__calendar_month,
.Calendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}



