* {
  margin: 0;
  padding: 0;
  }

html {
  font-size: 62.5%;
  background: #5d9731 url(/images/global/html_bg.gif) repeat-x 0 0;
  }

body {
  min-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  font: normal 1.1em/1.4 Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  background: #fff url(/images/global/body_bg.gif) no-repeat center 0;
  }

a {
  color: #069;
  text-decoration: none;
  }

a:hover {
  text-decoration: underline;
  }

a img {
  border:none;
  }

ul, ol {
  padding-left: 15px;
  }

ul {
  list-style-type: square;
  }

p, ul, ol, dl {
  margin: 12px 0;
  }

dd {
  margin-bottom: 12px;
  }

#wrapper {
  position: relative;
  width: 980px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
}

.clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  }

/** HEADER ******************************************************************************/

#header { 
  height: 130px;
  }

#header h1 a {
  display: block;
  width: 225px;
  height: 135px;
  text-indent: -2000px;
  }

#oas-leaderboard {
  position: absolute;
  top: 5px;
  right: 0;
  width: 728px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  background-color: #71ad44;
}

/** NAV *********************************************************************************/

#nav {
  height: 30px;
  overflow: hidden;
  margin-bottom: 8px;
  background: #eef3e6 url(/images/global/nav_bg.gif) no-repeat 0 0;
  }

#nav ul {
  list-style: none;
  margin: 0 6px;
  padding: 0;
  }

#nav li {
  float: left;
  font: bold 13px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  }

#nav li a {
  display: block;
  line-height: 30px;
  padding: 0 12px;
  color: #030;
  text-decoration: none;
  }

#nav li a:hover {
  color: #fff;
  background: #444;
  }

#nav .active a {
  color: #fff;
  background: #444;
  }

/** MAIN ********************************************************************************/

#main {
  margin-bottom: 8px;
  background: transparent url(/images/global/main_bg.gif) repeat-y 0 0;
}

#main-top {
  height: 10px;
  overflow: hidden;
  background: transparent url(/images/global/main_top_bg.gif) no-repeat 0 0;
  }

#main-bottom {
  clear: both;
  height: 10px;
  background: transparent url(/images/global/main_bottom_bg.gif) no-repeat 0 bottom;
  }

#content {
  display: inline;
  position: relative;
  float: left;
  width: 620px;
  margin-left: 15px;
  min-height: 500px;
background-color: #d5dbd5;
  }

h1.section-title {
  margin-top: 5px;
  font: bold 35px/33px arial, sans-serif;
  color: #333a2c;
  text-transform: uppercase;
  margin: 23px 0  12px;
  border-bottom: 3px solid #333a2c;
  }

.oas-sponsor {
  position: absolute;
  top: 0;
  right: 0;
  width: 236px;
  height: 60px;
  /*background: #71ad44;*/
  }

#content-left {
  float: left;
  width: 390px;
  }

#content-right {
  float: right;
  width: 200px;
  }

#content-right dd p {
  display: none;
  }

#content dt {
  font: bold 1.2em georgia, serif;
  }

#content .test {
  position: relative;
  margin: -10px -15px 12px;
  width: 650px;
  height: 200px;
  background: #333;
  }

#sidebar {
  display: inline;
  float: right;
  width: 300px;
  margin-right: 10px;
  }

/** FOOTER ******************************************************************************/

#footer {
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  background: #00713d;
  }

#footer a {
  color: #fff;
  }

#footer_links {
  position: absolute;
  top: 55px;
  left: 20px;
  }

#footer_logo {
  position: absolute;
  top: 0;
  right: 105px;
  }

/*-------------------------------------------------------------------------------
	OAS Adspace CSS
-------------------------------------------------------------------------------*/

#oas {
	position: relative;
	width: 160px;
	margin-left: 21px;
	text-align: center;
}

#oas .adspace {
	position: relative;
	width: 160px;
	margin-bottom: 14px;
	text-align: center;
}

/*-------------------------------------------------------------------------------
	Section Front CSS 
-------------------------------------------------------------------------------*/

#section_cap {
	position: relative;
	height: 88px;
	background: transparent url(/images/wrapper/content/bg_titlebar.jpg) no-repeat top left;	
}

#section_sponsor {
	position: absolute;
	top: 5px;
	right:34px;
}



/*---------------------------------------------------------------------------------

VIDEO PLAYER CSS

-----------------------------------------------------------------------------------*/

/* CORE PLAYER STYLES --------------------*/
.player_container{
	font-family:Arial,Helvetica,sans-serif;
	color:#666666;
	font-weight:bold;
	font-size:12px;
	width:335px;
	height:312px;
	float:left;
}

	.player_container .videoHtmlLayer{
		position:absolute;
		z-index:5;
		top:0;
		left:0;
		width:320px;
		height:240px;
		cursor:pointer;
		overflow:hidden;
	}

	.player_container .clickToPlay{	
		background:transparent url(http://static.mgnetwork.com/spa/media_path/mgplayer/clicktoplay.png) no-repeat 50% 140px;
		width:320px;
		height:240px;
		cursor:pointer;
	}


	.player_container .mg_video_player{
		position:relative;
		width:100%;
		height:100%;
	}

		.player_container .mg_video_player .NebulaContainer{
			background:#000000;
			width:320px;
			height:240px;
			position:absolute;
			top:7px;
			left:8px;
		}

		.player_container .mg_video_player .playerControls{
			position:absolute;
			width:100%;
			height:64px;
			overflow:hidden;
			left:0px;
			bottom:0px;
		}

	.player_container .videoPlayer{
		width:320px;
		height:240px;
	}



	.player_container .mgplayer_skin_01{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_top.gif) repeat-x top left;
	}

	.player_container .mgplayer_skin_02{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_right.gif) repeat-y top right;
	}

	.player_container .mgplayer_skin_03{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_bottom.gif) repeat-x bottom left;
	}

	.player_container .mgplayer_skin_04{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_left.gif)  repeat-y top left;
		background-position:0px 10px;
}

	.player_container .mgplayer_skin_05{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_topleft.gif) no-repeat top left;
	}

	.player_container .mgplayer_skin_06{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_topright.gif) no-repeat top right;
	}

	.player_container .mgplayer_skin_07{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_bottomleft.gif) no-repeat bottom left;
	}

	.player_container .mgplayer_skin_08{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_bottomright.gif) no-repeat bottom right;
		width:335px;
		height:312px;
		position:relative;
	}

	.player_container .playButtonWrapper{
		position:absolute;
		left:10px;
		bottom:23px;
		cursor:pointer;
	}

	.player_container .playButton{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_spritepack.gif);
		background-position:0px 0px;
		width:44px;
		height:28px;
		outline:0px;
		display:block;
		cursor:pointer;
	}

		.player_container .playButtonWrapper a:hover .playButton{
			background-position:0px -28px;
		}

	.player_container .pauseButton{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_spritepack.gif);
		background-position:-534px 0px;
		width:44px;
		height:28px;
		outline:0px;
		display:block;
		cursor:pointer;
	}

		.player_container .playButtonWrapper a:hover .pauseButton{
			background-position:-534px -28px;
		}

	.player_container .rewindButtonWrapper{
		position:absolute;
		left:57px;
		bottom:23px;
		cursor:pointer;
	}

	.player_container .rewindButton{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_spritepack.gif);
		background-position:-44px 0px;
		width:44px;
		height:28px;
		outline:0px;
		display:block;
		cursor:pointer;
	}

		.player_container .rewindButtonWrapper a:hover .rewindButton{
			background-position:-44px -28px;
		}

	.player_container .slider_button{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_spritepack.gif) -219px 0px;
		width:17px;
		height:21px;
		outline:0px;
		display:block;
		cursor:pointer;
	}

		.player_container .horizontal_slider a:hover .slider_button{
			background-position: -219px -21px;
		}

	.player_container .horizontal_track{
		position:absolute;
		left:112px;
		top:12px;
		background-color:#FFF;
		height:30px;
		width:160px;
		line-height:0px;
		font-size:0px;
		text-align:left;
		padding:4px;
	}
			
	.player_container .horizontal_slit{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_slit.gif) repeat-x top left;
		width:150px;
		height:10px;
		margin:9px 4px 2px 4px;
		line-height:0;
		position:absolute;
		z-index:1;
	}

	.player_container .horizontal_slider{
		width:17px;
		height:21px;
		position:relative;
		z-index:2;
		line-height:0;
		margin:0;
	}

	.player_container .time{
		color:#FFFFFF;
		position:absolute;
		right:12px;
		bottom:29px;
	}

	.player_container .message{
		position:absolute;
		bottom:3px;
		left:10px;
		font-size:10px;
		text-transform: uppercase;
	}

/* END OF CORE PLAYER STYLES -------------*/

/* CORE PLAYLIST STYLES --------------------*/
.playlist_container{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_spritepack.gif) 2px -345px;
	font-family:Arial,Helvetica,sans-serif;
	color:#666666;
	font-weight:bold;
	font-size:11px;
	width:270px;
	height:312px;
	margin:0px 0px 0px 5px;
	float:left;
	position:relative;
}

.playlist_title{
	margin:15px 0 0 10px;
}

	.playlist_container .playlist{
		/* background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/playlist_bg.gif) repeat top left; */
		width:255px;
		height:264px;
		position:absolute;
		overflow:auto;
		top:33px;
		left:9px;
	}

		.playlist_container .playlist .play-list-item{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_spritepack.gif) 0px -81px;
			background-repeat:no-repeat;
			width:239px;
			height:88px;
			overflow:hidden;
			display:block;
		}

			.playlist_container .playlist .play-list-item .item-body{
				overflow:hidden;
				margin:8px 0 0 15px;
				display:block;
			}
			
				.playlist_container .playlist .play-list-item .item-body img{
					float:left;
					width:88px;
					height:66px;
					margin-top:4px;
					border:none;
				}

				.playlist_container .playlist .play-list-item .item-body .item-text{
					float:left;
					height:75px;
					width:135px;
					overflow:hidden;
					margin-left:15px;
					font-size:12px;
				}


				.item_summary p {
					margin:0px;
					padding:0px;
				}
				
		.playlist_container .playlist .now_playing{
			background-position: 0px -257px;
		}

	.playlist_container a{
		color:#666666;
		text-decoration:none;
	}

		.playlist_container a:hover .play-list-item {
			 background-position: 0px -169px;
		}

.playlist_item_wrapper{cursor:pointer;}

.muteButtonWrapper{
	width:19px;
	height:16px;
	position:absolute;
	right:10px;
	bottom:5px;
}
.muteButtonWrapper .mute_button_off{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_spritepack.gif) -184px 0px;
	display:block;
	width:19px;
	height:16px;
	cursor:pointer;
}


/* END OF CORE PLAYLIST STYLES -------------*/


/* HORIZONTAL PLAYER STYLES --------------------*/
.clickToPlayH{ 
	background:transparent url(http://static.mgnetwork.com/spa/media_path/mgplayer/clicktoplay.png) no-repeat 50% 50%;
	width:320px;
	cursor:pointer;
	height:170px;
}

.panelAccentH{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/h_fadeline.png) no-repeat 50% 50%;
	width:100%;
	height:10px;
}

.playlistScrollWrapperH{
	width:100%;
	height:60px;
	position:relative;
}

.mgPlayerPanelH{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/trans_white.png) repeat top left;
	height:70px;
}

.prevButtonWrapperH{
	width:22px;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	padding:8px 0 0 3px;
}

	.prevButtonWrapperH .prevButton{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_spritepack.gif) -502px 0px;
		width:16px;
		height:41px;
		outline:0px;
		display:block;
		cursor:pointer;
	}

	.prevButtonWrapperH a:hover .prevButton{
		background-position: -502px -41px;
	}

.nextButtonWrapperH{
	width:22px;
	height:100%;
	position:absolute;
	right:0px;
	top:0px;
	padding:8px 0 0 3px;
}

	.nextButtonWrapperH .nextButton{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_spritepack.gif) -518px 0px;
		width:16px;
		height:41px;
		outline:0px;
		display:block;
		cursor:pointer;
	}

	.nextButtonWrapperH a:hover .nextButton{
		background-position: -518px -41px;
	}

.mgPlayerH{
	width:85%;
	height:60px;
	padding-left:25px;
	padding-right:25px;
}

	.mgPlayerH .playlist{
		width:100%;
		height:40px;
		padding-top:6px;
		color:#000000;
		font-size:11px
	}

	.mgPlayerH .playlist_item_wrapper{
		width:135px;
		float:left;
	}

	.mgPlayerH .item-body img{
		display:block;
		float:left;
		margin:3px;
	}

	.mgPlayerH .item_summary{display:none;}
/* END OF HORIZONTAL PLAYER STYLES -------------*/

/* VERTICAL PLAYER STYLES --------------------*/

.clickToPlayV{
	background:transparent url(http://static.mgnetwork.com/spa/media_path/mgplayer/clicktoplay.png) no-repeat 50% 50%;
	width:320px;
	height:240px;
	cursor:pointer;
	width:50%;
	float:left;"
}

.panelAccentV{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/v_fadeline.png) no-repeat 50% 50%;
	width:10px;
	height:100%;
	min-height:240px;
	float:left;
}


.playlistScrollWrapperV{
	width:150px;
	height:100%;
	min-height:240px;
	float:left;
	position:relative;
}

.mgPlayerPanelV{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/trans_white.png) repeat top left;
	width:50%;
	height:100%;
	min-height:240px;
	float:left;
}

.prevButtonWrapperV{
	width:100%;
	height:22px;
	position:absolute;
	left:0px;
	top:0px;
	padding:3px 0px 0px 0px;
}

	.prevButtonWrapperV .prevButton{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_spritepack.gif) -369px 0px;
		width:133px;
		height:19px;
		outline:0px;
		display:block;
		cursor:pointer;
	}

	.prevButtonWrapperV a:hover .prevButton{
		background-position: -369px -19px;
	}

.nextButtonWrapperV{
	width:100%;
	height:22px;
	position:absolute;
	bottom:0px;
	left:0px;
}

	.nextButtonWrapperV .nextButton{background:url(http://static.mgnetwork.com/spa/media_path/mgplayer/mgplayer_spritepack.gif) -236px 0px;
		width:133px;
		height:19px;
		outline:0px;
		display:block;
		cursor:pointer;
	}

	.nextButtonWrapperV a:hover .nextButton{
		background-position: -236px -19px;
	}

.mgPlayerV{
	height:100%;
	min-height:150px;
	margin:22px 0px 19px;
	overflow:hidden;
}

/* IE SPECIFIC-------------------*/
#IEroot .mgplayerV{padding-top:22px;}
/* END OF IE SPECIFIC----------*/

	.mgPlayerV .playlist{
		width:140px;
		color:#000000;
		font-size:11px;
	}

	.mgPlayerV .playlist_item_wrapper{height:50px;}

	.mgPlayerV .item-body img{
		display:block;
		float:left;
		margin:3px;
	}

	.mgPlayerV .item_summary{display:none;}
/* END OF VERTICAL PLAYER STYLES ------------- */
.playlist_preview_img{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	float: left;
	margin: 3px;
	width: 52px;
	height: 39px;
}