﻿

/*-------------------------- GENERAL LAYOUT --------------------------*/
HTML, BODY, FORM
{
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
}

body
{
	height:100%;
	width:100%;
	
}

TDViewFormHeader
{
	font-family: Verdana;
	font-size: 11px;   
}

TEXTAREA
{ 
	font-family: Verdana;
	font-size: 11px;
}

TABLE TR TD, TABLE TR TD INPUT, TABLE TR TD TEXTAREA
{
	font-family: Verdana;
	font-size: 11px;
}

TD>FIELDSET										/* Recognized by FF. Ignored by IE */
{
	-moz-border-radius: 7px;
	border: solid 1px #d0d0bf;
	/* border: solid 1px #7f9db9; */
}

LI
{
	font-weight: normal;
}

LEGEND, .SelectMessage
{
	color: #FF6600;
	font-weight: bold;
}

A
{
    color: Blue;
}



/*-------------------------- TEXT AND FONT FORMATTING ---------------------------*/

.ContentTitle 
{
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size: 18px;	
	font-family: Arial;
	padding: 15px;	
	padding-bottom: 0px;
}

.ContentSubTitle 
{
	text-align: left;
	font-weight: bold;
	font-size: 15px;	
	font-family: Arial;
	padding-top:5px;
}

.ContentTitle HR
{
	margin-top: -1px;	
	border: 0;
	height: 1px;
	color: #000000;
	background-color: #000000;
}

.Content
{
	padding-left: 15px;
	padding-right: 15px;
	line-height: 14px;
	padding-bottom: 15px;
}

A.HighlightingLink:Link, A.HighlightingLink:Visited, A.HighlightingLink:Active
{
	color: black;
	text-decoration: none;
}

A.HighlightingLink:Hover
{
	color: black;
	text-decoration: underline;
}

.NavigationArrow
{
	font-size: 16px;
	font-weight: bold;
	color: #0046d5;
}

.RedAsterisk
{
	font-weight: bold;
	color : Red;
}

.BlackAsterisk
{
	font-weight: bold;
	color : Black;
}

.ErrorMessage
{
	color: Red;
	font-weight: bold;
}

.StatusMessage
{
	color: Blue;
	font-weight: bold;
}

.NotAvailable
{
	color: Gray;
}

.Disclaimer
{
	font-size: 10px;
	color: #808080;
	background-color: #f5f5f5;
	border: solid 1px #cccccc;
	padding: 3px 3px 3px 3px;
}

.SuccessMessage
{
	font-weight: bold;
	font-size: 12px;
	color: Green;
	
}
	
/*-------------------------- MENU ---------------------------*/

.StaticMenuItemStyle
{	
	height:30px;
	/*height: 20px;					/* Recognized by IE. Ignored by FF */
	line-height: 160%;
	/*line-height:normal;			/* Recognized by IE. Ignored by FF */
	text-align:left;
	width:100%;
	color: white;
	background-color: #333333;
	border-bottom: solid 1px #ffffff;
	padding: 4px 6px 4px 4px;
}

.StaticHoverStyle
{
	height:30px;
	/*height: 20px;					/* Recognized by IE. Ignored by FF */
	line-height: 160%;
	/*line-height:normal;			/* Recognized by IE. Ignored by FF */
	text-align:left;
	width:100%;
	color: white;
	background-color: #666666;
	border-bottom: solid 1px #ffffff;
	padding: 4px 6px 4px 4px;
}

.DynamicMenuItemStyle
{
	height:30px;
	/*height: 20px;					/* Recognized by IE. Ignored by FF */
	line-height: 160%;
	/*line-height:normal;			/* Recognized by IE. Ignored by FF */
	text-align:left;	
	color: white;
	background-color: #333333;
	border-bottom: solid 1px #ffffff;
	padding: 4px 6px 4px 4px;
	white-space: nowrap;
}

.DynamicHoverStyle
{
	height:30px;
	/*height: 20px;					/* Recognized by IE. Ignored by FF */
	line-height: 160%;
	/*line-height:normal;			/* Recognized by IE. Ignored by FF */
	text-align:left;	
	color: white;
	background-color: #666666;
	border-bottom: solid 1px #ffffff;
	padding: 4px 6px 4px 4px;
	white-space: nowrap;
}

.DynamicMenuStyle
{
	border: solid 1px #ffffff;
	border-bottom: 0px;
}

/*------------------------------------- TABLES -----------------------------------*/

.FormTable
{
	border: solid 1px gray;
	background-color: white;
	border-collapse: collapse;
}

.FormHeader
{
	color: #ffffff;
	font-weight: bold;
	background-color: lightslategray;
	text-align: left;
	vertical-align: middle;
	padding: 7px 7px 7px 7px;
	border: solid 1 silver;
}

.FormSectionHeader
{
	color: black;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 10px 7px 7px 4px;
	border-bottom: solid 2px black;
}

.FormFooter
{
	background-color: #dddddd;
	text-align: center;
	vertical-align: middle;
	padding: 7px 7px 7px 7px;
	color: white;
}

.FormTextField
{
	background-color: #eeeeee;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	padding: 3px 3px 3px 3px;
	border: solid 1 silver;
}

.FormDataField
{
	background-color: white;
	text-align: left;
	vertical-align: middle;
	padding:3px 3px 3px 3px;
	border: solid 1 silver;
}

.ViewTextField
{
	background-color: #eeeeee;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	padding: 4px 3px 4px 3px;
}

.ViewDataField
{
	background-color: white;
	text-align: left;
	vertical-align: top;
	padding: 4px 3px 4px 3px;
}

.ListHeader
{
	background-color: #eeeeee;
	font-weight:bold;
	vertical-align: top;
	padding: 5px 3px 5px 3px;
	white-space: nowrap;
}

/*------------------------ROUNDED PANELS --------------------------*/

.MenuLoginBox TD, .MenuLoginBox A
{
	color: white;
}

/*-------------------------------- FOOTER -------------------------*/

.Footer
{
	width: 100%;		
}

.Footer td
{
	width: 50%;		
	padding: 5px;
	font-size: 9px;
	color: #ffffff;
}

.Footer a, .Footer a:visited, .Footer a:active
{
	color: #ffffff;
	text-decoration: none;
	font-size: 9px;
}

.Footer a:hover
{
	color: #666666;
	text-decoration: underline;
	font-size: 9px;
}

.PagerRowStyle td
{
	color: #fff;
}


/*------------------- VIEW Forms ---------------------*/


.ViewFormHeader
{
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	background-color: #52557c;
}

.ViewFormInstructions
{
	width: 100%;
	padding: 15px 5px 15px 5px;	
}

.ViewFormBody
{
	margin-left: 10px;
}

.ViewBoldFieldsRequired
{
	width: 100%;
	padding: 3px 0px 3px 0px;
	text-align: right;
}

.ViewFormTextField
{
	text-align: right;
	font-weight: normal;
	white-space: nowrap;
	background-color: #e0e0e2;
	border: solid 1px #c9c9cb;
	padding: 3px 5px 3px 5px;
}

.ViewFormDataField
{
	width: 100%;
	text-align: left;
	font-weight: normal;
	background-color: #eaeaeb;
	border: solid 1px #c9c9cb;
	padding: 3px 5px 3px 5px;
}

.ViewFormValidationField
{
	text-align: right;	
	padding: 3px 5px 3px 0px;
}

/*------------------- GridView ---------------------*/

.GV
{
	border: solid 1 black;
	border-collapse:collapse;
}

.GVHeadRow th
{
	border: solid 1 black;
	padding: 5px 5px 5px 5px;
	height: 30px;
	font-size:  9pt;
	font-weight: bold;
}

.GVHeadRow td
{
	border: solid 1 black;
	padding: 5px 5px 5px 5px;
	height: 30px;
	font-size:  9pt;
	font-weight: bold;
	background-color: Gray;
	color: White;
}

.GVRow td
{
	border: solid 1 black;
	padding: 5px 5px 5px 5px;
	background-color: #eeeeee;
	height: 30px;
	 
	
}

.GVAltRow td
{
	border: solid 1 black;
	padding: 5px 5px 5px 5px;
	background-color: White;
	height: 30px;
}

.GVSelectedRow td
{
	border: solid 1 black;
	padding: 5px 5px 5px 5px;
	background-color: Yellow;
	height: 30px;
}

.GVWarningRow td
{
	border: solid 1 black;
	padding: 5px 5px 5px 5px;
	height: 30px;
	
	background-color: #FFFFCC;
	 
	
}


/* Forms */

.FormHeading
{
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: bold;
	
}
.FormSubHeading
{
	background-color: #F5F5EB;
	font-weight: bold;
	margin-top: 30px;
	border-bottom: gray 1px ridge;
	border-right: gray 1px ridge;
	padding: 3px;
}
.FormSummary
{
	font-size: 10pt;
}
.FormContent
{
}
.FormContent table
{
	padding: 0px;
}
.FormLabel
{
	background-color: #F5F5EB;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.FormLabelRequired
{
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #F5F5EB;
}
.FormSubLabel
{
}
.FormSubLabelRequired
{
	font-weight: bold;
}
.FormFields
{
	margin-left: 10px;
	padding-left: 10px;
}
.FormSubFields
{
}
.FormValidation
{
	background-color: #F5F5EB;
}

/****** SEARCH ******/

.SearchHeader
{
	color: #000055;
	font-size: 10pt;
	margin-bottom: 5px;
}
.SearchHeader a
{
	color: #000055;
}
.SearchHeader a:visited
{
	color: #000055;
}
.SearchSummary
{
	margin-left: 10px;
}
.SearchURL
{
	margin-top: 5px;
}
.SearchResultHeader
{
	background-color: #dadada;
}

.Invisible a
{
	color:White;
	text-decoration: none;
}


/*--ST--*/
.MenuButton
{
	padding: 3px;
}

.MenuButtonHover
{
	padding: 3px;
	background-color: Yellow;
}

/**************************General Site Style**********************************/

.GeneralHeading
{
	font-size:14px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}

.GeneralSubHeading
{
	font-size:12px;
	font-weight: bold;
	text-align: left;
}

.GeneralTable
{
	border-collapse:collapse;
	border:solid 1px Black;
}

.GeneralHeader
{
	width: 30%;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: lightslategray;
	border:solid 1px Black;
	
}

.GeneralTableCell
{
	width: 70%;
	border:solid 1px Black;
	font-size: 11px;
	
}

.GeneralContentArea
{
	padding: 3px 15px 5px 15px;
	margin-left:25px;
	margin-right:25px;
	font-size: 11px;
}

.GeneralContentArea A, .GeneralContentArea A:hover
{
	text-decoration: underline;
	color: #202463;
	font-weight: normal;
}

.GeneralContentArea TD
{
	font-size: 11px;
	line-height: 14px;	
}
