@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;
	height: 27px;
	font-size: 13px;
}
.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;

}

/* Buttons */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}


/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* white_blue*/
.white_blue {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white_blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.white_blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');

}



/**end Buttons/
