/* CSS Document */

table{
border:#CCCCCC 1px solid;
width: 500px;
margin: 0 auto;



}

td{

padding: 4px;
border: #999999 solid 1px;
text-align:center;
}

td a{
text-align:center;
color: #333;
text-decoration:none;
font-weight:bold;

}


td.overall{
text-align:center;

font-weight:bold;
color:#333300;
font-size:1.2em;



}

table h5{
color:#333333;
margin: 3px;
padding: 0px;
}

table h4{
margin: 3px;
padding: 0px;
}

td.empty{


}

td img.v{
width:20px;
margin: 0 40px;
}

caption{
background-color:#FFC51B;
color:#333;
margin:0 auto;
border:#000000 1px solid;
font-weight:bold;
height: 20px;

}

#domainresults{
border:#000000 1px solid;
}


td.greencell{
background-color:#FFFFCC;
color:#339900;
font-weight:bold;
}

td.redcell{
background-color:#FFFFCC;
color:#CC3300;
font-weight:bold;

}

#contacttable td{ 

border:none;
text-align:left;
border-bottom: 3px solid #eee;
border-collapse:collapse;
font-weight:bold;

}

#contacttable { 
border-collapse:collapse;
border:none;
margin: 0px;
width:450px;
border-top:2px solid #ccc;
}

#contacttable input{ width:300px;
border: 2px solid #666;
}


#contacttable input.inputsubmit{ width:100px;
}

#contacttable textarea{ width:300px;
border: 2px solid #666;
 height:100px; 
 }