
/* font for the head table */
#htf {
color:green;
font-family:arial;
font-size:12px;
text-align:center;
}

body {
background-color:rgb(247,247,247);
position:relative;
margin-left:130px;
margin-right:150px;
margin-top:30px;
font-family:Verdana, Arial, Helvetica, Sans-Serif;
}

/* there is some better syntax for this to inherit from body */
body.donate_hw {
background-color:rgb(247,247,247);
position:relative;
margin-left:130px;
margin-right:15px;
margin-top:30px;
font-family:Verdana, Arial, Helvetica, Sans-Serif;
}

table.pos_fixed {
width:120px;
position:fixed;
top:50px;
left:2px;
}
/*
clip:rect(0px,120px,500px,0px);
 - cuts it off but no scrolling for bottom element
clip top,right,bottom.left
position:fixed;

causes an inset:
padding:10px; 
border:10px solid black;
*/

#body_rel {
color:rgb(30,30,30);
}

#hwTable {
font-size:small;
}

#title {
font-size:30px;
font-weight:bold;
}

#mail_low {
position:relative;
bottom:-4px;
border-style:none;
}

#grn {
color:rgb(0,128,0);
}
#gry {
color:rgb(178,178,178);
}
#prt {
color:rgb(0,0,128);
}
#prtv {
color:rgb(0,128,128);
}


table.pos_right_fixed {
width:125px;
position:fixed;
top:50px;
right:3px;	
}
/* was top 140
*/

tr {
}
/*
padding:10px;
*/

td.ltgray {
background-color:rgb(240,240,240);
color:rgb(0,0,0);
padding:3px;
}
/*
<td class="ltgray">
padding:4px;
*/

td.tdyellow {
background-color:rgb(255,255,180)
}

td.hov:hover {
background-color:rgb(220,220,240);
/*font-weight:bold;*/
}

table.pos_fixed2 {
width:100px;
position:fixed;
top:390px;
left:3px;
}
