th, td {
font-family: Verdana,Tahoma,Arial;
font-size: 12px;
/* color: #B4B4C8; */
color: #999999;
font-weight: bold;
}

a:link {
font-weight: bold !important;
text-decoration: none !important;
}


.showInDOM1 { display: none; }
.fileContainer { display: block; }
.hideFromDOM1 { display:none;   }
.showInDOM1 { display: block; }
.fileContainer { display: none; }
table.fileTab { border-bottom: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; }
table.fileTab td, table.fileTab th  { padding:5px; }
table.fileTab td, table.fileTab th, table.fileTab div, .printLink { text-align:left; font-weight: normal; }
table.fileTab th { padding-bottom:10px; }
table.fileTab h4, table.fileTab p, table.fileTab ul { margin-bottom:10px; }
table.fileTab h4 { font-weight: bold; margin-top: 5px; }
table.fileTab ul { padding-left: 0px; margin-left: 15px; margin-bottom: 5px; margin-top: 0px; }
table.fileTab .borderH { border-bottom-color: #E5E5E5; border-bottom-style: solid; border-bottom-width: 1px; }
table.fileTab td.fileHeader, table.fileTab th.fileHeader { background-color: #EDF2F6; }
table.fileTab .fileTextField { border-right-color: #E5E5E5; border-right-style: solid; border-right-width: 1px; border-bottom-color: #E5E5E5; border-bottom-style: solid; border-bottom-width: 1px; }
table.fileTabLinks a:link, table.fileTabLinks a:visited { 
	text-decoration: none; 
	color: #6DAB02; 
	}
table.fileTabLinks td.divLink a:hover, table.fileTabLinks td.divLinkActive a:hover { 
	BACKGROUND: #F5FFAF;
	text-decoration: none; 
	color: #B4B4C8; 
    font-weight: bold;	
	}
table.fileTabLinks td.divLink { 
	cursor: pointer; 
	background-color: #FFFFFF; 
	text-align: center; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #CCCCCC; 
	border-left-width: 0px; 
	padding-left: 10px; 
	padding-right: 10px; 
	font-weight: bold;
	}
table.fileTabLinks td.divLinkActive { 
	cursor: pointer; 
	background-color: #CC0000; 
	text-align: center; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #CCCCCC; 
	border-left-width: 0px; 
	padding-left: 10px; 
	padding-right: 10px; 
	font-weight: bold;	
	}
table.fileTabLinks td.divLinkActive { background-color: #F5FFAF; }
table.fileTabLinks a.divLinkActive { color: #FFFFFF; }
table.fileTabLinks td.emptyCell { border-bottom:1px solid #CCCCCC; }


