/* General styles */
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(./images/backg.png);

}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #272727;
	background-color: #9DBDFF;
}
th {
	background-color: #9DBDFF;
	text-width: bold;
	text-decoration: none;
	text-align: center;
	color: Black;
}
th.winheader {
	text-width: bold;
	text-decoration: none;
	text-align: left;
	color: Black;
}

a{
	text-decoration: none;
	color: Black;
}
a:hover{ text-decoration: underline; color: #ff0000; }

table.blackborder {
	background-color: #9DBDFF;
}
table.grayborder {
	background-color: #9DBDFF;
}
.row1 {
	background-color: #9DBDFF;
}
.row2 {
	background-color: #9DBDFF;
}
.row3 {
	background-color: #9DBDFF;
}

input, textarea, select {
	background-color: #9DBDFF;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #0B0B0B;
}
input[type=checkbox], input[type=radio],{
	background-color: Silver;
}

.stat_info {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	color: #DCDCDC;
}

.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; background: url(octavia.jpg) no-repeat;}


.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: #0099FF; 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: #0099FF; overflow: auto}

img{border-width: 0px;}

a.header-navbox{
	background-color: #D7D7D7;
	border: medium none Black;
	display: inline;
	padding: 2px 5px 2px 5px;
	margin: 1px 2px 1px 2px;
	color: Black;
	font-size: 95%;
}

a.header-navbox:hover{
	background-color: Black;
	color: White;
	text-decoration: none;
}

.menubar {
	background: #41ca3a;
}

.rightcol {
	background: #0099FF;
}

.winheader {
	position: relative;
	top: -3px;
	color: white;
}

a.winheader {
	position: relative;
	top: 0px;
	color: white;
}
