/* Start of CMSMS style sheet 'Additional Styles' */
table.fancyTable{
width:100%;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
}
table.fancyTable th{
background-color:#999;
color:#fff;
border-bottom:2px solid #ccc;
border-right:1px solid #ccc;
padding:5px;
}
table.fancyTable td{
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
padding:5px;
}
table.fancyTable tr.row2{
background-color:#eee;
}
/* End of 'Additional Styles' */

