﻿xbody 
{
	background-color:#3E575E;
	background-image:url(/img/vidplayer/bgStripe.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	overflow:hidden;
}
.videobox 
{
	cursor: pointer;
	margin:5px auto 5px auto;
	height:130px;
	width:135px;
	text-align:left;
}

#gridScroll 
{
	height:513px;
	background-image:url(/img/vidplayer/bgStripeRev.gif);
	background-repeat:repeat-x;
	overflow:auto;
}

#td_ourstories
{
	background-image:url(/img/vidplayer/ourstories_1.jpg);
	background-repeat:no-repeat;
	height:27px;
	width:213px;
	margin-top:6px;
}
#td_ourstories .dropdownlist 
{


	background-color:#46626A;
	border:solid 1px #46626A;
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
}
.gridImage 
{
	max-height:76px;
	height:expression(((this.height>76)&&(this.height>=this.width)) ?76:true);
	max-width:76px;
	width:expression((this.width>76)&&(this.width >= this.height) ?76:true);
}
.gridHeader 
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.gridText
{
	font-family:Arial;
	font-size:11px;
	color:#C3DFEC;
}

.gridText A,.gridText A:link, .gridText A:visited,.gridText A:hover
{
	text-decoration:none;
	font-family:Arial;
	font-size:11px;
	color:#C3DFEC;
}
.gridTextWhite
{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
}.gridTextWhite A,.gridTextWhite A:link, .gridTextWhite A:visited,.gridTextWhite A:hover
{
	text-decoration:underline;
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
}