/* TAG's */

/* ***** */

/* ID's */

/* **** */

/* CLASS'es */

.calendar {
	width:150px;
	height:174px;
}
.calendar table { width:100%; }

.calendar table td {
	padding:0 2px;
}
.calendar table table td { padding:0; }

.calendar table table .days a,
.calendar table table .days span {
	display:block;
	width:20px;
	height:16px;
	padding:4px 0 0 0;
}
.calendar table table .days a:link,
.calendar table table .days a:visited { background-color:transparent; }

.calendar table table .days a:hover,
.calendar table table .days a:active { background-color:#5AA41D; }

.calendar table table td b a {
	display:inline;
	width:auto;
	height:auto;
	padding:0;
}
.calendar table table td b a:link,
.calendar table table td b a:visited,
.calendar table table td b a:hover,
.calendar table table td b a:active {
	text-decoration:underline;
	background-color:transparent;
}
.calendar .calendar-footer td { padding:0 0 2px 0; }


.calendar-head,
.calendar-foot { padding:0 0 0 122px; }

.calendar-head h3 {
	margin:0 0 .22em 0;
	font-size:1.5em;
}
.calendar-head ul {
	height:24px;
	margin:0;
	padding:1em 0 1.25em 0;
	list-style:none;
}
.calendar-head ul li {
	float:left;
	height:20px;
	margin:0 34px 0 0;
	padding:4px 0 0 30px;
	background:transparent url("../i/calendar/td_bg.gif") no-repeat;
}
.calendar-head ul .selected { background-position:0 -24px; }
.calendar-head ul .busy { background-position:0 0; }
.calendar-head ul .past { background-position:0 -48px; }
.calendar-head ul .allow { background-position:0 -72px; }

.calendar-head p { font-size:.91em; }

.calendar-head p strong {
	font-weight:normal;
	background-color:#d4f2b2;
}
.calendar-head p em {
	font-style:normal;
	background-color:#fbb6bc;
}
.calendar-foot p {
	padding:0 0 .25em 0 !important;
	font-size:1em;
}
.calendar-foot p span { font-size:.91em; }

.calendar-main {
	/*width:1000px;*/
	/*height:318px;*/
	width:100%;
	height:350px;
	margin:8px 0 34px 0;
	/*overflow:auto;*/
}
.calendar-main #tFirst {
	float:left;
	width:117px;
}

.calendar-main #tLast {
	float:left;
	width:145px;
}

.calendar-main #tCenter {
	position:relative;
	float:left;
	width:880px;
	height:350px;
	overflow:auto;
}

.calendar-main span.nobr {
	display:block;
	width:75px;
	padding:5px 0 0 0;
	color:#000 !important;
}

.calendar-main thead th {
	font-size:.83em;
	font-weight:normal;
	padding:18px 0 0 6px;
	background:transparent url("../i/calendar/th_bg.gif") repeat-x 0 0;
}
.calendar-main thead th strong { font-size:1.2em; }

.calendar-main thead .th-prev { color:#BBB; }

.calendar-main thead td { padding:11px 0 11px 6px; }

.calendar-main .thead-cottage {
	padding:0 0 0 7px !important;
	font-size:0.91em;
	vertical-align:bottom;
}
.calendar-main .thead-cottage span.nobr {
	padding:11px 0;
}

.calendar-main thead td span { font-size:.91em; }

.calendar-main thead .weekend { color:#e81929; }

.calendar-main tbody .cottage {
	width:105px;
	padding:0 0 0 7px;
	font-size:.91em;
	border-right:9px solid #FFF;
}
.calendar-main tbody .cottage span { color:#909090; }

.calendar-main tbody .cottage-allow { background-color:#e8e8e8; }

.calendar-main tbody .td-descr {
	padding:0 0 0 9px;
	font-size:.91em;
	vertical-align:top;
	white-space:nowrap;
}
.calendar-main tbody .td-descr form {
	padding:0 2px 0 8px;
	height:24px;
	background-color:#e8e8e8;
}
.calendar-main tbody .td-descr label { vertical-align:middle; }
.calendar-main tbody .td-descr input {
	margin:1px 0 0 0;
	font-size:1.18em;
}

.calendar-main tbody .weekday {
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
}

.calendar-main tbody div {
	width:24px;
	height:24px;
	background-color:#bee097;
}
.calendar-main tbody .weekday,
.calendar-main tbody .weekend { position:relative; }

.calendar-main tbody .weekday div,
.calendar-main tbody .weekend div {
	border:#FFF solid;
	border-width:0 0 1px 1px;
}

.calendar-main tbody div em { display:none; }

.calendar-main tbody .allow,
.calendar-main tbody .busy,
.calendar-main tbody .past,
.calendar-main tbody .busy-separate {
	background-color:#bee097;
	background-image:url("../i/calendar/td_bg.gif");
	background-repeat:no-repeat;
}

.calendar-main tbody .allow { background-position:0 -24px; }
.calendar-main tbody .busy { background-position:0 0; }
.calendar-main tbody .past { background-position:0 -48px; }
.calendar-main tbody .busy-separate { background-position:0 -96px; }

.calendar-main tbody .busy-morning { background-position:-12px 0; }
.calendar-main tbody .busy-evening { background-position:12px 0; }

.calendar-main tbody .allow-morning,
.calendar-main tbody .allow-morning-busy { background-position:-12px -24px; }
.calendar-main tbody .allow-evening,
.calendar-main tbody .allow-evening-busy { background-position:12px -24px; }

.calendar-main tbody .allow-morning-busy,
.calendar-main tbody .allow-evening-busy { background-color:#fd919b; }  

.calendar-main tbody .sunday div { border-width:0 4px 1px 1px !important; }

.calendar-main tbody .startmonth { border-left:1px #000 solid !important; }

.calendar-main tbody .startmonth div { border-width:0 0 1px 0; }

.calendar-main .td-empty { padding:0; }


.comments-wrap { padding:0 20px; }

.comments-wrap .poll-links {
	margin:0 0 55px 0;
	padding:0;
	overflow:hidden;
}
.comments-wrap .poll-links li {
	float:left;
	padding:1px 23px 4px 30px;
}
.comments-wrap dl {
	margin:0;
	padding:0 0 28px 0;
	font-size:1.083em;
	text-align:left;
}
.comments-wrap dt { font-size:.84em; }

.comments-wrap dt strong { font-size:1.18em; }

.comments-wrap dd {
	margin:0;
	padding:7px 0 0 20px;
	line-height:1.38em;
}
.comments-wrap .period { color:#909090; }

.message {
	width:45.58em;
	margin:20px 0;
}
.message div {
	padding:17px 0 12px 69px;
	border-style:solid;
	border-width:2px;
	background-color:transparent;
	background-position:21px 18px;
	background-repeat:no-repeat;
}
.message div p,
.message-wait div p { padding:0 0 6px 0 !important; }

.message-false { background-color:#fee7ea; }
.message-false div {
	border-color:#e81929;
	background-image:url("../i/calendar/ico_stop.png");
}

.message-true,
.message-wait { background-color:#d4f2b2; }
.message-true div {
	border-color:#5aa41d;
	background-image:url("../i/calendar/ico_allow.png");
}
.message-wait div {
	border-color:#5aa41d;
	background-image:url("../i/calendar/ajax-loader.gif");
}
.message-true div p {
	padding:10px 0 16px 0 !important;
}
.message-wait {
	position:absolute;
	bottom:200px;
	left:350px;
	width:40em;
}

.pages-wrap { padding:12px 0; }

.pages-wrap .nav-pages {
	float:left;
	padding:2px 15px 5px 0 !important;
	background:transparent url("../i/calendar/th_bg.gif") repeat-y 100% 0;
}
.pages-wrap .nav-pages strong {
	padding:0 .4em .1em .4em;
	font-size:1.083em;
	font-weight:normal;
	color:#FFF;
	background-color:#e81929;
}
.pages-wrap .nav-pages a { padding:0 .4em .1em .4em; }

.pages-wrap .all-pages {
	float:left;
	padding:3px 0 0 20px !important;
}
.pages-wrap ul {
	clear:both;
	float:none;
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
}
.pages-wrap ul li {
	display:inline;
	padding:0 5px 0 0;
	font-size:.91em;
	color:#909090;
}

.path {
	margin:0;
	padding:0;
	list-style:none;
}
.path li {
	display:inline;
	margin:0 10px 0 0;
	color:#909090;
}
.path li strong { color:#212121; }

.path .arr {
	padding:0 27px 0 0;
	background:transparent url("../i/calendar/ico_arr.gif") no-repeat 100% 50%;
}

.poll-links {
	margin:0;
	padding:0 0 0 30px;
	list-style:none;
	font-size:1.083em;
}
.poll-links li { padding:0 0 13px 0; }

.poll-links .ico {
	padding:1px 0 4px 30px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:0 0;
}
.poll-links .ico-comment { background-image:url("/i/calendar/ico_comment.gif"); }
.poll-links .ico-polls { background-image:url("/i/calendar/ico_polls.gif"); }


.result-wrap {
	padding:40px 0 0 20px;
}
.result-wrap h2 {
	padding:0 0 1.11em 0;
	font-size:1.5em;
	font-weight:normal;
}

.result-wrap table th {
	padding:9px 0 21px 0;
	font-size:1.5em;
	font-weight:normal;
	text-align:left;
}
.result-wrap table td {
	padding:0 0 13px 0;
	line-height:1.41em;
}
.result-wrap table .cl1 {
	width:150px;
	padding:0 0 13px 20px;
	color:#909090;
}

.result-wrap .result { padding:0 0 0 20px; }

.result-wrap .result p {
	padding:0 0 .66em 0 !important;
	line-height:1.66em;
}
.result-wrap .result .price {
	padding:.16em 0 .5em 0 !important;
	color:#909090;
}
.result-wrap .result .price strong {
	font-size:1.5em;
	font-weight:normal;
	color:#212121;
}
.result-wrap .result ul {
	width:480px;
	margin:0 0 9px 0;
	padding:0 0 0 28px;
	font-size:.91em;
}
.result-wrap .result ul li {
	line-height:1.45em;
	/*padding:0 0 4px 0;*/
	padding:0;
}

/* ******** */
