﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, li, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
outline: 0;
vertical-align: top;
}
* {
    margin: 0;
    padding: 0;
    /*border: 0;*/
}

body,
		html {
			background: #606265;
			background-image: url( ../_images/back.gif); 
			background-repeat:repeat-y;
			background-position: top center;
		}


#body{
			min-width:800px;
			max-width:1024px;
			margin:0 auto;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			height:100%;
			background-color:#134290
		}



#desk{
	width:100%;
	margin:0;
	/*background-color:#134290;
	background-image: url( ../_images/bgpart2.gif); 
	background-repeat:repeat-x;*/
	background-color:#FFFFFF;
	overflow:hidden;
	padding-bottom: 20px;
	
	}


#left-panel
{
	/*width:300px;
	float:left;*/
	padding:20px;
}
#center-panel
{
	/*width:100%;
	float:left;*/
	padding: 20px;
}

#ctl00_MainContent_Calendar td[disabled="disabled"] {
    background-color: #c4c4c4 !important;
}


/*           
						  top bar
*/
#top 
{
	width: 100%;
	height:32px;
	background:#FFFFFF;
	overflow:hidden; 
}
#top span 
{
	float:left;
	color:#09295f;
	font-size:10px;
	padding: 12px 12px 0px 15px;
}
#top  a 
{ 
	font-size:12px;
	color:#1e74d4; 
	text-decoration:underline; 
	margin-right:3px;
	margin-left:3px
}
#top div a { 	padding-left: 25px; }
#top span a { 	padding-left: 2px; padding-right: 2px; }

#top a:hover 
{
	color:#008de7;
	text-decoration:underline;
}
/*           
						  header
*/
#hdr 
{
	margin:0px;
	width: 100%;
	height: 169px;
	background-color:#1e59bc;
	background-image: url( ../_images/bgpart.gif);
	background-repeat: repeat;
}
#hdr2 
{
	width: 100%;
	height: 169px;
	background-image: url( ../_images/headermid.gif); 
	background-repeat: no-repeat;
	background-position:right;
}
/*
#hdr2 span 
{ 
	margin-top:45px;
	margin-left:10px;
	padding:5px;
	font-size:23px; 
	font-weight: bold; 
	line-height: 97%; 
	color:#fafbfc; 
	float:left;
}
*/

#hdr2 span.header
{ 
        width:430px;
		margin-top:37px;
        margin-left:10px;
        padding:0px 5px 0 5px;
        float:left;
		text-align:left;
}

#hdr2 div.text
{ 
        font-size:21px; 
        font-weight: bold; 
        line-height: 97%; 
        color:#fafbfc;
		float:left;
		margin-top: 15px;
		width: 600px;
}

#hdr2 div.contacts
{ 
        
        font-size:12px;
        color:#fafbfc;
		float:left;
		margin:20px 0 14px 0;
}

#hdr2 div.contacts a
{ 
        color:#fafbfc;
}

#hdr2 div.lang_choice
{ 
        width:200px;
        color:#fafbfc;
		font-size:14px;
		
}
	
#hdr2 div.lang_choice a{
	margin:0 0 0 10px;
	text-decoration:none;
	border:none;
}

#hdr2 div.gerb
{
	height:169px;
	width: 160px;
	float:left;
	display:block;
	background-image: url(../_images/headergerb.gif); background-repeat: no-repeat;
}



#hdr ul
{
	clear:left;
	width:100%; 
	height:34px; 
	list-style:none;
}
#hdr li{float:left;}



/*           
						  footer
*/
#footer 
{
	width:100%;
	background-image: url(../_images/bgfooterpart.gif); 
	background-repeat:repeat-x;
	background-color:#134290;
}
.rightfooter
{
	width:380px;
	float:right;
	margin: 5px 15px 15px 0px;
}
.rightfooter p
{
	font-size:12px;
	color:#FFFFFF;
	text-indent: -12px;
}

		h1{
			font-size:13px; 
			font-weight:bold; 
			color:#173ACE;
			/*padding-top:20px;*/
		}
		
		h2{
			font-size:13px;
			color:#18448d;
		}
		
		h3{
			font-size:13px; 
			font-weight:bold; 
			color: #FF0000;
			padding-top:20px;
		}
		
		p{
			font-size:12px;
			color: #000000; 
			text-decoration:none;
			vertical-align:middle;
			margin:10px;
			text-align:justify
		}
		
		span{
			font-size:12px;
			color: #000000; 
			text-decoration:none;
			vertical-align:middle;
			margin-top:15px;
			margin-bottom: 10px;
			/*margin-right:25px;*/
			text-align:justify
		}
		
		a { 
			font-size:13px;
			color:#1e59bc;
			text-decoration:underline;
		}
	
		a:hover {
			color:#008de7;
			text-decoration:underline;
		}
		
		
/*      оформление формы заявки     */
.col_name { 
 	width:163px;  
	text-align:right;
	
    line-height: 1;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
	}
 

 
.col_value { 
 	width:345px;
	height:35px;  
	}

.col_value input{ 
 	width:345px;
	height:30px;  
	border:1px solid #999999;
	border-radius: 3px;
	background-repeat:no-repeat;
	padding-left: 7px;
	outline: none;
	}
	
.col_value input:focus{ 
 	background: #ededed;	
	}


	.inp{
		margin-left:20px;
	}
	.inp p{
		margin: 0 0 15px;
		text-indent: -10px;
	}

	.inp input{
		width:190px;
		height:35px;  
		text-align: left;
		border:1px solid #999999;
		border-radius: 3px;
		background-repeat:no-repeat;
		padding-left: 7px;
		margin:0 0 10px 0px;
		outline: none;
			}
		
	.inp input:focus{
		background: #ededed;	
		}	
	.capcha-title{margin:10px; font-size:13px; font-weight:bold;}
	#ImgCnt{overflow: hidden;width: 200px;height: 200px; margin: 0 0 20px;}
	#ImgCnt img{margin: 0px 0px 0px -200px;}
	
.btn_vert_klav {
	
	background-image: url(../_images/button_vert_klav.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 27px;
	color: #545454;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-shadow: #CCC 1px 1px;
	text-align: center;
	float: right;
	margin-right: 55px;
	line-height: 25px;
	}

.btn{
	border: 1px solid #c5c3c3; 
	display: inline-block; 
	padding: 5px 15px; 
	text-decoration: none; 
	color: #3d3c3c; 
	background: linear-gradient(rgb(255,255,255), rgb(219, 219, 219)); 
	border-radius: 2px;
}

	.btn:hover{
		border: 1px solid #a2a2a2;
		background: linear-gradient(rgb(255,255,255), rgb(211,227,250));
		}


#atten{
	width:540px;
	height:auto;
	font-size:15px;
	color:#FFF;
	border:none;
	background-color:#cc0622;
	padding: 10px 0 8px 20px;
	margin:20px 0px;
	}	


#atten2{
	width:95%;
	height:auto;
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	border:none;
	text-align:center;
	background-color:#cc0622;
	padding: 10px 0 8px 20px;
	margin: 20px 0 8px 20px;
	}
#
/*в случае ошибки*/
.error{
	color:#C00;
	margin-bottom: 5px;
	}
	
.error span.err{
	font-size:11px;
	margin: 0;
	}
.error_msg{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}
.warning_msg{
	font-size: 16px;
font-weight: bold;
padding-top: 10px;}

	
.checkbox input{
margin-top: 2px;
margin-right: 10px;
}

.checkbox label{
margin-left: 10px;
font-size: 15px;
}
.choice a{
	text-decoration:underline;
	font-size: 12px;
	color:#1E59BC;
	}

/*    инструкция    */
	
.box_instruction{
	width: 280px;
	height:auto;
	padding:1px 10px;
	margin: 0 0 10px 0;
	background-color:#ffe1e1;
	}
.box_instruction p{
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	/*font-weight:bold;*/
	font-style:italic;
	}
	
.box_instr_button{
	width: 280px;
	height:auto;
	padding:1px 10px;
	margin-left:10px;
	float:left;
	background-color:#ffe1e1;
	
	}

.req{
	color:#dd001f;
	font-size:16px;
	margin:0;
	padding:0;}	

.label_title{
	margin-top:25px;}
	
	
	
	
/**/
#ctl00_MainContent_TextBox_Year{
	width:144px;
	height:30px;  
	border:none;
	border:1px solid #999999;
	border-radius: 3px;
	background-repeat:no-repeat;
	padding-left: 7px;
	outline: none;
	}
	
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  #ctl00_MainContent_TextBox_Year{
	width:141px;}  }
	
	#ctl00_MainContent_TextBox_Year:focus{
background: #ededed;
	}

#ctl00_MainContent_DDL_Month{
	outline: none;
	}
	
#ctl00_MainContent_DDL_Day{
	outline: none;
	}

#ctl00_MainContent_DDL_Mr{
	outline: none;
	}
	
#MainContainer{
	padding: 30px 30px 0 30px;	
	}
	/*#MainContainer div{
	margin-left: 25px;	
	}*/
	#MainContainer p{
	font-size: 15px;
	padding-top: 3px;
	padding-left: 15px;

	}
	#MainContainer a{
	font-size: 15px;
	}
	#MainContainer p.header{
	font-size: 15px;
	font-weight: bold;
	color: #0c3478;
	padding-left: 0px;
	}
#MainContainer input{
	margin: 5px;
	/**/float: left;
}
#MainContainer span{
font-size: 15px;
}
#NextBtn{
    border: 1px solid #c5c3c3;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
    color: #565555;
    background: linear-gradient(rgb(255,255,255), rgb(219, 219, 219));
    border-radius: 2px;
    margin: 0 0 0 40px; 
}
#NextBtn:hover{
	border: 1px solid #a2a2a2;
    background: linear-gradient(rgb(255,255,255), rgb(211,227,250));
}
.error-message{
	margin-left: 20px; 
	}
#ButtonNext{
	border: 1px solid #c5c3c3; 
    display: inline-block; 
    padding: 5px 15px; 
    text-decoration: none; 
    color: #565555; 
    background: linear-gradient(rgb(255,255,255), rgb(219, 219, 219)); 
    border-radius: 2px; 
}
	#ButtonNext:hover{
		border: 1px solid #a2a2a2; 
  		background: linear-gradient(rgb(255,255,255), rgb(211,227,250));
}
#LinkButton{
	    padding: 10px 0px;
	}
	#LinkButtonOFF{
	    padding: 10px 0px;
	}
#ctl00_MainContent_Label_Header{
    font-size: 13px;
    font-weight: bold;
    color: #173ACE;
    
}
#ctl00_MainContent_ButtonA{
	border: 1px solid #c5c3c3; 
    display: inline-block; 
    padding: 5px 18px; 
    text-decoration: none; 
    color: #565555; 
    background: linear-gradient(rgb(255,255,255), rgb(219, 219, 219)); 
    border-radius: 2px; 
}

	#ctl00_MainContent_ButtonA:hover{
 	   background: linear-gradient(rgb(255,255,255), rgb(211,227,250)); 
  	  border: 1px solid #a2a2a2;
}
#ctl00_MainContent_Button1{
	border: 1px solid #c5c3c3; 
    display: inline-block; 
    padding: 5px 18px; 
    text-decoration: none; 
    color: #565555; 
    background: linear-gradient(rgb(255,255,255), rgb(219, 219, 219)); 
    border-radius: 2px; 
}

	#ctl00_MainContent_Button1:hover{
 	   background: linear-gradient(rgb(255,255,255), rgb(211,227,250)); 
  	  border: 1px solid #a2a2a2;
}
#ctl00_MainContent_ButtonRet{
	border: 1px solid #c5c3c3; 
    display: inline-block; 
    padding: 5px 18px; 
    text-decoration: none; 
    color: #565555; 
    background: linear-gradient(rgb(255,255,255), rgb(219, 219, 219)); 
    border-radius: 2px; 
}

	#ctl00_MainContent_ButtonRet:hover{
 	   background: linear-gradient(rgb(255,255,255), rgb(211,227,250)); 
  	  border: 1px solid #a2a2a2;
}

#ctl00_MainContent_Button_Cancel{
	border: 1px solid #c5c3c3; 
    display: inline-block; 
    padding: 5px 15px; 
    text-decoration: none; 
    color: #565555; 
    background: linear-gradient(rgb(255,255,255), rgb(219, 219, 219)); 
    border-radius: 2px; 
    margin-left: 20px;
}
	#ctl00_MainContent_Button_Cancel:hover{
 	   background: linear-gradient(rgb(255,255,255), rgb(211,227,250)); 
  	  border: 1px solid #a2a2a2;
}
#ctl00_MainContent_ButtonB{
padding:0;
background:none;
}

#wait_answer
{
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    display: block;
    height: 100%;
    width: 100%;
    background: gray;
    opacity: 0.7;
    z-index: 100;
}
        
#wait_answer_img
{
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    height: 42px;
    width: 100px;
    background-image: url(../_images/GEARS_AN.GIF);
    background-repeat: no-repeat;
    z-index: 100;
}



