@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;
	}
}
body {
    background-color: #FFFFFF;
    background-image: url(../graphics/gridbg.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
}
body,td,th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
a {
    font-weight: bold;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #0066FF;
}
a:hover {
    text-decoration: underline;
    color: #33CCFF;
}
a:active {
    text-decoration: none;
    color: #FFFF00;
}
.style2 {font-size: 14px}
.style3 {
    font-size: 18px;
    font-weight: bold;
    color: #3399FF;
}
.style4 {
    color: #3399FF;
    font-weight: bold;
    font-size: 12px;
}
.style5 {
    font-size: 14px;
    font-weight: bold;
}
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
}
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 
}
.warning_highlight {
	background-color: yellow
}
.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;
}
.legal_notice{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #660000;
	font-size: 9px;
}
