/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

SPAN.HeaderTitle
{
	color: #000066;
	font-size: 1.30em;
}

TD.HeaderTitleCell
{
	background-color: #D9E4F9;
	text-align: center;
}

SPAN.ErrorMessage
{
	color: Red;
	font-size: small;
	font-weight: bold;
	text-align: center;
}

DIV.ValidationSummary
{
	font-weight: bold;
}

TABLE.CaseDefTable
{
	border-color: #000066;
	border-style: solid;
	border-width: medium;
	border-collapse: collapse;
}

TABLE.CODTable
{
	border-color: #000066;
	border-style: solid;
	border-width: medium;
	border-collapse: collapse;
}

TABLE.FieldTable
{
	border-color: #000066;
	border-style: solid;
	border-width: medium;
}

td.Fields
{
	border-color: #000066;
	border-style: solid;
	border-width: medium;
}

TABLE.FieldSubTable
{
	border-color: #D9E4F9;
	border-style: solid;
	border-width: thin;
}

HR.HorizRule
{
	color: #000066;
	height: 3px;
}

.FieldLabel
{
	color: Navy;
}

FONT.CoreFieldLabel
{
	color: #A14EA2;
}

TD.CaseFieldLabelCell
{
	background: #D9E4F9;
	text-align: center;
	color: Navy;
	border-color: #000066;
	border-style: solid;
	border-width: medium;
	padding: 5;
}

TD.CaseCoreFieldLabelCell
{
	background: #D9E4F9;
	text-align: center;
	color: #A14EA2;
	border-color: #000066;
	border-style: solid;
	border-width: medium;
	padding: 5;
}

TD.CODFieldLabelHeader
{
	background: #D9E4F9;
	text-align: center;
	color: Navy;
	border-color: #000066;
	border-style: solid;
	border-width: medium;
	padding: 5;
}

TD.CODFieldDataCell
{
	text-align: left;
	border-color: #000066;
	border-style: solid;
	border-width: medium;
	padding: 5;
}

TD.CaseFieldDataCell
{
	text-align: left;
	border-color: #000066;
	border-style: solid;
	border-width: medium;
	padding: 5;
}

TD.CODFieldLabelCell
{
	text-align: right;
	color: Navy;
	border-color: #000066;
	border-style: solid;
	border-width: medium;
	padding: 5;
}

TD.FieldLabelCell
{
	text-align: left;
	color: Navy;
}

TD.CoreFieldLabelCell
{
	text-align: left;
	color: #A14EA2;
}

TD.MenuFieldLabelCell
{
	text-align: right;
	color: Navy;
}

FONT.SectionTitle
{
	color: Navy;
	font-size: medium;
}

FONT.CoreSectionTitle
{
	color: #A14EA2;
	font-size: medium;
}

TD.SectionTitleCell
{
	font-weight: bold;
	color: Navy;
	background: #D9E4F9;
	text-align: center;
}
TD.SoftSectionTitleCell
{
    font-weight: normal;
	color: Navy;
	background: #D9E4F9;
	text-align: center;
}

TD.CoreSectionTitleCell
{
	font-weight: bold;
	color: #A14EA2;
	background: #D9E4F9;
	text-align: center;
}

div.CoreSectionTitle
{
	font-weight: bold;
	color: #A14EA2;
	background: #D9E4F9;
	text-align: center;
	width: 100%;
}

HR.SectionTitleCellRule
{
	color: #000066;
	height: 2px;
}

HR.SIDSRule
{
	color: Black;
	height: 4px;
}

FONT.UnderFieldHelpText
{
	color: Navy;
	font-size: smaller;
}

TD.CorePageTitleCell
{
	font-weight: bold;
	color: #A14EA2;
	background: #D9E4F9;
	text-align: center;
}

TD.PageTitleCell
{
	font-weight: bold;
	color: Navy;
	background: #D9E4F9;
	text-align: center;
}

TD.ToxicologyTypeCell
{
	border-collapse: collapse;
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: thin;
}

TABLE.PageTitleTable
{
	border-style: solid;
	border-width: thin;
	border-color: Black;
}

TABLE.SearchResultsTable
{
	border-collapse: collapse;
}

TD.SearchResultsHeaderCell
{
	background: #D9E4F9;
	text-align: left;
	border-color: Black;
	border-style: solid;
	border-width: thin;
}

TD.SearchResultsCell
{
	background: White;
	text-align: left;
	color: Black;
}

TD.SearchResultsAlternateCell
{
	background: LightGrey;
	text-align: left;
	color: Black;
}

DIV.ReportHeader
{
	text-align: center;
	font-weight: bold;
}

DIV.OverviewReportSection
{
	text-align: left;
	font-size: larger;
	font-weight: bold;
}

TR.OverviewReportGridHeader
{
	font-weight: bold;
}

TR.AgeRaceSexGridHeader
{
	font-weight: bold;
	font-size: x-small;
}

SPAN.OverviewReportCellStyle
{
	margin-left: 5px;
	margin-right: 5px;
}

SPAN.SearchResultsCellStyle
{
	margin-left: 5px;
	margin-right: 5px;
}

TD.LeftBarTagLineCell
{
	font-size: medium;
	color: Black;
}

TD.LeftBarTechAssist
{
	font-size: smaller;
	color: White;
}

TD.LeftBarContainingCell
{
	border-right-style: solid;
	border-right-width: medium;
}

TD.ReportHeaderCell
{
	background-color: Gray;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
	text-align: center;
}

TABLE.PrintReport
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 1em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

.FlowLeft
{
    float: left;
}

.GreyBorder
{
    border: solid 1px grey;
}

input.PhoneNumber
{}
input.Time{ }
input.Date{ width: 6em; padding: 0px; height: 18px;}
.CalendarButton { vertical-align: top; }