@import url(../cp/css/default-controlpanel.css);
@import url(../cp/css/default-calendar.css);
@import url(../cp/css/default-forum.css);
@import url(../cp/css/default-gallery.css);
@import url(../cp/css/default-poll.css);


body {
	background: #D5D5D5;
	color: #333;
	font-size:76%;
	font-family: Arial;
	margin: 0;
	line-height: 1.3;
}

h1,h2,h3,h4,h5,h6,ul,ol,form,p,blockquote {
	margin:0;
	padding:0;
}

a {
	color:#008000;
}
a:hover {
	color:#CC0000;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
.error,
.errors,
.required {
	color:#CC0000;
}
.indent {
	padding: 1em 2.5em;
}

.strong {
	font-weight: bold;
}

.medium {
	font-size: medium;
}

.template {
	width: 980px;
	margin: 15px auto 25px auto;
	background: #FFF url(uploads/71/template_bot.png) no-repeat bottom center;
	padding-bottom: 16px;
}

/*
Header
************************************************
*/
.header {
	width:980px;
	position:relative;
	background: #fff url(uploads/71/header.png) no-repeat top center;
	padding-top:9px;
}

.header .controlbar {
	padding-top: 3px;
	text-align:right;
	font-size:90%;
	padding-right:15px;
}

.header h1 a {
	display:block;
	width: 350px;
	height: 92px;
	background:url(uploads/71/logo.png) no-repeat 8px 0;
}

.header .group {
	background: #fff url(uploads/71/mainmenu.png) no-repeat top center;
	height: 37px;
	padding: 0 25px;
}

.header .group a {
	color: #fff;
	text-decoration: none;
	padding: 12px;
	padding-bottom: 0;
	height: 25px;
	display: block;
	/* background: transparent url(uploads/71/mainmenu_border.png) left no-repeat; */
	border-right: 1px solid #4F8C18;
	border-left: 1px solid #8EC061;
}
.header .group a.highlight {
	text-decoration:underline;
}

.header .group a#cplink1_331342 { /* home link */
	border-left: none;
}
.header .group a#cplink1_359960 {
	border-right: none;
}
a#cplink1_331361 { /* useful links link */
	border-right: none;
}
.user1 a#cplink1_331361 {
	border-right: 1px solid #4F8C18;
}

.header .group a:hover {
	background: #549518 url(uploads/71/mainmenu_hover.png) repeat-x top;
}
.header .group div,
.header .group ul {
	display:inline;
	margin:0;
	padding:0;
	list-style-type:none;
}

.header .group ul li {
	float: left;
	white-space: nowrap;
}

*html .header .group ul li {
	width: 50px;
}

.header #phrases {
	position:relative;
}
.header #phrases .phrase {
	display:none;
	position:absolute;
	left:620px;
	top:-70px;
}
.header #phrases .phrase h2 {
	display:inline;
}
.header #phrases .phrase a {
	color:#FFF;
	text-decoration:none;
	display:block;
	width:200px;
	height:75px;
	font-size:20pt;
	line-height:100%;
}
.header #phrases .phrase a:hover {
	text-decoration:underline;
}
.header #phrases #phrase1 {
	display:block;
}
.header #search {
	width:155px;
	height:24px;
	position:absolute;
	left:798px;
	top:110px;
}
.header #search div {
	display:inline;
}
.header #search label {
	display:none;
}
.header #search .searchkeyword {
	width:105px;
	height:16px;
	border:none;
	padding:4px 6px;
	margin:0;
	background:url(uploads/71/search.gif) no-repeat top left;
	float:left;
}
.header #search .searchbutton {
	width:38px;
	height:24px;
	padding:0;
	margin:0;
	border:none;
	color:#FFF;
	font-size:90%;
	font-weight:bold;
	background:url(uploads/71/search.gif) no-repeat top right;
	float:left;
}
/*
Columns
************************************************
*/

.columns {
	margin: 5px 10px 10px 10px;
}
.sidebar .columns {
	background: #fff url(uploads/71/faux_column.png) repeat-y top left;
}
/*
Left
************************************************
*/

.left {
	float:left;
	width:180px;
	background: #EDF3E7 url(uploads/71/left_top.png) no-repeat top left;
	padding-top: 8px;
}

.left .navigation ul {
	list-style-type: none;
	/* padding-bottom: 9px; */
	margin-top: -6px;
}

.left .navigation ul li {
	border-bottom: 2px solid #fff;
}

.left .navigation ul li a {
	display: block;
	padding: 10px 27px;
	text-decoration: none;
	background: transparent url(uploads/71/left_bullet.png) no-repeat 12px 13px;
}
.left .navigation ul li a.highlight {
	
}
.left .navigation ul li a.highlight,
.left .navigation ul li a:hover {
	text-decoration: underline;
}

/*
Main
************************************************
*/
.main {
	float:left;
	width:790px;
	padding: 0 15px 8px 15px;
}
.sidebar .main {
	width:610px;
}

.menu ul {
	list-style-type:none;
}
.menu ul li {
	display:block;
}
.menu ul li a {
	color:#333333;
	display:block;
	padding:3px 10px 35px;
	text-decoration:none;
}

.main .navigation .breadcrumbs {
	font-size: 140%;
	padding-bottom: 4px;
}

.main .navigation .breadcrumbs span.item {

}

.main .navigation .breadcrumbs span.item a {
	color: #333;
	text-decoration: none;
	padding: 0 6px 0 2px;
}

.main .navigation .breadcrumbs span.item a:hover {
	text-decoration: underline;
}

.main .navigation .breadcrumbs span.item a.highlight {
	font-weight: bold;
}

.main h1 {
	font-size: 260%;
	font-weight: lighter;
	color: #008000;
	border-bottom: 2px solid #008000;
	padding: 8px 40px 0px 0;
	margin-bottom: 16px;
	letter-spacing:-1px;
	background: transparent url(uploads/71/content_h1.png) no-repeat right 16px;
}

/*
Content
************************************************
*/

.content p {
	padding-bottom: 8px;
}

.content h1, .content h2, .content h3, .content h4, .content h5 {
	padding: 4px 0 8px 0;
	font-weight: normal;
}

.content ul {
	padding: 0 10px 10px 10px;
}
.content ul.element li p.description {
	font-style:italic;
}
.content ul {
	list-style-type:none;
}
.content li {
	padding-left:24px;
	background:url(uploads/71/bullet.gif) no-repeat 0 0.3em;
	line-height:200%;
}

.content .item .description p,
.content p.text {
	line-height:175%;
	padding: 5px 0 10px 0;
}
.content h2.heading {
	font-size:170%;
	color: #008000;
	padding: 5px 0 0 0;
	letter-spacing:-1px;
	margin-bottom: 10px;
}
.content h3.heading {
	font-size:145%;
	color: #008000;
	font-weight:normal;
	padding: 10px 0 3px 0;
}

.content .float-left img,
.content .float-right img {
	border:5px solid #E4E4E4;
}
.content .float-right {
	margin-left:10px;
}
.content .float-left {
	margin-right:10px;
}
/*
Right
************************************************
*/

.right {
	float:left;
	width:140px;
}

*html .right {
	float:left;
	width:138px;
}

.right .affiliates {
	border: 1px solid #E0E0E0;
	background: #F4F4F4;
	padding: 8px 6px 8px 7px;
}

.right .affiliates h2 {
	color: #999;
	font-weight: lighter;
	font-size: 86%;
	text-align: center;
	padding-bottom:6px;
}

.right ul {
	list-style-type: none;
	line-height:200%;
}
.right a:hover img {
	border:1px solid #CC0000;
}
.right a img {
	border:1px solid #999;
}

/*
Footer
************************************************
*/

.footer {
	background: transparent url(uploads/71/footer.png) no-repeat center top;
	padding: 12px 25px 2px 16px;
	color: #EEE;
	font-size: 90%;
	height: 23px;
}

.footer a {
	color: #fff;
}

.footer .footnotes {
	text-align: center;
}
.footer br {
	display:none; 
}

/*
	Forms
*/
div.form {
	padding-bottom:15px;
}
form table {
	border:1px solid #CCC;
	width:100%;
	margin:10px 0;
}
.form .submit-buttons {
	text-align:center;
	padding:5px;
}
table tr td.col1 {
	width:25%;
	vertical-align:top;
	padding:5px 8px;
}
table tr td.col2 {
	width:75%;
}
table tr td {
	padding:4px;
	background:#EEE;
}

textarea.large {
	height:200px;
	width:98%;
}
textarea#iddescription {
	height:300px;
	width:98%;
}

/*
	Calendar
*/
.calendar {
	margin-bottom:10px;
}
.calendar .calendarheader td {
	padding:5px;
}
.calendar .calendarmonth td {
	background-color:#EEE;
	padding-bottom:55px;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
.calendar .calendarmonth td.events {
	padding-bottom:2px;
}
.content .calendar .calendarmonth td li a{
	line-height:100%;
}

/*
	Feeds
*/
.feed .item {
	padding:10px 0 10px 0;
	border-bottom:3px solid #E4E4E4;
	margin-bottom:30px;
}
.feed .item .location .label {
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
}
.feed .item .value {
	padding-bottom:5px;
}
.feed .item .date {
	font-weight:bold;
}
.feed .title {
	font-size:175%;
	color: #008000;
	letter-spacing:-1px;
}
.feed .rssbutton {
	float:right;
	padding:3px;
}
.feed .picture {
	float:right;
	margin:0 0 5px 5px;
}
.feed .picture img {
	border:5px solid #EEE;
}
.editbuttons {
	padding:2px 0;
}

.content ul.events {
	list-style-type:none;
	list-style-image:none;
}
.content ul.events li {
	background:none;
	padding-left:5px;
}
.content div.events .item .title {
	font-size:125%;
	letter-spacing:0;
	font-weight:bold;
}


/*
	Questionnaire
*/
hr {
	padding:25px 10px;
	visibility:hidden;
}
.questionnaire {
	margin:0;
	padding:5px;
	border:1px solid #DDD;
	background-color:#F4F4F4;
}
.questionnaire h3.heading {
	margin-top:40px;
	padding:10px;
	background-color:#EBEBEB;
	border:1px solid #DDD;
	font-size:130%;
	font-weight:bold;
}
.questionnaire div.question {
	margin-top:10px;
	border-bottom:1px solid #ddd;
	padding:5px;
}
.questionnaire p.text {
	padding:5px;
}
.questionnaire .progress,
.questionnaire .tools,
.questionnaire .buttons {
	padding:5px;
}
.questionnaire .progress {
	background:url(uploads/71/grad_off.gif) repeat-x center;
	border:5px solid #c3c3c3;
	padding:0;
	margin:10px 0;
}
.questionnaire .progress .bar {
	display:block;
	text-align:right;
	background:url(uploads/71/grad.gif) repeat-x center;
	height:30px;
}
.questionnaire .progress .bar .text {
	display:none;
}
.questionnaire div.label {
	float:left;
	width:38%;
	padding:3px 5px;
}
.questionnaire div.label .information {
	font-size:smaller;
}
.questionnaire .required {
	color:#000;
}
.questionnaire div.options {
	float:left;
	width:60%;
	line-height:150%;
	padding:0;
	text-align:left;
	text-indent:0;
}
.questionnaire .buttons {
	text-align:right;
}

/*
	Contacts List
*/
.contacts .item {
	padding-bottom:15px;
}
.contacts .picture {
	float:right;
	border:3px solid #E4E4E4;
	margin-left:10px;
	margin-top:-30px;
}
.contacts .label {
	font-weight:bold;
}

/*
	Search Results
*/
.searchresults .tabpanel {
	display:none;
	padding:5px;
}
.searchresults .resultscount {
	font-style:italic;
}
.searchresults .tabpanel.selected {
	display:block;
}
.searchresults .document {
	color: #046b3a;
	overflow:hidden;
	clear:both;
}
.searchresults a {
	color:#3366BC;
	font-weight:bold;
}
.searchresults a:hover {
	color:#CC0000;
}
.searchresults .result {
	padding-bottom:15px;
}

/*
	Forum
*/
.forum h2.heading {
	display:none;
}

.response .page {
	margin:10px 25px;
	padding:25px;
	background:#EEE;
	border:1px solid #CCC;
}
.response dl {
	line-height:150%;
	font-size:120%;
}
dt {
	font-weight:bold;
	padding-top:10px;
}

.home .gallery {
	float:right;
	margin-left:10px;
}
.home .gallery img {
	border:5px solid #E4E4E4;
}

.content .pagination {
	list-style-type:none;
	margin:5px 0 12px 0;
	padding:0;
}
.pagination li {
	display:inline;
	background:none;
	padding:0;
	line-height:100%;
	padding-right:5px;
}

table.table {
	width:100%;
}
table.table caption {
	font-style:italic;
}
table.table td {
	background:#F4F4F4;
}
table.table th {
	background:#EEEEEE;
	border-bottom:1px solid #DDD;
}