/*
    Styles of ASP.NET controls
*/

/* VideoList */
.tbl_video
{
    width: 700px;
    height: 535px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #555454;
}
.tbl_video_content
{
	height: 485px;
	width: 700px;
}
.td_video_content
{
	height: 485px; 
	vertical-align: top;
}
.txt_video_content
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #555454;
}
.tbl_video A:link
{
    font-family: Georgia;
    font-size: 12px;
    font-weight: normal;
    color: #009db5;
    text-decoration: underline;
}
.tbl_video: A:hover
{
    font-family: Georgia;
    font-size: 12px;
    font-weight: normal;
    color: #009db5;
    text-decoration: none;
}
.tbl_video A:visited
{
    font-family: Georgia;
    font-size: 12px;
    font-weight: normal;
    color: #009db5;
    text-decoration: underline;
}

/* NewsPart */
.News {
	background-image:url(/_img/newsBG_RightColumn.jpg);
	background-repeat:no-repeat;
	height:287px;
	/*width:231px;*/
	width:194px;
	color:#58595b;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	font-size:10px;
}

.NewsHeader 
{
    height:50px;
    font-size: 20px;
}

.NewsItem {
	color:#58595b;
	font-weight:bold;
	margin:0px 17px 10px 17px;
	padding:0px 0px 3px 0px;
	font-size:10px;
	border-bottom:3px #b5bf00 solid;
}

.NewsItem a{
	margin:0px;
	padding:0px;
	color:#58595b;
	text-decoration:none;
}

.NewsItem a:hover{
	text-decoration:underline;
}

.NewsItemFeature {
    color:#222222;
    font-weight:bold;
	margin:0px 17px 10px 17px;
	padding:0px 0px 7px 0px;
	font-size:11px;
	border-bottom:3px #b5bf00 solid;
}

.NewsItemFeature a {
    margin:0px;
	padding:0px;
	color:#222222;
	font-size:11px;
	text-decoration:none;
}

.NewsItemFeature a:hover {
    text-decoration:underline;
}

.NewsFooter 
{
	text-align:right;
	border-bottom:0px;
    margin:0 17px 0;
}

.NewsFooter a{
	color:#58595b;
	font-weight:bold;
	text-decoration:underline;
}

/* VideoPart */
.Video {
	width:195px;
	height:425px;
	color:#58595B;
}
.VideoHeader 
{
    padding:0px 0px 5px 0px;
    background-image:url(/_img/VideoHeader_RightColumn.jpg);
    background-repeat:no-repeat;
    width:194px;
    height:24px;
}
.VideoItem
{
    width:175px;
    padding:10px;
    background-color:#C4D8F3;
    border-bottom:solid 1px #3A7CDA;
    font-size:12px;
}
.VideoItem a
{
    color:#58595B;
    text-decoration:none;
    font-size:12px;
}
.VideoItem a:hover
{
    color:#58595B;
	text-decoration:underline;
}
.VideoFooter
{
    text-align:right;
	border-bottom:0px;
    margin:7px 5px 0;   
}
.VideoFooter a
{
    color:#58595B;
    font-weight:bold;
	text-decoration:underline;
}
.VideoThumbNail
{
    text-align:center;
    border:solid 5px #3A7CDA;
    margin-bottom:3px;
}
.VideoThumbNailImage
{
    width:185px;
}

/* Search */
.searchlink
{
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
    font-weight: bolder;
    color: #555454;
}
.searchlink A:link
{
	font-size: 12px;
    font-family: Georgia;
    font-weight: bolder;
    color: #009db5;
    text-decoration: underline;
}
.searchlink A:hover
{
	font-size: 12px;
    font-family: Georgia;
    font-weight: bolder;
    color: #009db5;
    text-decoration: none;
}
.searchlink A:visited
{
	font-size: 12px;
    font-family: Georgia;
    font-weight: bolder;
    color: #009db5;
    text-decoration: underline;
}
.search_rank
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #555454;
    text-decoration: none;
}
.searchtxt
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #222222;
    text-decoration: none;
}
.searchtxt A:link
{
    font-family: Georgia;
    font-size: 11px;
    font-weight: normal;
    color: #009db5;
    text-decoration: underline;
}
.searchtxt A:hover
{
    font-family: Georgia;
    font-size: 11px;
    font-weight: normal;
    color: #009db5;
    text-decoration: none;
}
.searchtxt A:visited
{
    font-family: Georgia;
    font-size: 11px;
    font-weight: normal;
    color: #009db5;
    text-decoration: underline;
}

/* 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;
}
.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;
    font-size:12px;
}
.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:#002545;
    
	/*font-weight:bold;
	color:#3a7dda;*/
}

/* Tab Container */
.blue .ajax__tab_header 
{
    font-family:Arial, Helvetica, sans-serif;
    background:url(img/tab-line.png) repeat-x bottom;
    font-size:14px;
    font-weight:bold;
    display:block;
}
.blue .ajax__tab_header .ajax__tab_outer 
{
    background:left top;
    border-color:#2555D5;
    color:#FFFFFF;
    padding-left:3px;
    /*margin-right:3px;*/
    cursor:pointer;
}
.blue .ajax__tab_header .ajax__tab_inner 
{
    background:right top;
    background-color:#002545;
    border-color:#002545;
    color:#FFFFFF;
    padding:5px 10px;
}
.blue .ajax__tab_hover .ajax__tab_inner 
{
    color:#FFFFFF;
}
.blue .ajax__tab_active .ajax__tab_outer 
{
    background:0pt -40px;
    border-bottom-color:#C4D8F3;
}
.blue .ajax__tab_active .ajax__tab_inner 
{
    background:right -40px;
    background-color:#97A8B8;
    color:#ffffff;
    border-color:#97A8B8;
}
.blue .ajax__tab_body 
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:11pt;
    background-color:#97A8B8;
    /*min-height:485px;*/
    overflow:auto;
    padding:15px;
    /*border:solid 1px #C4D8F3;
    border-top-width:0;*/
}

.blue .ajax__tab_body a
{
	/*color:#555454;*/
	color:#FFFFFF !important;
}

/* 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;
}

.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);
}


/* Search Styles*/
.content_type_search_table
{
  background-color: #dedfe0;
	vertical-align: top;
	padding-left: 3px;
	padding-right: 3px;
	height: 100%;
	width: 312px;
}

.content_type_search_header
{
	background-color: #002545;
	color: White;
	padding-left: 5px;
	font-weight: bold;
}

.content_type_search_header_news
{
	background-color: #002545;
	color: White;
	padding-left: 5px;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
}

.content_type_search_type
{
	padding-top: 5px;
	vertical-align: top;
}
.content_type_search_footer
{
	background-color: #E5E5E5;
	padding-left: 5px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #222222;
    text-decoration: none;
}

