@charset "utf-8";
/* CSS Document */
body{
background-color:#000000;
margin:0;
padding:0;
color:#9f8b66;
font-family:  Arial;
font-size:14px;
line-height:18px;
}
/*left table and menu*/
.left_table{
	background-color:#000000;
	height:auto;
}

.left_table td{
	border-bottom: 1px solid #241b14;
}
.main_menu{
	color: #fe9b26;
	height: 39px;
	padding-top: 8px;
	font-weight: bold;
 	font-size:16px;
}
.sub_menu{
	color: #f5daa5;
	padding-top: 3px;
	padding-bottom: 6px;
 	font-size:14px;
}
.sub_menu a{
	color: #f5daa5;
	text-decoration: none;
 	font-size:14px;
}
.sub_menu a:hover,.sub_menu a.visited:hover{
	color: #FF0000;
	text-decoration: none;
 	font-size:14px;
}

/* links  */
a{
	color: #fe9b26;
	font-size: 12px;
	text-decoration: underline;
	
}
a:hover, a.visited:hover{
	color: #FF0000;
	font-size: 12px;
	text-decoration: underline;
}


a.langlink{ 
	color: #fe9b26;
	font-size: 12px;
	text-decoration: none;
	
}
a.langlink:hover{
	color:#FF0000;
	font-size: 12px;
	text-decoration: underline;
}

/**/

.main_table{
	background:#0e0d0b;
	width:718px;
}
.main_table img{
	border: 9px solid #ececec;
}

.main_headers{
	color: #fe9b26;
	height: 39px;
	padding-left: 20px;
	padding-top: 9px;
	font-weight: bold;
 	font-size:17px;
}
.txt{
	padding-left: 20px;
	//padding-right: 20px;
	padding-top: 9px;
}
/**/
.myinput{
	background: url(/contest/images/input_submit_bg.gif) repeat-x;
	height: 30px;
	border: 1px solid #010101;
	font-size:16px;
}
.mytextinput{
	border: #010101 1px solid;
	background-color: #352820;
	color:#cccccc;
}
.mytextarea{
	border: #010101 1px solid;
	background-color: #352820;
	color:#cccccc;
}
.error_mes{
	color:#ff0000;
	font-size:12px;
	line-height: 12px;
}
.bigheader
{
	color:#fe9b26;
	font-size:18px;
	line-height: 20px;

}