/* insert a second logo on white. hide it in the regular stylesheets. reveal it in the print stylesheet*/

body {
   background: white;
   font-size: 12pt;
   }

img {
	display: none;
	}

td {
	background: none;
	background-color: none;
	}
   
.printlogo {
   display: block;
   }	
	  
#logoandbanner, #search, #navigation {
   display: none;
   }
   
#mainpic {	
	/*margin: 0;*/
	
	margin: -160px 10px 0px -84px;
	background-repeat: no-repeat;
	} 
   
#searchbar {
	background: none;
	color: black;
	}
	
	#breadcrumb {
		color: black;
		font-weight: normal;
		}
	#breadcrumb a {
		color: black;
		font-weight: normal;
		}
	#todaysdate {
		color: black;
		font-weight: normal;
		text-align: left;
		padding-left: 10px;
		}
#navandcontent {
	border-top: 1px solid #000;
	border-left: 0px solid #000;
	}		
	
	#content {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}
	
	#latest {
	border-left: 0px solid #000;
	border-right: 1px solid #000;
	}
	
	.bottomborder {
	border: 0px solid #000;
	}	
   
   
#latest, #content {
   width: auto;
   float: none !important;
   color: black;
   background: transparent none;
   }

/*a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }*/
#mainpic a:link:after, #mainpic a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }


/* Egenis/HuSS specific */

#content table.standardList {
}
#content table.standardList td {
background-color: white;
border-style: solid;
border-width: 1px;
border-color: black;
}
#content table.standardList th {
	background-color: white;
border-style: solid;
border-width: 1px;
border-color: black;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

/* BART 
.headercell {
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #D3D3D3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-left-color: #FFFFFF;
}
.border #navandcontent #content table.listing {
	border: 1px solid #000000;
}
.row1 {
	background-color: #FFFFFF;
}
.row2 {
	background-color: #F5F5F5;
}
.row1 td {
	background-color: #FFFFFF;
	border-top: 1px none #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px none #BBBBBB;
}
.row2 td {
	background-color: #F5F5F5;
	border-top: 1px none #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px none #BBBBBB;
}
/* and of BART styles */