/* CSS Document */

#content table{
margin:0px 0px 20px;
border-top:1px #ccc solid;
border-right:1px #ccc solid;
border-left:1px #ccc solid;
}

#content th{
background:#eee;
margin:0px;
padding:10px 15px;
color:#000;
font-weight:normal;
text-align:left;
border-bottom:1px #ccc solid;
}

#content td{
background:#fff;
margin:0px;
padding:10px 15px;
color:#000;
border-bottom:1px #ccc solid;
}