@media print {
    .print_hidden { display:none; 
	}
    .print_viewable { display:inline; 
	}
}
@media screen {
    .print_viewable { display:none; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
    	font-weight: bold;
	}
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: #0066FF;
 	font-size: 12px;
 	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: #0066FF;
	font-size: 12px;
	font-weight: bold;
 	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	text-decoration: underline;
	font-size: 12px;
	color: #00CCFF;
	font-weight: bold;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
 	text-decoration: none; 
	font-size: 12px;
	color: #00CCFF;
}
div.popup
{
    height: auto;
    width: auto;
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: -1;
    background-color: #CCC;
    text-align: center;
    visibility: hidden;
    border: solid #000000;
}
.popupText
{
    margin: 10px
}
#naglayer {
/*	-moz-opacity:.90;
	-ms-filter:.alpha(opacity=90).; 
	filter:alpha(opacity=90); 
	opacity:.90; 
*/
	position: absolute;
	left: 20px;
	top: 100px;
	background-color: #DDDDDD;
	border: 1px solid #000000;
	padding: 10px;								
	z-index: 9001;
}
#close {
	float: right;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 10px;
    padding: 0;
}
p.error {
    color: red
}
.on_estimate_list {
	background-color: #9AA59B
}
.pseudolink {
    cursor: pointer
}
/* I misspelled pseudolink a long time ago - sigh Drew  */
.psuedolink { 
	cursor: pointer 
}
.psuedolinkfont {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #0066FF;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}
.warning_highlight {
	background-color: yellow
}
.labels{
    font-size: 11px;
    font-weight: bold;
}
.main {
    font-size: 11px;
}
.mainbig {
    font-size: 13px;
}
.mainbigbold {
    font-size: 13px;
	font-weight: bold;
}
.ondark {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.ondarksmall {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 11px;
}
.topsearch {
	font-weight: bold;
	font-size: 14px;
}
.tableheader {
    font-weight: bold;
    font-size: 14px;
}
.readonly {
    font-size: 10px;
    background-color: #DDDDDD;
}
.bigtitle {
	font-weight: bold;
    font-size: 16px;
}
.partresult {
    font-size: 10px;
}
.majcompresult {
    font-size: 12px;
}
.partcount {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.buttonstyle {
	background-color: #000080; 
	color: white;
	font-size: 11px;
	font-weight: bold;
}
.required_field{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
}
.notice{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #660000;
    font-size: 9px;
}
.legal_notice{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #660000;
	font-size: 9px;
}

