/******************
HTML Tags
******************/
abbr { 
	border-bottom-width: 1px; 
	border-bottom-style: dotted; 
	}

body {
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	background: #9999cc;
	font-size: 10pt; 
	margin-left:5px; margin-right:5px; margin-top:0px; margin-bottom:0px;
	}
	
fieldset {
	padding: 5px;
	margin: 5px 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid;
	border-bottom: 0px;
	}

fieldset legend {
	font-size: 10pt;
	}

form {padding: 0px;
	margin: 0px;
	}
	
/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color: Blue;
	}

a:visited {
	color:#3366CC;
	}

a:hover {
	color:#000099;
	text-decoration:none;
	}

a:active {
	color:#6699CC;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav-container a:link, #mainnav-container a:visited {
	color:#B5CFFF;
	}

#mainnav-container a:hover {
	color: White;
	text-decoration:none;
	}

#mainnav-container a:active, #header a:active {
	color:#ffcc66;
	}
#header a:hover {
/*	color:#B5CFFF;*/
	color:#000099;	
	}
	
#footernav-container a:link, #header a:visited, #header a:link  {
	color: White;
	}

#footernav-container a:hover {
	color:#CCFFFF;
	text-decoration:none;
	}
	
#footernav-container a:active {
	color:#FFFF66;
	}	

/* All link states are selected with an "a" */

#SiteMenu-container a {
	color: White;
	}
#SiteMenu-container a:hover {
	color: #FFA500;
	}


/******************
Layout Divs
******************/

/* IE doesn't use min-height */
#mainnav-container {
	font-weight:bold;
	background: Black;
    padding:4px 4px 1px 4px
	}
	
#mainnav, #mainnav-side, #header, #footer {
	font-size: 8pt;
	font-weight:bold;
	}

#mainnav {
	float:left;
	width:50%;
	}

#mainnav-side {
	float:right;
	width:50%;
	text-align:right;
	}

#header {
	margin-bottom:1px;
	color: White;
	border-bottom:1px solid White;
	height:68px;
	background: url('../images/AppHeader.gif') repeat-x;
	}

#header-breadcrumb {
	margin-left: 280px;
	text-decoration:none;
	text-align: left;
	padding-top: 53px;
	color: Black;
	}
	
#SiteMenu-container 
{
	border-bottom:2px solid #7F7F7F;
	background: #003399;
	color: White;
	z-index: 999;
	position: relative;
	width: 100%;
	}

#SiteMenu {
	float: left;
	padding:0px 10px 0px 10px;
	font-size: 10pt;
	font-weight:bold;
	}

#content-container {
	}

#content {
	font-size: 8pt; 
	padding:5px 5px 0px 5px;
	height:100%;
	background-color: White;
	border-left:1px solid White;
	border-right:0px solid #CCCCCC;
	}	
	
#footer 
{
	color: White;
	text-align:center;
	clear:both;
	background: #003399; 
	padding:4px 4px 4px 4px;
}

/******************
MENU ITEMS
******************/

#mainnav-container ul {
	margin:0px;
	padding:0px;
	}

#mainnav-container li {
	padding:0px;
	font-size:9pt; 
	list-style:none;
	display:inline;
	margin:5px 5px 5px 0px;
	}

#mainnav-side li {
	padding:0px;
	margin:5px 0px 5px 5px;
	}

#center { 
	text-align: center;
	} 
#right{
	text-align: right;
	}	
#left { 
	text-align: left;
	}

/******************
TABLE STYLES
******************/
#filter-search-container {
	border-top:1px solid #CBCBCB;
	border-right:1px solid #7F7F7F;
	border-bottom:2px solid #7F7F7F;
	border-left:1px solid #CBCBCB;
	}
	
#field-input {
	padding-right: 5px}	

		
.filter, .search, .FormControls {font-size: 8pt;}

.filter {
	color: White;
	background: #3366cc;
	}

.filter caption, .search caption, .FormControls caption {
	padding: 0px 0px 0px 10px;
	text-align: left;
	font-size: 11pt; 
	}

.search {
	color: Black;
	background: #ccccff;
	}
	
.search td {
	white-space: nowrap;
	}
	
.FormControls {
	color: Black;
	background: #FFA500;
	border-top:1px solid #CBCBCB;
	border-right:1px solid #7F7F7F;
	border-bottom:2px solid #7F7F7F;
	border-left:1px solid #CBCBCB;
	padding:0px;
	margin: 5px 0px 0px 0px;
	}

thead th, tfoot th {
	background-color:#ccccff;
	border-bottom:2px solid #D0D0BF;
	border-top:2px solid #D0D0BF;
	padding-left:2px;
	font-size:8pt;
	font-weight:normal;
	font-variant:small-caps;
	white-space: nowrap;
	}	
	
.odd-row {
	background-color:#F4F4F4;
	}
	
.even-row {
	background-color: White;
	}

.odd-row, .even-row{
	vertical-align:bottom;
	}

.row-highlight {
	background-color:#6688CC;
	color: White;
	vertical-align:bottom;
	cursor:pointer;
	}

.general-title{
	padding: 3px;
	font-size:9pt;
	font-weight:bold;
	color: White;
	background-color:#3131E3;
	text-align: center;
	}	
	
	
	
/******************
CLASSES
******************/
.none
{
	display:none;
}

.form-content
{
	WIDTH: 990px;
	background-color: White;
	font-size: 8pt;
	font-family:Sans-Serif;
}

.form-content2
{
	background-color: White;
	font-size: 8pt;
	font-family:Sans-Serif;
}

.form-section-header
{
	text-decoration: underline;
	font-weight: bold;
}

.form-text-underline
{
	text-decoration: underline;
}

.field-input {padding-left: 5px}

.field-input label {padding-left: 20px}	

.clear {
	clear:both;
	}
	
.required{
	color: Blue;
	font-style: italic;
	font-weight: bold;
}

.content-container1 {
	background-color:#3131E3;
	border-top:1px solid #CBCBCB;
	border-right:1px solid #7F7F7F;
	border-bottom:2px solid #7F7F7F;
	border-left:1px solid #CBCBCB;
	padding:3px;
	margin:0px;
	font-size: 8pt;
	font-family:Sans-Serif;
	}
	
#divWarning
{
	background-color: #FFFFFF;
	color: Blue;
	padding:5px;
}

#divFormTitle, .divFormTitle
{
	text-align: center;
	FONT-SIZE: 12pt;
	background-color: #3366cc;
	color: White;
	border-bottom-color: Black;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	width: 100%;
}

#divFormKey
{
	width: 100%;
	border-bottom-color: Black;
	border-bottom-width: 2px;
	border-bottom-style:solid;
}

/* IE8 Menu Fix */
.DynamicMenuStyle
{
	 z-index: 0;
	 font-size:11pt;
}

/* Default ASP.Net Control Settings */
/* ASP.Net RegularExpresionValidator, had no way to default, you'll need to reference this the CssStyle */
.RegularExpressionValidator
{
	color: Red;
}






/*
.aspNetDisabled
{
	color: rgb(0,0,0);
	background-color: rgb(204,204,204);
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
	font-family:Sans-Serif;
}

input.aspNetDisabled
{
	

   color:Black;
   background-color:blue;
   font-weight:bold;
   text-decoration: none;
   text-transform:none;
   font-variant:normal;
   font-style:normal;
   font-family:Times New Roman;

}
*/



/* ASP.Net TextBox */
input[type="text"]
{
	color: rgb(0,0,0);
	background-color: rgb(227,224,153);
	font-size: 8pt;
	font-family:Sans-Serif;
}
input[type="password"]
{
	color: rgb(0,0,0);
	background-color: rgb(227,224,153);
	font-size: 8pt;
	font-family:Sans-Serif;
}
input[readonly]
{
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	font-size: 8pt;
	font-family:Sans-Serif;	
}
input[disabled]
{
	color: rgb(0,0,0);
	background-color: rgb(204,204,204);
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	font-size: 8pt;
	font-family:Sans-Serif;
}

/* ASP.Net MultiLine TextBox */
textarea
{
	color: rgb(0,0,0);
	background-color: rgb(227,224,153);	
	font-size: 8pt;
	font-family:Sans-Serif;
}
textarea[readonly]
{
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);	
	font-size: 8pt;
	font-family:Sans-Serif;
}
textarea[disabled]
{
	color: rgb(0,0,0);
	background-color: rgb(204,204,204);
	font-size: 8pt;
	font-family:Sans-Serif;
}

/* ASP.Net Button */
input[type="button"],input[type="submit"]
{
	font-size: 8pt;
	font-family:Sans-Serif;
	height: 22px;
}

/* ASP.Net Drop Down */
select
{
	color: rgb(0,0,0);
	background-color: rgb(227,224,153);
	font-size: 8pt;
	font-family:Sans-Serif;
}
select[readonly]
{
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);	
	font-size: 8pt;
	font-family:Sans-Serif;
}
select[disabled]
{
	color: rgb(0,0,0);
	background-color: rgb(204,204,204);
	font-size: 8pt;
	font-family:Sans-Serif;
}
 
 
.dgRowSeperator 
{
	border-top: 5px solid;
}

.dgOverrideHeaderBMD 
{
    background-color: #8FBC8F;
    color: #000000;
    font-weight: bold;
}

.dgOverRideHeaderVDOT
{
	background-color: #CC6600;
	color: #FFFFFF;
	font-weight:bold;
}

.dgOverRideHeader
{
	background-color: #6699CC;
	color: #FFFFFF;
	font-weight:bold;
}

#progressBackgroundFilter, .modalBackground {
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    overflow:hidden;
    padding:0;
    margin:0;
    background-color:rgb(255,153,000);
    filter:alpha(opacity=50);
    opacity:0.5;
    z-index:1000;
}
/* 
    -ms-filter: alpha(opacity=50);
    -ms-opacity: 0.5;
filter:alpha(opacity=50);
    opacity:0.5;
    background-color: #666;
        	-ms-filter: alpha(opacity=70);
        	-ms-opacity: 0.7px;
 */
        	
#processMessage {
    position:fixed;
    top:30%;
    left:43%;
    padding:10px;
    width:14%;
    z-index:1001;
    background-color:rgb(255,255,255);
    border:solid 3px rgb(255,153,000);
    text-align:center; 
}



.modalPopup
{
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	padding: 8px;
	width: 300px;
	text-align: center;
	background-color:White;
	font-size:10pt;
}


/* Try to override the Grey on Grey garbage */
.ReadableReadonly, select[disabled], input[disabled], select[readonly], input[readonly] 
{
	background-color:white;
	color:Black;
	font-weight:bold;
}

*[readonly] 
{
	background-color:white;
	color:Black;
} 

.gvPadded
    {
    	padding-left:10px;
    	padding-right:10px;
    }


/* There is no way to target just the AJX ComboBox; so kill all ms-clear */
::-ms-clear 
{
    display: none;
}