@import url(/styles/content.css);
@import url(/styles/head.css);
@import url(/styles/navi.css);
@import url(/styles/foot.css);

body {padding:0; margin:0; color:#7B7B7B; background-color:#000000; font-family:Tahoma; font-size: 12px; }

br{ font-size:10px}

a {	text-decoration:none; color:#7B7B7B }
a:hover { color:#9C8F53 }

/* different color definitions */

.s{ font-size:10px;  color:#7B7B7B; text-decoration:none}
.s1{ font-size:11px;  color:#3B3B3B}
.green{   font-size:10px;  color:#A18E43;text-decoration:none}
.green1{  font-size:11px;  color:#9C8F53;text-decoration:none}
.green2{  font-size:11px;  color:#9C8F53;text-decoration:none}
.red{  font-size:11px;  color:#9C371F}
.red1{  font-size:11px;  color:#AF9078; text-decoration:none}
.o{  font-size:11px;  color:#9D6E2F;text-decoration:none}
.o1{  font-size:11px;  color:#E48C16;text-decoration:none}
.blue{  font-size:11px;  color:#8C8B89;}
.blue1{  font-size:11px;  color:#8C8B89;text-decoration:none}
.w{  font-size:11px;  color:#DEDEDE; }
.w1{  font-size:11px;  color:#FFFFFF; }
.b{  font-size:11px;  color:#443821; }

#container {
	margin: auto;
	margin-top:7px;
	width:961px;
}

#content {
	padding:10px;
	min-height:400px;
	/*background-image:url(images/head.gif);*/
	background-image:url(/images/ka/bg.gif);
	background-repeat:repeat;
}

* html #content {
	width:941px;
	overflow: auto;
}

#maxbottom {
	position:relative;
	height:0px; width:0px;
	clear:both;
}

h1 {
	font-size:13px;
	margin-top:0px;
	margin-bottom:0px;
	color: #A18E43;
}

h2 {
	font-size:12px;
	margin-top:0px;
	margin-bottom:0px;
	color: #9D6E2F;
}

h3 {
	font-size:12px;
	margin-top:10px;
	margin-bottom:0px;
}

input, textarea, select {
	border: solid 1px #5A5A5A;
	background-color:#1A1A1A;
	color: #8C8B89;
	font-size:11px;
	font-family:Tahoma;
	padding:3px;
	height:19px;
}

textarea {
	overflow:auto;
}

select {
	height:25px;
}

* html select {
	height:31px;
}
*+html select {
	height:25px;
	border:none;
}

* html option {
	height:31px;
}
*+html option {
	height:31px;
}

.highlightError {
	border-color:#9C371F;
	background-color:#3A3A3A;
}

form {
	margin:0px;
}

input.btn {
	height:20px;
	padding:1px;
	font-weight:bold;
	background-color:#444;
}

input.btn:disabled {
        color:#555;
}

.disabled {
        color: #555;
}

.bold {
        font-weight:bold;
}

td.input {
	line-height:20px;
	padding:5px;
	vertical-align:middle;
	background-color: #CCCCFF;
	color:#333;
}

th.input {
	line-height:20px;
	padding:5px;
	vertical-align:middle; text-align:left;
	background-image:url(/images/ka/th_bg.png); background-repeat: repeat-x;
	color:#333;
}

/* NAVIGATION */
.nav_td {
	height: 20px;
	width:30px;
	text-align:center;
}

.nav_button {
	filter:alpha(opacity = 50);
	opacity: 0.5;
	-moz-opacity:.5;
}

.nav_button:hover {
	-moz-opacity:1;
	filter:alpha(opacity = 100);
	opacity: 1;
}

.inactive_nav_button {
	filter:alpha(opacity = 20);
	opacity: 0.2;
	-moz-opacity:.2;
}

.nav_numbers {
	cursor: default;
	display: inline;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
}

.nav_highlight {
	background-color:#FFFF99;
	background-image:url(/images/ka/highlight_bg.gif); background-repeat: repeat;
}

input[type="radio"], input[type="checkbox"] { 
	border:none;
	background-color:#000000;
}

* html input[type="radio"] { margin-top:5px; }
*+html input[type="radio"] { margin-top:5px; }
