﻿.radius5  { -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; behavior:url(border-radius.htc); }
.radius10 { -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; border-radius:10px; behavior:url(border-radius.htc); }
.radius15 { -moz-border-radius:15px; -webkit-border-radius:15px; -khtml-border-radius:15px; border-radius:15px; behavior:url(border-radius.htc); }
.radius20 { -moz-border-radius:20px; -webkit-border-radius:20px; -khtml-border-radius:20px; border-radius:20px; behavior:url(border-radius.htc); }
.radius25 { -moz-border-radius:25px; -webkit-border-radius:25px; -khtml-border-radius:25px; border-radius:25px; behavior:url(border-radius.htc); }
.radius30 { -moz-border-radius:30px; -webkit-border-radius:30px; -khtml-border-radius:30px; border-radius:30px; behavior:url(border-radius.htc); }
.radius35 { -moz-border-radius:35px; -webkit-border-radius:35px; -khtml-border-radius:35px; border-radius:35px; behavior:url(border-radius.htc); }
.radius40 { -moz-border-radius:40px; -webkit-border-radius:40px; -khtml-border-radius:40px; border-radius:40px; behavior:url(border-radius.htc); }
.radius45 { -moz-border-radius:45px; -webkit-border-radius:45px; -khtml-border-radius:45px; border-radius:45px; behavior:url(border-radius.htc); }
.radius50 { -moz-border-radius:50px; -webkit-border-radius:50px; -khtml-border-radius:50px; border-radius:50px; behavior:url(border-radius.htc); }

.maintable { border-color:#CCC; 
			 border-style: solid; 
			 border-width: 2px; 
			 border-top-left-radius:0px; border-top-right-radius:0px; border-bottom-left-radius:10px; border-bottom-right-radius:10px; 
			 border-top:0px solid black; 
			 -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px;
			 behavior:url(http://www.odphi.com/border-radius.htc);
			 width:1000px; 
			 height:400px; 
			 empty-cells:show; }
			 
body { background-color: Black; color: White; font-family: Arial; margin-top: 0px; font-size: 12px; }
a:link {color:#FFFFFF}      /* unvisited link */
a:visited {color:#c0c0c0}  /* visited link */
a:hover {color:#FF0000}  /* mouse over link */
a:active {color:#0000FF}  /* selected link */
td.Navigation {border-top:solid 1px white; border-bottom:solid 1px white; font-size: 12px; height: 8px}
table, td {font-size: 12px;}
input.small { font-size: 12px; height: 22px; }



