@CHARSET "UTF-8";
/* PLUGINS
-------------------------------------------------------*/
/* TABS---------------------------------------*/
ul#tabs {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none;
	background: #efefef url(../assets/bg_ul_tabs.gif) left bottom repeat-x;
	height: 27px;
}
ul#tabs li {
	width: 130px;
	float: left;
	margin-left: 10px;
}

ul#tabs li a {
	display:block;
	padding:3px 5px;
	text-decoration: none;
	color: #003366;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-right:1px;
}

ul#tabs li a.selected {
	background-color: #fff;
	border:solid #E2E8E9;
	border-width: 1px 1px 0px 1px;
	color: #cc0000;
}
ul#tabs li a:hover {
	color: #cc0000;
}

/* Pannels
-------------------------------*/

div#pannels {
	clear: both;
	margin-top: 10px;
}
div#pannels .pannel{
	border:none;
	
	}
div#pannels .pannel  {
	margin-bottom: 10px;
}

div#pannels .pannel h4 {
	font-weight: bold;
	color: #cc0000;
	font-size: 15px;
	margin-bottom: 5px;
}
div#pannels .pannel h4 img {
	vertical-align: text-top;
}

/* TABLES
----------------------------------*/
.table {
	border-collapse: collapse;
	border: solid #fff; 
	background-color: #F7F9FA;
	}
.table th {
	background: url(../assets/bg_table_header.gif) 0 0 repeat-x;
	}

/* POLLS
-------------------------------*/
.pollq {
	font-weight: bold;
	font-size: 13px;
}

.validation-failed {
	border-color:#cc0000;
}
.validation-advice {
	display:inline;
	position:absolute;
	padding: 2px 5px;
	margin-left:10px;
	border:1px solid #ccc;
	background-color:#cc0000;
	color:#fff;
	font-weight:bold;
}
/* Tree Navigation
--------------------------------------------- */
#nav {
	padding: 0;
}


#nav  li {
	margin: 0 0 1px;
	background-color: #DDE6E6;
}

#nav  li.level {
	font-weight: bold;
	padding: 0;
}

#nav  li a {
	color: #333333;
	text-decoration: none;
	padding: 2px 0 2px 15px;
	display: block;
	outline: none;
	background: url(../assets/tree-first-li.gif) 3px 6px no-repeat;
}

* html  #nav ul li a {
	display: inline-block;
}

#nav  li a:hover {
	color: #000000;
}

#nav  li.level a.selected {
	font-weight: bold;
	background: #C7D6D6 url(../assets/tree-first-li-selected.gif) 3px 6px no-repeat;
}

#nav  li.level li a {
	color: #003366;
	}

#nav  li.level li a.selected {
	font-weight: bold;
	background: #E8EEEE none;
}



#nav  li.level ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	border: none;
	background: none;
	line-height: 14px;
}

#nav li.level ul li {
	font-weight: normal;
	padding: 0;
	margin: 0;
	border: solid #E8EEEE;
	border-width: 0 0 1px 0;
}

#nav li.level ul li a.selected {}

#nav li.level ul li a {
	display: block;
	padding-left: 30px;
		background: none;
} * html #nav li.level ul li a  { 	margin-left: -20px; }


#nav li.level ul li a:hover {
	background-color: #003366;
	color:#ffffff;
}

#nav li.level ul.open {
	display: block;
}

#nav li.level ul.close {
	display: none;
	visibility: 
}


/* Photo Gallery
----------------------------------------------------------------*/
#article-gallery {
	clear: both;
	width: 650px;
	margin: 10px auto 0;
	border: 2px solid #efefef;
	}
	
#article-gallery h3 {
	margin: 5px;
	text-align: center;
	color: #000;
}

#article-gallery #gallery {
	display: none;
	}

#gallery {
		width: 480px;
	}

#gallery ul {
	list-style-type: none;
	margin: 0; padding: 0;
	}

#btn_previous {
	width: 80px;
	float: left;
}

#btn_next {
	width: 80px;
	float: left;
}

#btn_previous * , #btn_next * {
	outline: none;
	}

#article-gallery #btn_previous, #article-gallery #btn_next {
	padding-top: 50px;
	width: 70px;
	}

#photo-container {

	float: left;
	padding: 10px 0;
	/*background: url(../assets/loading.gif) center no-repeat;*/

	}

#article-gallery 	#photo-container  {
	width: 490px;
	height: 325px;
	}

#gallery a.selectedPhoto {
	border: 2px solid #cc0000;
}
