﻿/*
    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;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #35628c;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
    padding: 5px;
    margin-top: 1px;
    cursor: pointer;
}
.accordionHeader a:link
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}
.accordionHeader a:hover
{
	background: none;
	text-decoration: none;
}
.accordionHeader a:visited
{
	background: none;
	text-decoration: none;
}
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #4579aa;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
    padding: 5px;
    margin-top: 2px;
    cursor: pointer;
	text-decoration: none;
}
.accordionHeaderSelected a:link
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}
.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: none;
}
.accordionHeaderSelected a:visited
{
	background: none;
	text-decoration: none;
}
.accordionContent
{
    background-color: #f3f3f3;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* Attachment */
.Attachment {
    display:block;
    overflow:auto;
    background-color:#FFFFFF;
    color:#58595B;
}

.Alternating {
    background-color:#CCCCCC;
}

.Attachment .Thumbnail {
    float:left;
    padding:10px;
}

.Attachment .Thumbnail img {
    width:80px;
}

.Attachment .InfoName {
    float:left;
    width:75px;
    padding:10px;
    text-align:left;
}

.Attachment .InfoValue {
    float:left;
    width:265px;
    padding:10px;
    text-align:left;
}

/* Media Center */
#MediaCenter {
    
}

.MediaMember {
    float:left;
    width:220px;
    height:268px;
    background-image:url(/_img/MemberOfTheMedia.jpg);
    background-repeat:no-repeat;
}

.StockLibrary {
    background-image:url(/_img/StockLibraryPart.jpg);
}

