@charset "windows-1251";

/*html {
	height:100.2%
}*/

body, html{
	background: #121c2e url('../images/mainbg.gif') center repeat-y;
	border-bottom: none;
}
.headbg	{
	background: url('../images/mainbg2.jpg') top center no-repeat;
}
.bottombg {
	background: url('../images/bottombg.jpg') bottom center no-repeat;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.67em;
}

h2 {
	font-size: 1.33em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
}
	h3 a {
		color: #fb321d;
		text-decoration: none;
	}

h4, h5 {
	color: #fb321d;
	font-size: 1em;
}

ul {
	list-style-type: none;
	margin: 0px 0px 1em 15px;
	padding: 0px;
}
	ul li {
		background: url('../images/common/li.gif') no-repeat 0px 0.4em;
		margin: 0px;
		padding: 5px 0px 0px 5px;
	}


ul.events {
}
	ul.events li {
		padding-bottom: 10px;
	}
	
ul.dropdownList {
	margin: 0px;
}

ul.dropdownList li.opened,
ul.dropdownList li.closed {
	background: none;
	border-bottom: 1px solid #cccccc;
	padding: 5px 0px 5px 0px;
}

ul.dropdownList li h3.title {
	padding-left: 3px;
}
ul.dropdownList li h3.title a {
	color: #fb321d;
}
ul.dropdownList li.closed {
} 
ul.dropdownList li.closed h3.title a {
	border-bottom: 1px dashed #4f4f4f;
}
ul.dropdownList li.closed div.data {
	display: none;
}
