
@font-face {
  font-family: 'MYRIAD-PRO';
  src:  url('MYRIAD-PRO.OTF');
}
@font-face {
  font-family: 'SEGOEPR';
  src:  url('SEGOEPR.TTF');
}
@font-face {
  font-family: 'SEGOEPRB';
  src:  url('SEGOEPRB.TTF');
}

.div_choose_params{
	padding: 1px 0 10px 0;
	border: solid #DDD;
	border-width:0 0 1px 0;
}
.gamer_header_block {
//width: 50%;
//float: left;
text-align: center;
padding: 5px 0;
}
.ok_button_small, .ok_button_big{
width: 40px;

height: 40px;

vertical-align: top;

border-radius: 10px;

border: 0;

cursor: pointer;

margin-left: 10px;

background:
#FFF8 url("images/ok.png?v=1");

    background-repeat: repeat;
    background-size: auto;

background-repeat: no-repeat;

background-size: 100%;
}
.ok_button_big{
width: 100%;

margin: 0 auto;

background-size: auto 95%;

background-position-y: 1px;

font-size: 0.9em;

background-position-x: 1px;

border: 1px solid #503c62;
}

input[type="button"],input[type="submit"],button{
/*	background:#a2d9f7;*/
	cursor: pointer;
	border-width: 2px;
	/*border-style: dashed;
	font-family: 'SEGOEPRB';
	color:#503c62;*/
}

a{
	color:#503c62;
}

body{
	font-family: 'MYRIAD-PRO', 'Gagalin-Regular',verdana;
	width: 480px;
	margin: 0 auto;
	color:#503c62;
}
.main_div{
	margin: 0px auto 1px auto;
	width: 480px; 
	border: #3b3919 1px solid;
	border-radius: 5px;
/*	background: linear-gradient(0, #d6ecf1, #FFF);*/
/*	background: #d6ecf1 url('images/fon.svg');*/
	background-size: 100% 100%;
	background-repeat: repeat-x;
	overflow: hidden;
}
h4{
	text-align: center;
}
.error_mes{
	color:red;
	text-align:center;
}
.game_menu{	
	background-color:#f5f5f5;
//	font-size: 1.1em;
	padding: 7px;
	text-align: center;
}
.current_item
{
	background-color:#DDD;
}
.head_hide_block{
	cursor: pointer;
	padding: 15px 0 8px 0;
	font-weight: bold;
}
.head_hide_block:hover{
	color: #888;
}

.top_admin_menu{
	background-color:#eee;
	font-size: 1.1em;
	padding: 10px;
	text-align: center;
}
.top_admin_menu a, .game_menu a{

	color:#503c62;
	text-decoration:none;
	padding: 10px;
}
.top_admin_menu a:hover, .game_menu a:hover{
	color:#666;
}
.table_classic td, .table_classic th{
	border:1px solid #999;
	padding: 3px 11px;
}
.table_classic {
	border-spacing:0;
	margin: 0 auto;
}
.table_results td, .table_results th{
	padding: 2px 2px;
	text-align: center;
	
}
.table_indexes td, .table_indexes th{
	padding: 2px 2px;
	min-width: 50px;
	text-align: center;
	font-size:0.9em;
}
.table_team_passwords td, .table_team_passwords th{
	padding: 5px 5px;
//	min-width: 50px;
	text-align: center;
	font-size:0.9em;
}
.form_label{
	min-width:150px;
	padding: 5px 0;
	font-size: 1.2em;
	}
input, select, textarea{
	width:380px;
	padding: 5px;
	font-size: 1em;
	font-family: 'MYRIAD-PRO', 'Gagalin-Regular',verdana;
	/*border-radius: 10px;*/
    background-color: #ffffff78;
    border: 1px solid #503c62;
	color: #503c62;
	
}
.input_pass{
	width:100px;
	padding: 0;
	text-align: center;
}
.in_text_label{
	min-width:150px;
	padding: 5px 0;	
	float:left;
}
.in_text_param{
	padding: 5px 0;
}
.vertical_cell{
  writing-mode: tb;
  min-width: 22px;
  transform: rotate(180deg);
}
//.vertical_cell_div{
//writing-mode: tb;
// -webkit-transform: rotate(-90deg); 
//  -moz-transform: rotate(-90deg);
//  -ms-transform: rotate(-90deg);
//  -o-transform: rotate(-90deg);
//  transform: rotate(-90deg);
//}