@import url(bpov_header.css);
@import	url(bpov_articles.css);
@import	url(bpov_ads.css);

body {
	margin: 0;
	padding: 0;
}

body, td, th {	
	/*font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;*/
	font-family: Arial,sans-serif;
	font-size: small;
	color: #333;
}

img {
	border: none;
}

a {
	color: #005c85;
}

.Delist, .Delist li, .Delist dd, .Delist dt {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#Canvas {
	width: 790px;
	margin: 0 auto;
	position: relative;
}

#InnerContent {
	width: 560px;
}

#homepage .index #InnerContent,
#account #InnerContent {
	width: 790px;
}


#MainContent {
	padding-bottom: 1em;
}

#MainContent h3 {
	background: #326fac;
	color: #fff;
	/*font: x-small 'Helvetica Neue',Helvetica,Arial,sans-serif;*/
	font: x-small Arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1px;
	margin: 0 0 1em;
}

#VideoProxy, .VideoProxy {
	width: 457px;
	height: 277px;
	background: #dedede;
	margin: 0 0 1em;
}

.HomepageLeft {
	float: left;
	width: 457px;
}

.HomepageRight {
	float: right;
	width: 310px;
}




#SiteFooter {
	background: #326fac;
	color: #fff;
	/*font: x-small 'Helvetica Neue',Helvetica,Arial,sans-serif;*/
	font: x-small Arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1px;
	margin: 0px;
}

#SiteFooter #FooterNavigation, #SiteFooter #Copyright {
	width: 47%;
	margin: 0 1%;
}

#SiteFooter #FooterNavigation {
	float: left;
	margin-left: 0;
}

#SiteFooter #FooterNavigation li {
	float: left;
	padding: 0 0.5em;
}

#SiteFooter #FooterNavigation li + li {
	border-left: 1px solid #367fbc;
}

#SiteFooter #FooterNavigation a {
	color: #fff;
	text-decoration: none;
}

#SiteFooter #Copyright {
	float: right;
	text-align: right;
}

#SiteDev {
	margin: 5px 0 40px;
	text-align: right;
	font-size: 10px;
	
	color: #326fac;
	color: #888;
}

#SiteDev a {
	color: #326fac;
	text-decoration: none;
	border-bottom: 1px dotted #326fac;
}



#homepage .content_page #MainContent h1 {
	font-size: 16px;
	margin: 12px 0 3px;
	color: #005c85;
}

.SearchHeader {
	margin: 0 0 12px;
	color: #005c85;
	font-size: 24px;
	/*font-weight: normal;*/
}

#homepage .content_page #MainContent p {
	margin: 0 0 1.5em;
}


#LoginTable {
	width: 100%;
	border-spacing: 0;
	margin: 20px 0;
}

#LoginTable .Outie {
	width: 50%;
	padding: 1em 30px;
	text-align: left;
}

#LoginTable td.Outie {
	padding: 6px 30px 18px;
}

#LoginTable th.Outie {
	padding: 12px 30px 6px;
	color: #005c85;
	font-size: 18px;
}

.Fieldset, .Fieldset dt, .Fieldset dd {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.Fieldset dt {
	font-weight: bold;
	margin: 1em 0 0;
	font-family: 'Lucida Grande',Verdana,Arial;
	font-size: 12px;
}

.Fieldset .TextField {
	width: 100%;
	font-size: 1.5em;
}

.Fieldset .TextField, .Fieldset .TextArea, .Fieldset textarea, .Fieldset select {
	border: 1px solid #aaa;
}

.Fieldset .TextField.Larger {
	font-size: 2em;
}

.Fieldset .button {
	text-align: center;
	border-top: 1px solid #ccc;
	padding-top: 1em;
	margin: 2em 0 0;
}

.Fieldset .FieldError, .Fieldset .FormError {
	color: #c00;
	font-weight: bold;
	margin: 0.5em 0;
	background: #ffffde;
}

#VideoAsset {
	display:block;
	width:457px;
	height:277px;
	overflow:hidden;
	position: relative;
	
}

#VideoAsset .link {
	display:block;
	width:457px;
	height:277px;
	overflow:hidden;
}

#VideoAsset .info {
	margin: 0;
	font-size: 11px;
	font-family: Verdana,Arial;
	color: #fff;
	background: #005c85;
	
	position: absolute;
	top: 5px;
	
	left: 50%;
	margin-left: -180px;
	
	width: 360px;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #fff;
}



#LatestTable {
	width: 100%;
	/*height: 300px;*/
}

#LatestTable td {
	font-size: 0.9em;
	padding: 0;
	color: #fff;
}

#LatestTable .fillerCell {
	width: 6px;
}

#LatestTable .LatestCell {
	width: 110px;
	background: #fefefe;
	
	background: #717677;
}

#LatestTable .LatestCellHover {
	background: #f60;
	/*font-size: 22px;*/
}

#LatestTable table .summaryCell {
	border-top: 1px solid #fff;
	/*height: 90%;*/
	height: 150px;
	vertical-align: top;
}

#LatestTable table .summaryCell, #LatestTable .latestDatelineCell {
	padding: 5px;
}

#LatestTable table .summaryCell p {
	margin: 2px 0 5px;
}

#LatestTable .latestDatelineCell {
	background: #326fac;
	border: 1px solid #fff;
	border-width: 1px 0;
	text-align: center;
	padding: 2px 5px;
}

#LatestTable .latestCategoryCell {
	/*background: #ff0;*/
	vertical-align: bottom;
}

#LatestTable .summaryCell a.title {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}


#LocalKnowledgeTable {
	width: 100%;
	margin-bottom: 10px;
}

#LocalKnowledgeTable td, #LocalKnowledgeTable th {
	vertical-align: top;
	font-size: 10px;
	line-height: 120%;
	color: #666;
}

#LocalKnowledgeTable td {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

#LocalKnowledgeTable td.image {
	width: 115px;
	padding-right: 5px;
}

#LocalKnowledgeTable .title a {
	font-weight: bold;
	text-decoration: none;
}

#LocalKnowledgeTable .title {
	margin: 0 0 2px;
}

#LocalKnowledgeTable .dateline {
	font-style: italic;
	white-space: nowrap;
}