body {
}

TABLE.Frame
{}

TABLE.Layout
{
    border: solid 1px #003366;
    color: #454545;
}

TD
{ 
    font-family: Arial; 
    font-size: 9pt; 
    color: #454545; 
}

TD.LayoutSpace
{ background-color: #CCCCCC; }

TD.LayoutRule
{ background-color: #CCCCCC; }

A.PageLink
{ text-decoration: underline; color: #003366; }

A.PageLink:Hover
{ text-decoration: none; color: #4D8DD5; }

DIV.ErrorPanel
{ background-color: #D6F3DE; }

SPAN.ErrorTitle
{ font-weight: bold;font-style: italic; }

SPAN.ErrorMessage
{ font-size: 9pt;font-family: Courier; }

SPAN.PageTitle
{ font-size: 12pt; font-weight: bold; }

SPAN.ErrorText
{ font-size: 9pt; color: #ff0000; }

SPAN.VerificationText
{ font-size: 10pt; font-weight: bold; }

TD.FormInput
{ font-size: 9pt; color:#454545; }

INPUT.TextBox
{ font-size: 9pt; background-color: #fefefe; /*/*/ border: #666666 solid 1px; /**/ color:#454545; }

INPUT.Button
{ font-size: 9pt; color:#454545; }

SELECT.DropDownList
{ font-size: 8pt; background-color: #fefefe; color:#454545; }

SPAN.TitleLarge
{ font-size: 12pt; color: #8f8f8f; font-weight: bold; }

SPAN.LabelText
{
	font-family:Arial;
	font-size: 10pt;
}

TD.HeaderText
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}

TD.ColorHeaderText
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #003366;
}

TD.InfoText
{ font-family: Arial;font-size: 12pt; }

TD.GridHeader
{ color: #000000;font-size: 8pt; }

.DarkBackground
{ background-color: #003366; }

.MediumBackground
{ background-color: #CCCCCC; }

.LightBackground
{ background-color: #FFFFFF; }

.LighterBackground
{ background-color: #EEEEEE; }

.DarkText
{ color: #000000; }

.MediumText
{ color: #003366; }

.LightText
{ color: #FFFFFF; }

TD.EvenBackground
{ font-size: 9pt; }

TD.OddBackground
{ font-size: 9pt; }


/******************
  Evaluation Form 
*******************/
TD.eFormSectionText
{
	background-color:#003366;
	font-size: 9pt;
	text-decoration: none;
	color: #f8f8f8;
}
TD.eFormDescriptionText
{
	font-size: 8pt;
	text-decoration: none;
}
TD.eFormTextBox
{
	font-size: 9pt;
	text-decoration: none;
}
TD.eFormTextArea
{
	font-size: 9pt;
	text-decoration: none;
}
TD.eFormDropDownList
{
	font-size: 9pt;
	text-decoration: none;
}
TD.eFormCheckBoxList
{
	font-size: 9pt;
	text-decoration: none;
}
TD.eFormRadioButtonList
{
	font-size: 9pt;
	text-decoration: none;
}


/************************** 
  General EscWorks Color 
***************************/
TD.TableCellDark
{
	background-color:#253669;
	border-top:#FFFFFF solid 1px;
	border-bottom:#000060 solid 1px;
	border-left:#FFFFFF solid 1px;
	border-right:#000060 solid 1px;
	color: #F5F5F5;
	font-weight: bold;
	font-size: 10pt;
}

TD.TableCellLight
{
	background-color:#F9F9F9;
	border-top:#FFFFFF solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-left:#FFFFFF solid 1px;
	border-right:#CCCCCC solid 1px;
	color: #191970;
	font-size: 8pt;
}

TD.HeaderContent
{
    background-image: url(../img/layout/header_bg.gif);
    background-repeat: repeat-x;
    border-bottom: solid 1px #CDCDCD;
	font-size: 8pt;
	color: #5A79A5;
}

TD.FooterContent
{
    background-image: url(../img/layout/footer_bg.gif);
    background-repeat: repeat-x;
    border-top: solid 1px #CDCDCD;
	font-size: 8pt;
	color: #5A79A5;
}
