﻿/*
    Styles of ASP.NET controls
*/

/* NewsPart */
.News {
	width:195px;
	text-align:left;
	overflow:hidden;
	margin-left:2px;
}

.NewsHeader {
	width:175px;
	height:auto;
	padding:9px 0px 8px 15px;
	background:url(../_img/SubPageNav_header.jpg) no-repeat;
	background-color:#AD9F85;
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
}

.NewsItem {
	width:165px;
	overflow:hidden;
	background:url(../_img/SubPageNav_body.jpg);
	display:block;
	padding:3px 10px 5px 15px;
	color:#65553f;
	font-size:11px;
	text-decoration:none;
}

.NewsItem a{
	color:#65553f;
	font-size:11px;
	text-decoration:none;
}

.NewsItem a:hover {
	text-decoration:underline;
}

.NewsItemFeature {
	width:165px;
	overflow:hidden;
	background:url(../_img/SubPageNav_body.jpg);
	display:block;
	padding:3px 10px 5px 15px;
	color:#65553f;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.NewsItemFeature a{
	color:#65553f;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.NewsItemFeature a:hover {
    text-decoration:underline;
}

.NewsFooter {
	width:165px;
	height:24px;
	background:url(../_img/News_footer.jpg) no-repeat;
	display:block;
	padding:8px 10px 5px 15px;
	text-align:right;
}

.NewsFooter a {
	color:#65553f;
	font-size:11px;
	text-decoration:none;
}

.NewsFooter a:hover {
    text-decoration:underline;
}

/* VideoPart */
#VideoPlayer {
	border:1px solid #4d6e74;
}

#VideoLibrary {
	border:1px solid #4d6e74;
	height:74px;
	/*width:195px;*/
	margin:3px 0px 0px 0px;
}

.ViewAllVideo {
	width:195px;
	height:17px;
	padding:5px 10px 3px 0px;
	background:#4d6e74;
	text-align:right;
}

.ViewAllVideo a{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

.VideoItem {
	width:195px;
	height:37px;
	background-image:url('../_img/video_background.jpg')
}

.VideoItem .VideoItemThumbnail {
	padding:4px 17px 4px 3px;
	float:left;
}

.VideoItem .VideoItemText {
    padding: 5px 5px 5px 0;
}

.VideoItem .VideoItemText a {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#535152;
	text-decoration:none;
}

/* Related Links */
#RelatedLinksTop {
	background-image:url(/_img/relatedLinks_Top.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:15px;
	height:21px;
	width:178px;
	margin:3px 0px 10px 0px;
	padding:3px 0px 0px 15px;
}
.RelatedLinksContent {
	width:195px;
	margin-left:2px;
}
.RelatedLinksContent ul{
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
}
.RelatedLinksContent ul li{
	margin:0px;
	padding:0px 0px 15px 0px;
	list-style:none;
}
.RelatedLinksCNT {
	border-left:1px #666666 solid;
}
.RelatedLinksContent a{
	text-decoration:none;
	color:#6d6e71;
}
.RelatedLinksContent a:hover{
	text-decoration:underline;
}
.RelatedLinksTitle{
    background-image:url(/_img/relatedLinks_Top.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:15px;
	min-height:21px;
	width:183px;
	margin:3px 0px 0px 0px;
	padding:7px 0px 3px 10px;
    background-color:#6D6E72;
}
.RelatedLinksContent .Footer {
    margin-bottom:5px;
}

/* Board Meeting */
.tbl_boardmtg
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #525252;
    text-decoration: none;
    font-weight: normal;
    height: 505px;
    width: 504px;
    vertical-align: top;
    background: white;
}
.tbl_boardmtg_content
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #525252;
    text-decoration: none;
    font-weight: normal;
    vertical-align: top;
    background: white;
    width: 100%;
    margin-left: 10px;
    padding-left: 10px;
}
.tbl_boardmtg_content A:link
{
    font-size: 10px;
    color: #525252;
    text-decoration: none;
    font-weight: normal;
}
.tbl_boardmtg_content A:hover
{
    font-size: 10px;
    color: #525252;
    text-decoration: underline;
}
.tbl_boardmtg_content A:visited
{
    font-size: 10px;
    color: #525252;
    text-decoration: none;
}
.tbl_boardmtg_td_header
{
	 height: 25px;
	 background-color: #b0a691;
}
.tbl_boardmtg_td_header h3
{
	font-size: 18px;
	color: #525252;
    text-decoration: none;
}
