/*-------------------------- 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;
}

LEGEND
{
	font-weight: bold;
}

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;
}

.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;
	font-style: italic;
}

.DictionaryLetterLinks, .DictionaryLetterLinks A
{
	color: black;
	text-align:center; 
	font-weight:bold; 
	font-size:18px;
}

.DictionarySectionHeader
{
	text-align: center;
	color: white;
	background-color: #15659A;
	font-size: 15px;
	padding: 4px 0px 4px 0px;
}

.DictionaryTermsList
{
	text-align: left;
	vertical-align: top;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
}

.DictionaryFooter
{
	color: gray;
	text-align:center; 
	font-family:Arial; 
	font-size:1;
	padding:0px 10px 0px 10px;
}
	
/*-------------------------- MENU ---------------------------*/

.StaticMenuItemStyle
{	
	height:30px;
	*height: 20px;					/* Recognized by IE. Ignored by FF */
	line-height: 140%;
	*line-height:normal;			/* Recognized by IE. Ignored by FF */
	text-align:left;
	width:100%;
	color: white;
	background-color: #15659A;
	border-bottom: solid 1px #ffffff;
	padding: 4px 6px 4px 4px;
}

.StaticHoverStyle
{
	height:30px;
	*height: 20px;					/* Recognized by IE. Ignored by FF */
	line-height: 140%;
	*line-height:normal;			/* Recognized by IE. Ignored by FF */
	text-align:left;
	width:100%;
	color: white;
	background-color: #002441;
	border-bottom: solid 1px #ffffff;
	padding: 4px 6px 4px 4px;
}

.DynamicMenuItemStyle
{
	height:30px;
	*height: 20px;					/* Recognized by IE. Ignored by FF */
	line-height: 140%;
	*line-height:normal;			/* Recognized by IE. Ignored by FF */
	text-align:left;	
	color: white;
	background-color: #15659A;
	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: 140%;
	*line-height:normal;			/* Recognized by IE. Ignored by FF */
	text-align:left;	
	color: white;
	background-color: #002441;
	border-bottom: solid 1px #ffffff;
	padding: 4px 6px 4px 4px;
	white-space: nowrap;
}

.DynamicMenuStyle
{
	border: solid 1px #ffffff;
	border-bottom: 0px;	
}

/*------------------------------------- TABLES -----------------------------------*/

.Disclaimer
{
	font-size: 10px;
	color: #808080;
	background-color: #f5f5f5;
	border: solid 1px #cccccc;
	padding: 3px 3px 3px 3px;
}

.FormTable
{
	border: solid 1px gray;
	background-color: #ffffff;
	border-collapse: separate;
}

.FormHeader
{
	color: #ffffff;
	font-weight: bold;
	background-color: #15659A;
	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 7px;
	border-bottom: solid 2px black;
}

.FormFooter
{
	background-color: #dddddd;
	text-align: center;
	vertical-align: middle;
	padding: 7px 7px 7px 7px;
}

.FormTextField
{
	background-color: #eeeeee;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	padding: 5px 3px 2px 3px;
}

.FormTextField_TextOnly
{
	background-color: #eeeeee;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	padding: 5px 3px 5px 3px;
}

.FormDataField
{
	background-color: white;
	text-align: left;
	vertical-align: top;
	padding: 2px 2px 2px 2px;
}

.FormDataField_TextOnly
{
	background-color: white;
	text-align: left;
	vertical-align: top;
	padding: 5px 2px 5px 2px;
}

.ViewTextField
{
	background-color: #f4f4f4;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	padding: 2px 3px 2px 3px;
}

.ViewDataField
{
	width: 100%;
	background-color: white;
	text-align: left;
	vertical-align: top;
	padding: 2px 3px 2px 3px;
	border-bottom: solid 1px #eeeeee;
}

/*------------------------ROUNDED PANELS --------------------------*/

.MenuLoginPanel FIELDSET, .PageLoginPanel FIELDSET, .FormPanel FIELDSET
{
	-moz-border-radius: 7px;
}

.MenuLoginPanel A, .MenuLoginPanel TD, .MenuLoginPanel LEGEND
{
	color: white;
}

.MenuLoginPanel SPAN
{
	color: silver;
	text-align: left;
}

.PageLoginPanel DIV LEGEND, .FormPanel LEGEND
{
	color: #3366CC;
}

.PageLoginPanel SPAN
{
	color: red;
	text-align: left;
}

.PageLoginPanel>DIV>FIELDSET, .FormPanel>FIELDSET			/* Recognized by FF. Ignored by IE */
{
	/* border: solid 1px #7f9db9; */
	border: solid 1px #d0d0bf;
}

/*-------------------------------- 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: #002441;
	text-decoration: underline;
	font-size: 9px;
}