﻿html form body
{
	/* padding:0px 0px 0px 0px;*/
	margin:0px 0px 0px 0px;
}
body
{
	font-size:10pt;
	/* padding:0px 0px 0px 0px;*/
	margin:0px 0px 0px 0px;
	background:#f5f5f5;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

.videotitle
{
	font-size: 12pt;
	font-weight:bold;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #2a2a2a;
}

.videotext
{
	font-size: 10pt;
	font-weight:normal;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color:#656565;
}

.videoinformation
{
	font-size: 10pt;
	font-weight:bold;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #656565;
}

.columnseperator
{
	width:1px;
	background-color:#cbcbcb;
}

/*
	BEGIN TOP BANNER CSS	
*/
#topborder
{
	background-image: url('../images/layout/top_bar.gif');
	background-repeat: repeat-x;
	background-position:bottom left;
}
#topcontainer
{
	float: left;
	vertical-align:top;
}

#banner
{
	background-image: url('../images/layout/bg_TopBannerFill.gif');
	background-repeat: repeat-x;
	background-position:bottom left;
	height:145px;
	padding:0px 0px 0px 0px;
}

#topsearchbackground
{
	background-image: url('../images/layout/bnr_pagetop_background.gif');
	background-repeat: repeat-x;
	background-position:bottom top;
	height:37;
}

#topbarbackground
{
	background-image: url('../images/layout/top_bnr_BarBackground.gif');
	background-repeat: repeat-x;
	background-position:bottom top;
}

/* 
	LINKS
*/
a{ 
	font-size:12px;
	line-height:19px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

a:hover{ text-decoration:none;}
.link{ font-size:12pt; color:#d8d8d8; font-weight:bold;}
.link_1{font-size:10pt; color:#000000; font-weight:bold;}
.link_2{color:#000000; font-weight:bold; line-height:27px;}
.link_3{color:#000000; font-weight:bold;}
.link_4{ font-size:12pt; color:#ffffff; font-weight:bold; text-decoration:none;}
.link_4:hover{ text-decoration:underline;}
.link_5{ font-size:14pt; color:#ffffff; text-decoration:underline;}
.link_5:hover{ text-decoration:none; color:#595959;}


/*
	END LINKS
*/


/*
	BEGIN CONTENT CSS
*/
#container
{
	
}

#bodycontainer
{
	margin: 0 auto;
	width: 990px;
	background-color:Aqua;
	display:block;
}

#column-left
{
	float:left;
	width: 652px;
	display:block;
}

#column-right
{
	float:right;
	display:block;
}

#masthead
{
	background-color:#cfcfcf;
	border-bottom: solid 1px #bebebe;
	border-right: solid 1px #cbcbcb;
	display:block;
	
}

.dmpthumbnail
{
	border: 1px solid #bababa;
}

img.playbutton
{
	padding-left:10px;
	padding-top:-15px;
	margin-top:-15px;
}

img.playbuttonlarge
{
	padding-left:10px;
	padding-top:-23px;
	margin-top:-23px;
}


/*
	BEGIN FOOTER CSS 
*/
#footercontainer
{
	float: left;
	vertical-align:bottom;
	display:block;
}
#footer
{
	background-color: #3e3e3e;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: .8em;
	color: #ececec;
	padding-top:24px;
	padding-left:37px;
	padding-right:37px;
	padding-bottom:22px;
	display:block;
}

#footerseperator
{
	background-color: #323232;
	height:8px;
	width:100%;
}
