/* General styles */
body { margin: 0 0 0 0; padding: 0 0 0 0; }
body, td { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 14px; color: white; background-color: black;}
th { background-color: black; text-width: bold; text-decoration: none; text-align: center; color: white; }
th.winheader { text-width: bold; text-decoration: none; text-align: left; color: white; }

a{ text-decoration: none; color: #dddddd}
a:hover{ text-decoration: underline; color: #ff0000; }

table.blackborder { background-color: white }
table.grayborder { background-color: gray }
.row1 { background-color: #000000 }
.row2 { background-color: #222222 }
.row3 { background-color: #333333 }

input, textarea, select {
    background-color: #D1CFCF; font-size:11px; 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; text-decoration: none; font-weight:normal;
    font-style:normal; color:#000000;
}
input[type=checkbox], input[type=radio],{
    background-color: black;
}

.stat_info {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:normal;
	font-style:italic;
	color:#000000;
}

.copyright_text {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:normal;
	font-style:normal;
	color:#969696;
	
}
FORM{ margin-bottom: 0; margin-top: 0; }
ul{ margin-top: 8px; margin-bottom: 8px; }

.special { color: red; !important; }

.codetitle {margin: 10px 5px 0px 5px; padding: 4px; border-width: 1px 1px 0px 1px; border-style: solid; border-color: #A9B8C2; color: black; background-color: #A9B8C2; font-size: 8pt;}
.codetext {margin: 0px 5px 10px 5px; padding: 5px 5px 5px 5px; border-color: #A9B8C2; border-width: 0px 1px 1px 1px; border-style: solid; color: black; font-weight: normal; font-size: 8pt; font-family: "Courier New", Courier, mono; background-color: #FAFAFA; overflow: auto}

img{border-width: 0px;}