*
{
	margin: 0px auto;
	padding: 0px;
	
	-webkit-touch-callout: none;
	
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}

html
{
	width: 100%;
	
	font-family: Helvetica, Arial, sans-serif;
	
	background-color: #F0F0F0;
}

body
{
	position: relative;
	
	width: 100%;
	height: 100%;
}

video
{
	box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.25) inset;
}

.VibrantAd
{
	position: absolute;
	
	width: 100%;
	height: 300px;
	
	overflow: hidden;
}

.Top
{
	position: absolute;
	
	width: 100%;
	height: 260px;
	
	overflow: hidden;
}

.Bottom
{
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 260px;
	bottom: 0px;
	
	background-color: #FFFFFF;
	
	overflow: hidden;
}

.Copy
{
	position: absolute;
	
	left: 5px;
	right: 5px;
	top: 5px;
	
	height: 45px;
	
	overflow: hidden;
	
	font-size: 12px;
	line-height: 15px;
	
	color: #333333;
}

.Debug_Log
{
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
	padding: 10px;
	
	overflow-x: hidden;
	overflow-y: scroll;
	
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	
	color: #333333;
	font-size: 11px;
	
	-webkit-user-select: text;
	   -moz-user-select: text;
	    -ms-user-select: text;
	     -o-user-select: text;
	        user-select: text;
	
	display: none;
}

.Debug_Log *
{
	-webkit-user-select: text;
	   -moz-user-select: text;
	    -ms-user-select: text;
	     -o-user-select: text;
	        user-select: text;
}

.LogMessage,
.LogTimestamp
{
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	text-align: left;
	
	font-size: 11px;
	line-height: 12px;
}

.LogMessage
{
	position: relative;
	
	color: #333333;
	margin-left: 75px;
	
	overflow: hidden;
	white-space: pre;
	word-wrap: break-word;
}

.LogTimestamp
{
	position: absolute;
	color: #777777;
}

.Color
{
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
	background-color: #333333;
}

.Gradient
{
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.no-cssgradients .Gradient
{
	background-image: url("../images/x_sprite.png");
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

.cssgradients .Gradient
{
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#80ffffff',GradientType=0 ); /* IE6-9 */
}

.BackgroundButton
{
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
	cursor: pointer;
}

.Modules
{
	position: relative;
	
	min-width: 1000px;
	height: 100%;
	
	overflow: hidden;
	
	pointer-events: none;
}

.Module
{
	position: relative;
	float: left;
	
	width: 300px;
	height: 250px;
	
	margin-top: 5px;
	margin-left: 5px;
	
	background-color: #F0F0F0;
	box-shadow: 0px 1px 3px #000000;
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#000000');
	
	pointer-events: auto;
}

.Module.Width_300
{
	width: 300px;
}

.Module.Width_400
{
	width: 400px;
}

.Module.Facebook,
.Module.Twitter
{
	background-image: url("../images/x_sprite.png");
	background-position: 0px -330px;
	background-repeat: repeat-x;
}

.Module.Facebook
{
	background-color: #3B5998;
}

.Module.Twitter
{
	background-color: #0099CC;
}

.SocialBackground
{
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
	overflow: hidden;
	
	background-image: url("../images/social_background.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.SocialIcon
{
	position: absolute;
	
	right: 0px;
	bottom: 10px;
	
	width: 50px;
	height: 50px;
	
	background-image: url("../images/social_icons.png");
	background-repeat: no-repeat;
}

.Facebook .SocialIcon
{
	background-position: 0px 0px;
}

.Twitter .SocialIcon
{
	background-position: 0px -50px;
}

.SocialAvatar
{
	position: absolute;
	
	left: 11px;
	top: 191px;
	
	width: 48px;
	height: 48px;
	
	overflow: hidden;
}

.SocialAccount
{
	position: absolute;
	
	left: 70px;
	top: 200px;
	
	width: 220px;
	height: 20px;
	
	color: #FFFFFF;
	
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
	
	/*
	filter: glow(color=black,strength=2); 
	*/
	
	overflow: hidden;
}

.SocialDescription
{
	position: absolute;
	
	left: 70px;
	top: 215px;
	
	width: 220px;
	height: 20px;
	
	color: #FFFFFF;
	
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
	
	/*
	filter: glow(color=black,strength=2); 
	*/
	
	overflow: hidden;
}

.SocialContainer
{
	position: absolute;
	
	left: 20px;
	right: 45px;
	top: 10px;
	bottom: 75px;
	
	overflow: hidden;
}

.SocialTopFade,
.SocialBottomFade
{
	position: absolute;
	
	left: 20px;
	right: 45px;
	
	height: 10px;
	
	background-image: url("../images/x_sprite.png");
	background-repeat: repeat-x;
}

.SocialTopFade
{
	top: 10px;
	
	background-position: 0px -590px;
}

.SocialBottomFade
{
	bottom: 75px;
	
	background-position: 0px -610px;
}

.SocialContent
{
	position: relative;
	
	width: 100%;
}

.SocialPost
{
	position: relative;
	
	width: 100%;
}

.SocialName
{
	position: relative;
	
	width: 100%;
	height: 15px;
	
	color: #333333;
	
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	
	/*
	filter: glow(color=white,strength=1);
	*/
}

.Twitter .SocialName
{
	color: #0099CC;
}

.Facebook .SocialName
{
	color: #3B5998;
}

.SocialDate
{
	position: relative;
	
	width: 100%;
	height: 15px;
	
	color: #777777;
	
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	
	/*
	filter: glow(color=white,strength=1);
	*/
}

.SocialMessage
{
	position: relative;
	
	width: 100%;
	
	color: #333333;
	
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	
	/*
	filter: glow(color=white,strength=1);
	*/
}

.hr
{
	height: 0px;
	
	border-width: 1px;
	border-style: solid;
	border-left: none;
	border-right: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	
	overflow: visible;
}

.Scroller
{
	position: absolute;
	
	right: 20px;
	top: 20px;
	
	width: 15px;
	height: 145px;
	
	overflow: visible;
	
	pointer-events: auto;
}

.ScrollTrack
{
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
	overflow: visible;
}

.ScrollBar
{
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 0px;
	
	height: 50px;
	
	overflow: visible;
}

.cssgradients .ScrollTrack
{
	background: rgb(191,191,191); /* Old browsers */
	
	background: -moz-linear-gradient(left,  rgba(191,191,191,1) 0%, rgba(232,232,232,1) 40%, rgba(232,232,232,1) 60%, rgba(191,191,191,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(191,191,191,1)), color-stop(40%,rgba(232,232,232,1)), color-stop(60%,rgba(232,232,232,1)), color-stop(100%,rgba(191,191,191,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(191,191,191,1) 0%,rgba(232,232,232,1) 40%,rgba(232,232,232,1) 60%,rgba(191,191,191,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(191,191,191,1) 0%,rgba(232,232,232,1) 40%,rgba(232,232,232,1) 60%,rgba(191,191,191,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(191,191,191,1) 0%,rgba(232,232,232,1) 40%,rgba(232,232,232,1) 60%,rgba(191,191,191,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(191,191,191,1) 0%,rgba(232,232,232,1) 40%,rgba(232,232,232,1) 60%,rgba(191,191,191,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#bfbfbf',GradientType=1 ); /* IE6-9 */
	
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.75);
	
	border-radius: 7px;
}

.cssgradients .ScrollBar
{
	left: 1px;
	right: 1px;
	
	background: rgb(229,229,229); /* Old browsers */
	
	background: -moz-linear-gradient(left,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(229,229,229,1)), color-stop(40%,rgba(255,255,255,1)), color-stop(60%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 */
	
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
	
	border-radius: 6px;
}

.ScrollTrackTop,
.ScrollTrackMiddle,
.ScrollTrackBottom,
.ScrollBarTop,
.ScrollBarMiddle,
.ScrollBarBottom
{
	position: absolute;
	
	left: -5px;
	width: 25px;
	
	background-image: url("../images/scroll_sprite.png");
}

.ScrollTrackTop
{
	top: -5px;
	height: 15px;
	
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.ScrollTrackMiddle
{
	top: 10px;
	bottom: 10px;
	
	background-position: -25px 0px;
	background-repeat: repeat-y;
}

.ScrollTrackBottom
{
	bottom: -5px;
	height: 15px;
	
	background-position: -50px 0px;
	background-repeat: no-repeat;
}

.ScrollBarTop
{
	top: -5px;
	height: 15px;
	
	background-position: -75px 0px;
	background-repeat: no-repeat;
}

.ScrollBarMiddle
{
	top: 10px;
	bottom: 10px;
	
	background-position: -100px 0px;
	background-repeat: repeat-y;
}

.ScrollBarBottom
{
	bottom: -5px;
	height: 15px;
	
	background-position: -125px 0px;
	background-repeat: no-repeat;
}

.cssgradients .ScrollTrackTop,
.cssgradients .ScrollTrackMiddle,
.cssgradients .ScrollTrackBottom,
.cssgradients .ScrollBarTop,
.cssgradients .ScrollBarMiddle,
.cssgradients .ScrollBarBottom
{
	display: none;
}

.Logo
{
	position: absolute;
	
	left: 0px;
	bottom: 0px;
	
	width: 100%;
	height: 40px;
	
	background-image: none;
	background-position: left center;
	background-repeat: no-repeat;
	
	cursor: pointer;
}

.Button
{
	background-color: transparent;
}

.BottomButton
{
	position: absolute;
	
	cursor: pointer;
	
	color: #FFFFFF;
	
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.BottomButton.Bevel1
{
	text-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	
	/*
	filter: glow(color=white,strength=1);
	*/
}

.BottomButton.Bevel2
{
	text-shadow: 0px -1px rgba(0, 0, 0, 0.5);
	
	/*
	filter: glow(color=black,strength=2);
	*/
}

.BottomButton.Bevel3
{
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
	
	/*
	filter: glow(color=black,strength=2);
	*/
}

.no-cssgradients .BottomButton
{
	right: 0px;
	bottom: 0px;
	
	width: 160px;
	height: 40px;
	
	background-image: url("../images/button_sprite.png");
	background-position: 0px 0px;
	background-repeat: none;
	
	line-height: 40px;
}

.no-cssgradients .BottomButton.Over
{
	background-position: 0px -40px;
}

.no-cssgradients .BottomButton.Down
{
	background-position: 0px -80px;
}

.cssgradients .BottomButton
{
	right: 5px;
	bottom: 5px;
	
	width: 150px;
	height: 30px;
	
	line-height: 30px;
	
	border-radius: 5px;
	
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.25) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(0,0,0,0.25))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.25) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.25) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.25) 100%); /* IE10+ */
	background-image: linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.25) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#40000000',GradientType=0 ); /* IE6-9 */
	
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.25), 0px 1px 3px #000000, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.cssgradients .BottomButton.Over
{
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 100%), -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.25) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(255,255,255,0))), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(0,0,0,0.25))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%), -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.25) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%), -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.25) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%), -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.25) 100%); /* IE10+ */
	background-image: linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%), linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.25) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#40000000',GradientType=0 ); /* IE6-9 */
}

.cssgradients .BottomButton.Down
{
	background-image: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%), -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.25) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.25))), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(0,0,0,0.25))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%), -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.25) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%), -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.25) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%), -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.25) 100%); /* IE10+ */
	background-image: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 100%), linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.25) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#40000000',GradientType=0 ); /* IE6-9 */
}

.Blanket
{
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

#Ad_Blanket
{
	background-color: #F0F0F0;
}

.Facebook .Blanket,
.Twitter .Blanket
{
	background-image: url("../images/x_sprite.png");
	background-position: 0px -331px;
	background-repeat: repeat-x;
	
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
}

.Facebook .Blanket
{
	background-color: #3B5998;
}

.Twitter .Blanket
{
	background-color: #0099CC;
}

#Facebook_Blanket
{
	
}

#Twitter_Blanket
{
	
}

.Cover
{
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
	background-image: url("../images/transparent.png");
	
	pointer-events: auto;
	cursor: pointer;
}

.FlashMPUContainer,
.IframeMPUContainer,
.ImageMPUContainer
{
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
	background-color: transparent;
}

.Video
{
	position: absolute;
	
	width: 100%;
	height: 225px;
}

.VideoBigPlayButton
{
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)"; /* IE8 */
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);   /* IE6 & 7 */
	
	background-color: rgba(0, 0, 0, 0.5);
	
	background-image: url("../images/bigplaybutton.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.VideoPosterImage
{
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
	background: transparent;
}

.VideoEndCopy
{
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)"; /* IE8 */
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);   /* IE6 & 7 */
	
	background-color: rgba(0, 0, 0, 0.5);
	
	color: #FFFFFF;
	
	text-align: center;
	font-size: 20px;
	line-height: 225px;
	font-weight: bold;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
	
	/*
	filter: glow(color=black,strength=3);
	*/
}

.VideoEndImage
{
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
	background: transparent;
}

.VideoControls
{
	position: absolute;
	
	bottom: 0px;
	
	width: 100%;
}

.no-cssgradients .VideoControls
{
	height: 26px;
	
	background-image: url("../images/x_sprite.png");
	background-position: 0px -269px;
	background-repeat: repeat-x;
}

.cssgradients .VideoControls
{
	height: 24px;
	
	/*
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 1)), to(rgba(34, 34, 34, 1)));
	background-image: -moz-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 1)), to(rgba(34, 34, 34, 1)));
	background-image: -moz-linear-gradient(top,  rgba(102, 102, 102, 1),  rgba(34, 34, 34, 1));
	background-image: -ms-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 1)), to(rgba(34, 34, 34, 1)));
	background-image: -o-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 1)), to(rgba(34, 34, 34, 1)));
	background-image: gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 1)), to(rgba(34, 34, 34, 1)));
	*/
	
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(34,34,34,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,1)), color-stop(100%,rgba(34,34,34,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(34,34,34,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(34,34,34,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(34,34,34,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(34,34,34,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
	

	box-shadow: 0px -1px 0px 0px #888888, 0px -2px 0px 0px rgba(0, 0, 0, 0.25), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.5);
}

.VideoTrack
{
	position: absolute;
	
	left: 60px;
	right: 35px;
	bottom: 0px;
	
	height: 25px;
	
	overflow: hidden;
}

.ProgressBar
{
	position: absolute;
	
	left: 0px;
	bottom: 0px;
	
	width: 0px;
	height: 24px;
	
	background-color: transparent;
	
	opacity: 0.25;
	filter: alpha(opacity = 25);
}

.ButtonColor
{
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
	background-color: transparent;
	
	opacity: 0;
	filter: alpha(opacity = 0);
	
	display: none;
}

.Button.Over .ButtonColor
{
	display: block;
}

.CurrentTime,
.TotalTime
{
	position: absolute;
	
	width: 50px;
	height: 25px;
	
	line-height: 27px;
	font-size: 12px;
	
	color: #FFFFFF;
	
	text-shadow: 0px 1px 2px #000000;
	
	/*
	filter: glow(color=black,strength=2);
	*/ 
	
	cursor: default;
}

.CurrentTime
{
	left: 5px;
	text-align: left;
}

.TotalTime
{
	right: 5px;
	text-align: right;
}

.ReplayButtonImage,
.PlayPauseButtonImage,
.VolumeButtonImage
{
	position: absolute;
	
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
	background-repeat: no-repeat;
	background-image: url("../images/videobuttons_sprite.png");
}

.ReplayButton,
.PlayPauseButton,
.VolumeButton
{
	position: absolute;
	
	bottom: 0px;
	
	width: 25px;
	height: 25px;
}

.ReplayButton
{
	left: 5px;
}

.ReplayButton .ReplayButtonImage
{
	background-position: 0px -200px;
}

.ReplayButton.Over .ReplayButtonImage
{
	background-position: 0px -225px;
}

.PlayPauseButton
{
	left: 30px;
}

.PlayPauseButton.Play .PlayPauseButtonImage
{
	background-position: 0px 0px;
}

.PlayPauseButton.Play.Over .PlayPauseButtonImage
{
	background-position: 0px -25px;
}

.PlayPauseButton.Pause .PlayPauseButtonImage
{
	background-position: 0px -50px;
}

.PlayPauseButton.Pause.Over .PlayPauseButtonImage
{
	background-position: 0px -75px;
}

.VolumeButton
{
	right: 5px;
}

.VolumeButton.On .VolumeButtonImage
{
	background-position: 0px -100px;
}

.VolumeButton.On.Over .VolumeButtonImage
{
	background-position: 0px -125px;
}

.VolumeButton.Off .VolumeButtonImage
{
	background-position: 0px -150px;
}

.VolumeButton.Off.Over .VolumeButtonImage
{
	background-position: 0px -175px;
}

.Break,
.StartBreak,
.EndBreak
{
	position: absolute;
	
	bottom: 0px;
	
	width: 1px;
	height: 24px;
}

.Break.Lite,
.StartBreak,
.EndBreak
{
	background-color: #FFFFFF;
	
	opacity: 0.1;
	filter: alpha(opacity = 10);
	
	left: 0px;
}

.EndBreak
{
	left: auto;
	right: 0px;
}

.Break.Dark
{
	background-color: #000000;
	
	opacity: 0.25;
	filter: alpha(opacity = 25);
	
	left: -1px;
}

.LeftBreak,
.RightBreak
{
	position: absolute;
	
	bottom: 0px;
	
	width: 0px;
	height: 24px;
	
	overlow: visible;
}

.LeftBreak
{
	left: 60px;
}

.RightBreak
{
	right: 35px;
}

.TopBorder,
.BottomBorder,
.LeftBorder,
.RightBorder
{
	position: absolute;
	
	background-color: #FFFFFF;
	
	opacity: 0.25;
	filter: alpha(opacity = 25);
	
	pointer-events: none;
}

.TopBorder
{
	left: 0px;
	right: 0px;
	top: 0px;
	height: 1px;
}

.TopBorder.Fifty
{
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.BottomBorder
{
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 1px;
}

.BottomBorder.Dark
{
	background-color: #000000;
}

.LeftBorder
{
	left: 0px;
	top: 1px;
	bottom: 1px;
	width: 1px;
}

.RightBorder
{
	right: 0px;
	top: 1px;
	bottom: 1px;
	width: 1px;
}

.Spacer_10
{
	position: relative;
	
	height: 10px;
}

.visible,
.Visible
{
	display: block;
}

.hidden,
.Hidden
{
	display: none;
}

.draw
{
	-webkit-transform: translate3d(0, 0, 0);
}