/***** CSS Reset based on the work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ v2.0 *****/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header,hgroup, menu, nav, 
output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
img { max-width: 100%; width: auto\9; /* ie8 */ height: auto; vertical-align: bottom; }
/*****************************************************************************************************/
@font-face {
	font-family: 'Play';
	src: url('../fonts/Play-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Play';
	src: url('../fonts/Play-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: bold;
}
/***** Structure *****/
html { -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }
body { 
	font: 75%/1.7 'Droid Sans', Helvetica, Arial, sans-serif;
	color: #3c2411;
	background: none; word-wrap: break-word;
	overflow-y: scroll;
	min-width: 0;
} /* Base 12px */

.cont { 
	width: 980px; margin: 1em auto 0;
	-webkit-box-shadow: 0 0 5px 1px #3C2411;
	-moz-box-shadow: 0 0 5px 1px #3C2411;
	box-shadow: 0 0 5px 1px #3C2411;
}
.wrapper { padding: 20px; background: #F4FCF4; min-height: 500px; }

/***** Columns *****/	
.clear { clear: both; }
.clearfix { display: block; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; margin: 0; padding: 0; }

/***** Typography *****/
h1 { font-size: 200%; }
h2 { font-size: 200%; }
h3 { font-size: 190%; }
h4 { font-size: 180%; }
h5 { font-size: 170%; }
h6 { font-size: 160%; }
h1, h2, h3, h4, h5, h6 { font-family: 'Droid Serif', serif; color: #000; line-height: 1.3; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
small { font-size: 50%; }
big { font-size: 150%; }
pre, code { font: "Consolas", Courier New, Courier, monospace; margin-bottom: 1.5em; background: #f7f7f7; border: 1px solid #ebebeb; }
pre { padding: 1em; white-space: pre-wrap; white-space: -o-pre-wrap; white-space: -moz-pre-wrap; white-space: -webkit-pre-wrap; word-wrap: break-word; }
code { padding: 0 0.5em; }
kbd { padding: 0 0.5em; background-color: #f7f7f7; border: 1px solid #aaa; border-radius: 0.1875em; -moz-border-radius: 0.1875em; -moz-box-shadow: 0 0.0625em 0 rgba(0,0,0,0.2),0 0 0 0.125em #fff inset; -webkit-border-radius: 0.1875em; -webkit-box-shadow: 0 0.0625em 0 rgba(0,0,0,0.2),0 0 0 0.125em #fff inset; box-shadow: 0 0.0625em 0 rgba(0,0,0,0.2),0 0 0 0.125em #fff inset; text-shadow: 0 0.0625em 0 #fff; }
blockquote { font-family: 'Droid Serif', serif; font-size: 110%; font-style: italic; padding: 0 1em; border-left: 3px solid #e64946; background: #f7f7f7; color: #000; }
sup { vertical-align: super; font-size: 75%; }
sub { vertical-align: sub; font-size: 75%; }
abbr, acronym { border-bottom: 1px dashed; cursor: help; }
cite { color: #9a9b97; }
q { font-style: italic; }
address { font: 100%/1.5 "Courier new"; margin-bottom: 1.67em; }
a { color: #000; text-decoration: none; }
a:hover { color: #e64946; }
p { text-align:justify; font-size: 17px; }

a.morelink {
	color:#4444ff;
	float:right;
	font-style: italic;
	padding-right:25px;
}
a.morelink:hover { color:#8888ff; }

input[type=text], input[type=password] {
	font-size: 24px;
	padding: 3px;
	margin: 2px 6px 16px -6px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	color: #333;
	outline: 0;
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;
	font-family: 'Play';
}
input:-webkit-autofill::first-line,
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill {
	font-size: 24px;
	padding: 3px;
	margin: 2px 6px 16px -6px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	color: #333;
	outline: 0;
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;
	font-family: 'Play';	
}

/***** Lists *****/	
.entry ul, .commentlist ul { list-style: square; }
.entry ol, .commentlist ol { list-style: decimal; }
.entry ul, .commentlist ul, .entry ol, .commentlist ol { margin: 0 0 1.67em 1.67em; }
.entry ul ul, .commentlist ul ul, .entry ol ol, .commentlist ol ol { margin: 0 0 0 1.67em; }
dl { margin: 0 0 1.5em 1em}
dt, dd { display: list-item; }
dt { list-style-type: square; font-weight: bold }
dd { list-style-type: circle; margin-left: 1.625em; }
select { max-width: 100%; }

.content li{ 	font-size: 17px; margin-left: 35px; }
.content ul{ list-style: circle; }
.content ol{	list-style: decimal; }

/***** Header *****/
.header-wrap { background: #F4FCF4;}
.logo-wrap { padding: 0; width: 980px; height: 36px; }
.logo { display: inline-block; }
.logo-name { font-size: 300%; /*text-transform: uppercase;*/ letter-spacing: 1px; text-shadow: 1px 2px 5px rgba(150, 150, 150, 1); border-bottom: 3px solid #000; display: inline-block; }
.logo-desc { background: #e64946; color: #fff; font-size: 130%; padding: 0.1em 0.5em; }
/****** Radio block ******/
.right-switch {
	color:#fff;
	letter-spacing: 1px;
	float:right;
	padding-right: 20px;
	padding-top: 3px;
}
.radio {
	font-size: 130%;
	letter-spacing: 1px;
	border-bottom: 3px solid #19327D;
}
/***** Navigation *****/

.main-nav { 
	background: #284A54;
	font-size: 130%;
	letter-spacing: 1px;
	border-bottom: 3px solid #19327D;
}
.main-nav ul li { float: left; position: relative; -webkit-transition: background 0.6s ease-out; -moz-transition: background 0.6s ease-out; transition: background 0.6s ease-out; border-left: 1px solid #000; }
.main-nav ul li:first-child { border: none; }
.main-nav ul li:hover { background: #589DA1; }
.main-nav ul li a { padding: 0.416em 1em; color: #fff; display: block; }
.main-nav ul ul { display: none; position: absolute; }
.main-nav ul li:hover > ul { display: block; background: #284A54; z-index: 9999; }
.main-nav ul ul li { width: 14em; border: none; }
.main-nav ul ul ul { left: 100%; top: 0; }

/***** ������� ������ � ���� ****/
.ext-link a {
	-moz-transition: color 0.6s ease-out;
	transition: color 0.6s ease-out;
	-webkit-transition: color 0.6s ease-out;
	color: #ccf !important;
}
.ext-link a:hover { color: #FFA !important; }

/***** Slider *****/	
.slide-caption { width: 25em; max-width: 100%; position: absolute; background: #3c2411; color: #F4BA85; top: 0; right: 0; border-bottom: 3px solid #F4BA85; opacity: 0.6; filter:alpha(opacity=60); }
.slide-wrap:hover .slide-caption { opacity: 1; filter:alpha(opacity=100); }
.slide-title { color: #761212; }
.slide-data { padding: 1em; }

/***** Posts/Pages *****/
.post-header { margin-bottom: 1em; }
.entry-title, .page-title-top { border-bottom: 3px solid #3c2411; }
.page-title { font-size: 160%; color: #3c2411; padding: 0 0.5em; display: inline-block; margin-bottom: 20px;  }
.subheading { color: #3c2411; font-size: 110%; line-height: 1.3; padding: 0.25em 0.5em; display: inline-block; }
.meta { color: #9a9b97; font-style: italic; }
.post-meta { margin-top: 1em; padding: 0.5em; border-top: 1px solid #761212; border-bottom: 1px solid #761212; }
.entry p, .post-thumbnail { margin-bottom: 1em; }
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { margin-bottom: 20px; }
.tags-wrap { margin: 1em 0; }
.tags li { float: left; margin: 0 0.5em 0.5em 0; background: #555555; }
.tags li:hover { background: #e64946; }
.tags a { color: #fff; display: block; padding: 0.2em 1em; }
.author-box { margin-bottom: 1.67em; padding: 0.83em; background: #f7f7f7; border-top: 3px solid #e64946; border-bottom: 3px solid #e64946; }
.author-box-avatar { float: left; margin-right: 0.8em; }
.related-posts { margin-bottom: 1.67em; }
.related-thumb { float: left; margin: 0 0.5em 0.5em 0; padding: 0.25em; border: 1px solid #f7f7f7; }
.section-title { margin-bottom: 0.5em; }

/***** Archives *****/
.loop-wrap { padding-bottom: 1.67em; margin-bottom: 1.05em; border-bottom: 1px solid #19327D; }
.loop-data { margin-bottom: 1em; } 
.loop-thumb { float: left; margin-right: 1em; }

/***** Pagination *****/
.page-numbers { padding: 0.3125em 0.625em; background: #eee; }
.page-numbers:hover, .current, a:hover .pagelink { background: #e64946; color: #fff; }
.page-numbers a { display: block; }
.pagination { margin-bottom: 2em; }
.pagelink { padding: 0.3125em 0.625em; background: #e64946; color: #fff; }
a .pagelink { background: #eee; color: #444; }
.post-nav-wrap { background: #f6f6f6; padding: 1em 0.5em; border: 1px solid #d7d8d8; margin-bottom: 1.67em; }
.post-nav a { font-size: 120%; }

/***** Footer *****/
.footer { background: #284A54; color: #fff; padding: 10px; }
.footer a { color: #fff; }
.copyright-wrap { width: 980px; margin: 0 auto 1em; }
.copyright { padding: 0.125em 0.5em; font-size: 110%; }

/****************************************** Login ************************************************/
#login {
	width: 320px;
	padding: 8% 0 0;
	margin: auto;
}
.login form {
	margin-top: 0px;
	margin-left: 0;
	padding: 26px 24px 46px;
	font-weight: 400;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
	box-shadow: 0 1px 3px rgba(0,0,0,.13)
}
.login .l-button {
	float: left;
	width: 68px;
	text-align: center;
	height: 30px;
	line-height: 28px;
	padding: 0 12px 2px;
	vertical-align: baseline;
	background: #2ea2cc;
	border-color: #0074a2;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.login .l-button  button::-moz-focus-inner,.l-button  input[type=button]::-moz-focus-inner,.l-button  input[type=reset]::-moz-focus-inner,.l-button  input[type=submit]::-moz-focus-inner {
	border-width: 0;
	border-style: none;
	padding: 0;
 }
.login .l-button:focus,.l-button:hover {
	background: #1e8cbe;
	border-color: #0074a2;
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
	box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
	color: #fff;
}

#login form p {margin-bottom: 0}
#login form p.submit {margin: 0;padding:0; float:left; display:block;}


.login label {color: #777;font-size:14px}

.login form .input,.login input[type=text] {
	font-size: 24px;
	width: 100%;
	padding: 3px;
	margin: 2px 6px 16px -6px;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	background-color: #fff;
	color: #333;
	outline: 0;
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;
 }
.login input[type=password]:focus, .login input[type=text]:focus, select:focus, textarea:focus {
	border-color: #5b9dd9;
	-webkit-box-shadow: 0 0 2px rgba(30,140,190,.8);
	box-shadow: 0 0 2px rgba(30,140,190,.8)
 }

#login a {
	color: #009;
}
#login a:hover {
	color: #55D;
}
#login .text {
	height: 32px;
	width: 70px;
	text-align: right;
	float: left;
	font-size: 140%;
	font-weight: bold;
	line-height: 32px;
}
#login .provider {
	margin: 0px;
	padding: 0px;
	height: 32px;
	font-size: 130%;
	line-height: 32px;
	display:block;
}
#login .provider a{
	padding-left: 2px;
}
#login h1 {
	margin: 10px 0;
	font-size: 30px;
	color: #335;
}
#info {
	font-family: 'Play';
}
#info .log_pr {
	float: left;
	height: 32px;
}
#info .name {
	padding-left: 30px;
	color: #999;
	font-size: 20px;
	padding-left:10px;
	float: left;
	height: 32px;
	line-height: 32px;
}
#info .name a{
	color: #557;
	padding-right: 50px;
}
#info .status {
	font-size: 20px;
	float: right;
	height: 32px;
	line-height: 32px;
	width: 32px;
}
#info .exit {
	float: left;
	height: 32px;
	width: 32px;
}
.container {
	overflow:visible;
}

/********* ����� ������ *************/
.map {
	padding-bottom: 20px;
	height: 750px;
	position: relative;
}
.map .item {
	float: left;
	margin: 2px;
	border: solid 1px;
	height: 45px;
	width: 145px;
	color: #000;
	cursor:pointer;
	transition: background-color 1s;
	position: absolute;
}

.zone {
	border: 1px solid black;
	display: none;
	padding: 10px;
	border-radius: 10px;
	border: solid black 1px;
}
.zone.active {
	display: flex;
}
.pages {
	display: flex;
	border: 1px solid black;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
.level {
	line-height: 44px;
	font-size: 30px !important;
	justify-content: center;
	padding-right: 20px;
}
.pages div {
	margin: 5px;
	font-size: 1.6em;
	display: flex;
	border: 1px solid black;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	justify-content: center;
	user-select: none;
	background-color: #1e8cbe;
}
.pages div:hover {
	background-color: #009;
}
.pages div.active {
	background-color: rgb(0, 153, 28);
}

#i1  { top: 0px;	left: 300px; }
#i2  { top: 0px;	left: 450px;}
#i3  { top: 0px;	left: 600px;}

#i4  { top: 50px;	left: 300px;}
#i5  { top: 50px;	left: 450px;}
#i6  { top: 50px;	left: 600px;}

#i7  { top: 130px;	left: 300px;}
#i8  { top: 130px;	left: 450px;}
#i9  { top: 130px;	left: 600px;}

#i10 { top: 180px;	left: 300px;}
#i11 { top: 180px;	left: 450px;}
#i12 { top: 180px;	left: 600px;}


#i13  { top: 260px;	left: 300px;}
#i14  { top: 260px;	left: 450px;}
#i15  { top: 260px;	left: 600px;}

#i16  { top: 310px;	left: 300px;}
#i17  { top: 310px;	left: 450px;}
#i18  { top: 310px;	left: 600px;}

#i19  { top: 390px;	left: 300px;}
#i20  { top: 390px;	left: 450px;}
#i21  { top: 390px;	left: 600px;}

#i22 { top: 440px;	left: 300px;}
#i23 { top: 440px;	left: 450px;}
#i24 { top: 440px;	left: 600px;}

#i25 { top: 570px;	left: 400px; height: 145px; width: 45px;}
#i26 { top: 520px;	left: 450px;}
#i27 { top: 520px;	left: 600px;}

#i28 { top: 390px;	left: 100px; height: 145px; width: 45px;}
#i29 { top: 540px;	left: 100px; height: 145px; width: 45px;}

#i30 { top: 240px;	left: 200px; height: 145px; width: 45px;}
#i31 { top: 390px;	left: 200px; height: 145px; width: 45px;}
#i32 { top: 540px;	left: 200px; height: 145px; width: 45px;}

#i33  { top: 0px;	left: 000px;}
#i34  { top: 0px;	left: 150px;}
#i35  { top: 0px;	left: 300px;}
#i36  { top: 0px;	left: 450px;}

#i37  { top: 50px;	left: 000px;}
#i38  { top: 50px;	left: 150px;}
#i39  { top: 50px;	left: 300px;}
#i40  { top: 50px;	left: 450px;}

#i41  { top: 130px;	left: 000px;}
#i42  { top: 130px;	left: 150px;}
#i43  { top: 130px;	left: 300px;}
#i44  { top: 130px;	left: 450px;}

#i45  { top: 180px;	left: 000px;}
#i46  { top: 180px;	left: 150px;}
#i47  { top: 180px;	left: 300px;}
#i48  { top: 180px;	left: 450px;}

#i49  { top: 260px;	left: 000px;}
#i50  { top: 260px;	left: 150px;}
#i51  { top: 260px;	left: 300px;}
#i52  { top: 260px;	left: 450px;}

#i53  { top: 310px;	left: 000px;}
#i54  { top: 310px;	left: 150px;}
#i55  { top: 310px;	left: 300px;}
#i56  { top: 310px;	left: 450px;}

#i57  { top: 390px;	left: 000px;}
#i58  { top: 390px;	left: 150px;}
#i59  { top: 390px;	left: 300px;}
#i60  { top: 390px;	left: 450px;}



#i61  { top: 500px;	left: 300px;}
#i62  { top: 500px;	left: 450px;}
#i63  { top: 500px;	left: 600px;}
#i64  { top: 500px;	left: 750px;}

#i65  { top: 580px;	left: 150px;}
#i66  { top: 580px;	left: 300px;}
#i67  { top: 580px;	left: 600px;}
#i68  { top: 580px;	left: 750px;}

#i69  { top: 630px;	left: 150px;}
#i70  { top: 630px;	left: 300px;}
#i71  { top: 630px;	left: 600px;}
#i72  { top: 630px;	left: 750px;}

#i73  { top: 710px;	left: 300px;}
#i74  { top: 710px;	left: 450px;}
#i75  { top: 710px;	left: 600px;}
#i76  { top: 710px;	left: 750px;}

#i77  { top: 130px;	left: 600px;}
#i78  { top: 180px;	left: 600px;}

#i79  { top: 580px;	left: 450px;}
#i80  { top: 630px;	left: 450px;}

.map .item .b{
	float: right;
}
.map .item .tel{
	float: right;
}
.map .item .num{
	font-weight: bold;
	float: left;
}
.map .item .inf{
	float: left;
	clear: both;
	font-weight: bold;
	width: 115px;
	height: 16px;
	overflow: hidden;
}
.map .item:hover{
	border: solid 2px #555;
	margin: 1px;
}
.map  .row {
	width: 776px;
	float:left;
	margin: 2px;
}
.map  .end_row {
	border: solid 1px;
	float:right;
	height: 40px;
	width: 40px;
	margin: 2px;
	background: #FFF;
	text-align:center;
}
.map  .row_wrap {
	margin-left: 40px;
	width: 782px;
	border: solid 1px #999;
	float:left;
	margin-top: 20px;
	background: #EEE;
}
.map .selitem {
	float: left;
	margin: 2px;
	border: solid 1px;
	height: 60px;
	width: 200px;
	color: #000;
	background: #fff;
	cursor:pointer;
}

.free { color: #000; background: #bfb; }
.free:hover{ background: #3f3; }
.part-time { color: #000; background: #ffb; }
.part-time:hover{ background: #ff3; }
.busy { color: #000; background: #f77; }
.busy:hover{ background: #f55; }
.blocked {
	background: #ccc;
}
.blocked:hover {
	background: #ddd;
}
.mobile #login
{
	padding: 20px 0;
}
.mobile #login .message,.mobile #login form,.mobile #login_error
{
	margin-left: 0;
}
.mobile #login #backtoblog,.mobile #login #nav
{
	margin-left: 8px;
}
@-ms-viewport
{
	width: device-width;
}
#place-select {
	display: block;
	float: left;
	width: 100%;
}
#place-select h2{
	font-family: 'Play';
	font-size: 20px;
	color: #999;
}
.control {
	clear:both;
	float: left;
	display: block;
	padding: 5px;
}
.control a.button {
	border:none;
	margin: 2px;
	position: relative;
	float: left;
	font-weight: 700;
	color: rgb(209,209,217);
	text-decoration: none;
	text-shadow: 0 -1px 2px rgba(0,0,0,.2);
	padding: .5em 1em;
	outline: none;
	border-radius: 3px;
	background: linear-gradient(rgb(70,90,120), rgb(40,74,84)) rgb(70,90,120);
	box-shadow:
	0 1px rgba(255,255,255,.2) inset,
	0 3px 5px rgba(0,1,6,.5),
	0 0 1px 1px rgba(0,1,6,.2);
	transition: .2s ease-in-out;
}
.control a.button:hover:not(:active) {
	background: linear-gradient(rgb(106,106,134), rgb(50,51,76)), rgb(106,106,134);
}
.control a.button:active {
  top: 1px;
  background: linear-gradient(rgb(76,77,82), rgb(56,57,62)) rgb(76,77,82);
  box-shadow:
   0 0 1px rgba(0,0,0,.5) inset,
   0 2px 3px rgba(0,0,0,.5) inset,
   0 1px 1px rgba(255,255,255,.1);
}
.control a.disabled, .control a.disabled:hover:not(:active), .control a.disabled:active  {
	top: 0px;
	background: linear-gradient(rgb(206,206,234), rgb(150,151,176)), rgb(206,206,234);
	cursor: default;
	box-shadow:
	0 1px rgba(255,255,255,.2) inset,
	0 3px 5px rgba(0,1,6,.5),
	0 0 1px 1px rgba(0,1,6,.2);
	transition: .2s ease-in-out;
}
.line {
	clear:both;
	display: block;
}
.calendar {
	margin-top: 40px;
	float:left;
}
.date-text {
	margin-top: 40px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0 10px;
	float:left;
	font-family: 'Play';
	font-size: 18px;
	color: #777;
}
.ui-rangeSlider{
	margin-left: 33px;
}

.txtinput {
	display: block;
	float: left;
	width: 200px;
}
.long {
	width: 400px;
}
.short {
	width: 80px;
}
.control span {
	font-size: 14px;
	line-height: 20px;
	float:left;
	display: block;
	padding: 10px;
}
#sl-time-line1 .ui-rangeSlider-bar {
	transition: background-color 1s;
}
/******************************* User (������ �������) *************************************/
#avatar {
	border: solid 1px #777;
	display: block;
	float: right;
	height: 160px;
	width: 160px;
}
#avatar img{
	height: 160px;
	width: 160px;
}
#user {
	border: solid 1px #555;
	width: 900px;
	padding: 20px;
	float:left;
}
#uinfo {
	font-family: 'Play';
	float: left;
}
#uinfo table{
	width: 400px;
	font-size: 20px;
}
#uinfo th{
	width: 180px;
	text-align: right;
	padding-right: 10px;
}
/*******************************************************************************************/
.c-slider-red {
	background: #FFCCCC;
}
.c-slider-yel {
	background: #FFFFCC;
}
.c-slider-grn {
	background: #CCFFCC;
}
.wrap_ut {
	width: 100%;
}

#calendar {
	float: left;
	border:solid 1px #999;
	background: #DDD;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#times-select {
	float:right;
	padding: 20px;
	height: 167px;
	width: 260px;
	border:solid 1px #999;
	 border-radius: 5px;
	-moz-border-radius: 5px;
	background: #DDD;
}
#times-select  p{
	font-family: 'Play';
	color: 555;
	font-size: 18px;
}
.tpick {
	font-family: 'Play';
	font-size: 28px;
	width: 80px;
}
#res-data-text {
	margin-left: 2px;
	margin-right: 2px;
	padding: 5px 10px;
	float:left;
	font-family: 'Play';
	font-size: 18px;
	color: #777;
}
#selected  {
	float: left;
}
#selected h1 {
	font-family: 'Play';
	font-size: 28px;
	color: #555;
	line-height: 38px;
}
#place-tel {
	float: right;
}
#place-tel h1{
	line-height: 38px;
	font-family: 'Play';
	font-size: 28px;
	color: #55A;
}
.ed {
	text-align: center;
	display: inline-block;
	width: 64px;
	height: 36px;
	border: 1px solid #559;
	border-radius: 6px;
	-moz-border-radius: 6px;
	background: #DDE;
	padding: 0px 5px;
}
.edfield input{
	display: inline;
	width: 64px;
	height: 36px;
	text-align: center;
	border: none;
	background: none;
	font-family: 'Play';
	font-size: 28px;
	color: #77F;
}
.edfield input:focus { outline: none; }
/************************************** ���������� *****************************************/
#map-header h1{
	text-align: center;
	font-family: 'Play';
	font-size: 28px;
	color: #77D;
}
#statistic span{
	font-family: 'Play';
	font-size: 28px;
	color: #7D7;
}
#statistic {
	font-family: 'Play';
	font-size: 28px;
	color: #555;
}
/***************************************** ����� *******************************************/
#lean_overlay {
    position: fixed; z-index:100;
    top: 0px; left: 0px;
    height:100%; width:100%;
    background: #000;
    display: none;
}
#adduser, #addcode, #showcode, #addlp  {
	width: 404px;
	padding-bottom: 2px;
	display:none;
	background: #FFF;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
#addcode {
	width: 354px;
}

#adduser-header, #addcode-header, #showcode-header, #addlp-header { background: url(../images/hd-bg.png); padding: 18px 18px 14px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }

#adduser-header h2, #addcode-header  h2, #showcode-header h2, #addlp-header h2 { color: #444; font-size: 2em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
#adduser-header p, #addcode-header  p, #showcode-header  p, #addlp-header  p{ color: #444; font-size: 1.3em; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }

.txt-fld { position: relative; width: 364px; padding: 14px 20px; border-bottom: 1px solid #EEE; text-align: right; }
.btn-fld { width: 254px; overflow: hidden; padding: 12px 20px 12px 130px; }

.txt-fld label { display: block; float: left; width: 90px; padding-top: 8px; color: #222; font-size: 1.3em; text-align: left;  }
.txt-fld input { width: 244px; padding: 8px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 1.2em; color: #222; background: #F7F7F7; font-family: "Helvetica Neue"; outline: none; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #E7E6E6; border-bottom: 1px solid #E7E6E6; }
input.good_input { background: #DEF5E1; }
input.error_input { background: #FDE0E0; }

/*
p.error { position: absolute; bottom: 48px; right: 20px; width: 262px; color: #FFF; font-size: 1.1em; padding-bottom: 5px; background: url(img/error-arw.png) 20px bottom no-repeat; text-align: left; margin: 0; text-shadow: none; }
p.error span { display: inline-block; background: #D43636; padding: 6px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;  }
.txt-fld input:focus, .txt-fld textarea:focus { background-color: #FAF9DC; }
*/
/********************************* ����� � �������� ****************************************/
.selru {
	width: 167px;
	padding-top: 3px;
	padding-right: 7px;
	text-align: left;
}
.selrul {
	width: 262px;
	padding-top: 3px;
	padding-right: 6px;
	text-align: left;
}
.num-fld input {
	width: 150px;
}
#addcode .txt-fld { width: 314px; }
#addcode  .txt-fld label { width: 130px; }
/************************************** ������� ********************************************/
td.line-red {
    color: #D00;
}
td.line-blue {
    color: #00D;
}
/************************************* Data table ******************************************/
table.dataTable tbody th, table.dataTable tbody td {
    padding: 0px 10px;
	vertical-align: middle;
	line-height: 32px;
}
.table-action-showlink {
	background: url(../images/view_btn.png);
	display:inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	text-align:center;
}
.table-action-showlink:hover {
	background-position: -32px 0;
}
.table-action-deletelink {
	background: url(../images/cross_btn.png);
	display:inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
}
.table-action-deletelink:hover {
	background-position: -32px 0;
}
.table-action-mergelink {
	background: url(../images/merge.png);
	display:inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
}
.table-action-mergelink:hover {
	background-position: -32px 0;
}
.table-action-mergeact {
	background: url(../images/merge.png);
	display:inline-block;
	vertical-align: middle;
	background-position: -64px 0;
	width: 32px;
	height: 32px;
}
.table-action-mergeact:hover {
	background-position: -96px 0;
}
.table-action-addpl {
	background: url(../images/lp_btn2.png);
	margin-left: 5px;
	display:inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
}
.table-action-addpl:hover {
	background-position: -32px 0;
}
.table-action-rempl {
	background: url(../images/lp_btn2.png);
	background-position: -64px 0;
	margin-left: 5px;
	display:inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
}
.table-action-rempl:hover {
	background-position: -96px 0;
}
.table-action-reset_pass {
	background: url(../images/lp_btn.png);
	margin-left: 5px;
	display:inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
}
.table-action-reset_pass:hover {
	background-position: -32px 0;
}
/********************************* ����������� ������������� **********************************/
.mergeduser {
	margin: 2px;
	line-height: 32px;
	display: block;
	border: 1px solid #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background: #EEE;
	padding: 0px 10px;
	font-family: 'Play';
	font-size: 16px;
	color: #333;
}
.p-icons {
	display: inline-block;
}
/************************************* ���������� ******************************************/
#instruction {
	font-family: 'Play';
}
#instruction h2{
	font-family: 'Play';
	text-align: center;
	font-size: 26px;
}
#instruction p{
	text-indent: 30px;
}
/********************************** �������� ������ ****************************************/
#error_page {
	background: url(../images/logos/page.png) no-repeat center center;
	height: 600px; width: 100%;
}
#error_page .text{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 100px;
	font-family: 'Play';
	font-size: 20px;
	color: #555;
}
/********************************* �������� �� ������ **************************************/
#under_construction {
	text-align: center;
	margin: 50px 20px 30px;
	height: 400px; width: 500px;
}
#under_construction h1{ font-style: italic; }
/*********************************** ��������� ����� ***************************************/
.c { clear: left; }
.invisible { display: none; }
.right { float: right; }
.red {color: #DD0000;}