/* Default CSS Stylesheet for a new Web Application project */
/* body{font-family:Arial,Sans-serif; font-size:12px} */
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}

a:link{color:#369}
a:hover{color:#b22222; text-decoration:underline}
a:active{color:#369}
a:visited{color:#369}

.SearchResultTitle{font-family:Arial,Sans-serif}
.SearchResultUrl{font-family:Arial,Sans-serif; font-size:12px; color:#b22222}
.SearchHilighted{font-family:Arial,Sans-serif; font-size:12px; color:#369}
.PageTitle{font-family:Arial,Sans-serif; font-size:16px; color:black; font-weight:bold}
.styleTextErrorMsg{font-family:Arial,Sans-serif; color:red}
.styleTextWarnMsg{font-family:Arial,Sans-serif; color:blue}
.NoMatches{font-family:Arial,Sans-serif; color:black}
.StandardText{font-family:Arial,Sans-serif; color:black; font-size:12px}
.StandardTextEmph{font-family:Arial,Sans-serif; color:black; font-size:14px}
.SearchDataFieldCells{ BACKGROUND-COLOR:#eee; FONT-FAMILY:Arial,Verdana,Sans-Serif; FONT-SIZE:10pt; border:0}

.ErrorMsg{font-family:Arial,Verdana,Sans-Serif; color:red}
.ErrorBlock{font-family:Arial,Verdana,Sans-Serif; color:Red; font-weight:bold}

.formDataLabelCells{ BACKGROUND-COLOR:#369; FONT-FAMILY:Arial,Verdana,Sans-Serif; FONT-SIZE:10pt; FONT-WEIGHT:bold; COLOR:white}
.formDataFieldCells{ BACKGROUND-COLOR:#fff; FONT-FAMILY:Arial,Verdana,Sans-Serif; FONT-SIZE:10pt; width:70%}
.formDataLabelCellsABAMN{ BACKGROUND-COLOR:#001D7D; FONT-FAMILY:Arial,Verdana,Sans-Serif; FONT-SIZE:10pt; FONT-WEIGHT:bold; COLOR:white}
.formDataLabelCellsTBS{ BACKGROUND-COLOR:#003D7D; FONT-FAMILY:Arial,Verdana,Sans-Serif; FONT-SIZE:10pt; FONT-WEIGHT:bold; COLOR:white}

#tblSearch {border:1px solid silver; padding:0px;text-align:left;}
#tblResult {border:1px solid silver;text-align:left;padding:0px;}

