* {
	padding: 0px;
    margin: 0px;
}

html, body{
	height: 100%;
	min-height: 100%;
}

body {
	color: #FFFFFF;
	background: #0E721C;
}

body, th, td, select, input, textarea{
	font: 12px arial, tahoma, sans-serif; 
}

body, th, td{
	line-height: 150%;	
}

p{
	margin-bottom: 15px;
}

option{
	padding-left: 3px;
}

td {
    vertical-align: top;
}

li{
	margin-left: 20px;
	list-style-type: disc;
}

img{
	border: none;
}

a {
    color: #FFE066;
}

hr, div.hr {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	border: none;
    border-top: 1px dotted #499D53;
	background: none;
}

h1 {
    color: #137A1E;
	font: 27px 'trebuchet ms', arial, georgia, 'times new roman', sans-serif; 
	margin: 0px 0px 25px 0px;
	display: block;
	height: 37px;
	letter-spacing: -1px;
}

h1 a{
	color: #FFFFFF;
}

h1 span{
	padding: 0px 15px 0px 0px;
	height: 37px;
	background: #FFFFFF;
	display: block;
	float: left;
	width: auto;
}

h1 span.small{
	font-size: 18px;
	float: none;
	display: inline;
}

h2, h2 a{
    color: #FFE066;
	font: bold 18px arial, tahoma, sans-serif; 
    margin: 0px 0px 5px 0px;
}


h3{
    color: #FFE066;
	font: 18px arial, tahoma, sans-serif; 
    margin: 0px 0px 3px 0px;
}

h4{
    color: #FFE066;
	font: 16px arial, tahoma, sans-serif; 
    margin: 0px 0px 3px 0px;
}


/** colors **/

input.mistake,
.mistake{
	border-bottom: 5px solid #AA0000;
}

checkbox.mistake{
	outline: 5px solid #AA0000;
}

input.no_mistake,
.no_mistake{
	border-bottom: 5px solid #00AA00;
}

checkbox.mistake{
	outline: 5px solid #00AA00;
}

.color_hight{
	color: #FF0000;
}

.color_medium{
	color: #FF9900;
}

.color_minimum{
	color: #00FF00;
}


/** END colors **/


/** input **/

fieldset{
	border: none;
}

input.file,
input.text {
    width: 100%;
	color: #000000;
	background: #FFFFFF;
}

input.text_short {
    width: 40%;
	color: #000000;
	background: #FFFFFF;
}

input.text_short2 {
	width: 20%;
	color: #000000;
	background: #FFFFFF;
}

input.button{
	background: #F39F00;
	font: bold 11px tahoma, arial;
	color: #000000;
	height: 22px;
	text-decoration: none;
	padding: 1px 8px 1px 8px;
	border: none;
}

a.button{
	background: #F39F00;
	font: bold 11px tahoma, arial;
	color: #000000;
	display: block;
	float: left;
	width: 77px;
	height: 20px;
	text-decoration: none;
	padding: 4px 0px 0px 0px;
	border: none;
	margin: 0px 3px 3px 3px;
	text-align: center;
}

a.button2{
	background: url(button2.gif) no-repeat center;
	font: normal 11px tahoma, arial;
	color: #FFFFFF;
	display: block;
	float: left;
	width: 77px;
	height: 20px;
	text-decoration: none;
	padding: 4px 0px 0px 0px;
	border: none;
	margin: 0px 3px 3px 3px;
	text-align: center;
}

textarea {
    width: 100%;
    height: 100px;
	color: #000000;
	background: #FFFFFF;
}

textarea.short {
    width: 40%;
	color: #000000;
	background: #FFFFFF;
}

select{
    width: 100%;
	color: #000000;
	background: #FFFFFF;
}

select.short{
    width: 50%;
	color: #000000;
	background: #FFFFFF;
}

/** END input **/



/** form **/


div.form{
	float: left;
	width: 100%;
	display: block;
}

div.form div.brick{
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #484848;
}

div.form div.brick div.label{
	float: left;
	width: 120px;
    margin-right: 5px;
	padding-top: 3px;
	text-align: right;
	font-weight: bold;
}

div.form div.brick div.field{
	float: left;
	width: 350px;
}

div.form div.brick div.field img{
	float: left;
	width: auto;
}

div.form div.brick div.expand{
	text-align: right;
	margin-right: 20px;
}

div.form div.brick div.expand a{
	font-weight: bold;
}

div.form div.brick div.second{
	margin-left: 105px;
}

div.form div.brick div.submit{
	margin-left: 125px;
}

div#form_details{
	display: none;
}

/** END form **/


/** com=content **/

div.content_item img.right{
	float: right;
	width: auto;
	margin: 0px 0px 20px 10px;
}

div.content_list h2 span.date{
	display: block;
	float: right;
	width: 60px;
	font-size: 10px;
	padding-top: 6px;
}

div.content_list div.item{
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

div.content_list div.item img{
	display: block;
	float: left;
	width: auto;
	margin: 3px 10px 0px 0px;
}

/** END com=content **/

div.scroll {
    overflow: auto;
}



/** table.grid **/

table.grid{
    width: 100%;
    border-top: 1px dotted #439550;
    border-right: 1px dotted #439550;
    border-left: 1px dotted #439550;
}

table.grid th,
table.grid td{
    padding: 5px;
    text-align: center;
	vertical-align: middle;
    border-bottom: 1px dotted #439550;
}

table.grid th{
    border-right: 1px dotted #439550;
	font-size: 12px;
	background: #383838;
}

table.table{
    width: 100%;
    border-top: 1px dotted #439550;
    border-right: 1px dotted #439550;
    border-left: 1px dotted #439550;
}

table.table th,
table.table td{
    padding: 5px;
    text-align: center;
	vertical-align: middle;
    border-bottom: 1px dotted #439550;
}

table.table th{
    border-right: 1px dotted #439550;
	font-size: 12px;
	background: #156A1E;
	font-weight: bold;
}

table.table td input.text{
	width: 30px;
}

/** END table.grid **/



/** admin menu **/

div#menu_member {
	float: left;
    margin: 0px 25px 0px 20px;
	width: 100%;
}

div#menu_member a  {
    font: bold 11px tahoma, arial, helvetica, sans-serif;
    display: block;
    color: #000000;
    background: #FFFFE1;
    text-decoration: none;
    border-left: 1px solid #000000;
	border-bottom: 1px dotted #000000;
    padding: 5px 10px 5px 10px;
	width: 100%;
}

div#menu_member a:hover {
    background: #000000;
	color: #FFFFE1;
}

div#menu_member ul{
    float: left;
	width: auto;
    list-style: none;
    margin: 0px;
    padding: 0px;
	z-index: 999;
}

div#menu_member ul ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
}

div#menu_member li {
    list-style: none;
    position: relative;
    margin: 0px;
    padding: 0px;
}

div#menu_member ul ul {
	display: none;
}

div#menu_member ul ul,
div#menu_member ul ul li {
	width: 100%;
}

div#menu_member ul li.jshover ul,  
div#menu_member ul li:hover ul{
display: block;
}

div#menu_member ul li.jshover ul ul,
div#menu_member ul li:hover ul ul{
display: none;
}

div#menu_member ul ul li.jshover ul,
div#menu_member ul ul li:hover ul{
display: block;
}

div#menu_member ul ul li.jshover ul ul,
div#menu_member ul ul li:hover ul ul{
display: none;
}

div#menu_member ul ul ul li.jshover ul,
div#menu_member ul ul ul li:hover ul{
display: block;
}

div#menu_member ul ul ul li.jshover ul ul,
div#menu_member ul ul ul li:hover ul ul{
display: none;
}

div#menu_member ul ul ul ul li.jshover ul,
div#menu_member ul ul ul ul li:hover ul{
display: block;
}

div#menu_member ul ul ul ul li.jshover ul ul,
div#menu_member ul ul ul ul li:hover ul ul{
display: none;
}

div#menu_member ul ul ul ul ul li.jshover ul,
div#menu_member ul ul ul ul ul li:hover ul{
display: block;
}

div#menu_member ul ul ul ul ul li.jshover ul ul,
div#menu_member ul ul ul ul ul li:hover ul ul{
display: none;
}

/** END admin menu **/




/** members tools **/

div#members_tools{
	display: block;
	width: 100%;
	background: #000000;
	padding: 5px 0px 0px 0px;
	height: 40px;
}

div#members_tools div.brick{
    float: left;
	width: auto;
	display: block;
}

div#members_tools div.brick input.text{
	width: 100px;
}

div#members_tools .brick:first-child{
    margin-left: 10px;
}

div#members_tools input.text{
    margin-right: 5px;
}

/** END members tools **/





/** menu **/

div#menu{
	display: block;
	margin: 43px 0px 50px 10px;
	float: left;
	width: 190px;
	height: auto;
}

div#menu a{
    font: 15px 'trebuchet ms', arial, georgia, 'times new roman', sans-serif;
	padding: 4px 5px 5px 15px;
    display: block;
	color: #936300;
    color: #2E6D4A;
    text-decoration: none;
	display: block;
	border-top: 1px solid #DFC56F;
	width: 150px;
}

div#menu ul li:first-child a{
	border-top: none;
	padding-top: 4px;
}

div#menu li a.current{
		text-decoration: underline;
}

div#menu ul li.jshover a, 
div#menu li:hover a, 
div#menu a:hover {
	color: #FFFFFF;
	border-top: none;
	padding-top: 5px;
	background: url(menu_item_hover_bg.gif) no-repeat left top;
}

div#menu ul li.jshover, 
div#menu li:hover {

}

div#menu ul li.jshover a,  
div#menu ul li:hover a{

}

div#menu ul li.jshover ul li a,  
div#menu ul li:hover ul li a{
	background: none;
}

div#menu ul{
    list-style: none;
    padding: 0px;
	z-index: 999;
	width: 180px;
}

div#menu ul li:first-child{
	border-top: none;
}

div#menu li {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#menu ul ul {
	display: none;
}

div#menu ul li{
	float: left;
	width: 100%;
}

div#menu ul ul {
    list-style: none;
    position: absolute;
    left: 100%;
    top: 0px;
    width: 160px;
	height: auto;
}

div#menu ul ul li {
    width: 160px;
}

div#menu ul ul li a{
	font-size: 12px;
    padding: 7px 10px 7px 10px;
	background: none;
}

div#menu ul li.jshover ul,  
div#menu ul li:hover ul, 
div#menu ul ul li.jshover ul, 
div#menu ul ul li:hover ul, 
div#menu ul ul ul li.jshover ul, 
div#menu ul ul ul li:hover ul, 
div#menu ul ul ul ul li.jshover ul, 
div#menu ul ul ul ul li:hover ul, 
div#menu ul ul ul ul ul li.jshover ul, 
div#menu ul ul ul ul ul li:hover ul{
display: block;
}

div#menu ul ul li.jshover ul ul, 
div#menu ul ul li:hover ul ul, 
div#menu ul li.jshover ul ul, 
div#menu ul li:hover ul ul, 
div#menu ul ul ul li.jshover ul ul, 
div#menu ul ul ul li:hover ul ul, 
div#menu ul ul ul ul li.jshover ul ul, 
div#menu ul ul ul ul li:hover ul ul, 
div#menu ul ul ul ul ul li.jshover ul ul, 
div#menu ul ul ul ul ul li:hover ul ul{
display: none;
}



/** END menu **/


div.design0{
	background: url(design_top_bg.jpg) no-repeat center top #F1DD8B;
	text-align: center;
}

div.design{
	background: url(design_middle_bg.jpg) repeat-y center top;
	width: 1000px;
	display: block;
	margin: auto;	
}

div.design table.design{
	width: 1000px;
	margin: auto;
	background: url(design_top_bg.jpg) no-repeat center top;
}

div.design table.design td{
	text-align: left;
}

div.design table.design td.left{
	width: 220px;
}

div.design table.design td.center{
	width: 555px;
}

div.design table.design td.center div.copyright{
	display: block;
	width: auto;
	padding: 0px;
	margin: 250px 0px 10px 0px;
	text-align: left;
	color: #4F3500;
	font: 11px tahoma, arial; 
}

div.design table.design td.center div.copyright a{
	color: #4F3500;
}

div.design table.design td.center div.copyright div.creator{
	float: right;
	display: block;
	width: 200px;
	text-align: right;
}

div.design table.design td.feet_1{
	background: url(design_feet_1_bg.jpg) no-repeat center bottom;
}

div.design table.design td.feet_2{
	background: url(design_feet_2_bg.jpg) no-repeat center bottom;
}

div.design table.design td.feet_3{
	background: url(design_feet_3_bg.jpg) no-repeat center bottom;
}

div.design table.design td.feet_4{
	background: url(design_feet_4_bg.jpg) no-repeat center bottom;
}

div.design table.design td.feet_5{
	background: url(design_feet_5_bg.jpg) no-repeat center bottom;
}

div.design table.design td.feet_6{
	background: url(design_feet_6_bg.jpg) no-repeat center bottom;
}

div.design table.design td.right{
	width: 225px;
	background: url(design_bottom3_bg.jpg) no-repeat left bottom;
}

div.design table.design td.left div.logo a{
	display: block;
	height: 200px;
	width: 220px;
	background: url(logo.jpg) no-repeat left top;
}

div.design table.design td.center div.banner{
	height: 200px;
}

div.design table.design td.left div.search{
	clear: both;
	display: block;
	width: 170px;
	height: auto;
	margin: 0px 0px 0px 20px;
	background: url(search_bg.gif) no-repeat left top;
}

div.design table.design td.left div.search input{
	background: none;
	border: none;
	width: auto;
	border: none;
}

div.design table.design td.left div.search input.text{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 8px;
	font-size: 12px;
	width: 103px;
	height: 16px;
}

div.design table.design td.left div.search input.button{
	padding: 0px;
	margin: 1px 0px 0px 0px;
	font-size: 12px;
	width: 52px;
	color: #FFFFFF;
	height: 18px;
	font-weight: normal;
}

div.design table.design td.left div.photos a{
	display: block;
	width: 220px;
	height: 270px;
	margin: 46px 0px 0px 0px;
	background: url(photos_bg.jpg) no-repeat left top;
}


div.design table.design td.center div.center{
	margin: 0px 0px 0px 30px;
	width: 495px;
	min-height: 530px;
}


div.design table.design td.right div.reservation{
	background: url(reservation_bg.jpg) no-repeat center top;
	display: block;
	width: 165px;
	margin: 15px 0px 0px 45px;
	color: #4F3500;
	padding: 45px 0px 0px 0px;
	font-size: 12px;
	line-height: 150%;
}

div.design table.design td.right div.calendar{
	background: url(calendar_bg.jpg) no-repeat left top;
	display: block;
	width: 165px;
	height: 220px;
	margin: 25px 0px 0px 45px;
	color: #999999;
}


div.design table.design td.right div.calendar div.paper{
	padding: 47px 0px 0px 14px;
	width: 132px;
	text-align: center;
}

div.design table.design td.right div.calendar div.paper span.title{
	font: 17px georgia, 'time new roman', arial, tahoma;
	color: #990000;
	margin: 0px 5px 0px 5px;
}

div.design table.design td.right div.calendar div.paper table.table{
	border: none;
}

div.design table.design td.right div.calendar div.paper table.table td{
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 4px 0px 3px; 
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}

div.design table.design td.right div.calendar div.paper table.table td.past{
	text-decoration: line-through;
}

div.design table.design td.right div.calendar div.paper table.table td a{
	color: #333333;
	text-decoration: none;
}

div.design table.design td.right div.calendar div.paper table.table td.holyday a,
div.design table.design td.right div.calendar div.paper table.table td.holyday{
	color: #990000;
}

div.design table.design td.right div.calendar td.holyday{
	color: #D59E9E;
	text-decoration: line-through;
}

div.design table.design td.right div.calendar div.paper table.table td.current{
	background: #307B1A;
}

div.design table.design td.right div.calendar div.paper table.table td.current a{
	color: #FFFFFF;
}

div.design table.design td.right div.calendar div.table{
	margin-top: 3px;
	height: 105px;
}

div.design table.design td.right div.calendar div.caption{
	margin: 2px 0px 0px 4px;
}


div.design table.design td.right div.contacts{
	display: block;
	width: 164px;
	margin: 35px 0px 0px 55px;
	color: #4F3500;
	font-size: 12px;
	line-height: 180%;
}

div.design table.design td.right div.contacts img{
	margin-right: 10px;
}

div.design table.design td.right div.contacts a{
	color: #4F3500;
}

div.design table.design td.right div.contacts span.big{
	font-size: 16px;
}

div.design table.design td.right div.map{
	width: 225px;
}

div.design table.design td.right div.map a{
	background: url(map_bg.jpg) no-repeat left top;
	display: block;
	margin: 35px 0px 0px 33px;
	width: 188px;
	height: 227px;
}

div.design table.design td.right div.speaker{
	background: url(speaker_bg.jpg) no-repeat right top;
	display: block;
	margin: 35px 0px 0px 38px;
	width: 149px;
	height: 178px;
	color: #4F3500;
	padding: 16px 25px 0px 0px;
	font-size: 12px;
	line-height: 110%;
}

div.design table.design td.right div.speaker img{
	margin: 7px 0px 0px 5px;
}


div.schedule_list table.schedule_list{
	width: 100%;
	border-left: 1px solid #439550;
	border-top: 1px solid #439550;
	background: #147A26;
	margin-bottom: 15px;
}

div.schedule_list table.schedule_list th, 
div.schedule_list table.schedule_list td{
	border-right: 1px solid #439550;
	border-bottom: 1px solid #439550;
	text-align: center;
	padding: 10px 5px 10px 5px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 110%;
}

div.schedule_list table.schedule_list th{
	font-weight: bold;
	background: #147022;
}

div.schedule_list table.schedule_list tr:hover td.free{
	background: #188B29;
}

div.schedule_list table.schedule_list td.reserved, 
div.schedule_list table.schedule_list td.color_0{
	background: #990000;
	color: #FFFFFF;
}

div.schedule_list table.schedule_list td.color_0 a{
	color: #FFFFFF;	
}

div.schedule_list table.schedule_list td.color_1{
	background: #FAAF41;
}

div.schedule_list table.schedule_list td.color_1,
div.schedule_list table.schedule_list td.color_1 a{
	color: #000000;
}

div.schedule_list table.schedule_list td.color_2{
	background: #5FA822;
}

div.schedule_list table.schedule_list td.color_2, 
div.schedule_list table.schedule_list td.color_2 a{
	color: #000000;
}

div.schedule_list table.schedule_list td.reserved,
div.schedule_list table.schedule_list td.free{
	width: 83px;
}

div.gallery_list div.brick{
	float: left;
	display: block;
	width: 165px;
	height: 130px;
}

div.gallery_list div.brick a img.thumb{
	display: block;
	width: 150px;
	height: auto;
	border: 2px solid #6CB576;
}

div.gallery_list div.brick a:hover img.thumb{
	border: 2px solid #FFFFFF;
}


