/* CSS Document */

body {
	background-color: #61BFBF;
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
}

a:link {
	color: #0000EE;
}

a:visited {
	color: #0000EE;
}

a:hover {
	text-decoration: underline;
}

img a:link {
	border: none;
}

.tblsubframetopborder {
	background-color:#20807F;
	height: 10px;
	border: 1px #000000 solid;
}

.tblsubframetopnav {
	color: #000000;
	margin-bottom: 3px;
	margin-right: 5px;
	font-family: "Lucida Sans Unicode";
	font-weight: bold;
}

.tblsubframetopnav a {
    color: #000000;
    text-decoration: none;
}

.tblsubframetopnav a:hover {
    color: #000000;
    text-decoration: underline;
}

.tblsubframenav {
	background-color: #0A5251;
	color:#FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-family: "Lucida Sans Unicode";
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.tblsubframenav a {
    color: #FFFFFF;
    text-decoration: none;
}

.tblsubframenav a:hover {
    text-decoration: underline;
}

.tblsubframecontent {
	color: #0A5251;
	line-height: normal;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-right: 20px;
	padding-left: 20px;
}

.tblsubframefooter {
	font-size: 10px;
	margin-right: 35px;
}

.tblframebottomnav {
	text-align: center;
	font-size: 10px;
	line-height: 10px;
}


.tblframebottomnav a {
    color: black;
}

.event_title {
	background-color: #20807F;
	border: solid 1px #000000;
	color:#FFFFFF;
	font-size:16px;
}

 .event_title a:link, .event_title a:visited {
 	color:#FFFFFF;
 }

.event_body {
	background-color:#DEE7E7;
	overflow: auto;
	padding: 5px;
}

.event_body a:link { color: #0A5251; text-decoration:underline; }
.event_body a:visited { color:#0A5251; text-decoration:underline; }

.event_container{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


.photo_category {
	font-size: 12px;
	padding-top: 5px;
	text-align:center;
}

.photo_category a:link {
	color: #0000EE;
	//color: #0A5251;
	text-decoration: none;
}

.photo_category a:visited{
	color: #0000EE;
	//color: #0A5251;
	text-decoration: none;
}

.photo_category a:hover {
	color: #0000EE;
	//color: #0A5251;
	text-decoration: underline;
}

a:link.current_category{
	font-size: 14px;
	text-decoration: underline;
}

.photo {
	color: #0A5251;
	text-decoration: none;
}

.photo a:link, .photo a:visited {
	color: #0A5251;
	text-decoration: none;
}

.photo a:hover {
	text-decoration: underline;
}

.upper {
	border-bottom: solid 1px #000000;
	background-color: #98B6B6;
	padding: 3px;
}

.bottom {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #98B6B6;
	padding: 3px;
}

.image {
 margin: 5px;
}


/* NEWSLETTER BOX */

#newsletterBox {
	background-image: url('../../images/newsletter/enewsletter-bg.png');
	background-repeat: no-repeat;
	width: 370px;
	height: 57px;
	margin: 20px 0 0 0;
	position: relative;
	float: right;
}

.enewsletterInput {
	background: transparent url('../../images/newsletter/enewsletter-searchbox.png') no-repeat;
	border: none;
	position: relative;
	display: block;
	float:left;
	margin: 25px 0 0 175px;
	padding: 5px 5px 0 5px;
	width: 154px;
	height: 23px;
}
.enewsletterSubmit {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	margin-top: 25px;
	width: 23px;
	height: 22px;
}
.clear { clear: both; }