BODY {
	position: relative;
	background-color: #e8f4fb;
	width: 960px;
	margin: 0px auto 15px auto;
	padding: 0px;
}

#NavTop {
	background: #e8f4fb url(/img/cover/bg_navtop.gif) top left no-repeat;
}

/* Column Definitions for Blog Home Page */

#SideColumn {
	width: 160px;
	float: left;
}

.ColumnTop {
	height:10px;
	background: #e8f4fb url(/img/global/bg_160_top.gif) top left no-repeat;
}

.ColumnBot {
	height:10px;
	background: #e8f4fb url(/img/global/bg_160_bot.gif) top left no-repeat;
}

.ColumnBod {
}

.ColumnBod, .ContentBod  {
	background-color: #FFF;
	padding:0px 10px;
}


.ContentColumn {
	width: 395px;
	float: right;
	margin-left: 5px;
}

.ContentTop {
	height:10px;
	background: #e8f4fb url(/img/global/bg_395_top.gif) top left no-repeat;
}

.ContentBot {
	height:10px;
	background: #e8f4fb url(/img/global/bg_395_bot.gif) top left no-repeat;
}

.ColumnHeader {

	border-bottom: 1px solid #c2c2c2;
	vertical-align: middle;
	padding: 3px 0px;
	margin-top: 15px;

}
.ExtraColumnHeader {

	border-bottom: 1px solid #c2c2c2;
	vertical-align: middle;
	padding: 3px 0px;
	

}


.ExtraColumnHeader H1, .ColumnHeader H1, .MainHeader H1 {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	display: inline;
	float: left;
	font-family: Lucida Sans,Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
}


.RightColHeader {
	margin-top: 20px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
}

.RightColHeader H1 {
	font-size: 14px;
	line-height: 18px;
}



.ColumnHeader H2, .MainHeader H2 {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	display: inline;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

/* Side Column Styles */

#SideColumn H1 {
	margin: 0px;
	padding: 0px;
	font-family: Lucida Sans,Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	color: #C2C2C2;
}

#SideColumn H2,.ExtraColumn H2 {
	margin: 0px;
	padding: 15px 0px 4px 0px;
	font-family: Lucida Sans,Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
}

#SideColumn .Btn {
	margin: 10px auto;
}

/* Main Column */

.MainColumn {
	width: 476px;
	float: right;
	margin-left: 5px;
}

.MainTop {
	height:10px;
	background: #e8f4fb url(/img/global/bg_476_top.gif) top left no-repeat;
}

.MainBot {
	height:10px;
	background: #e8f4fb url(/img/global/bg_476_bot.gif) top left no-repeat;
}
.MainBod  {
	background-color: #FFF;
	padding:0px 10px;
}



/* Extras Column - Ad, Topics */
.ExtraColumn {
	width: 314px;
	float: right;
	margin-left: 5px;
}

.ExtraTop {
	height:10px;
	background: #e8f4fb url(/img/global/bg_314_top.gif) top left no-repeat;
}

.ExtraBot {
	height:10px;
	background: #e8f4fb url(/img/global/bg_314_bot.gif) top left no-repeat;
}
.ExtraBod  {
	background-color: #FFF;
	padding:0px 7px;
}

.ExtraColumn H2 {
	border-bottom: 1px solid #c2c2c2;
	margin-bottom:6px;
}

div.togglerControl {
	display: block;
	text-decoration: none;
	cursor:hand;
	cursor:pointer;
	font-weight:bold;
	text-decoration: none;
	color: #333;
	font-size: 12px;
	padding: 4px 0px;
}

div.togglerControl:hover {
	cursor:hand;
	cursor:pointer;
	color: #000;
	background-color: #EFEFEF;
}
div.elem {
	display: block;
	
}


/* Video Styles */
#VideoPlayer {
	text-align: center;
	margin: 0px auto;
}

#VideoInfo {
	padding: 8px;
	display: block;
}

#VideoTools {
	padding: 10px 0px;
	text-align: center;
	border: 1px solid #C2C2C2;
	font-size: 10px;
	margin: 10px 0px;
}

#VideoTools A {
	margin-right: 6px;
	font-weight:bold;
}

#SummaryTeaser {
	font-weight: normal;
	display: block;
	margin-top: 6px;
	font-size: 11px;
}
#vsState1 {
	color: #2157b7;
	font-weight: bold;
}
#vs1 {
	padding: 10px 0px;
}

.Tags {
	padding: 10px 0px;
}


#VideoCarousel {
	margin: 15px 0px;
}
/* Video Related Table */

#Related {
	width: 100%;
	margin-top: 10px;
}

#Related .Video {
	font-size: 10px;
	width: 25%;
	text-align: left;
}

#Related .Video IMG {
	width: 90px;
	height: 67px;
	margin: 0px auto;
}

/* Recently added/list of videos */

.VideoPost {
	padding: 10px 0px;
	margin: 0px ;
}

.VideoImg {
	float: left;
	width: 90px;
	margin-left: 6px;
}

.VideoImg IMG {
	width: 90px;
	height: 67px;
}

.VideoTxt {
	float: right;
	width: 190px;
}

.VideoTxt .Summary {
	font-size: 10px;
}

A.VideoTitle {
	font-weight: normal;
	font-size: 12px;
	display: block;
}


/* General Styles */

A:link, A:visited {
	text-decoration: none;
}
A:hover, A:active {
	text-decoration: underline;
}

A.Help, A.More {
	font-size: 11px;
}

.Fine {
	font-size: 10px;
}

/* Carousel/Glider */

#my-glider	{
	background: #fff;
	height:185px;
	width: 353px;
}

div.gliderBox { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 343px; 
	height: 185px;
	overflow: hidden;
}
	
div.gliderBox div.gliderItem {
	/* modify width and height of each gliderItem as needed (should match the size of the scroller window)	*/		
	background: #fff;
	width: 353px;
	height:185px;
	overflow:hidden;
	float:left;	
}
div.gliderBox div.gliderContent {
	width: 10000px;
}

a.blueArrow_prev
{
		background: url("/img/global/btn_arrow_prev_48x8.png") 2px 68px no-repeat;		
		width: 12px;
		height: 185px;

} 

a.blueArrow_next
{
		background: url("/img/global/btn_arrow_next_48x8.png") 2px 68px no-repeat;
		width: 12px;
		height: 185px;

}                                         


#Categories {
	border: 1px solid #C2C2C2;
	margin-top: 10px;
	background: #EBEBEB url(/img/global/bg_gradient_gray.gif) left top repeat-x;
	width: 100%;
}
#Categories TD {
	border-bottom: 1px solid #C2C2C2;
	font-size: 11px;
	padding: 4px 3px;
}

a.option_x_16
{
		float: right;
		background: url("/img/_btn_option_x_16.png") 0 0 no-repeat;
		line-height:8px;
		width: 16px;
		height: 16px;
		margin-right:3px;
		margin-top:3px;
} 

a:hover.option_x_16 {
		margin-right:3px;
		margin-top:3px;
		background-position: -16px 0;
}

a.option_max_16
{
		float: right;
		background: url("/img/_btn_option_max_16.png") 0 0 no-repeat;
		line-height:8px;
		width: 16px;
		height: 16px;
		margin-right:3px;
		margin-top:3px;
} 

a:hover.option_max_16 {
		margin-right:3px;
		margin-top:3px;
		background-position: -16px 0;
}

a.option_m_16
{
		float: right;
		background: url("/img/_btn_option_m_16.png") 0 0 no-repeat;
		line-height:8px;
		width: 16px;
		height: 16px;
		margin-right:3px;
		margin-top:3px;
} 
a:hover.option_m_16 {
		margin-right:3px;
		margin-top:3px;
		background-position: -16px 0;
}




A.BtnGreen:link, A.BtnGreen:visited {


	font-weight:bold;

	text-decoration: none;

	color: #FFF;

	font-size: 11px;

	padding: 4px 5px;

	border: 1px solid #2157b7;
	
	background: #609707 url(/img/cover/bg_nav_green_0.gif) top left repeat-x;

	border: 1px solid #609707;

	color: #FFF;

}

A.BtnGreen:hover, A.BtnGreen:active {

	background: #609707 url(/img/cover/bg_nav_green_1.gif) top left repeat-x;

}


.starbox .stars {
	background: #cccccc;
	}
.starbox .rated .stars {
	background: #dcdcdc;
	}
.starbox .rated .hover .stars {
	background: #cccccc;
	}
.starbox .colorbar {
	background: #ff9900;
	}
.starbox .hover .colorbar {
	background: #ffcc00;
	/* alt blue 3062bc */
	}
.starbox .rated .colorbar {
	background: #ff9900;
	}
.starbox .rated .hover .colorbar {
	background: #ffcc00;
	}
.starbox .ghost {
	background: #a1a1a1;
	}
.starbox .indicator {
	clear: both;
	font-size: 11px;
	}
	



.wrap_is_open	{
	display:block;
}

.wrap_is_closed	{
	display:none;
}




