﻿/* CONTENT STYLES */
/* These should be copied to the Editor stylesheet */
body 
{
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
body * 
{
	line-height: 1.3em;
}
a:link
{
	color:#657EB6;
}
a:visited 
{
	color:#657EB6;
}
a:hover, a:active 
{
	color:#657EB6;
	text-decoration:underline;
}

.header, h2
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
}
.subHeader, h3
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.content, p, table
{
	font-family:Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
.contentSmall
{
	font-family:Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
}
/* End of what should be copied to Editor stylesheet */
.contentOver
{
	background-color: #FFFF00;
	cursor: pointer;
	line-height:1.5em;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #808080;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
}
form 
{
	margin: 0;
}
img
{
	border: none 0 Transparent;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
.hidden, .screen, .print 
{
	display: none;
}
#SiteTitle, #AccessLinks, #SiteSummary
{
	display: none;
}
h1
{
   margin-top:0;
}
/****** NEWS ITEMS ****/

h2.newsListCategoryTitle {
	margin-bottom:15px;
}
h2.newsListCategoryTitle a
{
	text-decoration:none;
}

ul.newsList {
	list-style-type:none;
	margin:0  0  0 10px;
	padding:0;
}
ul.newsList li
{
	margin-bottom:15px;
}
.newsListHeadline { 
	border-bottom:1px dashed #657EB6 !important;
	margin-bottom:5px;

}
span.newsListDate {
	display:block;
	font-style:italic;
	margin-bottom:5px;

}
ul#NewsDetail {
	list-style-type:none;
	padding:0;
	margin:0 0 15px 0;

}
ul#NewsDetail li
{
	margin:0;
	margin-bottom:5px;
	padding:0;
}
.newsDetailLabel
{
	color:#657EB6;
}
#NewsDetailHeader {
	margin-bottom:15px;
}
ul#NewsCategoryList {
	list-style-type:none;
	margin:0  0  0 10px;
	padding:0;
}
ul#NewsCategoryList li {
	margin-bottom:15px;
	font-size:14px;
}
h3#NewsCategoryHeader {
	margin-bottom:15px;
}

/***DEMOGRAPHIC BOX***/
ul#Demographics {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:10px;
	
}
ul#Demographics li {

	margin-bottom:3px;
	border-bottom:1px solid#ddd;
	padding-bottom:3px;
}
ul#Demographics li.demoLabel {
	text-align:left;
	margin-bottom:0;
	border:none;
	padding:0;
	font-weight:bold;
}

/***Contact Box***/
ul#Contacts {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:10px;
}
ul#Contacts li {
	
	margin-bottom:3px;
	border-bottom:1px solid#ddd;
	padding-bottom:3px;
	
}
ul#Contacts li.contactLabel {
	text-align:left;
	margin:0;
	border:none;
	padding:0;
	font-weight:bold;
}
ul#Contacts li.last, ul#Demographics li.last {
	border:none;
}
.content a, .content a:link, .content a:visited {
	border-bottom: 1px dashed #657EB6;
}
.content a:hover, .content a:active  {
	border-bottom: 1px dashed #C01439;
	color:#C01439; 
	text-decoration:none;
}
.noBorder, .noBorder img {
	border:none !important;
}

.resultTitle {
	font-weight:bold;
	font-size:13px;
}
div.content {display:inline;}
#EventCal .eventTitle a
{
   color:#fff !important;
}