#table1 {
	background-color: white;
}

#table1Caption {
	background-color: #bbbbbb;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
}

#table1Body {
	background-color: #e5e5e5;
	font-size: 12px;
	font-family: Arial;
}

#table1Body A:LINK {
 color: black;
 text-decoration: none;
}


#table1Body A:HOVER {
 color: black;
}


#table1Body A:VISITED {
 color: black;
 text-decoration: none;
}

#table1Body A:ACTIVE {
 color: blue;
 font-size: 12px;
 font-family: Arial;       
}

#table2Body {
	background-color: #e5e5e5;
	font-size: 12px;
	font-family: Arial;
}

#table2Body A:LINK {
 color: blue;
 text-decoration: underline
}


#table2Body A:HOVER {
 color: blue;
 text-decoration: underline
}


#table2Body A:VISITED {
 color: blue;
 text-decoration: underline
}

#table2Body A:ACTIVE {
 color: blue;
 text-decoration: underline
}



#table1Error{
	background-color: #c0c0c0;
}

#tableBanner{
	text-align: center;
	width: 100%;
}

#tableAddLink{
	text-align: left;
	width: 100%;
	margin: 0px;
	font-family: Arial;
}


#rowListLU{
	background-color: #80ff80
}

#rowDetailLUOK{
	background-color: #80ff80
}

#rowDetailLUErr{
	background-color: red
}


#input{
	font-size: 12px;
	font-family: Arial;
}

#inputErr{
	font-size: 12px;
	font-family: Arial;
	border-color: #e30020;
	border-style: solid
}

#inputRequired{
	color: black;
	font-weight: 500;
	font-size: 12px;
	font-family: Arial;
	background-color: #e0c41f;
}

#inputRequiredErr{
	color: black;
	font-weight: 500;
	font-size: 12px;
	font-family: Arial;
	background-color: #e0c41f;
	border-color: #e30020;
	border-style: solid
}

#iRMultiFields{
	color: black;
	font-weight: 500;
	font-size: 12px;
	font-family: Arial;
	background-color: #efe18f;
}

#iRMultiFieldsErr{
	color: black;
	font-weight: 500;
	font-size: 12px;
	font-family: Arial;
	background-color: #efe18f;
}

#iRMultiFieldsOr{
	color: black;
	font-weight: 500;
	font-size: 12px;
	font-family: Arial;
	background-color: #d9dc5a;
}

#iRMultiFieldsOrErr{
	color: black;
	font-weight: 500;
	font-size: 12px;
	font-family: Arial;
	background-color: #d9dc5a;
}

#inputErrBox{
	font-family: Arial;
    font-size: 12px;
	border-style: solid;
	border-color: #e30020;
	background-color: white;
}

#tableFootErrMsg {
	background-color: #e5e5e5;
	font-size: 12px;
	font-family: Arial;
}

#submitButton{
	font-family: Arial;
	font-size: 12px;	
	background-color: white;	
}

#submitLogin, 
#submitSearchTerm {
	font-family: Arial;
	font-size: 12px;
	background-color: white;	
}



#menuSHLiUnSel0 {
	color: blue;
	text-decoration: none;
	font-size: 12px;
	background-color: #e0f0fe;
}


#menuSHLiSel0 {
	color: blue
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: #e0f0fe;
}


#menuSHLiSel1 {
	color: blue;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background-color: #cde7fe;
}

#menuSHLiUnSel1 {
	color: blue;
	text-decoration: none;
	font-size: 11px;
	background-color: #cde7fe;
}

#menuSHLiSel2 {
	color: black;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background-color: #c0dffe;
}

#menuSHLiUnSel2 {
	color: black;
	text-decoration: none;
	font-size: 11px;
	background-color: #c0dffe;
}

#menuSHExLink{
	color: blue;
	font-size: 12px;
}

