/* Custom layout correction */
.nine.columns {
	width: 560px;
}
.seven.columns {
	width: 380px;
}
.six.columns {
	width: 340px;
}
.five.columns {
	width: 300px;
}
.three.columns {
	width: 200px;
}
.container .row:last-child {
	margin-bottom: 0;
}
/* Sticky Footer */
html, 
body {
	height: 100%;
}
.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px;
}
.footer, 
.push {
	height: 130px;
}

/* Accessibility */
.accessibility {
	padding: 5px 10px;
	background-color: #000;
	color: #fff;
	display: none;
}
.accessibility a {
	color: #fff;
}

/* Header */
.header {
	background: url(../pics/header.png) no-repeat center -15px;
	height: 85px;
}
.header_container {
	background: #008acb url(../pics/header.png) no-repeat center bottom;
	position: relative; 
	height: 85px;
}
.header .logo {
	padding: 2px 15px;
	width: 284px;
	height: 85px;
	overflow: hidden;
}
.header h2,
.header h3 {
	margin:0;
	padding: 0;
	color: #fff;
	font-size: 120%;
	line-height: 100%;
	text-indent: -999em;
}
.header a,
.header strong {
	color: #fff;
	text-decoration: none;
}
.topnav {
	position: absolute;
	right: 0;
	top: 0;
	float: right;
}
.topnav a {
	font-size: 90%;
	display: block;
	float: left;
	padding: 7px 20px;
	margin: 0;
	line-height: 100%;
	border-right: 1px solid #00b6e8;
}
.topnav a:hover {
	background-color: #0d6694;
}
.topnav a.lang {
	border-right: 0;
}
.navigation {
	background-color: #008acb;
	clear: both;
	height: 46px;
	padding: 0;
	color: #fff;
}
.navigation a {
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	display: block;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
}
.navigation a:first-child {
	margin-left: 15px;
}
.navigation a:hover {
	background-color: #0d6694;
}
.topsearch {
	color: #81c3e5;
	position: absolute;
	right: 10px;
	top:40px;
}
.topsearch input {
	border: 1px solid #00659b;
	border-width: 0 1px 1px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px;
	margin-left: 15px;
	width: 220px;
}
.topsearch button {
	border:0;
	background: transparent url(../pics/search.png) no-repeat center center;
	padding: 0;
	margin: 0;
	height: 30px;
	width: 30px;
	cursor: pointer;
	text-indent: -999em;
	color: #fff;
}

/* Footer */
.footer {
	background: url(../pics/footer.png) no-repeat center top;
	font-size: 86%;
	line-height: 130%;
}
.footer .right {
	margin: 0 15px;
	text-align: right;
}
.footer td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.footer_container {
	background: #959595 url(../pics/footer.png) no-repeat center -200px;
	clear: both;
	height: 100px;
	position: relative;
	padding: 30px 0 0 0;
	color: #fff;
}
.footer a {
	color: #fff;
	font-weight: bold;
}
.footer .dbg {
	display: block;
	margin-top: 5px;
	color: #ddd;
}
.footer .dbg a {
	color: #ddd;
}
/* Article header */
.article_header {
	border-bottom: 3px solid #009ad9;
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
}
.path {
	background-color: #eee;
	font-size: 85%;
	color: #666;
	padding: 3px 10px;
	margin: 0 0 2em 0;
}
.path a {
	color: #0089ca;
}
h1.title {
	color: #009AD9;
	font-size: 1.3em;
	margin: 0;
}
h2.subtitle {
	color: #66b8df;
	font-size: 1.5em;
	margin: 0;
}
.date {
	float: right;
	clear: right;
	padding: 6px 0 0 0;
}
.toolbar {
	float: right;
}
.toolbar a {
	display: block;
	float: left;
	height: 22px;
	margin: 0 0 0 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	
	border: 1px solid #d7d7d7;
	background: #d8d8d8; /* Old browsers */
	background: -moz-linear-gradient(top, rgb(231,231,231) 0%, rgb(210,210,210) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(231,231,231)), color-stop(100%,rgb(210,210,210))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(231,231,231) 0%,rgb(210,210,210) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(231,231,231) 0%,rgb(210,210,210) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgb(231,231,231) 0%,rgb(210,210,210) 100%); /* IE10+ */
	background: linear-gradient(top, rgb(231,231,231) 0%,rgb(210,210,210) 100%); /* W3C */
}
ul {
	list-style-type: disc;
}
.toolbar a:hover {
	border-color: #0b5b96;
	background: #3687c8;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, rgb(89,172,224) 0%, rgba(22,120,189) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(89,172,224)), color-stop(100%,rgba(22,120,189,1.0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(89,172,224) 0%,rgb(22,120,189) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(89,172,224) 0%,rgb(22,120,189) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgb(89,172,224) 0%,rgb(22,120,189) 100%); /* IE10+ */
	background: linear-gradient(top, rgb(89,172,224) 0%,rgb(22,120,189) 100%); /* W3C */
}

.toolbar a span {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	height: 14px;
	line-height: 14px;
	padding: 3px;
	font-size: 11px;
	border: 1px solid #f4f4f4;
	border-color: #f4f4f4 #dedede #dedede #f4f4f4;
	background: url(../pics/toolbar.png) no-repeat 0 0;
}
.toolbar a:hover span {
	border-color: #a9cfeb #6994ce #6994ce #a9cfeb;
}
.toolbar .font span,
.toolbar .print span {
	text-indent: -999em;
}
.toolbar .font span {
	width: 24px;
	background-position: 2px -2px;
}
.toolbar .font_active span,
.toolbar .font:hover span {
	background-position: 2px -29px;
}
.toolbar .print span {
	width: 20px;
	background-position: -30px -2px;
}
.toolbar .print:hover span {
	background-position: -30px -29px;
}
.toolbar .contrast span {
	background-position: -60px -2px;
	padding-left: 24px;
}
.toolbar .contrast:hover span {
	background-position: -60px -29px;
	color: #fff;
}

.txtResize {
	font-size: 125%;
}
/* Article footer */
.article_footer {
	border-top: 3px solid #009ad9;
	padding-top: 0.4em;
	height: 2em;
	margin-top: 1em;
}
.article_footer a {
	float: left;
}
.article_footer small {
	float: right;
	font-size: 90%;
	color: #666;
}

/* Boxes */
.box {
	margin-bottom: 20px;
	clear: both;
}
.box_title {
	font-size: 1.6em;
	color: #333;
	border-bottom: 3px solid #777;
	padding-bottom: 0.2em;
}
.button,
button {
	border: 0;
	background-color: #009ad9;
	color: #fff;
	font-size: 0.9em;
	padding: 0.6em 1.4em;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.box .button:hover,
.box .altbutton:hover,
a.button:hover  {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
a.button {
	display: inline-block;
	color: #fff;
}
.altbutton {
	background-color: #00bae2;
	color: #fff;
}

.files a 				{ color: #889900;}
.links a 				{ color: #f19400;}
.news a  					{ color: #009ad9;}
.adds a					{ color: #009ad9;}
.gallery a 				{ color: #57b746;}
.subnavigation a 		{ color: #879b04;}
.eservices a 			{ color: #e45c27;}
.poll a 					{ color: #57b746;}
.news a 					{ color: #0089ca;}
.search a 				{ color: #d93e18;}
.fastsearch a 			{ color: #9b852f;}
.en .about a 				{ color: #83d060;}

.files a.button 			{ color:#fff; background-color: #889900;}
.links a.button 			{ color:#fff; background-color: #f19400;}
.news a.button 			{ color:#fff; background-color: #009ad9;}
.ads a.button 			{ color:#fff; background-color: #009ad9;}
.gallery a.button 		{ color:#fff; background-color: #57b746;}
.subnavigation a.button 	{ color:#fff; background-color: #879b04;}
.eservices a.button 		{ color:#fff; background-color: #e45c27;}
.poll a.button 			{ color:#fff; background-color: #57b746;}
.poll a.button2 			{ color:#fff; background-color: #b7cc30;}		
.news a.button 			{ color:#fff; background-color: #0089ca;}
.news a.altbutton 		{ color:#fff; background-color: #00bae2;}
.search a.button 		{ color: #fff; background-color: #d93e18;}
.fastsearch a.button 	{ color: #fff; background-color: #9b852f;}
.en .about a.button 		{ color: #fff; background-color: #83d060;}

.files .box_title 		{ border-color: #889900;}
.links .box_title 		{ border-color: #f19400}
.news .box_title 		{ border-color: #009ad9;}
.ads .box_title 			{ border-color: #009ad9;}
.gallery .box_title 		{ border-color: #57b746;}
.subnavigation .box_title { border-color: #879b04;}
.eservices .box_title 	{ border-color: #e45c27;}
.poll .box_title 		{ border-color: #57b746;}
.news .box_title 		{ border-color: #0089ca;}
.search .box_title 		{ border-color: #d93e18;}
.fastsearch .box_title 	{ border-color: #9b852f;}
.en .about .box_title 	{ border-color: #83d060;}
.en .indexlinks .box_title {border-color: #00ae66;}


/* Fast search */
.fastsearch .button {
	margin: 0 !important;
}

/* Files */
.files {
	margin-top: 20px;
}
.five .files {
	margin-top: 0;
}
.files .box_title {
	font-size: 1.3em;
	border-bottom-width: 1px;
}
.five .box_title {
	font-size: 1.6em;
	border-bottom-width: 3px;
}
/*
.eleven .files a {
	color: #0089ca;
}
.eleven .news .button { 
	color:#fff; 
	background-color: #009ad9;
}*/


/* About */
.about .box_title {
	margin-bottom: 10px;
}
.about p{
	font-size: 90%;
}

/* Subnavigation */
.subnavigation small {
	color: #666;
	font-size: 85%;
}

/* Addthis */
.addthis_toolbox {
	float: right;
	margin-left: 1em;
	width: 150px;
}

/* Page list */
.pagelist {
	margin-top: 20px;
}
.pagelist .linklist  {
	border: 0;
}
.pagelist .box_title {
	font-size: 1.5em;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #ccc;
}
.pagelist .linklist li a {
	padding: 8px 15px 8px 0;
}
.pagelist span {
	padding: 8px 15px 8px 0;
	display: block;
}
.pagelist .linklist li:first-child a,
.pagelist .nolist li:first-child {
	border: 0;
}
.pagelist li,
.pagelist p {
	line-height: 125%;
}
.pagelist .nolist small {
	font-size: 85%;
	color: #666;
}
.pagelist .nolist li {
	display: block;
	padding: 10px 15px 10px 0;
	border-top: 1px solid #eeeeee;
}
.pagelist .nolist a {
	font-weight: bold;
}
.highlight {
	background-color: #ffc;
	font-weight: bold;
}

/* Calendar */
.calendar a {
	font-weight: bold;
}
.calendar .linklist .current {
	border: 0;
}
.calendar .linklist .current a {
	color:#fff; 
	background-color: #879b04;
	text-decoration: none;
	background-image: none;
	text-indent: 10px;
}

/* Tabs */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 28px; /*--Set height of tabs--*/
	width: 100%;
	border-bottom: 3px solid #ccc;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 28px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 28px; /*--Vertically aligns the text within the tab--*/
	border-left: none;
	margin-bottom: -3px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 16px;
	outline: none;
}
ul.tabs li a:hover {
	background: #f3f3f3;
}
html ul.tabs li.current, 
html ul.tabs li.current a:hover  { 
	background: #ccc;
}
.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	border-bottom: 0;
}
.tab_container .linklist {
	border-bottom: 0;
}
.tab_container .linklist li:first-child a {
	border-top: 0;
}

/* News */
.six .news {
	margin-bottom: 0;
}
.news ul.tabs {
	border-bottom-color: #009ad9;
}
.news ul.tabs li.current a,
.news ul.tabs li.current a:hover{
	background-color: #009ad9;
	color: #fff;
	border-bottom: 0;
}
.news .linklist a {
	border-bottom: 0;

	line-height: 120%;
	margin: 0;
}
.news .linklist a:hover {
	background-color: #f3f3f3;
}
.news .linklist li:last-child  a {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.news  .box {
	margin-bottom: 0;
}
.news .nolist a {
	font-weight: bold;
}

/* Events */
.events .nolist a {
	font-weight: bold;
}

/* Ads */
.ads a {
	font-weight: bold;
}

/* Slideshow */
.slideshow {
	width: 560px;
	height: 420px;
	overflow: hidden;
}
.slide {
	position: relative;
}
.caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(../pics/caption.png) no-repeat -2px -2px;
	padding: 10px 20px;
	color: #fff;
}
.caption h3 {
	font-size: 18px;
	padding: 0;
}
.slideshow h3 a {
	color: #fff;
}
.caption p {
	padding: 0;
	margin: 0;
}
.ss_container {
	position: relative;
	overflow: hidden;
	width: 560px;
	height: 420px;
}
.ss_prev,
.ss_next  {
	position: absolute;
	top: 150px;
	width: 72px;
	z-index: 1000;
	height: 72px;
	text-indent: -999em;
	overflow: hidden;
	display: block;
	cursor: pointer;
	background: url(../pics/slideshow.png) no-repeat 0 0;
	background-color: rgba(0,0,0,.6);
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	border-radius: 31px;
	display: none;
}

.ss_prev {
	left: 0;
	margin-left: -31px;
	background-position: 42px -76px;
}
.ss_next {
	right: 0;
	margin-right: -31px;
	background-position: -82px -76px;
}

/* Infobar */
.infobar {
	background: #d4d4d4;
	height: 32px;
	position: relative;
}
.infobar_date {
	float: left;
	width: 50%;
	line-height: 32px;
	text-indent: 10px;
}

.wheater {
	display: block;
	width: 64px;
	height: 64px;
	text-indent: -999em;
	float: left;
}
.sunny {
	background: url(../pics/w/01.png) no-repeat 0 0;
}
.videolink {
	width: 40%;
	float: right;
	display: block;
	text-align: right;
	line-height: 32px;
	margin-right: 10px;
	font-size: 0.9em;
}
.weatherItem {
	width: 115px;
	height: 64px;
	font-size: 18px;
	font-weight: bold;
	display:block;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	margin-top: -10px;
}
.weatherTemp {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	text-shadow: #fff 1px 1px 1px;
	display: block;
	margin: 20px 0 0 75px;
}

/* Important links */
.important {
	margin-bottom: 10px;
}
.important a {
	display: block;
	display: table-cell;
	vertical-align:center;
	width: 185px;
	float: left;
	height: 65px;
	background-color: #eaeaea;
	overflow: hidden;
	color: #8f9e10;
	font-weight: bold;
	font-size: 10.8px;
	margin: 0 0 10px 0;
}
.important a.even,
.important a:nth-child(odd) {
	margin-right: 10px;
}
.important a:hover {
	text-decoration: none;
	background-color: #e3e3e3;
}
.important a span {
	margin: 5px 5px;
	display: block;
}
.important img {
	float: left;
	margin-right: 10px;
}	

/* Poll */
.three .poll {
	margin-bottom: 0;
}
.poll h2 {
	font-size: 15px;
	padding: 5px 0 15px 0;
	margin-bottom: 10px;
	line-height: 130%;
	border-bottom: 1px solid #ccc;
}
.poll .nolist small {
	color: #666;
	font-size: 85%;
}
.poll_result {
	height: 12px;
	background-color:#f3f3f3;
}
.poll_result span {
	display: block;
	background-color: #555;
	height: 12px;
}

/* Polllist */
.polllist span {
	white-space: nowrap;
}
.polllist span.left {
	display: block;
	width: 120px;
}
.polllist span.right {
	display: block;
	width: 120px;
	text-align: right;
}	
.polllist a {
	float: left;
	width: 700px;
}
.polllist li {
	clear: both;
}


/* Filelist */
.filelist,
.filelist li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.filelist{
	margin-bottom: 10px;
}
.filelist li {
	display: block;
	padding: 5px 15px 5px 0;
	margin: 0 5px 0 0;
	border-bottom: 1px solid #eeeeee;
	background: url(../pics/arrow.gif) no-repeat right center;
	line-height: 125%;
}
.filelist li:last-child  {
	border-bottom-color: #ccc;
}
.filelist a {
	font-weight: bold;
}
.filelist small {
	display: block;
	color: #666;
	font-size: 85%;
}

/* Nolist */
.nolist,
.nolist li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nolist {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.nolist li {
	display: block;
	padding: 5px 15px 5px 0;
	border-top: 1px solid #eeeeee;
}

/* Link list */
.linklist,
.linklist li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.linklist {
	margin-bottom: 10px;
}
.linklist a {
	display: block;
	padding: 5px 15px 5px 0;
	border-top: 1px solid #eeeeee;
	background: url(../pics/arrow.gif) no-repeat right center;
}
.linklist li:last-child a {
	border-bottom-color: #ccc;
}

/* Index links */
.bg .indexlinks {
	background-color: #eaeaea;
	border: 1px solid #c8c8c8;
	border-top-width: 3px;
	padding: 5px 5px 5px 5px;
}
.bg .indexlinks .box_title {
	font-size: 0.85em;
	color: #555;
	font-weight: bold;
	border: 0;
}
.indexlinks .button {
	color: #0089CA;
	background: #e3e3e3; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1.0) 0%, rgba(220,220,220,1.0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1.0)), color-stop(100%,rgba(220,220,220,1.0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1.0) 0%,rgba(220,220,220,1.0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1.0) 0%,rgba(220,220,220,1.0) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1.0) 0%,rgba(220,220,220,1.0) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1.0) 0%,rgba(220,220,220,1.0) 100%); /* W3C */
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 4px 10px;
	margin: 5px 0 0 0;
	display: inline-block;
	font-size: 0.85em;
	text-decoration: none;
	cursor: pointer;
	line-height: 21px;
	font-weight: normal;
}
.indexlinks .button:hover {
	color: #009AD9;
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1.0) 0%, rgba(220,220,220,1.0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(255,255,255,1.0)), color-stop(100%,rgba(220,220,220,1.0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1.0) 0%,rgba(220,220,220,1.0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom, rgba(255,255,255,1.0) 0%,rgba(220,220,220,1.0) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(bottom, rgba(255,255,255,1.0) 0%,rgba(220,220,220,1.0) 100%); /* IE10+ */
	background: linear-gradient(bottom, rgba(255,255,255,1.0) 0%,rgba(220,220,220,1.0) 100%); /* W3C */
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa; 
}
.indexlinks .button:active {
	color: #7f58bd;
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(bottom, rgba(220,220,220,1.0) 0%, rgba(255,255,255,1.0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(220,220,220,1.0)), color-stop(100%,rgba(255,255,255,1.0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom, rgba(220,220,220,1.0) 0%,rgba(255,255,255,1.0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom, rgba(220,220,220,1.0) 0%,rgba(255,255,255,1.0) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(bottom, rgba(220,220,220,1.0) 0%,rgba(255,255,255,1.0) 100%); /* IE10+ */
	background: linear-gradient(bottom, rgba(220,220,220,1.0) 0%,rgba(255,255,255,1.0) 100%); /* W3C */
	border: 1px solid #888;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa; 
}
.en .indexlinks .button,
.en .indexlinks .button:hover, 
.en .indexlinks .button:active {
	color: #00ae66;
}

/*Accordion */
.accordion  {
	margin-bottom:20px;
}
.seven .accordion {
	margin-bottom: 0;
}
.acc_content {
	background-color: #fff;
}
.index .acc_content {
	max-height: 240px;
	overflow: auto;
}
* html .index .acc_content { 
   height: expression( this.scrollHeight > 259 ? "260px" : "auto" ); /* sets max-height for IE */
}
.acc_content .linklist {
	border-bottom: 0;
}
.acc_title {
	cursor:pointer;
	display:block;
	padding: 0 5px;
	line-height: 24px;
	height: 24px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.85em;
	color: #fff;
	border-bottom: 1px solid #ccc;
	background: #b2b2b2 url(../pics/accordion.png) no-repeat right 0;
}
.acc_title:hover {
	background-color: #bbb;
	background-position: right -24px;
	color: #fff;
}
.acc_title.selected {
	color: #fff;
	background-position: right -48px;
}
.acc_title.selected:hover {
	background-position: right -72px;
}
.acc_content a {
	color: #890;
}
.acc_content .linklist li:last-child a {
	border-bottom: 0;
}
@media print {
	.accordion div {
		display: block!important;
		height: auto!important
	}
}
.accordion .linklist a {
	margin: 0 5px 0 0;
}

/* Albums */
.album {
	width: 30%;
	float: left;
	margin: 20px 1.5%;
}
.album h3 {
	font-size: 1.4em;
	padding: 0;
	margin: 10px 0 0 0;
}
.album p {
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}
.album a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}

/* Pager */
.pager a,
.pager span {
	border: 0;
	background-color: #009ad9;
	color: #fff;
	font-size: 1.2em;
	line-height: 120%;
	display: block;
	float: left;
	padding: 0.2em 0.5em;
	margin: 0 0.2em 0.2em 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.pager span {
	background-color: #c00;
}
.pager a:hover  {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.pager a.current {
	background-color: #333;
	color: #fff;
}
.prev {
	margin-right: 1em;
}
.next {
	margin-left: 1em;
}

/* Page results */
.results .nolist small {
	color: green;
}

/* Sitemap */
.sitemap {
	margin: 15px 0 0 ;
}
.sitemap h3 {
	border-bottom: 1px solid #ccc;
	font-size: 1.4em;
	margin-bottom: 0;
}
.sitemap .linklist {
	border-bottom: 0;
}
.sitemap .linklist li:first-child a {
	border-top: 0;
}
.sitemap .linklist .linklist {
	margin-left: 1.5em;
}

/* Gallery */
.gallery img {
	margin-bottom: 5px;
}
.gallery_list a {
	text-decoration: none;
}
.gallery_list a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}