/* Start of CMSMS style sheet 'My_Tables' */
#content table{
 width: 100%;
 border: 2px solid #dedede;
}

#content table thead tr{
 color: #6AA515;
 border: solid 1px #dedede;
}

#content table tbody tr:hover{
 background-color: #fff;
 color: #6AA515;
}

#content table td{
 border: solid 1px #dedede;
 text-align: left;
}



/* End of 'My_Tables' */

