
/*
ftp://vegadesi:@195.210.46.54/www/test3/fonts/OpenSans-Bold.ttf
ftp://vegadesi:@195.210.46.54/www/test3/fonts/OpenSans-CondLight.ttf
ftp://vegadesi:@195.210.46.54/www/test3/fonts/OpenSans-Italic.ttf
ftp://vegadesi:@195.210.46.54/www/test3/fonts/OpenSans-Light.ttf
*/

@font-face
{
	font-family: 'ROBOTO-LIGHT';
	src: url('/fonts/OpenSans-Light.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'ROBOTO-BOLD';
	src: url('/fonts/OpenSans-Bold.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'ROBOTO-LIGHT2';
	src: url('/fonts/roboto-thin.eot?#iefix') format('embedded-opentype'),  url('/fonts/roboto-thin.woff') format('woff'), url('/fonts/roboto-thin.ttf')  format('truetype'), url('/fonts/roboto-thin.svg#LucidaSans') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'ROBOTO-BOLD2';
	src: url('/fonts/roboto-bold.eot?#iefix') format('embedded-opentype'),  url('/fonts/roboto-bold.woff') format('woff'), url('/fonts/roboto-bold.ttf')  format('truetype'), url('/fonts/roboto-bold.svg#LucidaSans') format('svg');
	font-weight: normal;
	font-style: normal;
}


body, html
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000;
	font-size: 16px;
}

body, div, td, p, span, input, textarea
{
	color: #555;
	font-family: 'ROBOTO-LIGHT';
	font-size: 16px;
}

input[type="text"],
input[type="password"],
textarea
{
	border: solid 1px #333;
	padding: 2px;
}

b
{
	font-family: 'ROBOTO-BOLD';
}

a
{
	color: #555;
}

.btn_top
{
	padding: 6px 5px 6px 5px;
	border-radius: 24px;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	border: none;
}


.btn_top2
{
	padding: 8px 10px 8px 10px;
	border-radius: 50%;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	border: none;
	background: #5D4037;
}
.btn_top2 img
{
	height: 25px;
	padding-bottom: 5px;
	border: none;
}




.btn2, .btn4
{
	padding: 6px 18px 6px 18px;
	xborder-radius: 24px;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	border: none;
}

.btn4
{
	font-size: 12px;
	line-height: 12px;
}

/*
.btn1, .btn3, .btn3black, .btn3gray
{
	width: 240px;
	height: 48px;
	border: none;
	border-radius: 4px;
	text-align: center;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
.btn1
{
	margin: auto;
}

.btn3, .btn3black
{
	background: #BBD700;
	border: solid 1px #82CC17;
	border-radius: 6px;
}


.btn3black
{
	color: #333;
	border: solid 1px #82CC17;
	border-radius: 5px;
	width: 180px;
	height: 45px;
	line-height: 20px;
	font-size: 20px;
}

.btn3gray
{
	color: #fff;
	border: solid 1px #000;
	background: #666;
	border-radius: 5px;
	width: 180px;
	height: 45px;
	line-height: 45px;
}


/*

.btn1, .btn3, .btn3black, .btn3gray
{
	width: 240px;
	height: 48px;
	border: none;
	border-radius: 4px;
	text-align: center;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
.btn1
{
	margin: auto;
}

.btn3, .btn3black
{
	background: #BBD700;
	border: solid 1px #82CC17;
	border-radius: 6px;
}


.btn3black
{
	color: #333;
	border: solid 1px #82CC17;
	border-radius: 5px;
	width: 180px;
	height: 45px;
	line-height: 20px;
	font-size: 20px;
}
*/



.btn5,
.btn5a
{
	display: block;
	background: #ccdd55;
	border: #00dd00;
	border-radius: 6px;
	width: 36px;
	height: 36px;
}

.btn5a
{
	xbackground: #755;
	background: #666;
}

.grad
{
	background: #755; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #000 , #755); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #000 , #755); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #000 , #755); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #000 , #755); /* Standard syntax */
	background: linear-gradient(to right, #000 , #755);

}

.grad_btn
{
	background: #369;
}

.grad_btn:hover
{
	color: #000;
	background: #69D;
}

.grad_btn___
{
	background: #755; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left bottom, #755 , #000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top right, #755 , #000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top right, #755 , #000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top right, #755 , #000); /* Standard syntax */
	background: linear-gradient(to top right, #755 , #000);

}

.grad_btn___:hover
{
	background: #977; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left bottom, #977 , #333); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top right, #977 , #333); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top right, #977 , #333); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top right, #977 , #333); /* Standard syntax */
	background: linear-gradient(to top right, #977 , #333);

}

#footer
{
	height: 48px;
	max-height: 48px;
	color: #fff;
	text-align: center;
	font-size: 13px;
}

.big1
{
	font-size: 36px;
}

.med1
{
	font-size: 24px;
}
.white
{
	color: white;
}

.small
{
	font-size: 12px;
}



img.ch0,
img.ch1
{
	xbackground: url(/img/icons-20.svg) center center no-repeat;
	width: 48px;
	height: 24px;
	border: none;
	cursor: pointer;
}

img.ch1
{
	xbackground: url(/img/icons-21.svg) center center no-repeat;
}

.big2
{
	xfont-family: 'ROBOTO-BOLD';
	font-size: 48px;
	font-weight: bold;
}





.form,
.form0
{
	position: fixed;
	border: solid 1px #ffffff;
	display: none; 
	background: #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5); /* Для Firefox */
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5); /* Для Safari и Chrome */
	box-shadow: 0 0 10px rgba(0,0,0,.5); /* Параметры тени */
	padding: 30px;
	z-index: 200;
}

.form0
{
	position: absolute;
}

.red
{
	color: #f00;
}

.green
{
	color: #0d0;
}


#fade
{
	position: fixed;
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	left: 0px;
	top:0px;
	display: none; 
}


td.err30
{
	color: #f00;
	text-align: center;
}

#td_logo
{
	padding: 5px 24px 0px 48px;
	height: 10px;
}

#td_btns
{
	dwidth: 228px;
	xpadding: 12px 48px 0px 0px;
	color: #fff;
	font-size: 30px;
}

#td_btns a
{
	color: #fff;
	font-size: 20px;
	text-decoration: underline;
}
#td_btns a:hover
{
	color: #fff;
	text-decoration: none;
}


input, input:active
{
	outline: none;
}

a.med2
{
	color: #666;
	text-decoration: none;
	font-size: 16px;
}

.med3
{
	font-size: 19px;
	text-decoration: none;
}

.td1
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	xpadding: 24px 12px 0px 12px;
}

.td2,
.inp2
{
	xfont-family: 'ROBOTO-BOLD';
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
	xpadding: 14px  24px 0px 0px;
}

.td3
{
	font-size: 16px;
	font-weight: normal;
	xtext-transform: none;
	xpadding: 24px 12px 0px 12px;
}


input.inp2
{
	border: none;
	border-bottom: solid 1px #666;
	width: 180px;
	background: none;
}


a.inp
{
	display: block;
	border: none;
	dborder-bottom: solid 1px #666;
	dwidth: 180px;
	background: #666;
	color: #fff;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

a.b2
{
	display: inline-block;
	border: none;
	dborder-bottom: solid 1px #666;
	width: 150px;
	background: #666;
	color: #fff;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}

a.b2:hover,
a.inp:hover
{
	background: #999;
	color: #fff;
	text-decoration: none;
}

.gray_line
{
	background: #eee;
	padding: 48px 0px 48px 0px;
	width: 100%;
}



img.fon_pre
{
	width: 84px;
}



.img_4
{
	width:48px;
	height:48px;"
}
.big_1
{
	xfont-family: 'ROBOTO-BOLD';
	font-weight:bold;
	font-size:18px;
}
.big_2
{
	xfont-family: 'ROBOTO-BOLD';
	font-weight:bold;
	font-size:54px;
}
.img_2_5
{
	width:38px;
	height:38px;
	margin-top: 5px;
}




select
{

	xfont-family: arial;
	font-size: 12pt;
	font-weight: normal;

	color: #336699;
	padding: 3px 10px 3px 10px;


	margin: 0;
	border: 1px solid #ddd;
	overflow: hidden;
	background-color: #fff;
	background: #fff url(/img/arrowdown.gif) no-repeat 90% 50%;

	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn2 img,
.btn_top img
{
	height: 26px;
	padding-bottom: 2px;
}

.btn2 img.ic1
{
	height: 24px;
	margin: 6px 0px 0px 0px;
}











a.pager, a.pager_on, a.pager:hover, a.pager_on:active, a.pager_on:focus

{
	color: #666;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}

a.pager_on, a.pager:hover, a.pager_on:hover, a.pager_on:active, a.pager_on:focus
{
	color: #ffffff;
	background: #666;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}


h1.black
{
	color: #fff;
	background: #000;
	font-size: 30pt;
	display: inline;
	padding: 5px;
}


.f2
{
	background: #fff;
	border-radius: 0px;
	border: 0px;
}

table.reg td
{
	font-size: 24px;
	color: #fff;
}

table.reg td input[type="text"],
table.reg td input[type="password"]
{
	font-size: 24px;
	padding: 3px;
	border: solid 1px #999;
}

div#aggr2
{
	width: 20px;
	height: 20px;
	background: #fff;
	border: solid 5px #fff;
	outline: solid 1px #999;
}


a.white_btn
{
	color: #000;
	border: solid 1px #000;
}


#login_form td,
#login_form td a
{
	ccolor: #fff;
}

table.reg td a
{
	color: #fff;
}





.btn1, .btn3, .btn3black, .btn3gray,

.btn251,
.btn251_gray,
.btn251_1,
.btn251_1_gray,
.btn251_2,
.btn251_2_gray,
.btn251_2_dgray
{
	width: 251px;
	height: 61px;
	color: #333;
	background: #BBD700;
	border: solid 1px #82CC17;
	border-radius: 5px;
	text-align: center;
	font-size: 25px;
	line-height: 61px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}


a.btn251_2,
a.btn251_2_gray,
a.btn251_2_dgray
{
	height:auto;
	padding: 10px 20px 10px 20px;
}

.btn251_1,
.btn251_1_gray
{
	height: 50px;
	line-height: 50px;
}

.btn251_2,
.btn251_2_gray,
.btn251_2_dgray
{
	width: 170px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
}

.btn3gray,
.btn251_gray,
.btn251_1_gray,
.btn251_2_gray
{
	color: #fff;
	border: solid 1px #333;
	background: #666;
}

.btn251_2_gray
{
	border: solid 1px #82CC17;
}

.btn3gray,
.btn251_2_dgray
{
	color: #fff;
	background: #111;
}


b.pin
{
	color:#000;
	display: block;
	background: #fff;
	border: solid 1px #999;
	padding:  10px 20px 10px 20px;
	border-radius: 5px;
	width: 100px;
	text-align: center;	
}

.f30,
.f30 td
{
	font-size: 30px;
}

.f20,
.f20 td
{
	font-size: 20px;
}



.fs16
{
	font-size: 16pt;
}

table.t1 th
{
	background: none;
	color: #999;
	font-size: 12pt;
	text-align: left;
	padding: 5px 10px;
	border-bottom: solid 1px #ddd;
}

table.t1 td
{
	border-bottom: solid 1px #ddd;
	background: none;
	color: #ddd;
	font-size: 16pt;
	text-align: left;
	padding: 5px 10px;
}

table.t1 td input[type="text"],
table.t1 td input[type="file"],
table.t1 td textarea
{
	outline: none;
	border: solid 1px #ddd;
	background: none;
	color: #999;
	font-size: 12pt;
	width: 97%;
	resize: none;

}


