BODY {
}

.NonPrintable {
	display: none;
}
.SimpleDisplayTable TD A {
	text-decoration: none;
	color: black;	
}

HR {
	page-break-before: always;
	height: 0px;
	margin: 0px;
}

.LinkBar {
	display: none;
	background-image: url(../images/newscreen/DarkBlueBar.jpg);
}

.ShowWhenPrinting {
 	display: block;
 	
}
 
 /* Override the border style used for the container on the tabbed ranking screen */
#RankingScoreContainer {
  border: 0px;
  overflow: visible; 
  padding: 5px;
 }
 
 /* Style used for the container around the grid of contracts in FilterContracts.xsl */ 
 #ContractListContainer {
  	border: 0px; overflow: visible;
 }
 
 #ContractList {
 	padding: 0px; margin-top: 10px;
 }
 
 .ScrollOnScreen {
 	overflow: visible;
 }
 .ScrollOnScreen2 {
 	overflow: hidden; 
 }
 .HideOverflowOnScreen {
 	overflow: visible;
 }
.BorderOnScreenOnly {
	border: 0px;
}

A {
	color: black;
}
.PL20X {
	padding-left: 20px;
}
