.Form .title
{
	margin: 5px 10px;
}
.Form
{
	background-color: #f8f9e6;
	margin: 2px 0 5px 0; /*position: relative;*/
}
.Form td
{
	color: #284858;
}

.Form a
{
	color: #284858;
	text-decoration: underline;
}
.Form a:hover
{
	color: #006aa1;
	text-decoration: underline;
}

.Form .title_form
{
	color: #006aa1;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 12px;
}
.Form .yellowBoxTop
{
	height: 4px;
	overflow: hidden;
	background: url(images/corner3_lt.gif) no-repeat;
}
.Form .yellowBoxTop div
{
	width: 4px;
	height: 4px;
	float: right;
	background: url(images/corner3_rt.gif) top right no-repeat;
}
.Form .yellowBoxDown
{
	height: 4px;
	overflow: hidden;
	background: url(images/corner3_ld.gif) no-repeat;
}
.Form .yellowBoxDown div
{
	width: 4px;
	height: 4px;
	float: right;
	background: url(images/corner3_rd.gif) bottom right no-repeat;
}
.Form .form_middle
{
	background: url(images/vert_line_blue.png) no-repeat center;
}
/*
.Form input
{
	font-size: 11px;
	color: #006aa1;
	font-weight: bold;
	width: 245px;
}
.Form select
{
	font-size: 11px;
	color: #006aa1;
	font-weight: bold;
	width: 250px;
}
.Form textarea
{
	font-size: 11px;
	color: #006aa1;
	font-weight: bold;
	overflow: auto;
	width: 250px;
}*/
.Form .searchform
{
	margin: 10px 10px;
}

.Form .searchform a
{
	color: #0189ce;	
	font-weight: bold;
}

.Form .searchform a:hover
{
	color:#329900;
}

.Form .searchform_cont
{
	color: #000;
	font-size: 12px;
}
.Form .summary
{
	padding: 1px;
	border: 1px dotted #2a73c8;
	float: right;
}
.Form .summary_cont
{
	color: #FFFFFF;
	background-color: #70a1c4;
	padding: 1px 10px 2px 10px;
	font-weight: bold;
	font-size: 11px;
}
.Form .summary_cont .date
{
	color: #FFFACC;
	padding: 1px 0px 2px 10px;
	font-weight: bold;
	font-size: 11px;
}
.Form .formtab td
{
	padding: 1px 10px 1px 10px;
}
.Form .formtab td.small
{
	font-size: 10px;
}
.Form .formtab .section_title
{
	background: url(images/pic_section.gif) no-repeat left center;
	color: #005aae;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	padding-left: 25px;
}
.Form .formtab .section_FIO
{
	background: url(images/pic_fio.gif) no-repeat left center;
	color: #005aae;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	padding-left: 25px;
}
/*.Form .altrow td
{
	background-color: #fef8d3;
}*/
.Form .oddrow td
{
	background-color: #fafbef;
}
.Form .ans
{
	color: #005aae;
	font-weight: bold;
	font-size: 13px;
	line-height: 110%;
	text-align: left;
}
.Form .ans_big
{
	color: #005aae;
	font-weight: bold;
	font-size: 16px;
	line-height: 110%;
	text-align: left;
}
.Form .value
{
	color: #005aae;
	font-weight: bold;
	font-size: 13px;
	line-height: 110%;
	text-align: left;
}
.section_title
{
	background: url(images/pic_section.gif) no-repeat left center;
	color: #005aae;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	padding-left: 25px;
	position: relative;
}
.section_body
{
	display: block;
}

.section_title a
{
	color: #006aa1;
}

.closed
{
	background: url(images/pic_section_closed.gif) no-repeat left center;
}

.Form .section_FIO
{
	background: url(images/pic_fio.gif) no-repeat left center;
	color: #005aae;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
	padding-left: 25px;
}

.Form a.notelink
{
	color: #d0922c;
	font-size: 11px;
	text-decoration: underline;
}
.Form a:hover.notelink
{
	color: #245c90;
	font-size: 11px;
	text-decoration: underline;
}

.Form a.delete
{
	color: #d0922c;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.Form a:hover.delete
{
	color: #c34141;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.Form .fields_note
{
	color: #d0922c;
	font-size: 11px;
}

.Form input.butblue_active
{
	border: none;
	font-weight: bold;
	font-size: 11px;
	color: #edf5ff;
	background: url(images/butblue_active.gif) no-repeat top left;
	width: 100px;
	height: 21px;
	cursor: pointer;
	cursor: hand;
	margin: 5px 5px;
	text-transform: uppercase;
	line-height: normal;
}
.Form input.butblue_hover
{
	border: none;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background: url(images/butblue_hover.gif) no-repeat top left;
	width: 100px;
	height: 21px;
	cursor: pointer;
	cursor: hand;
	margin: 5px 5px;
	text-transform: uppercase;
}
.Form input.butblue_pressed
{
	border: none;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background: url(images/butblue_pressed.gif) no-repeat top left;
	width: 100px;
	height: 21px;
	cursor: pointer;
	cursor: hand;
	margin: 5px 5px;
	text-transform: uppercase;
}
.Form input.butblue_disable
{
	border: none;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background: url(images/butblue_disable.gif) no-repeat top left;
	width: 100px;
	height: 21px;
	cursor: pointer;
	cursor: hand;
	margin: 5px 5px;
	text-transform: uppercase;
}
.Form .hor_line
{
	border-bottom: 1px dotted #2a73c8;
}

input.butadd_active
{
	border: none;
	font-weight: bold;
	font-size: 11px;
	color: #edf5ff;
	background: url(images/butadd_active.gif) no-repeat top left;
	width: 130px;
	height: 21px;
	cursor: pointer;
	cursor: hand;
	margin: 5px 5px;
	text-transform: uppercase;
	line-height: normal;
	padding-left: 17px;
}
input.butadd_hover
{
	border: none;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background: url(images/butadd_hover.gif) no-repeat top left;
	width: 130px;
	height: 21px;
	cursor: pointer;
	cursor: hand;
	margin: 5px 5px;
	text-transform: uppercase;
	padding-left: 17px;
}
input.butadd_pressed
{
	border: none;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background: url(images/butadd_pressed.gif) no-repeat top left;
	width: 130px;
	height: 21px;
	cursor: pointer;
	cursor: hand;
	margin: 5px 5px;
	text-transform: uppercase;
	padding-left: 17px;
}
input.butadd_disable
{
	border: none;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background: url(images/butadd_disable.gif) no-repeat top left;
	width: 130px;
	height: 21px;
	cursor: pointer;
	cursor: hand;
	margin: 5px 5px;
	text-transform: uppercase;
	padding-left: 17px;
}

.Form .news_more, .Form .news_more a
{
	color: #006aa1;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
}

/*.Form tr.altrow
{
	border-bottom: 1px #666666 dashed;
}
*/

.summary_pager
{
	padding: 1px;
	border: 1px dotted #2a73c8;
	display: inline-block;
}
.summary_pager .sumtit
{
	float: left;
	color: #FFFFFF;
	background: url(images/sumtitcorn.gif) no-repeat right center #70a1c4;
	padding: 3px 11px 2px 7px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.summary_pager .sumcont
{
	float: left;
	color: #245c90;
	background-color: #fcf3bf;
	font-size: 11px;
	padding: 1px 10px 1px 7px;
}
.summary_pager .sumcont a.txt
{
	color: #245c90;
	background-color: transparent;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px 0 10px;
	text-transform: uppercase;
}
.summary_pager .sumcont a.txt:hover
{
	color: #2c84d5;
	background-color: transparent;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px 0 10px;
}
.summary_pager .sumcont a.txt span
{
	font-size: 14px;
}
.summary_pager .sumcont a
{
	color: #245c90;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px;
}
.summary_pager .sumcont a:hover
{
	color: #2c84d5;
	background-color: #FFFFDD;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px;
}
.summary_pager .sumcont a.selected
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px;
	border: 1px dotted #2a73c8;
	background-color: #FFFFFF;
}

.Form .hor_line_solid
{
	border-bottom: 1px solid #93b7d6;
}
.Form .formtab .section_legend
{
	background: url(images/pic_section.gif) no-repeat left 12px;
	color: #006aa1;
	font-weight: bold;
	font-size: 10px;
	padding: 10px 0 5px 22px;
	text-transform: uppercase;
	border-bottom: 1px dotted #93b7d6;
}
.Form .formtab td.with_radio
{
	padding: 1px 4px 1px 4px;
}

.Form .summary_cont_2
{
	color: #FFFFFF;
	background-color: #70a1c4;
	padding: 3px 12px;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	line-height: 110%;
}
.Form .summary_cont_div
{
	background: #70a1c4 url(images/vline_summary.gif) no-repeat center;
	padding: 0;
	width: 2px;
}
.Form .summary_cont_2 .date
{
	color: #FFFACC;
	font-weight: bold;
	font-size: 12px;
}

.Form .title_position
{
	color: #0050a1;
	font-weight: bold;
	font-size: 16px;
	line-height: 140%;
	padding: 0 0 0 15px;
	margin-top: -3px;
	float: left;
}
.Form .subtitle_position
{
	color: #006aa1;
	font-weight: normal;
	font-size: 13px;
}

.clear
{
	clear: both;
	height: 0;
}

.Form .formtab_2 td
{
	padding: 3px 0 3px 10px;
	/*white-space: nowrap;*/
	vertical-align: top;
}
.Form .formtab_2 .section_legend
{
	background: url(images/pic_section.gif) no-repeat left 12px;
	color: #006aa1;
	font-weight: bold;
	font-size: 10px;
	padding: 10px 0 5px 22px;
	text-transform: uppercase;
	border-bottom: 1px dotted #93b7d6;
}
.Form .formtab_2 .section_sublegend
{
	color: #006aa1;
	font-weight: bold;
	font-size: 12px;
	padding: 15px 0 0 5px;
	text-transform: uppercase;
}
.Form .formtab_2 td.ans
{
	color: #005aae;
	font-weight: bold;
	font-size: 13px;
	line-height: normal;
	padding: 4px 0 3px 10px;
}

.Form .altrow2 td
{
	background-color: #fffbe5;
}

.Form .tab
{
	background: url(images/UnSelectedCenter.gif) repeat-x; 
	float: left;
}

.Form .tab_active
{
	background: url(images/SelectedCenter.gif) repeat-x;
	float: left;
}

.Form .tab a
{
	color: #7cb1c3; 
	text-transform: uppercase; 
	text-decoration: none;
	font-size: 12px; 
	font-weight: bold;
}

.Form .tab_active span
{
	color: #006aa1; 
	text-transform: uppercase; 
	font-size: 12px; 
	font-weight:bold;
}

.vakcard a
{
	color: #0189ce;	
	font-weight: bold;
}

.vakcard a:hover
{
	color:#329900;
}



.Form .formtab_3 td {padding:2px 5px 2px 10px;}
.Form .formtab_3 .radio {width:auto}
.required { color:#cc9900; font-size: 10px; font-weight:bold;}
.star { font-family:Tahoma, Verdana; color:#cc9900; font-size: 12px; font-weight:normal }
.hint_right {background:url(images/hint_right_bg.png) #FFFFFF repeat-x bottom; position:relative; border:1px solid #dac68a; padding:10px 15px 15px 35px; margin:15px 15px; line-height:normal }
.hint_symbol {background:url(images/hint.gif) no-repeat top left; width:20px; height:20px; position:absolute; top:7px; left:7px}
.hint_title { color:#cc9900; font-size:13px; font-weight:bold}
.hint_right_tl {background:url(images/hint_right_tl.gif) no-repeat top left; width:5px; height:5px; position:absolute; top:-1px; left:-1px}
.hint_right_tr {background:url(images/hint_right_tr.gif) no-repeat top right; width:5px; height:5px; position:absolute; top:-1px; right:-1px}
.hint_right_dl {background:url(images/hint_right_dl.gif) no-repeat bottom left; width:5px; height:5px; position:absolute; bottom:-1px; left:-1px}
.hint_right_dr {background:url(images/hint_right_dr.gif) no-repeat bottom right; width:5px; height:5px; position:absolute; bottom:-1px; right:-1px}

.hint_left {background:url(images/hint_right_bg.png) #FFFFFF repeat-x bottom; position:relative; border:1px solid #dac68a; padding:5px 10px 10px 10px; margin:5px 0; line-height:normal }
.hint_subtitle {color:#245c90; font-size:13px; font-weight:bold}
.hint_left_tl {background:url(images/hint_right_tl.gif) no-repeat top left; width:5px; height:5px; position:absolute; top:-1px; left:-1px}
.hint_left_tr {background:url(images/hint_right_tr.gif) no-repeat top right; width:5px; height:5px; position:absolute; top:-1px; right:-1px}
.hint_left_dl {background:url(images/hint_right_dl.gif) no-repeat bottom left; width:5px; height:5px; position:absolute; bottom:-1px; left:-1px}
.hint_left_dr {background:url(images/hint_right_dr.gif) no-repeat bottom right; width:5px; height:5px; position:absolute; bottom:-1px; right:-1px}


.Form input.butbluelong_active {border:none; font-weight:bold; font-size: 11px; color: #edf5ff; background:url(images/butbluelong_active.gif) no-repeat top left; width:190px; height:21px; cursor:pointer; cursor:hand; margin:5px 5px; text-transform:uppercase;line-height:normal;}
.Form input.butbluelong_hover {border:none; font-weight:bold; font-size: 11px; color: #FFFFFF; background:url(images/butbluelong_hover.gif) no-repeat top left; width:190px; height:21px; cursor:pointer; cursor:hand; margin:5px 5px; text-transform:uppercase;}
.Form input.butbluelong_pressed {border:none; font-weight:bold; font-size: 11px; color: #FFFFFF; background:url(images/butbluelong_pressed.gif) no-repeat top left; width:190px; height:21px; cursor:pointer; cursor:hand; margin:5px 5px; text-transform:uppercase;}
.Form input.butbluelong_disable {border:none; font-weight:bold; font-size: 11px; color: #FFFFFF; background:url(images/butbluelong_disable.gif) no-repeat top left; width:190px; height:21px; margin:5px 5px; text-transform:uppercase;}

.service_list {margin-top:5px; margin-bottom:10px}
.service_list ul {margin:5px 0; padding:0}
.service_list li {padding:3px 5px 3px 20px; list-style:none; background:url(images/picli_page.gif) no-repeat left 2px; color:#005aae; font-size:12px; font-weight:bold}
.service_list li a { color:#005aae; text-decoration:none}
.service_list li a:hover { color:#cc9900; text-decoration:underline}
.service_list li li {padding:3px 5px 3px 16px; list-style:none; background:url(images/picli_service_3.gif) no-repeat left 4px; color:#005aae; font-size:12px; font-weight:bold}

.text_disabled {color:#999999}


.info_list {margin:5px 0; padding:0}
.info_list li {padding:2px 5px 2px 12px; list-style:none; background:url(images/picli_info.gif) no-repeat left center; font-size:12px; }
