* {
	padding: 0;
	margin: 0;
}
body {
	font-family: arial;
	width: 992px;
	margin: 0 auto;
	position: relative;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
:focus {
  outline: 0;
}


h1 {
	float: left;
	height: 0;
	width: 0;
	display: block;
	font-size: 1.4em;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	display: block;
	height: 45px;
	position: absolute;
	top: 32px;
	left: 43px;
	width: 125px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
h2 {
	padding: 7px 0 2px 9px;
	border-bottom: 1px solid #c4e0eb;
	background-color: #e3f3f9;
	font: normal 1.7em "times new roman";
}
h2.white {
	margin-bottom: -5px;
	padding: 12px 0 0 10px;
	border: 0;
	background-color: #fff;
}
h2.event {
	font-size: 1.45em;
	font-weight: normal;
	padding: 8px 0 0 8px;
	height: 25px;
}
h3.block {
	padding: 9px 0 1px 8px;
	border-bottom: 1px solid #0d87c0;
	background-color: #fff;
	font: normal 1.65em 'times new roman';
}

#header {
	font-size: 76%;
	height: 183px;
	position: relative;
	margin-bottom: 10px;
}

#autumn #header { background-color: #fbb900; }
#spring #header { background-color: #99e357; }
#summer #header { background-color: #dae325; }
#winter #header { background-color: #96b4cb; }


#secMenu {
	list-style-type: none;
	float: right;
	padding-left: 15px;
	background-color: #fefefe;
}
	#secMenu li {
		float: left;
	}
	#secMenu li a {
		float: left;
		height: 21px;
		font-size: 0.9em;
		margin-right: 15px;
		padding-top: 6px;
	}
	#autumn #secMenu li a { color: #ff7519; }
	#spring #secMenu li a { color: #519d1f; }
	#summer #secMenu li a { color: #388133; }
	#winter #secMenu li a { color: #006cac; }



#languages {
	list-style-type: none;
	padding-top: 6px;
	float: left;
	margin-left: 1px;
	margin-right: 24px; 
	float: right;
	display: inline;
}
	#languages li {
		float: left;
		padding-left: 5px;
	}
	#languages li a {
		display: block;
		width: 24px;
		height: 17px;
		background-color: #ececec;
		font-size: 0.9em;
		color: #333;
		text-decoration: none;
		padding-top: 4px;
		text-align: center;
		cursor: hand; /* for ie */
	}
	#languages li a:hover {
		font-weight: normal !important;
		background-color: #fff;
	}
	#autumn #languages li a:hover { color: #f60 !important; }
	#spring #languages li a:hover { color: #65b332 !important; }
	#summer #languages li a:hover { color: #3a9533 !important; }
	#winter #languages li a:hover { color: #0081bd !important; }
	#languages li.active a {
		color: #000;
		font-weight: bold;
	}


#spMenu {
	list-style-type: none;
	position: absolute;
	left: 754px;
	top: 77px;
	width: 218px;
	z-index: 10;
}
	#spMenu li {
		margin-bottom: 3px;
		position: relative;
	}
	#spMenu li a {
		display: block;
		background-color: #f7f7f7;
		text-align: center;
		font-weight: bold;
		height: 21px;
		padding-top: 7px;
		border: 1px solid #ccc;
		color: #000;
		text-decoration: none;
	}
	#spMenu li ul {
		list-style-type: none;
		position: absolute;
		right: 218px;
		top: 0px;
		width: 13.2em; /*158px;*/
		display: none;
	}
	#spMenu li ul li {
		margin-bottom: 0;
	}
	#spMenu li ul li a {
		text-align: right;
		font-weight: normal;
		padding-right: 24px;
		cursor: pointer;
		height: auto;
		min-height: 17px;
		padding-bottom: 4px;
	}
	#spMenu li:hover ul, #spMenu li.mnuhvr ul {
		display: block;
	}
	#autumn #spMenu li:hover a.main, #autumn #spMenu li.mnuhvr a.main, #autumn #spMenu li ul li a:hover { border: 1px solid #dea303; background-color: #fcd263; }
	#spring #spMenu li:hover a.main, #spring #spMenu li.mnuhvr a.main, #spring #spMenu li ul li a:hover { border: 1px solid #b4c91a; background-color: #dcec67; }
	#summer #spMenu li:hover a.main, #summer #spMenu li.mnuhvr a.main, #summer #spMenu li ul li a:hover { border: 1px solid #679800; background-color: #b7cd1c; }
	#winter #spMenu li:hover a.main, #winter #spMenu li.mnuhvr a.main, #winter #spMenu li ul li a:hover { border: 1px solid #83bbd9; background-color: #d9f0fc; }



#search .sitemap {
	position: absolute;
	right: 500px;
	top: 156px;
	font-size: 0.9em;
	color: #fff;
}
#summer #search .sitemap { color: #777; }

#search .search {
	position: absolute;
	left: 528px;
	top: 150px;
	height: 19px;
	padding-top: 2px;
	background-color: #f3f2f2;
	width: 140px;
}
#autumn #search .search { border: 1px solid #fdd280; }
#spring #search .search { border: 1px solid #8fd95c; }
#summer #search .search { border: 1px solid #7ab107; }
#winter #search .search { border: 1px solid #a5c0c9; }

#search .submit {
	position: absolute;
	left: 680px;
	top: 150px;
	width: 51px;
	height: 23px;
	font: bold 1em arial;
	color: #000;
	border: 0;
	cursor: pointer; cursor: hand;
}
#autumn #search .submit { background-color: #fcd263; border: 1px solid #dea303; }
#spring #search .submit { background-color: #a2d74f; border: 1px solid #5b9400; } 
#summer #search .submit { background-color: #93bc30; border: 1px solid #679800; }
#winter #search .submit { background-color: #81d4f1; border: 1px solid #15a4d0; }

#search .submitH, #search .submit:hover { 
	background-color: #34a0ce !important;
	border: 1px solid #0081bd !important;
}






#middle {
	font-size: 76%;
}


#midLeft {
	width: 242px;
	float: left;
	margin-left: -753px;
	padding-bottom: 44px;
}
.leftNoMidRight {
	margin-left: -992px !important;
}
#menu {
	list-style-type: none;
	margin-bottom: 15px;
}
	#menu ul {
		list-style-type: none;
	}
	#menu a {
		display: block;
		background-color: #f1f9fc;
		padding: 4px 15px 3px 22px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #e1f0f5;
		text-decoration: none;
		color: #000;
	}
	#menu a:hover {
		border-bottom: 1px solid #c3e0eb;
		background-color: #e6f4fa;
	}
	
	#menu li.active a, /* [level1 active] */
	#autumn #menu li.active a:hover, #spring #menu li.active a:hover, #summer #menu li.active a:hover, #winter #menu li.active a:hover {
		background-image: none;
		background-color: #026cad;
		border-top: 1px solid #0f88d3;
		border-bottom: 1px solid #005589;
		font-weight: bold;
		color: #fff;
	}
	
	#menu li.active ul li a, /* [level2] */
	#autumn #menu li.active ul li a:hover, #spring #menu li.active ul li a:hover,
	#summer #menu li.active ul li a:hover, #winter #menu li.active ul li a:hover {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #e1f0f5;
		font-weight: normal;
		color: #000;
		padding-left: 38px;
		background-color: #f1f9fc;
	}
	#autumn #menu li.active ul li a:hover, #spring #menu li.active ul li a:hover,
	#summer #menu li.active ul li a:hover, #winter #menu li.active ul li a:hover {
		text-decoration: underline;
	}
	
	#menu li.active ul li.active a, /* [level2 active] */ 
	#autumn #menu li.active ul li.active a:hover, #spring #menu li.active ul li.active a:hover,
	#summer #menu li.active ul li.active a:hover, #winter #menu li.active ul li.active a:hover	{
		color: #005589;
		font-weight: bold;
	}
	
	#menu li.active ul li.active ul li a, /* [level3] */
	#autumn #menu li.active ul li.active ul li a:hover, #spring #menu li.active ul li.active ul li a:hover,   
	#summer #menu li.active ul li.active ul li a:hover, #winter #menu li.active ul li.active ul li a:hover {
		font-weight: normal !important;
		color: #000 !important;
		padding-left: 53px;
		background-color: #fff;
	}
	#menu li.active ul li.active ul li.active a, /* [level3 active] */
	#autumn #menu li.active ul li.active ul li.active a:hover, #spring #menu li.active ul li.active ul li.active a:hover,   
	#summer #menu li.active ul li.active ul li.active a:hover, #winter #menu li.active ul li.active ul li.active a:hover {
		color: #3399cc !important;
		font-weight: bold !important;
	}









#midRight {
	width: 218px;
	float: right;
	margin-right: 20px;
	display: inline;
}

#events {
	list-style-type: none;
	margin-top: 3px;
}
#events li {
	border-bottom: 1px solid #e3f3f9;
	padding-top: 4px;
}
#events li a {
	padding: 0 11px;
	display: block;
}


#events div {
	padding: 4px 11px;
	color: #666;
}
.eventCal, .allLinks {
	display: block;
	font-weight: bold;
	margin-top: 5px;
	text-align: right;
	margin-bottom: 10px;
}



.introTxt {
	margin-top: 8px;
	margin-bottom: 10px;
	font-size: 0.9em;
	text-align: justify;
}

#login {
	padding: 8px 12px 7px 0;
	text-align: right;
	margin-bottom: 8px;
}
#autumn #login { background-color: #ffc565; border-bottom: 1px solid #fb9f40; }
#spring #login { background-color: #ace782; border-bottom: 1px solid #95c546; }
#summer #login { background-color: #93db89; border-bottom: 1px solid #73bd6d; }
#winter #login { background-color: #e3f3f9; border-bottom: 1px solid #c4e0eb; }

#login .iText {
	width: 119px;
	height: 19px;
	border: 1px solid #b4cdda;
	margin-top: 4px;
}
#login label {
	margin-right: 5px;
}
#login .submit, #login .submitReg {
	margin-top: 7px;
	margin-bottom: 3px;
	width: 105px;
	height: 25px;
	font: bold 1em arial;
	color: #fff;
	border: 0;
	cursor: pointer; cursor: hand;
}
#autumn #login .submit { border: 1px solid #a46102; background-color: #ef5f12; }
#spring #login .submit, #summer #login .submit { border: 1px solid #287625; background-color: #42993c; } 
#winter #login .submit, #login .submitReg { border: 1px solid #0081bd; background-color: #329fce; }

#autumn #login .submitH { background-color: #e45b26; }
#spring #login .submitH, #summer #login .submitH { background-color: #398333; }
#winter #login .submitH, #login .submitRegH { background-color: #1e87bc; }

#login .forgot {
	border-bottom: 1px solid #fff;
	width: 197px;
	float: right;
	padding-bottom: 8px;
}
#login .forgot a {
	color: #fff;
	font-size: 0.9em;
}
#winter #login .forgot a { color: #666; }
#login .forgot a:hover {
	color: #000 !important;
}


#login ul {
	list-style-type: none;
}


#links {
	list-style-type: none;
}
#links li {
	border-bottom: 1px solid #e3f3f9;
	padding: 5px 0 7px 0;
}
#links li a {
	padding: 0 11px;
	display: block;
}

.rightList {
	list-style-type: none;
	margin: 3px 0 15px;
}
	.rightList li {
		border-bottom: 1px solid #e3f3f9;
		padding: 4px 0 4px 11px;
		color: #535353;
	}
	.rightList li.active a {
		color: #000;
		font-weight: bold;
	}
	.rightList li a {
		color: #000;
	}	







#midCenter {
	display: inline;
	margin-left: 263px;
	float: left;
	width: 470px;
	margin-right: 20px;
}
.noMidRight {
	width: 709px !important;
}

#location {
  font-size: 0.75em;
  color: #7ba6bf;
  margin: 6px 0 21px 10px;
}
	#location a {
	  color: #7ba6bf !important;
	}


.docEntry {
	border-top: 1px solid #e3f3f9;
	padding-top: 7px;
	padding-bottom: 9px;
	clear: both;
}
.firstDoc {
	border-top: 0;
}
.textCont {
	margin: 3px 0 0 0;
	padding-right: 11px;
}
	.textCont p {
		padding: 7px 0 5px 0;
		text-align: justify;
	}
	.textCont h3 {
		font: bold 1em arial;
	}
	.textCont .date {
		color: #666;
		font-size: 0.9em;
	}




/* SLUDINĀJUMI */
.adsList {
	margin-top: 15px;
}
	.adsList div {
		border-top: 1px solid #c4e0eb;
		padding: 10px 0 13px 10px;
	}
	.adsList .date {
		color: #729fba;
		padding-left: 10px;
	}
	.adsList p {
		font-weight: bold;
		float: right;
		margin-right: 12px;
		display: inline;
		padding-left: 10px;
	}
	.adsList .hl {
		background-color: #e3f3f9;
		overflow: visible;
	}
	.adsList a:hover .hl {
		text-decoration: underline;
	}
	
.found {
	font-weight: bold;
	margin-top: 15px;
	padding-left: 10px;
}

.pages {
	background-color: #e3f3f9;
	border-bottom: 1px solid #c4e0eb;
	text-align: center;
	color: #1276b2;
	height: 23px;
	padding-top: 10px;
}
	.pages a, .pages span {
		font-weight: bold;
	}
	.pages .prev {
		float: left;
		padding-right: 17px;
		height: 13px;
		margin-left: 10px;
		text-align: left;
	}
	.pages .prev, .pages .next { color: #1276b2 !important; }
	.pages .prev:hover { background-position: left -12px !important; text-decoration: none; }
	#autumn .pages .prev:hover, #autumn .pages .next:hover { color: #f60 !important; }
	#spring .pages .prev:hover, #spring .pages .next:hover { color: #65b332 !important; }
	#summer .pages .prev:hover, #summer .pages .next:hover { color: #3a9533 !important; }
	#winter .pages .prev:hover, #winter .pages .next:hover { color: #25aeed !important; }
	
	.pages .next {
		float: right;
		padding-left: 17px;
		height: 13px;
		margin-right: 10px;
		text-align: right;
	}
	.pages .next:hover { background-position: right -12px !important; text-decoration: none; }
	
	.pages .active {
		background-color: #1276b2;
		color: #fff;
		padding: 2px 6px;
	}

.searchBox {
	background-color: #026cad;
	color: #fff;
	width: 100%;
	margin-bottom: 16px;
} 
	.searchBox td {
		padding: 6px 6px 6px 0;
	}
	.searchBox .text {
		padding-left: 9px;
		padding-right: 5px;
		white-space: nowrap;
	}
	.searchBox td.input {
		width: 100%;
		padding-right: 8px;
	}
	.searchBox .iText {
		border: 1px solid #aacdde;
		height: 19px;
		padding-top: 2px;
		width: 100%;
	}


.print {
	float: right;
	margin-top: 4px;
	margin-right: 10px;
	font-weight: bold;
}


.button {
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
	font-size: 12px;
}
	#autumn .button { background-color: #fcd263; border: 1px solid #dea303; }
	#spring .button { background-color: #a2d74f; border: 1px solid #5b9400; } 
	#summer .button { background-color: #93bc30; border: 1px solid #679800; }
	#winter .button { background-color: #81d4f1; border: 1px solid #15a4d0; }
	
	.button span {
		height: 15px;
		padding: 3px 10px 3px 10px;
		color: #000;
		font-weight: bold;
		font-size: 12px;
		display: -moz-inline-box;
		display: inline-block;
		cursor: pointer;
	}
	.button:hover {
		text-decoration: none !important;
		background-color: #34a0ce !important;
		border: 1px solid #0081bd !important;
	}


.atitle {
	font-weight: bold;
	font-size: 1.15em;
	margin-bottom: 14px;
	margin-left: 10px;
}



.adsOpen address {
	font-style: normal;
	margin-left: 10px;
	line-height: 140%;
	margin-bottom: 15px;
}
	.adsOpen address a {
		font-weight: bold;
	}
	.adsOpen address span {
		font-size: 0.9em;
		color: #939292;
	}

.adsOpen p {
	margin-left: 10px;
	line-height: 160%;
}

.back {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 0 10px;
}




.forma {
	margin: 15px 0 0 10px;
}
.forma ul, .forma ol {
	list-style-type: none;
}
.forma ul li {
	padding-bottom: 15px;
}
.forma ol li {
	margin-top: 7px;
	padding-bottom: 0;
}
.forma li.popup {
	position: relative;
}
.forma .twoin {
	float: left;
	margin-right: 35px;
}
.forma .twoin .calPopup {
	top: 50px;
	left: 162px;
}
.forma .left {
	float: left;
}
.forma li.cnt label {
	float: left;
}
.forma input, .forma textarea {
	width: 371px;
	border: 1px solid #b4cdda;
	padding: 2px 1px 1px 1px;
}
.forma textarea {
	overflow: auto;
	height: 106px;
}
.forma select {
	width: 375px;
}
.forma .iFile {
	width: 458px;
}
.forma .check input {
  float: left;
  width: 15px;
  height: 15px;
  border: 0;
}
.forma .check label {
	display: inline;
	float: left;
	padding: 1px 0 0 5px;
}
.forma .short {
	width: 190px;
}
.forma select.short {
	width: 194px;
}
.forma .short2 {
	width: 155px;
}
.forma select.short2 {
	width: 159px;
}

.forma .scal {
	position: relative;
	*position: static;
	zoom:1;
	top: -2px;
	font-size: 11px;
	margin: 0 0 1px 3px;
}
.forma .scal:hover {
	background-position: 0 bottom;
}

.forma .iTime { 
	padding-left: 6px;
	width: 150px;
}
.forma label {
	margin-bottom: 4px;
	display: block;
}
.forma .fileDesc {
	color: #939393;
	font-size: 0.85em;
	margin-left: 7px;
}
.fsubmit {
	height: 23px;
	font: bold 1em arial;
	color: #000;
	cursor: pointer; cursor: hand;
	padding: 0 !important;
}
#autumn .fsubmit { background-color: #fcd263; border: 1px solid #dea303; }
#spring .fsubmit { background-color: #a2d74f; border: 1px solid #5b9400; } 
#summer .fsubmit { background-color: #93bc30; border: 1px solid #679800; }
#winter .fsubmit { background-color: #81d4f1; border: 1px solid #15a4d0; }

.w163H, .w163:hover, .w105H, .w105:hover, .w67H, .w67:hover { 
	background-color: #34a0ce !important;
	border: 1px solid #0081bd !important;
}

.w163, .w163H { width: 163px !important; }
.w105, .w105H { width: 105px !important; }                                          
.w67, .w67H { width: 67px; }


.forma div.error {
	width: 371px;
	color: #d9080e;
	font-weight: bold;
	padding: 1px;
	margin: 0 0 15px;
	border: 1px solid #f2caca;
}
.forma div.error p {
	padding: 5px;
	background-color: #fff1f1;
	margin: 0;
	text-align: left;
}
.forma li.error label, .forma li.error h3 {
	color: #d9080e;
	font-weight: bold;
}
.forma li.error input, .forma li.error textarea {
	border: 1px solid #d9080e;
}
.forma .captcha {
	float: left;
	margin: 0 0 0 13px;
}
.forma a {
	font-weight: bold;
}


.moreFiles {
	font-weight: bold;
}
.counter1 {
	float: right;
	font-size: 0.75em;
	color: #7ba6bf;
	margin: 3px 324px 0 0;
}
.cntShort {
	margin: 3px 493px 0 0;
}
.asterisk {
	color: #f96700;
}




/* VIZĪTE */
.applyCol1 {
	width: 415px;
	float: left;
	margin-right: 45px;
}
	.applyCol1 p {
		line-height: 150%;
		margin-left: 10px;
		text-align: justify;
	}
	.applyCol1 .forma {
		margin-top: 30px;
	}


.applyCol2, .appList li {
	float: left;
	width: 249px;
}
	.apCal {
		width: auto;
		position: relative;
		margin: 0 0 7px 10px;
		display: inline;
	}
	.applyCol2 h3, .appList li h3 {
		font-size: 1.45em;
		font-weight: bold;
		margin: 0 0 7px;
	}
	.applyCol2 p, .appList li p {
		font-size: 0.9em;
		color: #636363;
		line-height: 120% !important;
		padding-right: 12px;
	}
	.appList p a {
		font-weight: bold;
	}
	.applyCol2 span {
		font-weight: bold;
		margin: 5px 0 0;
		float: left;
	}
	.applyCol2 a span {
		margin: 0;
		float: none;		
	}
	
.appCals {
	margin-left: 10px;
}
	.appCals p {
		margin: 8px 0;
	}

.calendar {
	width: 210px;
	font-family: tahoma;
	padding: 10px 0 20px;
	float: left;
	margin: 0 21px 0 0;
}
	.calendar table th div {
		height: 17px;
		background-color: #026cad;
		font-weight: bold;
		text-align: center;
		color: #fff;
		margin: 5px;
		padding-top: 2px;
	}
	.calendar table tfoot td {
		height: 8px;
		font-size: 0;
		padding: 0;
	}
	.calendar table {
		width: 210px;
		border: 1px solid #c4e0eb;
		background-color: #f1f9fc;
	}
	.calendar table td {
		width: 30px;
		text-align: center;
		font-size: 0.9em;
		font-weight: bold;
		padding: 4px 0;
		color: #9c9c9c;
	}
	.calendar table td.today {
		color: #fff;
		padding: 1px 0;
	}
	.calendar .today a {
		color: #fff !important;
		background: #006daf;
		padding: 2px 0;
		margin: 0 4px;
		display: -moz-inline-block;
		
	}
	.calendar .today a:hover {
		color: #ffd935 !important;
		text-decoration: none;
	}
	#autumn .calendar .sunday,
	#autumn .calendar .sunday a{
		color: #f60 !important;
	}
	#spring .calendar .sunday,
	#spring .calendar .sunday a{
		color: #65b332 !important;
	}
	#summer .calendar .sunday,
	#summer .calendar .sunday a{
		color: #3a9533 !important;
	}
	#winter .calendar .sunday,
	#winter .calendar .sunday a{
		color: #0081bd !important;
	}
	.calendar a {
		/*color: #026cad !important;*/
		color: #4e5357 !important;
	}
	.calendar a:hover {
		color: #0e0603 !important;
		text-decoration: none;
	}
	
	
.applyTimes {
	float: right;
	width: 160px;
	display: inline;
	margin-right: 30px;
}
	.applyTimes li.first {
		border-top: 1px solid #026cad;
	}
	.applyTimes li.on {
		background: url('../images/tt_on.gif') no-repeat 95px 6px;
	}
	.applyTimes li {
		border-top: 1px solid #c3d7e1;
		padding: 6px 0 6px 12px !important;
		margin: 0 !important;
		background: url('../images/tt_off.gif') no-repeat 95px 6px; 
	}
	.applyTimes .date {
		float: right;
		font-weight: bold;
		padding: 0 23px 0 0;
	}
	.applyTimes div {
		margin: 0 0 5px 10px;
	}
	.applyTimes p {
		font-size: 0.85em;
		color: #b3b3b3;
		margin: 0 0 8px 0;
		line-height: 100%;
	}
	.applyTimes ul span {
		width: 16px;
		height: 16px;
		float: right;
		margin-right: 49px;
		background-color: #c5c5c5;
	}
	.applyTimes ul li.on span {
		background-color: #339900;
	}


.appList {
	margin: 0 0 0 10px;
}
	.appList p {
		line-height: 160%;
	}
	.appList ul {
		list-style-type: none;
		margin: 15px 0 0;
	}
	.appList ul li {
		margin: 0 0 35px;
		width: 349px;
	}
	.appList .cal {
		font-size: 0.9em;
		font-weight: bold;
		float: left;
		margin: 5px 0 0;
	}
	.appList h3 a {
		color: #000;
	}



/* KALENDĀRS */
.calAdd p {
	line-height: 160%;
	margin-left: 10px;
}
select.eventPlace {
	width: 195px;
	margin-bottom: 5px;
}

	.tabs .tL {
		float: left;
		background-color: #f8fafc;
		border: 1px solid #abcfdf;
		border-bottom: 0;
		margin-bottom: -1px;
		height: 28px;
		font-size: 1.2em;
		font-weight: bold;
		padding: 7px 9px 0;
	}
	.tabs .tR {
		float: left;
		font-size: 1.2em;
		font-weight: bold;
		padding: 7px 11px 4px;
		height: 18px;
		border-top: 1px solid #c4e0eb;
		border-right: 1px solid #c4e0eb;
		margin: 5px 0 0;
	}
	.tabs .mid {
		border: 1px solid #aacdde;
		border-bottom: 0;
		clear: left;
		padding: 0 0 20px;
		text-align: center;
		margin: 0 0 10px;
	}
	.tabs .mid .button {
		float: right;
		margin: 15px 11px;
	}
	.tabs p {
		padding: 0 10px 10px;
		text-align: justify;
	}


.liEvent {
	list-style-type: none;
	margin: 10px 0 0;
}
	.liEvent li {
		clear: both;
		border-bottom: 1px solid #b4d4e1;
		padding: 0 0 10px;
		margin: 0 0 10px;
		overflow: hidden;
	}
	.liEvent li.first {
		border: 0;
		padding-top: 0;
	}
	.liEvent p {
		clear: none;
	}
	.liEvent ul {
		list-style-type: none;
		margin-top: 3px;
		overflow: hidden;
	}
		.liEvent ul li { 
			clear: none; 
			list-style: none; 
			height: 100%; 
			padding: 8px 0 0 0;
			margin: 0;
			border: 0;
		}
		.liEvent ul li h4 { 
			float: left; 
			display: inline;
			width: 71px; 
			padding: 0;
			margin: 0;
			font-size: 1em;
			padding-right: 2px;
		}
		.liEvent ul div {
			padding-left: 73px;
			clear: none;
		}
	.liEvent .event a {
		font-size: 1.135em;
		font-weight: bold;
	}
	.liEvent .links a {
		font-weight: bold;
		color: #000;
		margin: 0 15px 0 0;
		text-decoration: underline;
		display: inline-block;
	}
	.liEvent .links a:hover {
		text-decoration: none;
	}


.liTable ul {
	list-style-type: none;
	margin-top: 3px;
}
	.liTable li { 
		clear: none; 
		list-style: none; 
		height: 100%; 
		padding: 4px 0 0 0 !important;
		margin: 0;
		border: 0;
	}
	.liTable li h4 { 
		float: left; 
		display: inline;
		width: 71px; 
		padding: 0;
		margin: 0;
		font-size: 1em;
		padding-right: 2px;
	}
	.liTable div {
		padding-left: 73px;
		clear: none;
	}
	.liTable p {
		clear: none;
	}



.eventCont .button {
	margin: 0 0 15px 0;
}
	.eventCont p {
		margin: 0 15px 15px 10px;
		text-align: justify;
	}
	.eventCont .eventBan {
		display: block;
		margin: 0 0 12px 0;
	}



.catList {
	list-style-type: none;
	margin: 10px 0 0;
}
	.catList h3 {
		font-size: 1.4em;
		padding: 10px 0 9px;
		border-bottom: 2px solid #c7deee;
	}
	.catList h3 a {
		color: #000;
		padding: 0;
	}
	.catList h3 a:hover {
		text-decoration: none;
		color: #016aaa;
	}
	.catList p {
		border-bottom: 1px solid #e3f3f9;
		padding: 10px 10px 14px 10px;
	}


.orgCatList {
	list-style-type: none;
}
	.orgCatList li {
		width: 320px;
		float: left;
		margin: 0 40px 0 0;
	}
	.orgCatList li.r {
		margin: 0;
	}
	.orgCatList h3 {
		font-size: 1.5em;
		font-weight: normal;
		padding: 7px 0 6px;
		border-bottom: 1px solid #c4e0eb;
	}
	.orgCatList h3 a {
		color: #000;
		padding: 0;
	}
	.orgCatList h3 a:hover {
		text-decoration: none;
		color: #016aaa;
	}
	

.orgList {
	list-style-type: none;
	margin: 35px 0 10px;
}
	.orgList li {
		padding: 0 0 15px;
		display: inline-block;
	}
	.orgList li { display: block; }
	.orgList .cont {
		margin: 0 0 0 144px;
	}
	.orgList h3 {
		border-bottom: 1px solid #b4d4e1;
		padding: 4px 0 6px;
		font-size: 1.15em;
	}
	.orgList .phone {
		float: right;
		width: 147px;
		font-size: 1.5em;
		margin: 13px 0 0;
		padding: 32px 0 0;
		text-align: center;
		height: 32px;
		border-left: 1px solid #b4d4e1;
	}
	.orgList .liTable {
		margin: 8px 0 0;
	}
	.orgList .liTable h4 {
		width: 90px;
	}
	.orgList .liTable a {
		color: #000;
		text-decoration: underline;
	}
	.orgList .liTable a:hover {
		text-decoration: none;
	}
	

.catOpen h3 {
	font-size: 1.135em;
	padding: 10px 0 10px 10px;
}
	.catOpen .bblock {
		float: right;
		margin: 0 0 25px 25px;
	}
	.catOpen p {
		text-align: justify;
		line-height: 150%;
		margin: 0 10px;
	}
	.catOpen .back {
		float: left;
		margin: 10px 0 0 10px;
	}


.grayTable {
	margin: 0 0 15px;
}
	.grayTable th {
		border-top: 1px solid #d1d1d1;
		background-color: #ebebeb;
		padding: 5px 7px 5px 3px;
		text-align: right;
		vertical-align: top;
		font-weight: normal;
		white-space: nowrap;
	}
	.grayTable.th123 th {
		width: 123px;
		white-space: normal;
	}
	.grayTable tr.first th {
		border-top: 0;
	}
	.grayTable td {
		padding: 5px 0 5px 15px;
	}
	.grayTable p {
		margin: 0; padding: 0;
	}
	.grayTable a {
		font-weight: bold;
	}


.bblock {
	background-color: #e3f3f9;
	list-style-type: none;
	width: 219px;
	border-left: 1px solid #e9f5fa;
	border-right: 1px solid #e9f5fa;
	padding: 10px 0 5px;
}
	.bblock li {
		padding: 0 9px 10px 9px;
	}
	.bblock a {
		font-size: 0.9em;
		font-weight: bold;
		display: block;
	}
	.bblock h3 {
		margin: 0;
		padding: 0;
	}

.cform p {
	margin: 0 0 0 10px;
}



.fileCat, .fileCat ul {
	list-style-type: none;
}
	.fileCat li {
		border: 1px solid #c4e0eb;
		margin: 0 0 1px;
	}
	.fileCat .close {
		width: 281px;
	}
	.fileCat .open {
		width: 708px;
	}
	.fileCat h3 {
		font-size: 1.15em;
		display: block;
	}
	.fileCat h3 { display:inline-block; }
	.fileCat h3 a {
		padding: 3px 0;
		display: block;
		color: #000;
	}
	.fileCat .expander {
		color: #f60;
		font-weight: normal;
		text-align: center;
		float: left;
		width: 20px;
		text-decoration: none;
		font-size: 1.25em;
		font-family: 'courier new';
		position: relative;
		top: 3px;
	}
	.fileCat .expander:hover {
		text-decoration: none;
	}
	.fileCat .close ul {
		display: none;
	}
	.fileCat ul {
		margin: 0 0 12px 20px;
	}
	.fileCat ul li {
		border: 0;
		margin: 15px 0 0;
	}
	.fileCat ul li.first {
		margin: 10px 0 0;
	}
	.fileCat span {
		font-size: 0.9em;
		color: #868686;
	}
	.fileCat p {
		line-height: 160%;
	}
	.fileCat ul li a {
		font-weight: bold;
	}

.areg .fsubmit {
	margin: 0 25px 0 0;
	float: left;
}
.areg a {
	font-weight: bold;
	font-size: 0.9em;
	float: left;
	margin-top: 5px;
}



/* FORUMS */
.forCat {
	list-style-type: none;
	margin: 15px 0 0;
}
	.forCat li {
		padding-left: 10px;
		border-bottom: 1px solid #c7deee;
	}
	.forCat h3 {
		font-size: 1.5em;
		padding: 10px 0 9px 1px;
	}
	.forCat h3 a {
		font-weight: normal;
		font-size: 1em;
		float: none;
		color: #000;
		padding: 0;
		margin-right: 6px;
	}
	.forCat h3 a:hover, .forCat a:hover {
		text-decoration: none;
		color: #016aaa;
	}
	.forCat p {
		border-bottom: 1px solid #e3f3f9;
		padding: 10px 10px 14px 10px;
	}
	.forCat a {
		float: right;
		font-size: 1.5em;
		margin: 10px 12px 0 0;
		color: #000;
		font-weight: normal;
	}
	.forCat span {
		margin: 14px 14px 0 0;
		float: right;
		color: #6ea7d2;
		font-size: 0.8em;
		position: relative;
		top: 2px;
	}
	.forCat .sup,
	.openTopic .sup {
		float: none;
		font-size: 9px;
		color: #f00;
		position: relative;
		top: -2px;
    vertical-align: super;
	}



.fSearch .searchBox td {
	padding: 6px 13px 6px 0;
}
	.fSearch .searchBox td.text {
		padding-left: 9px;
		padding-right: 13px;
	}
	.fSearch .searchBox td.input {
		padding-right: 17px;
	}


.forComs {
	list-style-type: none;
}
	.forComs li {
		border-top: 1px solid #c4e0eb;
		padding: 10px 10px 14px 10px;
	}
	.forComs span.date {
		color: #729fba;
		font-size: 0.9em;
	}
	.forComs span.author {
		font-weight: bold;
		margin: 0 8px 0 0;
		font-size: 0.9em;
		color: #0081BD;
	}
	.forComs p {
		line-height: 150%;
		text-align: justify;
	}
	.forComs .button {
		margin-top: 10px;
	}
	.forComs .back {
		margin: 0;
	}

.fTitle {
	font-size: 1.45em;
	margin: 0 0 10px 10px;
}
	.fcTitle {
		font-size: 1.45em;
		margin: 0 0 10px 10px;
		font-weight: normal;
	}
	.fcTitle a {
		font-weight: bold;
	}

	.fcDescr{
		padding-left: 10px;
		padding-bottom: 10px;
	}

.openTopic{
	padding: 0 0 14px 0;
}

.forQuest {
	list-style-type: none;
}
	.forQuest li {
		border-top: 1px solid #c4e0eb;
		padding: 0 0 14px 0;
	}
	.forQuest li.first {
		padding-top: 10px;
	}
	.forQuest span.date,
	.openTopic span.date {
		color: #729fba;
		font-size: 0.9em;
	}
	.forQuest a.author,
	.openTopic a.author {
		font-weight: bold;
		margin: 0 8px 0 10px;
		font-size: 0.9em;
	}
	.forQuest p,
	.openTopic p {
		line-height: 150%;
		text-align: justify;
		margin: 0 14px 0 10px;
	}
	.forQuest .button {
		margin: 15px 0 5px 10px;
	}
	.forQuest h4 {
		font-size: 1.135em;
		height: 27px;
		background-color: #e3f3f9;
		padding: 10px 14px 0 10px;
		margin: 0 0 10px;
	}
	.forQuest h4 a {
		color: #000;
	}
	.forQuest h4 a.com {
		float: right;
	}


.forList {
	list-style-type: none;
	margin: 15px 0 5px;
}
	.forList li {
		border-top: 1px solid #c4e0eb;
		padding: 9px 0 8px 10px;
	}
	.forList a {
		font-size: 1.135em;
		color: #000;
	}
	.forList .author {
		float: right;
		font-size: 0.9em;
	}
	.forList .date {
		color: #729fba;
		padding: 0 10px;
		float: right;
		font-size: 0.9em;
	}


.comOrder {
	float: right;
}
	.comOrder a {
		font-weight: bold;
	}
	.comCount {
		font-weight: bold;
		margin: 0 0 20px 10px;
	}


.regForm p {
	margin: 0 0 0 10px;
}
	.regForm .fsubmit {
		margin-top: 15px;
	}
	.regForm textarea {
		height: 39px;
	}
	.regForm .short {
		width: 202px;
	}


.supRetrive p {
	margin: 0 0 0 10px;
}
	.supRetrive .fsubmit {
		margin-top: 10px;
	}



.docList .more {
	color: #000;
	font-weight: bold;
}
	.docList h3 {
		font-size: 1.135em;
	}
	.docList .pages {
		margin: 20px 0 0 0;
	}
	.docList .docEntry {
		border-bottom: 1px solid #e3f3f9;
		border-top: 0;
	}


.innerRight #events a, .innerRight #links a {
	color: #000 !important;
}


.infoBlock {
	margin: 8px 0 11px 11px;
}
	.infoBlock span,
	.infoBlock a {
		font-weight: bold;
	}
	.infoBlock p {
		font-size: 0.9em;
		line-height: 120%;
		margin: 4px 0 0 0;
	}



.docOpen .date {
	font: bold 0.9em tahoma;
	color: #666;
	margin: 0 0 5px 10px;
}
	.docOpen p {
		margin: 0 10px;
		line-height: 140%;
		text-align: justify;
	}
	.docOpen a {
		font-weight: bold;
	}
	.docOpen h1 {
		padding: 5px 0 0 8px;
		border-bottom: 1px solid #c4e0eb;
		background-color: #e3f3f9;
		/*font-size: 0;*/
		float: none;
		width: auto;
		height: auto;
		margin: 0 0 5px;
	}
	.docOpen h2, .docOpen h3 {
	  margin: 20px 0 2px 10px;
	}
	.docOpen h2 {
		background: none;
		font-size: 1.135em;
		padding: 0;
		border: 0;
	}
	.docOpen h3 {
		font-size: 1em;
	}
	.docOpen ul {
		margin: 8px 0 0;
		list-style-position: inside;
	}
	.docOpen ul li {
	  padding: 0 0 8px 8px;
	  margin: 0 0 0 10px;
	}
	
	.docOpen table {
		margin: 20px 0 15px;
	}
	.docOpen th, .docOpen td {
		text-align: left;
		padding: 5px 30px 3px 10px;
	}
	.docOpen th {
	  color: #fff;
	}
	#autumn .docOpen th { background-color: #f60; border-left: 1px solid #f60; }
	#spring .docOpen th { background-color: #99cc33; border-left: 1px solid #99cc33; }
	#summer .docOpen th { background-color: #90ba2e; border-left: 1px solid #90ba2e; }
	#winter .docOpen th { background-color: #98bed2; border-left: 1px solid #98bed2; }
	.docOpen td {
		border-bottom: 1px solid #b8b8b8;
		border-left: 1px solid #b8b8b8;
	}
	.docOpen td.f, .docOpen th.f {
		border-left: 0 !important;
	}
	.docOpen .back {
		clear: left;
	}

	.docOpen ul.links, ul.fileList, ul.purList {
	  list-style-type: none;
	  /*background-color: #e3f3f9;*/
	  width: 341px;
	  padding: 0 0 6px;
	  float: left;
	  margin: 20px 27px 10px 0;
	}
	.docOpen ul.fileList {
		margin-right: 0;
	}
	.docOpen .links li, ul.fileList li, .purList li {
	  padding: 0 0 0 10px;
	  margin: 10px 0 0;
	  background: none;
	  font-size: 0.9em;
	}
	.docOpen ul li.head h3, ul.fileList li.head h3, .purList li.head h3 {
	  font-size: 1.25em;
	  color: #000;
	  margin: 8px 0 0 0;
	  padding: 0;
	}
	.docOpen ul li.head, ul.fileList li.head, .purList li.head {
		margin: 0;
		background: none;
		padding-left: 10px;
	}
	ul.fileList a, .purList a {
		margin: 0 3px 0 0;
		font-weight: bold;
	}
	ul.fileList li {
		padding-left: 10px;
		color: #676767;
	}
	.purList li {
		padding-left: 10px;
	}
	.purList span {
		font-weight: bold;
		color: #026cad;
	}


.purch p {
	text-align: justify;
	margin: 0 10px 10px 0;
}
.purch .tL, .purch .tR {
	width: 170px;
	text-align: center;
}

.pubMsgs {
	font-size: 0.9em;
	color: #7ba6bf;
	text-align: right !important;
	margin: 10px 3px 0 0 !important;
}

.purch .tabs .mid {
	text-align: left;
}
.purch .searchBox {
	width: 685px;
	margin: 0 0 2px 10px;
}
.purch .searchBox .input {	
	padding-right: 14px !important;
}
.searchBox .iIdnr, .searchBox .iCpv {
	border: 1px solid #aacdde;
	padding: 2px;
}
.searchBox .iIdnr {
	width: 192px;
}
.searchBox .iCpv {
	width: 132px;
}
.searchBox .sCats {
	width: 142px;
}




.purTable {
	width: 685px;
	text-align: left;
	margin: 5px 0 5px 10px;
}
	.purTable th {
		background-color: #e3f3f9;
		padding: 4px 0 4px 12px;
		border-left: 1px solid #e3f3f9;
	}
	.purTable tr.first td {
		border-top: 0;
	}
	.purTable td {
		padding: 4px 11px 4px 12px;
		border-top: 1px solid #b8b8b8;
		border-left: 1px solid #b8b8b8;
		vertical-align: top;
		line-height: 160%;
		text-align: justify;
	}
	.purTable .date {
		width: 133px;
		border-left: 0;
	}
	.purTable .seller {
		width: 162px;
	}
	.purTable .publish {
		width: 98px;
	}
	.purTable .open {
		font-weight: bold;
		color: #000;
		text-decoration: underline;
	}
	.purTable .open:hover {
		text-decoration: none;
	}

.purContr {
	margin: 10px 0 0 10px;
	float: left;
	width: 358px;
	display: inline;
}
	.purContr dt {
		font-weight: bold;
		margin: 0 0 2px;
	}
	.purContr dd {
		margin: 0 0 15px;
	}
	.purContr a {
		font-weight: bold;
	}


.purAnn .fileList, .purAnn .purList {
	float: left;
	margin: 10px 0 15px;
}


.purMsg {
	border: 1px solid #d70000;
	padding: 5px 0;
}
.purMsg h3 {
	color: #d70000;
	font-size: 1.135em;
	padding: 0 10px 5px 10px;
}








.calPopup {
  position: absolute;
  width: 242px;
  z-index: 10;
  top: 3px;
  left: 180px;
  display: none;
}
	.calPopup .middle {
	  width: 242px;
	}


.calPopup .calendar {
	margin: 0;
	padding: 0;
}
.calPopup .month {
	position: absolute;
	top: 5px;
	left: 6px;
	width: 198px;
}


.sportPast .grayTable {
	margin-bottom: 5px;
}
	.sportPast .grayTable p {
		line-height: 125%;
	}
	.sportPast .grayTable tr.first td {
		color: #0081bd;
		font-size: 1.135em;
		font-weight: bold;
	}
	.sportPast .bblock {
		float: left;
		margin: 15px 24px 0 0;
	}
	.sportPast .afterGame {
		padding-bottom: 2px;
		margin-bottom: 10px;
		margin-top: 15px;
	}
	.sportPast .afterGame a {
		font-size: 1em;
		display: inline;
		margin: 0 15px 0 0;
	}
	.sportPast .fileList {
		width: 219px;
		margin: 15px 0 0 0;
	}


.instrList ul {
	list-style-type: none;
	border-top: 1px solid #c4e0eb;
	padding: 0 0 10px;
}
	.instrList li {
		margin: 10px 10px;
	}
	.instrList li span {
		color: #026cad;	
	}
	.instrList p {
		line-height: 150%;
		margin: 0 10px 8px 10px;
	}


.pollEntry {
	border-bottom: 1px solid #e3f3f9;
	padding-top: 7px;
	padding-bottom: 10px;
	clear: both;
}
	.pollEntry .text {
		margin: 3px 0 0 2px;
		padding-right: 11px;
	}
	.pollEntry .text p {
		padding: 7px 0 5px 0;
		text-align: justify;
	}
	.pollEntry .text h3 {
		font: bold 1.135em arial;
		margin: 0 0 9px;
	}
	.pollEntry .text .date {
		color: #666;
		font-size: 0.9em;
	}
	.pollEntry .open {
		color: #000;
		font-weight: bold;
		text-decoration: underline;
	}
	.pollEntry .open:hover {
		text-decoration: none;
	}


.pollOpen .date {
	color: #666;
	font-size: 0.9em;
	margin: 0 0 10px 10px;
}
	.pollOpen p {
		margin: 0 0 0 10px;
		text-align: justify;
	}
	.pollOpen .forma {
		margin-left: 0;
	}
	.pollOpen div.error {
		width: auto;
	}
	.pollOpen .forma li {
		border-top: 1px solid #e2f6f5;
		padding-top: 10px;
		clear: left;
		padding-bottom: 12px;
	}
	.pollOpen .forma li.noLine {
		border: 0;
		padding-top: 0;
	}
	.pollOpen .forma ul { 
		overflow: hidden;
	}
	.pollOpen .check li {
		clear: left;
		border: 0;
		padding: 0;
		margin: 0 0 0 10px;
	}
	.pollOpen .check label {
		padding-left: 10px;
	}

	.pollOpen .tnr input {
		border: 1px solid #b7cedc;
		font-size: 0.75em;
		height: 12px;
		width: 12px;
		text-align: center;
		padding: 0;
	}
	.pollOpen textarea {
		height: 62px;
		font: normal 1em arial;
		padding: 5px 6px;
		width: 361px;
		margin: 0 0 3px 10px;
	}
	.pollOpen h3 {
		font-size: 1em;
		font-weight: normal;
		padding: 0 0 11px;
		margin-left: 10px;
	}
	.pollOpen .fsubmit {
		margin: 15px 0 0 10px;
	}

.voted {
	padding: 10px 0 10px 0px;
	font-size: 1.5em;
	margin: 65px 0 0 10px;
	color: #717171;
}





.advSearch {
	background-color: #e3f3f9;
	padding-top: 5px;
}
	.advSearch ul {
		list-style-type: none;
	}
	.advSearch li {
		padding: 4px 0;
		clear: left;
	}
	.advSearch li { display: inline-block; }
	.advSearch li { display: block; }
	.advSearch label {
		float: left;
		width: 98px;
		text-align: left;
		margin: 3px 0 0 10px;
	}
	.advSearch input {
		width: 585px;
		border: 1px solid #aacdde;
		padding: 2px;
	}
	
	.advSearch .section {
		margin-top: 3px;
		padding-bottom: 0;
	}
	.advSearch .section label {
		margin-top: 0;
		padding-right: 0;
	}
	.advSearch .checks {
		margin: 0 0 0 -1px;
		padding-left: 109px;
		font-size: 1em;
	}
	
	.advSearch .checks li {
		clear: none;
		float: left;
		width: 270px;
		margin-bottom: 5px;
		padding-bottom: 0;
		padding-top: 0;
	}
	.advSearch .iCheck {
		float: left;
		width: 15px;
		height: 15px;
		border: 0;
	}
	.advSearch label.check {
		padding: 1px 0 0 3px;
		margin: 0;
		width: 170px;
		text-align: left;
		
	}
	
	.advSearch td {
		width: 200px;
		padding: 0 0 7px 0;
		vertical-align: top;
	}
	
	.advSearch li.date {
		height: 20px;
	}
	.advSearch li.date input {
		width: 73px;
		float: left;
	}
	.advSearch label.date {
		width: auto;
		padding: 0 5px 0 2px;
		margin-left: 0;
	}
	
	.advSearch .scalendar {
		display: block;
		float: left;
		margin: 4px 15px 0 5px;
	}
	.advSearch .fsubmit {
		margin: 12px 7px 1px 0px;
		width: 67px;
	}


.foundRes {
	margin: 15px 0 10px 10px;
}
	.foundRes h3 {
		font-size: 1.135em;
	}
	.foundRes div {
		float: right;
		margin: 0 10px 0 0;
	}
	.foundRes strong, .foundRes a {
		margin-left: 10px;
	}
	
	
.resList {
	list-style-type: none;
	margin-top: 5px;
}
	.resList li {
		margin-bottom: 12px;
		border-top: 1px solid #c4e0eb;
		padding: 8px 10px 0 10px;
	}
	.resList h3 {
		font-size: 1.135em;
	}
	.resList div {
		font-style: italic;
		margin: 2px 0 0;
		color: #7e7e7e;
	}
	.resList span {
		font-size: 0.9em;
		/*margin-right: 2px;*/
	}
	.resList span.hl {
		font-size: 1em;
		color: #026cad;
	}
	.resList li {
		line-height: 150%;
	}


.sitemapCol {
	width: 371px;
	float: left;
}
.sitemap {
	list-style-type: none;
	margin: 0 0 30px 10px;
	overflow: hidden;
}
	.sitemap li {
		list-style-type: none;
		padding: 0 0 0 10px;
	}
	.sitemap li h2 {
		font-size: 1.35em;
		background: none;
		border: 0;
	}
	.sitemap li ul li {
		padding-left: 16px;
		padding-bottom: 0;
	}
	.sitemap li h3 {
		font-size: 1.135em;
	}
	.sitemap ul li ul li {
		background: none;
	}
	.sitemap li h4 {
		font-size: 1em;
		font-weight: normal;
	}
	.sitemap li h2, .sitemap li h3, .sitemap li h4 {
		padding: 0 0 14px;
	}
	.sitemap li h3 a, .sitemap li h4 a {
		color: #000;
	}


.tourAdd p {
	line-height: 150%;
	text-align: justify;
	margin: 0 10px;
}
.tourAdd textarea {
	height: 129px;
}
.tourAdd .fsubmit {
	margin-top: 15px;
}


.tourList {
	list-style-type: none;
	margin: 15px 0 5px 0;
}
	.tourList li {
		border-top: 1px solid #c4e0eb;
		padding: 10px 0 5px 0;
	}
	.tourList .text {
		padding-right: 11px;
	}
	.tourList .text p {
		padding: 7px 0 5px 0;
		text-align: justify;
		line-height: 150%; 
	}
	.tourList .text h3 {
		font: bold 1.135em arial;
		margin: 0 0 10px;
	}
	.tourList .text .date {
		color: #666;
		font-size: 0.9em;
	}
	.tourList address {
		font-style: normal;
		font-weight: bold;
		margin: 0 0 2px 0;
	}

	.rating {
		list-style-type: none;
		float: right;
		width: 70px;
		height: 11px;
		background: url('../images/rating.png') no-repeat 0 0;
		position:relative;
	}
	.nostar    { background-position: 0  0; }
	.onestar   { background-position: 0 -11px; }
	.twostar   { background-position: 0 -22px; }
	.threestar { background-position: 0 -33px; }
	.fourstar  { background-position: 0 -44px; }
	.fivestar  { background-position: 0 -55px; }
	.rating li {
		cursor: pointer;
		float: left;
		text-indent: -8888px;
	}
	.rating li a {
		position:absolute;
		left: 0;
		top: 0;
		width: 14px;
		height: 11px;
		text-decoration:none;
		z-index: 100;
	}
	.rating li.one a   { left: 0; }
	.rating li.two a   { left: 14px; }
	.rating li.three a { left: 28px; }
	.rating li.four a  { left: 42px; }
	.rating li.five a  { left: 56px; }
	.rating li a:hover {
		z-index: 2;
		width: 70px;
		height: 11px;
		overflow: hidden;
		left: 0;
		background: url('../images/rating.png') no-repeat 0 0;
	}
	.rating li.one a:hover   { background-position: 0 -66px; }
	.rating li.two a:hover   { background-position: 0 -77px; }
	.rating li.three a:hover { background-position: 0 -88px; }
	.rating li.four a:hover  { background-position: 0 -99px; }
	.rating li.five a:hover  { background-position: 0 -110px; }


.tourSearch .text select {
	width: 220px;
}
	.tourSearch .input {
		text-align: right;
	}
	.tourSearch .input select {
		width: 180px;
	}
	.tourSearch label {
		margin-right: 2px;
	}
	.tourSearch td {
		padding-right: 10px !important;
	}


.tourLeft {
	width: 500px;
	padding: 0 21px 0 0;
	float: left;
}
	.tourLeft .rating {
		float: left;
		margin: 12px 0 0 10px;
	}
	.tourLeft .rTitle {
		float: left;
	}
	.tourLeft p {
		margin-right: 0;
	}

.tourRight {
	width: 185px;
	float: right;
}
.tourRight .bblock {
	width: 183px;
	margin-left: 0;
}

.tourPhoto {
	margin: 36px 0 0;
	padding-bottom: 10px;
	overflow: hidden;
}
	.tourPhoto a {
		font-weight: bold;
		font-size: 0.9em;
		display: block;
		float: left;
		margin: 0 0 10px 25px;
	}
	.tourPhoto a.first {
		margin-left: 0;
	}
	.tourPhoto .morePhoto {
		float: right;
		margin-top: -2px;
	}


.tourStart .button {
	margin: 0 0 15px 10px;
}
	.tourStart p {
		margin: 0 10px;
		line-height: 150%;
		text-align: justify;
	}
	.tourStart .place {
		background-color: #e3f3f9; 
		padding: 6px 0 6px 10px;
		margin: 20px 0 10px;
		overflow: hidden;
	}
	.tourStart .place label {
		float: left;
		margin-top: 4px;
		font-weight: bold;
	}
	.tourStart select {
		width: 245px;
		margin-left: 7px;
		float: left;
	}



























.clearf {
	clear: both;
	height: 0;
	font-size: 0;
}
#footer {
	font-size: 76%;
	height: 57px;
	position: relative;
}
#autumn #footer { border-bottom: 6px solid #fbb900; }
#spring #footer { border-bottom: 6px solid #99e357; }
#summer #footer { border-bottom: 6px solid #dae325; }
#winter #footer { border-bottom: 6px solid #96b4cb; }
#footer div, #footer address {
	font-size: 0.9em;
}
#footer .custPic {
	position: absolute;
	left: 0px;
	top: -15px;
	width: 242px;
	height: 15px;
}
#autumn #footer .custPic, #autumn #footer address { background-color: #fbb900; }
#spring #footer .custPic, #spring #footer address { background-color: #99e357; }
#summer #footer .custPic, #summer #footer address { background-color: #dae325; }
#winter #footer .custPic, #winter #footer address { background-color: #96b4cb; }


#footer address {
	float: left;
	display: inline;
	padding: 0 0 0 28px;
	width: 214px;
	font-style: normal;
	height: 57px;
}
#footer address a {
	color: #fff;
}
#summer #footer address a { color: #777; }
#footer address a:hover {
	color: #000;
}

#footer .dates {
	float: left;
	text-align: right;
	color: #666;
	width: 485px;
	margin-top: 13px;
	padding-right: 27px;
}

#footer .copy {
	float: left;
	width: 189px;
	height: 44px;
	background-color: #e3f3f9;
	border-top: 1px solid #c4e0eb;
	padding-top: 12px;
	padding-left: 29px;
}
#footer .copy a:hover {
	color: #000 !important;
}



.noMargT { margin-top: 0; }
.noMargR { margin-right: 0; }
.noMargL { margin-left: 0; }
.mr15 { margin-right: 15px; }
.mt20 { margin-top: 20px; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }

.clean { clear: both; }
.cleaner {
	display: block;
  clear: both;
  font-size: 0;
}

.hasLayout { display: inline-block; }
.hasLayout { display: block; }

#middle, .liEvent li, .forCat li, .liEvent ul, .linksCustPic, .sitemap li, .tourList li, .tourStart .place, .docEntry { display: inline-block; }
#middle, .liEvent li, .forCat li, .liEvent ul, .linksCustPic, .sitemap li, .tourList li, .tourStart .place, .docEntry { display: block; }



#autumn #events li a, #autumn .eventCal, #autumn .allLinks, #autumn #links li a, #autumn .textCont h3 a, #autumn #footer .copy a,
#autumn .adsList a, #autumn .pages a, #autumn .print, #autumn .back, #autumn .adsOpen address a, #autumn .adPics li a,
#autumn .moreFiles, #autumn .appList .cal, #autumn .appList p a, #autumn .bblock a, #autumn .logoImg, #autumn .fileCat ul li a, #autumn .areg a,
#autumn .forComs a, #autumn .tabs .tR a, #autumn #search .sitemap, #autumn .liEvent .event a, #autumn .orgList h3 a,
#autumn .grayTable a, #autumn .comOrder a, #autumn .forma a, #autumn .infoBlock span, #autumn .infoBlock a, #autumn .docOpen a,
#autumn .purContr a, #autumn .purList a, #autumn .fileList a, #autumn .instrList li a, #autumn .pollEntry .text h3 a,
#autumn .foundRes a, #autumn .resList h3 a, #autumn .sitemap li h2 a, #autumn .tourList h3 a, #autumn .tourPhoto a,
#autumn .galCatList a, #autumn .forList .author, #autumn .forQuest a.author, #autumn .fcTitle a, #autumn h2 a,
#autumn .advSearch .scalendar, #autumn .openTopic a { color: #f60; }

#spring #events li a, #spring .eventCal, #spring .allLinks, #spring #links li a, #spring .textCont h3 a, #spring #footer .copy a,
#spring .adsList a, #spring .pages a, #spring .print, #spring .back, #spring .adsOpen address a, #spring .adPics li a,
#spring .moreFiles, #spring .appList .cal, #spring .appList p a, #spring .bblock a, #spring .logoImg, #spring .fileCat ul li a, #spring .areg a,
#spring .forComs a, #spring .tabs .tR a, #spring #search .sitemap, #spring .liEvent .event a, #spring .orgList h3 a,
#spring .grayTable a, #spring .comOrder a, #spring .forma a, #spring .infoBlock span, #spring .infoBlock a, #spring .docOpen a,
#spring .purContr a, #spring .purList a, #spring .fileList a, #spring .instrList li a, #spring .pollEntry .text h3 a,
#spring .foundRes a, #spring .resList h3 a, #spring .sitemap li h2 a, #spring .tourList h3 a, #spring .tourPhoto a,
#spring .galCatList a, #spring .forList .author, #spring .forQuest a.author, #spring .fcTitle a, #spring h2 a,
#spring .advSearch .scalendar, #spring .openTopic a { color: #65b332; }

#summer #events li a, #summer .eventCal, #summer .allLinks, #summer #links li a, #summer .textCont h3 a, #summer #footer .copy a,
#summer .adsList a, #summer .pages a, #summer .print, #summer .back, #summer .adsOpen address a, #summer .adPics li a,
#summer .moreFiles, #summer .appList .cal, #summer .appList p a, #summer .bblock a, #summer .logoImg, #summer .fileCat ul li a, #summer .areg a,
#summer .forComs a, #summer .tabs .tR a, #summer #search .sitemap, #summer .liEvent .event a, #summer .orgList h3 a,
#summer .grayTable a, #summer .comOrder a, #summer .forma a, #summer .infoBlock span, #summer .infoBlock a, #summer .docOpen a,
#summer .purContr a, #summer .purList a, #summer .fileList a, #summer .instrList li a, #summer .pollEntry .text h3 a,
#summer .foundRes a, #summer .resList h3 a, #summer .sitemap li h2 a, #summer .tourList h3 a, #summer .tourPhoto a,
#summer .galCatList a, #summer .forList .author, #summer .forQuest a.author, #summer .fcTitle a, #summer h2 a,
#summer .advSearch .scalendar, #summer .openTopic a { color: #3a9533; }

#winter #events li a, #winter .eventCal, #winter .allLinks, #winter #links li a, #winter .textCont h3 a, #winter #footer .copy a,
#winter .adsList a, #winter .pages a, #winter .print, #winter .back, #winter .adsOpen address a, #winter .adPics li a,
#winter .moreFiles, #winter .appList .cal, #winter .appList p a, #winter .bblock a, #winter .logoImg, #winter .fileCat ul li a, #winter .areg a,
#winter .forComs a, #winter .tabs .tR a, #winter #search .sitemap, #winter .liEvent .event a, #winter .orgList h3 a,
#winter .grayTable a, #winter .comOrder a, #winter .forma a, #winter .infoBlock span, #winter .infoBlock a, #winter .docOpen a,
#winter .purContr a, #winter .purList a, #winter .fileList a, #winter .instrList li a, #winter .pollEntry .text h3 a,
#winter .foundRes a, #winter .resList h3 a, #winter .sitemap li h2 a, #winter .tourList h3 a, #winter .tourPhoto a,
#winter .galCatList a, #winter .forList .author, #winter .forQuest a.author, #winter .fcTitle a, #winter h2 a,
#winter .advSearch .scalendar, #winter .openTopic a { color: #0081bd; }
