body { background-image:url('../images/bg.jpg'); background-repeat:repeat-x; font-size:small; font-family:arial; }

a:link {color:#4D92D9;text-decoration:none;}      /* unvisited link */
a:visited {color:#4D92D9;text-decoration:none;}  /* visited link */
a:hover {color:#ffffff;text-decoration:underline;}  /* mouse over link */
a:active {color:#4D92D9;text-decoration:none;}  /* selected link */ 


.DataGrid { display: block; border: 0; font-size: .95em; empty-cells: show; }
.DataGrid tr.Active { background-color: #45B9D4; }
.DataGrid td.DataBox { text-align: center; color: #000000; border: 1px solid #666666; }
.DataGrid td { padding: 0px 8px 0px 8px; color: #000000; border: 1px solid #CECFCE; }
.DataGrid th { border: 1px solid #000000; padding: 5px 8px 5px 8px; color: #FFFFFF; background: #000000; font-size: 1em; font-weight: BOLD; }
.DataGrid th a { display: block; } 
.DataGrid thead { background: #45B9D4; }
 
.DataHeader { font-weight: bold; text-align: center; }
.DataHeader a, .DataHeader a:visited { font-weight: bold;  color: #000000; text-decoration: none; }
.DataHeader a:active, .DataHeader a:hover { color: #000000; text-decoration: underline; }
.DataGrid td a, .DataGrid td a:visited { display: block; color: #000000; text-decoration: underline; } 
.DataGrid td a:hover, .DataGrid td a:active { color: #000000; text-decoration: underline; }

