/*-------------------------- GENERAL LAYOUT --------------------------*/
HTML, BODY, FORM
{
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
}

TD
{
	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
{
	font-weight: bold;
	color: #3366CC;
}

A
{
    color: #0046d5;
}

/*-------------------------- 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;
}

.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;
}
	
/*-------------------------- 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: #ffffff;
	border-collapse: separate;
}

.FormHeader
{
	color: #ffffff;
	font-weight: bold;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	padding: 7px 7px 7px 7px;
}

.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; */
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	padding: 7px 7px 7px 7px;
	color: #ffffff;
}

.FormTextField
{
	background-color: #eeeeee;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	padding: 5px 3px 2px 3px;
}

.FormDataField
{
	background-color: white;
	text-align: left;
	vertical-align: top;
	padding: 2px 2px 2px 2px;
}

.ViewTextField
{
	background-color: #eeeeee;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	padding: 4px 3px 4px 3px;
}

.ViewDataField
{
	width: 100%;
	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;
}