@font-face {
    font-family: 'ALSStory';
    src: url('/fonts/ALSStory/als_story_bold_italic-webfont.eot');
    src: url('/fonts/ALSStory/als_story_bold_italic-webfont2.eot?#iefix') format('embedded-opentype'),url('/fonts/ALSStory/als_story_bold_italic-webfont.woff') format('woff'),url('/fonts/ALSStory/als_story_bold_italic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family:'ALSStory';src:url('/fonts/ALSStory/als_story_bold-webfont.eot');src:url('/fonts/ALSStory/als_story_bold-webfont2.eot?#iefix') format('embedded-opentype'),url('/fonts/ALSStory/als_story_bold-webfont.woff') format('woff'),url('/fonts/ALSStory/als_story_bold-webfont.ttf') format('truetype');
	font-weight:bold;
	font-style:normal;
}

@font-face {
    font-family:'ALSStory';src:url('/fonts/ALSStory/als_story_italic-webfont.eot');src:url('/fonts/ALSStory/als_story_italic-webfont2.eot?#iefix') format('embedded-opentype'),url('/fonts/ALSStory/als_story_italic-webfont.woff') format('woff'),url('/fonts/ALSStory/als_story_italic-webfont.ttf') format('truetype');
	font-weight:normal;
	font-style:italic;
}

@font-face {
    font-family:'ALSStory';src:url('/fonts/ALSStory/als_story_regular-webfont.eot');src:url('/fonts/ALSStory/als_story_regular-webfont2.eot?#iefix') format('embedded-opentype'),url('/fonts/ALSStory/als_story_regular-webfont.woff') format('woff'),url('/fonts/ALSStory/als_story_regular-webfont.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family: 'Calibri';
	src:  url('/fonts/Calibri/calibri.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri';
	src:  url('/fonts/Calibri/calibrib.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Georgia';
	src:  url('/fonts/Georgia/georgia.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Georgia';
	src:  url('/fonts/Georgia/georgiab.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Tahoma';
	src:  url('/fonts/Tahoma/tahoma.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Tahoma';
	src:  url('/fonts/Tahoma/tahomabd.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

#krim_map{
	display:block;
	width:162px;
	height:104px;
	background-image:url('/templates/krim/img/krim_map.png');
	cursor:crosshair;
	position:relative;
}

#pointer{

  background-color: red;
  border-radius: 50%;
  height: 9px;
  object-fit: cover;
  width: 9px;
  position:absolute;
	
}

html { height: 100% }
body { min-height: 100% }

body {
	width:100%;
	padding-top:0px;
	padding-bottom:10px;
	color:black;
	height:auto;
	font-family: 'ALSStory';
	font-size: 14px;
	background-color: #f8f8f8;
	background-attachment: fixed;
	background: url('/images/new/bg3.jpg') repeat fixed top left;
}

* {
	margin: 0;
	padding: 0;
}

#html_code{
	border: 1px solid black;
}

#visitka{
	width:360px;
	height:199px;
	background-color: white;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	position:relative;	
}

.inp_mon{
	width:40px;
}

.inp_year{
	width:60px;
}

#blank{
	width:751px;
	height:1061px;
	background-color: white;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	position:relative;
}

#konvert{
	width:751px;
	height:374px;
	background-color: white;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	position:relative;
}

.cs_field{
	position:absolute;
	left:0px;
	top:-1000px;
}

.cs_field.f1{
	background-color: #ffee7f;
}

.cs_field.f2{
	background-color: #7ff4ff;
}

#lines{
	position:relative;
}

.line{
	position:absolute;
	left:0px;
	width:100%;
	height:1px;
	background-color: black;
}

textarea{
	font-size: 13px;
	padding:5px;
	font-family: 'ALSStory';
}

input{
	font-size: 13px;
	padding:4px;
	font-family: 'ALSStory';
}

.irenamer{
	float:left;
	margin:10px;
}

.irenamer img{
	max-width:400px;
}

.irenamer .title input{
	width:80%;
	margin:5px;
}

select,option{
	padding:4px;
	font-family: 'ALSStory';
	font-size: 13px;
}

img,a{
	border:none;
}

#container{
	margin:0 auto;
	width: 1580px;
	position:relative;
	overflow: visible; 
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: white;
	padding-bottom:10px;
	z-index:10;
}

#footer{
	margin:0 auto;
	width: 1580px;
	height:30px;
	background-color: white;
	text-align: center;
	padding-top:15px;
	font-size: 12px;
	position:relative;
}

#footer a{
	color:black;
}

#login_container{
	margin:0 auto;
	width: 245px;
	position:relative;
	overflow: visible; 
	height:200px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
	padding-bottom:20px;
}



#login_header{
	width:245px;
	height:130px;
	background-color: white;
	position:relative;
}

#top_menu{
	width:100%;
	height:40px;
	float:left;
	background: url('/images/new/top_menu_bg.png') repeat-x top left;
}

#header{
	width:100%;
	height:80px;
	background-color: white;
	position:relative;
}

#sites_selector{
	float:left;
	margin-top:30px;
	margin-left:10px;
}

#sites_selector select{
	font-size: 12px;
}

#counters_place{
	margin-top:25px;
	margin-left:20px;
	font-size: 12px;
	float:left;
	width:520px;
}

#counters_place div{
	float:left;
	margin-right:15px;
}

#top_logo{
	width:245px;
	height:80px;
	float:left;
}


#top_logo2{
	width:245px;
	height:80px;
}

#top_logo .logo,#top_logo2 .logo{
	display:block;
	width:245px;
	height:80px;
}

#admin_top_info{
	float:right;
	margin-top:5px;
	margin-right:20px;
	font-size: 12px;
	margin-top:25px;
	text-align: right;
	width:500px;
}

#admin_top_info a{
	color:black;
	font-weight: bold;
}

/*----------menus-----------*/

.top_menu {
	float:left;
	width:100%;
	line-height:normal;
	display:inline;
}
.top_menu ul {
	margin:0;
	padding:0px;
	list-style:none;
}
.top_menu li {
	float: left;
	display:block;
	margin:0;
	padding:0;
	margin-right:0px;
}



/*---*/

.top_menu li.drop, 
.top_menu li.drop li {
	position: relative;
}

.top_menu ul > li.drop > a:hover,
.top_menu ul > li.drop:hover > a,
.top_menu ul > li.drop > li.drop > a:hover,
.top_menu ul > li.drop > li.drop:hover > a{
	position: relative;
}


.top_menu li.drop li a {
	padding-right: 30px;
	text-align: left;
}

/*---*/

.top_menu li .v_menu {
	display: none;
}

.top_menu li.drop:hover .v_menu,
.top_menu li.drop .v_menu ul, 
.top_menu li.drop li.drop:hover .v_menu,
.top_menu li.drop li.drop .v_menu ul{
	width: 253px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 999;
	margin:0;
	padding:0px;
	list-style:none;
    -webkit-box-shadow: 2px 2px 2px rgba(11,11,11,0.1);
    -moz-box-shadow: 2px 2px 2px rgba(11,11,11,0.1);
    -o-box-shadow: 2px 2px 2px rgba(11,11,11,0.1);
    -ms-box-shadow: 2px 2px 2px rgba(11,11,11,0.1);
    box-shadow: 2px 2px 2px rgba(11,11,11,0.1);
}

.top_menu li.drop:hover .v_menu {
	display: block;
	position: absolute;
	top: 40px;
	background-color: white;
}

.top_menu li.drop:hover .v_menu ul,
.top_menu li.drop li.drop:hover .v_menu ul{
	display: none;
}

.top_menu li.drop li.drop:hover ul,
.top_menu li.drop li.drop li.drop:hover ul{
	display: block;
	position: absolute;
	left: 253px;
	top: 0px;
}

.top_menu li a {
	float:left;
	display:block;
	margin:0;
	padding:11px 18px 21px 18px;
	text-decoration:none;
	font-size: 14px;
	color:white;
	position: relative;
	background:url("/images/new/top_menu_items.png") no-repeat right top;
}



.top_menu li.drop a {
	padding:11px 33px 21px 18px;
}

.top_menu a.arrow {
	background:url("/images/new/top_menu_items_drop.png") no-repeat right top;
}

.top_menu a.home.act{
	background-position:0% -40px;
}

.top_menu li.drop:hover .v_menu li{
	float: left;
	display:block;
	margin:0;
}

.top_menu li.drop:hover .v_menu li a{
	float: left;
	display:block;
	margin:0;
	padding:0;
	background:url("/images/new/top_submenu_items.png") repeat-y left top;
	width:223px;
	padding:8px 15px 8px 15px;
	font-size: 12px;
	color:black;
	border-right: none;
}



.top_menu li.drop:hover .v_menu li a.arrow{
	background:url("/images/new/top_submenu_items_drop.png") repeat-y left top;
}

.top_menu a:hover, .top_menu a.arrow:hover, .top_menu a.arrow.act, .top_menu a.act{
	background-position:0% -40px;
}

.top_menu li.drop:hover .v_menu li a:hover {
	background-position:-253px 0%;
}


.top_menu li.drop:hover > a.arrow{
	background-position:100% -40px;
}

.top_menu ul.v_menu li.drop:hover > a.arrow{
	background-position:-253px 0%;
}

.top_menu a:hover {background-position:100% -40px;}
.top_menu a.arrow:hover {background-position:0% -40px;}
.top_menu a.arrow.act {background-position:100% -40px;}
.top_menu a.act {background-position:100% -40px;}

/*----------*/

#content{
	width:100%;
	background-color: white; 
	position:relative;
	overflow:hidden;
}

.main_form_place{
	margin:5px;
	overflow:hidden;
	border: 1px solid #e0d0a1;
	background-color: #fffef2;;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	margin-bottom:20px;

}

.main_form_place_inner{
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;

}

.main_form_title{
	height:20px;
	padding:5px;
	padding-left:10px;
	color:black;
	position:relative;
	background: url('/images/new/yellow_title_bg.png') repeat-x top left;
}

.main_form_title .title{
	display:block;
	position:absolute;
	font-weight: bold;
	left:500px;
	right:500px;
	top:4px;
	bottom:0px;
	text-align: center;
}

#mode{
	float:right;
	display:block;
	margin-right:10px;
}

.msg_error{
	float:right;
	display:block;
	margin-right:10px;
	background-color: red;
	padding:7px;
	margin-top:-5px;
	color:white;
}

.msg_success{
	float:right;
	display:block;
	margin-right:10px;
	background-color: green;
	padding:7px;
	margin-top:-5px;
	color:white;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;

    -moz-animation-name: blinker;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 1;

    animation-name: blinker;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}


#mode a{
	color:black;
}


.n_div{
	display: none;
}

.v_div,.d_div{
	display: block;
}

.n_div2{
	display: none;
}

.v_div2,.d_div2{
	display: inline-block;
}


.page_path{
	display:block;
	font-size: 14px;
	text-align:left;
	float:left;
	padding-left:3px;
	padding-bottom:10px;
	color:black;
	margin-left:0px;
}

.page_path a{
	color:black;
}

.page_path a:hover{
	color:red;
}

.page_path a.act{
	color:black;
	font-weight: bold;
}

.sections_bar{
	background-color: white;
	padding:5px;
	margin:0px;
}

#faq_form{
	text-align: center;
	padding:20px;
}


.inp10{
	width: 100px;
}

.inp5{
	width: 50px;
}

.inp4{
	width: 40px;
}

.inp3{
	width: 30px;
}

.inp2{
	width: 20px;
}

.w100{
	width: 100%;
}

.wh100{
	width: 100%;
	height: 100%;
}

.faq_ta{
	width:100%;
	height:200px;
	font-size: 12px;
}

.gal_cats{
	padding-left:20px;
}

.gal_cats a{
	color:black;
}

.main_form_table td{
	padding:2px;
}

a.b_gray{
	padding:10px;
	padding-left:50px;
	padding-right:50px;
	padding-top:7px;
	font-weight: bold;
	text-decoration: none;
	height:14px;
	background:url("/images/new/btn_gray_bg.png") repeat-x left top;
	text-align: center;
	border: solid 1px #c0c0c0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:black;
}

#payments td,#records td{
	padding:5px;
}

#doc_title{
	font-size: 18px;
}

	#unavailable_marker_events {
		width: 120px;
		padding: 5px 5px;
		text-align: left;
		margin-bottom:-47px;
		margin-left:300px;
	}		

	.unavailable_marker_event {
		margin: 0px;
		padding: 2px 4px;
		background: #000000;
		color: #fff;
		cursor: pointer;
		font-size: 10px;
	}	

#calendar_big {
	width: 700px;
	padding:20px;
	padding-left:30px;
	font-size: 12px;
	display:block;
}


.settings_window{
	width:410;
	height:210;
	color: white;
	padding:5px 3px;
	position:absolute;
	top:'0px';
	left:'0px';
	z-index: 1000;
	font-size: 10px;
	vertical-align: middle;
	padding:0;
}

#settings_window_bg{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background-color: rgba(0,0,0,0.3);
	z-index: 1000;
}

.win td{
	background-color:#f8f8f8;
	padding:0px;
	margin:0px;
	border: solid 1px #d0d4d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 10px 20px 5px rgba(0,0,0,0.3);
}

.win td table .win_header td{
	background-color: white;
	height:30px;
	text-align: center;
	color: black;
	padding:0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;	
}

.win td table .win_close{
	padding:5px;
}

.win td table td{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
	border:none;
}

#doc_title{
	font-size: 18px;
}

#sets_body{
	padding:10px;
}

#sets_body td{
	padding:2px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;	
	color: black;
}

.succ{
	background-color: rgba(234, 255, 231, 0.5);
}

.err{
	background-color: rgba(255, 182, 182, 0.5);
}

.edt{
	background-color: rgba(255, 247, 161, 0.5);
}

.hbl{
	display:none;
	visibility: hidden;
}

.vbl{
	display:block;
	visibility: visible;
}

	#cats_table td{
		padding:5px;
	}


.tree_menu{
	margin: 0 auto;
	width:800px; 
	text-align:left;
	font-size: 14px;
}

.tree_menu li{
	padding:5px;
	padding-left:20px;
	padding-right:0px;
}

.tree_menu li a{
	color:black;
}

.tree_menu li a:hover{
	color:red;
	text-decoration: none;
}

#calendar1 td{
	padding:5px;
}

#calendar1 .month td.act{
	background-color: yellow;
	color:black;
}

#calendar1 .month th{
	font-size: 12px;
}

#calendar1 .month, #calendar2 .month {
	border: 1px solid black;
	background-color: white;
}

#calendar_form{
	background-color: #f4f4f4;
	padding:10px;
}

.month td{
	cursor:pointer;
}

.month td:hover{
	background-color: #c4ffd3;
}

#schedule_info, #schedule_info2, #date_info{
	font-size: 14px;
}

.free_date{
	background-color:#e2e2e2;
}

.free_date2{
	background-color:#ffe9e9;
}

.free_date3{
	background-color:#ffc3c3;
}

.current_date{
	border:2px solid red;
}


.ta{
	width:300;
	height:150;	
}

#doctor_buttons a, #doctor_buttons2 a, #groups_buttons a{
	display:block;
	margin-top:5px;
	border:1px black solid;
	padding:5px;
	font-weight: normal;
	text-decoration: none;
}

#doctor_buttons a:hover, #doctor_buttons2 a:hover, #groups_buttons a:hover, #doctor_buttons a.act, #groups_buttons a.act{
	background-color: yellow;
	color:black;
}

#slideshow_table td{
	padding:10px;
	margin:0px;
}

.admin_preview_photo{
	padding:3px;
	float:left;
}

.map{
  width: 300px;
  height: 360px;
  z-index:1;
  background: linear-gradient( #bbb, transparent 1px), linear-gradient( 90deg, #bbb, transparent 1px);
  background-size: 25px 25px;
  background-position: left top;
}

.b_gray_sm{
	padding:5px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight: bold;
	text-decoration: none;
	height:15px;
	background:url("/images/new/btn_gray_bg.png") repeat-x left top;
	background-color: white;
	text-align: center;
	border: solid 1px #c0c0c0;
	color:black;
}

.b_gray_sm.act{
	background:none;
	background-color: white;
}

.form_save_button_td{
	padding-top:8px;
}

.results_table .header{
	background:url("/images/new/btn_gray_bg.png") repeat-x left top;
	background-size: 100% 100%;
	font-size: 13px;
}

.results_table .header td{
	padding:5px;
	border: dotted 1px #d6d6d6;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

.results_table .tasks_td td{
	padding:5px;
	border: dotted 1px #d6d6d6;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

.results_table .tasks_td_warn td{
	padding:5px;
	border: dotted 1px #d6d6d6;
	border-right-width: 0px;
	border-bottom-width: 0px;
	background-color: #ffd9d9;
}


.results_table .tasks_td:last-child td{
	border-bottom-width: 1px;
}

.results_table .tasks_td td:last-child{
	border-right-width: 1px;
}

.results_table .tasks_td td a, .results_table .tasks_td_warn td a{
	color:black;
}

.results_table .tasks_td td a:hover{
	color:red;
	text-decoration: none;
}

.results_table .tasks_td:nth-child(2n+1) td{
	background-color: #fffef2;
}

.results_table .tasks_td:nth-child(2n) td{
	background-color: white;
}

.content_editor_prors{
	width: 100%;
	height: 28px;
	background-color: white;
	padding-top:5px;
	font-size: 11px;
	text-align: center;
}

.content_editor_prors a{
	font-size: 11px;
}

.inviz{
	display:inline;
	visibility: visible;
}

.inhide{
	display:inline;
	visibility: hidden;
}

.inhide2{
	display:none;
	visibility: hidden;
}

.add_tests_select{
	width:500px;
}

.menu_area{
	color:#9d9d9d;
}

.menu_admin_area{
	color:#3367c5;
}

.letters a{
	color:black;
}

.orange{
	color: orange;
}

.red{
	color: red;
}

#call_form_table a{
	color:black;
}

.com_chats_admin{
	display:block;	
	padding:10px;
}

.com_chats_admin.act{
	background-color: yellow;
}

.ter_services{
	width:100%;
	height:170px;
}

files_table a,a{
	color:black;
}

#body_place{
	width:160px;
	height:100px;
	display:block;
}

#priem_table td{
	padding:5px;
}

#priem_table a.big, #priem_table a.big2, #priem_table a.big3{
	font-size: 14px;
	display:block;
	padding:2px;
	text-decoration: none;
	background-color: white;
	margin:1px;
}

#priem_table a.big:hover, #priem_table a.big2:hover, #priem_table a.big3:hover, #priem_table a.big.act, #priem_table a.big2.act, #priem_table a.big3.act{
	background-color: yellow;
}


#cats_div{
	float:left;
	height:32px;
	padding:5px;
	background-image: url(img/shild.png);
}

#rasp{
	position:relative;
	display:none;
	width:250px;
	height:1515px;
	background-image: url('/images/rasp.png');
}

#old_recs{
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

#rasp_new{
	position:absolute;	
	top:20px;
	left:62px;
	width:186px;
	height:0px;
	border: solid 1px black;
	display:none;
	z-index:100;
}

.error, .money{
	color: red;
	font-weight: bold;
}

.success{
	color: green;
	font-weight: bold;
}

#phone_prim{
	color:grey;
	font-size: 11px;
}

#reg_success span{
	padding:20px;
}

.succ{
	background-color: rgba(234, 255, 231, 0.5);
}

.err{
	background-color: rgba(255, 182, 182, 0.5);
}

.edt{
	background-color: rgba(255, 247, 161, 0.5);
}

.old_rec_item{
	position:absolute;	
	top:20px;
	left:62px;
	width:186px;
	height:0px;
	background-color: #dedede;
	border: solid 1px black;
	display:none;
	cursor:pointer;
}

.old_rec_item2{
	position:absolute;	
	top:20px;
	left:62px;
	width:186px;
	height:0px;
	background-color: #dedede;
	border: solid 1px black;
	display:none;
}

.dialog_topic{
	font-size: 14px;
	font-weight: bold;
	width:100%;
	text-align: center;
	margin-left:20px;
}

ul.ul_folder{
	list-style-image: url('/images/folder.png');
	padding-right:5px;
}

ul.ul_files{
	list-style-image: url('/images/file.gif');
	padding-right:5px;
}

ul.ul_folder li, ul.ul_files li{
	padding:5px;
	padding-right:5px;
	padding-left:15px;
}

.logo_place{
	width:400px;
	height:400px;
	display:block;
	background-color: white;
	border: 1px solid #a9a9a9;
}

.logo_place_sel{
	width:400px;
	height:400px;
	display:block;
	background-color: white;
	border: 1px solid black;
}

a.logo_btn, a.logo_del_btn, a.logo_sel_btn{
	background-color: white;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	border: 1px solid #a9a9a9;
}

a.logo_btn:hover{
	background-color: yellow;
}

a.logo_btn_act{
	background-color: yellow;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	border: 1px solid #a9a9a9;
}

a.logo_del_btn:hover{
	background-color: #ffcece;
}

a.logo_sel_btn:hover, a.logo_sel_btn_act{
	background-color: #81ff8d;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	text-decoration: none;
	border: 1px solid #a9a9a9;
}


/*-------------------------*/

.borderRadius{-moz-border-radius:5px; border-radius:5px; }
.borderRadiusTp{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
.borderRadiusBtm{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;}

.ddcommon {position:relative;display:-moz-inline-stack; zoom:1; display:inline-block; *display:inline; cursor:default; z-index:9999;}
.ddcommon ul{padding:0;margin:0;}
.ddcommon ul li{list-style-type:none;}
.borderRadiusTp ul li:last-child{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;border-bottom:0 none #c3c3c3; }
.borderRadiusBtm ul li:first-child{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0 ;border-bottom:1 solid #c3c3c3; }

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll{
opacity: .5; /* standard: ff gt 1.5, opera, safari */
-ms-filter:"alpha(opacity=50)"; /* ie 8 */
filter:alpha(opacity=50); /* ie lt 7 */
-khtml-opacity:.5; /* safari 1.x */
-moz-opacity:.5; /* ff lt 1.5, netscape */
color:#999999;
}


.ddcommon .clear{clear:both}
.ddcommon .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.ddcommon input.text{color:#7e7e7e;padding:0 0 0 0; position:absolute; background:#fff; display:block; width:98%; height:98%; left:2px; top:0; border:none;}
.ddOutOfVision{position:relative; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;}
.borderRadius .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.borderRadiusBtm .shadow{-moz-box-shadow:-5px -5px 5px -5px #888888;-webkit-box-shadow:-5px -5px 5px -5px #888888;box-shadow: -5px -5px 5px -5px #888888}
.borderRadiusTp .border, .borderRadius .border{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;}
.borderRadiusBtm .border{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
img.fnone{float:none !important}
.ddcommon .divider{width:0; height:100%; position:absolute;}
.ddcommon .ddArrow{display:inline-block; position:absolute; top:50%; right:4px;}
.ddcommon .ddArrow:hover{background-position:0 100%;}
.ddcommon .ddTitle{padding:0; position:relative; display:inline-block; width:100%}
.ddcommon .ddTitle .ddTitleText{display:block;}
.ddcommon .ddTitle .ddTitleText .ddTitleText{padding:0;}
.ddcommon .ddTitle .description{display:block;}
.ddcommon .ddTitle .ddTitleText img{position:relative; vertical-align:middle; float:left; width:170px;}
.ddcommon .ddChild{position:absolute;display:none;width:100%;overflow-y:auto; overflow-x:hidden; zoom:1; z-index:9999;}
.ddcommon .ddChild li{clear:both;}
.ddcommon .ddChild li .description{display:block;}
.ddcommon .ddChild li img{border:0 none; position:relative;vertical-align:middle;float:left; max-width:170px;}
.ddcommon .ddChild li.optgroup{padding:0;}
.ddcommon .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.ddcommon .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.ddcommon .noBorderTop{border-top:none 0  !important; padding:0; margin:0;}

/*************** default theme **********************/
.dd{border:1px solid #c3c3c3;}
.dd .divider{border-left:1px solid #c3c3c3; border-right:1px solid #fff;; right:24px;}
.dd .ddArrow{width:16px;height:16px; margin-top:-8px; background:url(/images/msdropdown/skin1/dd_arrow.gif) no-repeat;}
.dd .ddArrow:hover{background-position:0 100%;}
.dd .ddTitle{color:#000;background:#e2e2e4 url(/images/msdropdown/skin1/title-bg.gif) repeat-x left top;}
.dd .ddTitle .ddTitleText{padding:5px 20px 5px 5px;}
.dd .ddTitle .ddTitleText .ddTitleText{padding:0;}
.dd .ddTitle .description{font-size:12px; color:#666}
.dd .ddTitle .ddTitleText img{padding-right:5px; }
.dd .ddChild{border:1px solid #c3c3c3; background-color:#fff; left:-1px;z-index:9999;height:100px;}
.dd .ddChild li{padding:5px; background-color:#fff; border-bottom:1px solid #c3c3c3;}
.dd .ddChild li .description{color:#666;}
.dd .ddChild li .ddlabel{color:#333;}
.dd .ddChild li.hover{background-color:#f2f2f2}
.dd .ddChild li img{padding:0 6px 0 0;}
.dd .ddChild li.optgroup{padding:0;}
.dd .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.dd .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.dd .ddChild li.selected{background-color:#d5d5d5; color:#000;}


.blue{border:1px solid #ddd;}
.blue .divider{display:none}
.blue .ddArrow{width:27px;height:27px; margin-top:-14px; background:url(../../images/msdropdown/skin2/dd_arrow.gif) no-repeat;}
.blue .ddArrow:hover{background-position:0 100%;}
.blue .ddTitle{color:#fff;background:#10bbe6 url(../../images/msdropdown/skin2/title-bg.gif) repeat-x left top;}
.blue .ddTitle .ddTitleText{padding:10px 20px 10px 5px; font-weight:bold; font-size:16px;}
.blue .ddTitle .ddTitleText .ddTitleText{padding:0;}
.blue .ddTitle .description{font-size:12px; color:#666}
.blue .ddTitle .ddTitleText img{padding-right:5px;}
.blue .ddChild{border:1px solid #c3c3c3; background-color:#fff; left:-1px;}
.blue .ddChild li{padding:5px; background-color:#fff; border-bottom:1px solid #c3c3c3;}
.blue .ddChild li .description{color:#666;}
.blue .ddChild li .ddlabel{color:#333;}
.blue .ddChild li.hover{background-color:#66CCFF;}
.blue .ddChild li img{padding:0 6px 0 0;}
.blue .ddChild li.optgroup{padding:0;}
.blue .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.blue .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.blue .ddChild li.selected{background-color:#0d97ba;}
.blue .ddChild li.selected .ddlabel{color:#fff;}


/*---------------------------------------------------------------*/



.pages_list a{
	padding:5px;
	background-color: #f8f8f8;
	font-size: 18px;
	font-weight: bold;
	color:black;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.pages_list a:hover{
	background-color: #e2e2e2;
}

.pages_list span{
	padding:10px;
	background-color: #e2e2e2;
	font-size: 18px;
	font-weight: bold;
	color:black;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.pages_list a.prev{
	margin-right:5px;
	background-color: white;
}

.pages_list a.next{
	margin-left:5px;
	background-color: white;
}

#main_text a.norm{
	font-weight: normal;
}

#main_text a.norm:hover{
	text-decoration: none;
}

#main_text img{
	margin-right:20px;
	margin-left:20px;
}