/**
* Undo standard HTML
*/
a img { border: 0; }
form, p, div, span, body, html, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
table { border-spacing: 0; }
:focus {-moz-outline-style: none;}
ul { list-style-type: disc; margin: 2px 0 2px 15px; padding: 0; }
ul li { list-style-type: disc; padding: 0; }
ol { list-style-type: decimal; margin: 2px 0 2px 25px; #margin: 2px 0 2px 27px; padding: 0; }
ol li { list-style-type: decimal; padding: 0; }

/**
* Standard HTML tag
*/
html
{
	height: 100%;
}
body
{
	background: #faaa00 url(../image/body.bg.jpg) no-repeat center -2px;
	color: #001965;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
a 
{
	color: #001965;
	text-decoration: none;
	outline: 0;
}
a:hover
{
	color: #2A78EB;
}
body h1,
body h2,
body h3
{
	text-transform:uppercase;
	margin:0;
	padding:0;
	color:#212169;
}
body h1
{
	margin-bottom: 18px;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
}
body h2
{
	font-size:14px;
	margin-bottom:13px;
}
body h3
{
	font-size:12px;
	margin-bottom:10px;
}
h4
{
	margin: 0px 0px 8px 0px;
	color: #212169;
	text-transform: uppercase;
	line-height: 16px;
	font-size: 12px;
}
input,
textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

/**
* Common classes
*/

.clear
{
	clear: both;
	height: 0;
	overflow: hidden;
}
.hidden
{
	display: none !important;
}
.hr
{
	background-color: #f1efde;
	width: 100%;
	height: 1px;
	overflow: hidden;
}
.share
{
	float: left;
	background: transparent url(../image/icons/share.small.gif) no-repeat right top;
	padding: 2px 25px 0px 0px;
	height: 19px;
	font-weight: bold;
	cursor: pointer;
	display: block;
}

.progressBar
{
	width: 72px;
	height: 6px;
	border: 1px solid #0046bf;
	overflow: hidden;
	display: none;
	background: #ffffff;
}
	.progressBar .bar
	{
		width: 1px;
		height: 6px;
		overflow: hidden;
		background: #00186c;
	}

/**
* Popup
*/
#popup_background
{
	background:#000000;
	height:100%;
	left:0;
	opacity:0.75;
	position:fixed;
	top:0;
	width:100%;
	display:none;
	z-index:100;
	filter: alpha(opacity=75);
}
#popup
{
	position: fixed;
	left: 100px;
	top: 50px; 
	width: 475px;
	z-index: 101;
	display: none;
}
	#popup .close-btn
	{
		width: 33px;
		height: 33px;
		position: absolute;
		right: -5px;
		overflow: hidden;
		top: -9px;
		text-indent: -9999px;
		background: url(../image/popup/close-btn.png) no-repeat;
		z-index: 102;
	}
	#popup .popup-top-bg
	{
		padding: 0 16px;
		height: 15px;
		overflow: hidden;
		position: relative;
	}
		#popup .popup-top-bg .left-bg
		{
			height: 15px;
			width: 16px;
			float: left;
			background: url(../image/popup/popup-top-left-bg.png) no-repeat;
			margin: 0 0 0 -16px;
		}
		#popup .popup-top-bg .right-bg
		{
			height: 15px;
			width: 16px;
			float: right;
			background: url(../image/popup/popup-top-right-bg.png) no-repeat;
			margin: 0 -16px 0 0;
		}
		#popup .popup-top-bg div
		{
			height: 15px;
			overflow: hidden;
			float: left;
			width: 100%;
			background: url(../image/popup/popup-top-bg.png) repeat-x;
		}
	#popup .popup-bot-bg
	{
		padding: 0 16px;
		height: 15px;
		overflow: hidden;
		position: relative;
	}
		#popup .popup-bot-bg .left-bg
		{
			height: 15px;
			width: 16px;
			float: left;
			background: url(../image/popup/popup-bot-left-bg.png) no-repeat;
			margin: 0 0 0 -16px;
		}
		#popup .popup-bot-bg .right-bg
		{
			height: 15px;
			width: 16px;
			float: right;
			background: url(../image/popup/popup-bot-right-bg.png) no-repeat;
			margin: 0 -16px 0 0;
		}
		#popup .popup-bot-bg div
		{
			height: 15px;
			overflow: hidden;
			float: left;
			width: 100%;
			background: url(../image/popup/popup-bot-bg.png) repeat-x;
		}
	#popup .popup-center-bg
	{
		padding: 0 15px;
		overflow: hidden;
		height: 1%;
		position: relative;
	}
		#popup .popup-center-bg .left-bg
		{
			float: left;
			width: 15px;
			padding-bottom: 9999px;
			margin: 0 0 -9999px -15px;
			height: 1px;
			background: url(../image/popup/popup-left-bg.png) repeat-y;
		}
		#popup .popup-center-bg .right-bg
		{
			float: right;
			width: 15px;
			padding-bottom: 9999px;
			margin: 0 -15px -9999px 0;
			height: 1px;
			background: url(../image/popup/popup-right-bg.png) repeat-y;
		}
	#popup .popup-cont
	{
		float: left;
		padding: 26px 22px 5px 22px;
		min-width: 401px;
		_width: 401px;
		background: #fffdf4;
	}
		#popup .popup-cont .loading
		{
			width: 100%;
			text-align: center;
			padding: 100px 0 100px 0;
			height: 16px;
			background: url(../image/ajaxload.inverted.gif) no-repeat center 100px;
		}
		#popup .popup-cont h2
		{
			margin: 0px 0px 16px 0px;
			text-transform: uppercase;
		}
		#popup .popup-cont .hr
		{
			margin: 4px 0px 20px 0px;
			width: 398px;
		}
		#popup .popup-cont .subheading
		{
			position: relative;
			top: -9px;
			margin: 0px 0px 1px 0px;
			font-size: 12px;
			font-weight: bold;
		}
		#popup .popup-cont .bodytext
		{
			line-height: 18px;
			font-size: 11px;
		}
		#popup .popup-cont .or
		{
			float: left;
			padding: 3px 15px 0px 15px;
			font-size: 11px;
		}
		#popup .popup-cont a.button
		{
			float: left;
			position: relative;
		}
		#popup .popup-cont .progressIndicator
		{
			float: left;
			position: relative;
			width: 16px;
			height: 16px;
			background: transparent url(../image/ajaxload.inverted.gif);
			margin: 0 0 0 2px;
			display: none;
		}
		#popup .popup-cont .form_actions
		{
			margin: 3px 0px 0px 0px;
		}
		#popup .popup-cont .form_element
		{
			float: left;
			margin: 0px 0px 13px 0px;
			#margin: 0px 0px 11px 0px;
		}
			#popup .popup-cont .form_element .label
			{
				float: left;
				padding: 2px 0px 0px 0px;
				width: 66px;
				font-weight: bold;
			}
			#popup .popup-cont .form_element .label2
			{
				width: 87px;
			}
			#popup .popup-cont .form_element .input,
			#popup .popup-cont .form_element .terms
			{
				float: left;
			}
			#popup .popup-cont .form_element .terms
			{
				width: 285px;
			}
			#popup .popup-cont .form_element .terms .inputs
			{
				padding: 3px 0 0 25px;
			}
			#popup .popup-cont .form_element .terms .inputs input,
			#popup .popup-cont .form_element .terms .inputs label
			{
				float: left;
				margin: 0;
			}
			#popup .popup-cont .form_element .terms .inputs input
			{
				margin: 2px 0 0 0;
			}
			#popup .popup-cont .form_element .terms .inputs label
			{
				cursor: pointer;
				margin: 0 15px 0 9px;
			}
			#popup .popup-cont .form_element .terms a
			{
				text-decoration: underline;
			}
			#popup .popup-cont .form_element .input input
			{
				position: relative;
				top: 1px;
				margin: 0;
				padding: 0;
				width: 228px;
				height: 17px;
				border: 1px solid #001965;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
			}
			#popup .popup-cont .form_element .button_note
			{
				padding: 4px 0 0 5px;
				float: left;
			}
			.safari #popup .popup-cont .form_element .input input
			{
				top: 0px;
			}
			#popup .popup-cont .form_element .input2 input
			{
				width: 398px;
			}
			#popup .popup-cont .form_element .checkbox
			{
				float: left;
			}
			#popup .popup-cont .form_element .checkbox input
			{
				float: left;
				margin: 0px 0px 0px 3px;
				#margin: 0px 0px 0px -1px;
				padding: 0;
			}
			#popup .popup-cont .form_element .checkbox label
			{
				float: left;
				margin: -1px 0px 0px 9px;
				#margin: 3px 0px 0px 4px;
				padding: 0;
			}
			#popup .popup-cont .form_element .dropdown
			{
				float: left;
			}
			#popup .popup-cont .form_element .dropdown select
			{
				position: relative;
				top: 0px;
				margin: 0;
				padding: 0;
				width: 230px;
				height: 17px;
				border: 1px solid #001965;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
			}
			#popup .popup-cont .form_element .dropdown2 select
			{
				width: 177px;
			}
	#popup.wide 
	{
		width: 615px;
	}
		#popup.wide .popup-cont
		{
			width: 541px;
		}



/**
* POPUP SIGNIN
*/
#popup .popup-cont .signin .bodytext
{
	margin: 0px 0px 15px 0px;
}
#popup .popup-cont .signin  a.button
{
	top: -2px;
	left: 2px;
	float: right;
}
#popup .popup-cont .signin #passwordSent
{
	font-weight: bold;
	display: none;
}
#popup .popup-cont .signin .form_element
{
	width: 276px;
}
#popup .popup-cont .signin .progressIndicator
{
	top: 2px;
	left: -2px;
	float: right;
}
#popup .popup-cont .signin .hr,
#popup .popup-cont .signin .forms
{
	width: 276px;
}
#popup .popup-cont .signin .form_element .input input
{
	width: 208px;
}
#popup .popup-cont .facebookConnect
{
	position: absolute;
	top: 45px;
	right: 31px;
	width: 250px;
}
	#popup .popup-cont .facebookConnect .top
	{
		background: url(../image/signin-fbc-bg-top.gif);
		width: 250px;
		height: 4px;
	}
	#popup .popup-cont .facebookConnect .bottom
	{
		background: url(../image/signin-fbc-bg-bottom.gif);
		width: 250px;
		height: 10px;
	}
	#popup .popup-cont .facebookConnect .body
	{
		background: url(../image/signin-fbc-bg-body.gif);
		width: 218px;
		padding: 11px 16px;
	}
	#popup .popup-cont .facebookConnect .button
	{
		margin: 11px 0 0;
	}

/**
* UPLOAD VIDEO SIGNIN
*/
#popup .popup-cont .upload_video_popup .bodytext
{
	margin: 0px 0px 15px 0px;
}
#popup .popup-cont .upload_video_popup .spacer
{
	height: 37px;
}

/**
* EDIT VIDEO SIGNIN
*/
#popup .edit_video_popup
{
	width: 401px;
}
#popup .popup-cont .edit_video_popup .bodytext
{
	margin: 0px 0px 15px 0px;
}


/**
* Website Structure
*/
#userbar
{
	background: transparent url(../image/userbar.bg.png) repeat-x;
	height: 29px;
}
	#userbar #userbar-container
	{
		width: 970px;
		margin: 0 auto;
	}
	#userbar #userbar-alignment
	{
		float: right;
	}
	#userbar .button
	{
		display: block;
		position: relative;
		height: 29px;
		padding: 0 7px;
		float: left;
	}
		#userbar .button .left,
		#userbar .button .right
		{
			position: absolute;
			top: 0;
		}
		#userbar .button .left
		{
			background: transparent url(../image/userbar.button.left.png) no-repeat;
			display: block;
			width: 7px;
			height: 29px;
			left: 0;
		}
		#userbar .button .right
		{
			background: transparent url(../image/userbar.button.right.png) no-repeat;
			display: block;
			width: 7px;
			height: 29px;
			right: 0;
		}
		#userbar .button .content
		{
			display: block;
			position: relative;
		}
			#userbar .button .content .icon
			{
				display: inline-block;
				position: relative;
				z-index: 2;
				top: 2px;
				padding: 0 6px 0 0;
			}
			#userbar .button .label,
			#userbar .button .signin
			{
				display: inline-block;
				white-space: nowrap;
				position: relative;
				z-index: 2;
				color: #ffffff;
				font-size: 12px;
				font-weight: bold;
				padding: 1px 0 0 0;
			}
			.Mac #userbar .button .label,
			.Mac #userbar .button .signin
			{
				padding: 2px 0 0 0;
			}
				#userbar .button .label a,
				#userbar .button .signin .arrow a
				{
					color: #ffffff;
					display: inline-block;
					margin: 0 5px 0 0;
					padding: 0 14px 0 6px;
					background: transparent url(../image/userbar.link.arrow.gif) no-repeat right 5px;
				}
				.Mac #userbar .button .label a,
				.Mac #userbar .button .signin .arrow a
				{
					background: transparent url(../image/userbar.link.arrow.gif) no-repeat right 4px;
				}
				#userbar .button .label a:hover,
				#userbar .button .signin .arrow a:hover
				{
					text-decoration: underline;
				}
				#userbar .button .label span,
				#userbar .button .signin span
				{
					display: inline-block;
					float: left;
					padding: 0 6px;
				}
				#userbar .button .label a.noarrow,
				#userbar .button .signin a.noarrow
				{
					margin: 0;
					padding: 0;
					background: none;
				}
				#userbar .button .signin span
				{
					padding: 0;
				}
				#userbar .button .signin span.separator
				{
					width: 1px;
					height: 17px;
					overflow: hidden;
					background: transparent url(../image/userbar.separator.bg.png);
					padding: 0;
					margin: 2px 4px 0 4px;
				}
				#userbar .button .signin span.input
				{
					width: 66px;
					height: 17px;
					background: transparent url(../image/userbar.input.bg.png) no-repeat;
					overflow: hidden;
					padding: 0 6px;
					margin: 1px 0 0 0;
				}
					#userbar .button .signin span.input input
					{
						width: 66px;
						height: 13px;
						padding: 2px 0;
						background: transparent;
						color: #001965;
						border: 0;
						position: relative;
						font-size: 11px;
						line-height: 13px;
						zoom: 1;
					}
				#userbar .button .signin span.arrow a
				{
					padding: 0 8px 0 4px;
					margin: 0 6px 0 0;
				}
				#userbar .button .signin span.arrow a:hover
				{
					text-decoration: none;
				}
				#userbar .button .signin span.load a
				{
					padding: 0 12px 2px 4px;
					margin: 0 2px 0 0;
					background: transparent url(../image/ajaxload.gif) no-repeat right 2px;
				}
				#userbar .button .signin span.load a:hover
				{
					text-decoration: none;
				}
				#userbar .button .signin span.text
				{
					padding: 0 6px;
				}
					#userbar .button .signin span.checkbox input
					{
						float: left;
						margin-left: 2px;
					}
					#userbar .button .signin span.checkbox label
					{
						font-size: 9px;
						position: relative;
						top: 1px;
						padding: 0 4px 0 0;
					}
				#userbar .button .signin span.FBConnectButton_Text
				{
					padding: 2px 6px 3px 6px;
				}
			#userbar .button .img
			{
				position: absolute;
				top: 0;
				left: 0;
				width: 10px;
				height: 29px;
				z-index: 1;
			}
				#userbar .button .img img
				{
					width: 10px;
					height: 29px;
				}
	#userbar .link
	{
		display: block;
		height: 25px;
		padding: 2px 6px;
		float: left;
		font-size: 9px;
	}
		#userbar .link a
		{
			color: #ffffff;
			text-decoration: none;
		}
		#userbar .link a:hover
		{
			text-decoration: underline;
		}
		#userbar span.separator
		{
			display: block;
			float: left;
			width: 1px;
			height: 17px;
			overflow: hidden;
			background: transparent url(../image/userbar.separator.bg.png);
			padding: 0 !important;
			margin: 2px 0 0 2px;
		}
	#userbar .link
	{
		display: block;
		height: 25px;
		padding: 2px 6px;
		float: left;
		font-size: 9px;
	}
#canvas
{
	position: relative;
	margin: auto;
	width: 980px;
	z-index: 50;
}
#headerPlaceholder
{
	height: 75px;
	width: 980px;
	overflow: hidden;
}
#header
{
	position: absolute;
	top: 4px;
	left: 10px;
	width:965px;
	height:65px;
	padding:0 3px 0 12px;
	text-align:right;
	text-transform:uppercase;
	padding-top:20px;
}
	#header .menu
	{
		position: relative;
		left: 9px;
	}
	#header a
	{
		margin-left:30px;
		font-size:22px;
		letter-spacing:-3px;
		line-height:85px;
	}
#logo-left
{
	position:absolute;
	width:54px;
	height:198px;
	background:transparent url(../image/top/logo-left.png);
	top:40px;
	margin-left:-50px;
}
#logo-main
{
	position:absolute;
	width:294px;
	height:161px;
	background:transparent url(../image/top/logo-main.png);
	top:4px;
	margin-left:4px;
	z-index:50;
}
#logo-link a
{
	z-index:51;
	position:absolute;
	top: 4px;
	left: 0;
	display: block;
	width: 340px;
	height: 130px;
	overflow: hidden;
}
	#logo-link a img
	{
		width: 340px;
		height: 130px;
	}
.right-banner-part1
{
	display:block;
	position:absolute;
	width:209px;
	height:34px;
	background:url(../image/ribbon/ribbon_01.png) no-repeat;
	right:4px;
	margin-top:4px;
	overflow:hidden;
	z-index:50;
}
	.right-banner-part1 .filter
	{
		width:209px;
		height:34px;
	}
	.right-banner-part1 a
	{
		display:block;
		width:209px;
		height:34px;
		position:relative;
	}
.right-banner-part2
{
	display:block;
	position:absolute;
	width:171px;
	height:34px;
	background:url(../image/ribbon/ribbon_03.png) no-repeat;
	margin-top:38px;
	right:4px;
	overflow:hidden;
	z-index:50;
}
	.right-banner-part2 .filter
	{
		width:171px;
		height:34px;
	}
	.right-banner-part2 a
	{
		display:block;
		width:171px;
		height:34px;
		position:relative;
	}
.right-banner-part3
{
	display:block;
	position:absolute;
	width:129px;
	height:34px;
	background:url(../image/ribbon/ribbon_05.png) no-repeat;
	margin-top:72px;
	right:4px;
	overflow:hidden;
	z-index:50;
}
	.right-banner-part3 .filter
	{
		width:129px;
		height:34px;
	}
	.right-banner-part3 a
	{
		display:block;
		position:relative;
		width:129px;
		height:34px;
	}
.right-banner-part4
{
	display:block;
	position:absolute;
	width:88px;
	height:34px;
	background:url(../image/ribbon/ribbon_07.png) no-repeat;
	margin-top:106px;
	right:4px;
	overflow:hidden;
	z-index:50;
}
	.right-banner-part4 .filter
	{
		width:88px;
		height:34px;
	}
	.right-banner-part4 a
	{
		display:block;
		position:relative;
		width:88px;
		height:34px;
	}
.right-banner-part5
{
	display:block;
	position:absolute;
	width:88px;
	height:34px;
	background:url(../image/ribbon/ribbon_08.png) no-repeat;
	margin-top:140px;
	right:4px;
	overflow:hidden;
	z-index:50;
}
	.right-banner-part5 .filter
	{
		width:88px;
		height:34px;
	}
	.right-banner-part5 a
	{
		display:block;
		position:relative;
		width:88px;
		height:34px;
	}
#content-top
{
	width:980px;
	height:12px;
	background:transparent url(../image/content/top.png) no-repeat;
	overflow:hidden;
}
#content
{
	width:970px;
	padding:0 5px 25px 5px;
	background: url(../image/content/repeat.png) repeat-y;
	overflow:hidden;
}
	#content .search-bar
	{
		width:750px;
		text-align:right;
		margin-bottom:5px;
		position:relative;
	}
		#content .search-bar #search-input
		{
			width:146px;
			height:19px;
			background:url(../image/content/search/input-bg.gif) no-repeat;
			border:0;
			padding: 5px 0 0 4px;
			margin-right:60px;
		}
		#content .search-bar #search-submit
		{
			background:none;
			border:0;
			color:#212169;
			height:19px;
			font-weight:bold;
			padding-top:4px;
			float:right;
			margin-left:7px;
			background:url(../image/content/search/search-arrow.gif) no-repeat top right;
			padding-right:12px;
			position:absolute;
			right:0;
			z-index:99;
		}
	#content .c675-top
	{
		width:665px;
		height:7px;
		background:url(../image/container-bgs/675/top.gif) no-repeat;
		overflow:hidden;
}
	#content .c675
	{
		width:651px;
		background:url(../image/container-bgs/675/repeat.gif) repeat-y;
		padding-left:5px;
		padding-right:9px;
	}
	#content .c675-bottom
	{
		width:665px;
		background:url(../image/container-bgs/675/bottom.gif) no-repeat;
		height:16px;
	}
	#content .c279-top
	{
		width:279px;
		height:8px;
		background:url(../image/container-bgs/279/top.gif) no-repeat;
		overflow:hidden;
	}
	#content .c279
	{
		width:269px;
		background:url(../image/container-bgs/279/repeat.gif) repeat-y;
		overflow:hidden;
		padding-left:5px;
		padding-right:5px;
	}
	#content .c279-bottom
	{
		height:15px;
		background:url(../image/container-bgs/279/bottom.gif) no-repeat;
		width:279px;
		overflow:hidden;
	}
	#content .c270-top
	{
		width:270px;
		height:2px;
		background:url(../image/container-bgs/270/top.gif) no-repeat;
		overflow:hidden;
	}
	#content .c270
	{
		width:268px;
		background:url(../image/container-bgs/270/repeat.gif) repeat-y;
		overflow:hidden;
		padding-left:1px;
		padding-right:1px;
	}
	#content .c270-bottom
	{
		height:2px;
		background:url(../image/container-bgs/270/bottom.gif) no-repeat;
		width:270px;
		overflow:hidden;
	}
	#content .left
	{
		float:left;
		overflow:hidden;
	}
	#content .right
	{
		float:right;
	}
	#content .alpha
	{
		margin-left:10px;
		display:inline;
	}
	#content .omega
	{
		margin-right:10px;
		display:inline;
	}
	#content .orange
	{
		color:#f07100;
		margin-left:5px;
	}
	#content .text
	{
		margin:0 0 14px 14px;
	}
	.video_container
	{
		position: relative;
		padding: 0px 0px 0px 14px;
		width: 100%;
		overflow:hidden;
	}
	.video_container .hr
	{
		margin: 6px 0px 9px 0px;
		width: 943px;
	}
	.video_container .video_item
	{
		float: left;
		padding: 0px 0px 0px 3px;
	}
	.video_container .video_item .container
	{
		position: relative;
		float: left;
		width: 169px;
	}
		.video_container .video_item .container .badge
		{
			width: 87px;
			height: 71px;
			position: absolute;
			left: 5px;
			top: 5px;
			z-index: 10;
		}
		.video_container .video_item .container .semifinalist
		{
			background: url(../image/badge/semifinalist.png);
		}
		.video_container .video_item .container .finalist
		{
			background: url(../image/badge/finalist.png);
		}
		.video_container .video_item .container .winner
		{
			background: url(../image/badge/winner.png);
		}
			.video_container .video_item .container .badge img
			{
				border: 0;
				width: 87px;
				height: 71px;
			}
		.video_container .video_item .container .themeBadge
		{
			width: 112px;
			height: 92px;
			left: 2px;
			top: 2px;
		}
			.video_container .video_item .container .themeBadge img
			{
				border: 0;
				width: 112px;
				height: 92px;
			}
		.video_container .video_item .container .witty
		{
			background: url(../image/badge/theme/witty.small.png);
		}
		.video_container .video_item .container .orange
		{
			background: url(../image/badge/theme/orange.small.png);
		}
		.video_container .video_item .container .shake
		{
			background: url(../image/badge/theme/shake.small.png);
		}
        .video_container .video_item .container .shake-winner
		{
			background: url(../image/badge/theme/shake.winner.small.png);
		}
		.video_container .video_item .container .orange-winner
		{
			background: url(../image/badge/theme/orange.winner.small.png);
		}
		.video_container .video_item .container .witty-winner
		{
			background: url(../image/badge/theme/winner.small.png);
		}


	.video_container .video_item .container .image
	{
		position: relative;
		left: 5px;
		width: 159px;
		overflow: hidden;
		z-index: 9;
	}
		.video_container .video_item .container .image .upload-video
		{
			display:block;
			width:159px;
			height:120px;
			background:url(../image/videos/upload-video.gif);
		}
		.video_container .video_item .container .image .upload-video-disabled
		{
			background:url(../image/videos/upload-video-disabled.gif);
		}
	.video_container .video_item .video_info
	{
		float: left;
		margin: 0px 0px 0px 11px;
		padding: 4px 0px 0px 0px;
		overflow: hidden;
	}
		.video_container .video_item .video_info .nowidth
		{
			width:auto;
		}
		.video_container .video_item .video_info .element
		{
			margin: 0px 0px 5px 0px;
			width: 250px;
		}
		.video_container .video_item .video_info .element .label
		{
			float: left;
			padding: 0px 3px 0px 0px;
		}
		.video_container .video_item .video_info .element .value
		{
			float: left;
			height: 15px;
			font-weight: bold;
		}
			.video_container .video_item .video_info .element .votes
			{
				font-weight:normal;
			}
		.video_container .video_item .video_info .element .votes
		{
			font-weight: normal;
		}
		.video_container .video_item .video_info .element .name
		{
			width: 113px;
			overflow: hidden;
			white-space: nowrap;
		}
		.video_container .video_item .video_info .element .genre
		{
			margin: 0px 14px 0px 0px;
			width: 50px;
			overflow: hidden;
		}
		.video_container .video_item .video_info .element .keyword
		{
			margin: 0px 4px 0px 0px;
			width: 85px;
			overflow: hidden;
		}
		.video_container .video_item .video_info .element .date
		{
			float: right;
			font-weight: bold;
		}
		.video_container .video_item .video_info .element .stars
		{
			margin: -3px 0px 0px 0px;
			padding: 0px 10px 0px 4px;
		}
		.video_container .video_item .video_info .share
		{
			margin: -2px 0px 0px 0px;
		}

/**
* BASIC CONTAINER STYLES
*/
.container
{
	position: relative;
}
.container .top
{
	background-repeat: no-repeat;
	width: 100%;
	height: 5px;
	overflow:hidden;
}
.container .body
{
	background-repeat: repeat-y;;
	width: 100%;
}
.container .bottom
{
	background-repeat: no-repeat;
	width: 100%;
	height: 5px;
}
.container_110	.top	{ background-image: url(../image/container-bgs/110/top.gif); height: 4px;overflow: hidden; }
.container_110 .body	{ background-image: url(../image/container-bgs/110/repeat.gif);	}
.container_110 .bottom	{ background-image: url(../image/container-bgs/110/bottom.gif); height: 4px;overflow: hidden; }

.container_169	.top	{ background-image: url(../image/container-bgs/169/top.gif);  	}
.container_169 .body	{ background-image: url(../image/container-bgs/169/repeat.gif);	}
.container_169 .bottom	{ background-image: url(../image/container-bgs/169/bottom.gif);	}

.container_956
{
	position: relative;
	left: 7px;
}
.container_956	.top
{
	background-image: url(../image/container-bgs/956/top.gif);
	height: 16px;
	overflow: hidden;
}
.container_956 .bottom
{
	background-image: url(../image/container-bgs/956/bottom.gif);
	height: 13px;
	overflow: hidden;
}
.container_956 .body
{
	background-color: #FFFFFF;
	background-image: url(../image/container-bgs/956/repeat.gif);
	padding: 0px 11px 0px 11px;
	width: 934px;
}
.container_white_956 .top
{
	background-image: url(../image/container-bgs/956/top.white.gif);
	height: 16px;
	overflow: hidden;
}
.container_white_956 .bottom
{
	background-image: url(../image/container-bgs/956/bottom.white.gif);
	height: 13px;
	overflow: hidden;
}
.container_white_956 .body
{
	background-color: #fff;
	background-image: url(../image/container-bgs/956/repeat.white.gif);
	padding: 0px 11px 0px 11px;
	width: 934px;
	overflow: hidden;
}
.container_956 .body .left_content
{
	float: left;
	padding: 0px 20px 0px 0px;
	width: 447px;
	border-right: 1px solid #e5e5e5;
}
.container_956 .body .right_content
{
	position: relative;
	left: -1px;
	float: left;
	padding: 0px 0px 0px 19px;
	border-left: 1px solid #e5e5e5;
}

/* Container w/ tabs */

body .container_w_tabs
{
	margin-top: 69px !important;
	position: relative;
}
	body .container_w_tabs .tabs
	{
		position: absolute;
		top: -36px;
		left: 0;
		list-style-type: none;
		margin: 0;
		padding: 0;
		z-index: 60;
	}
		body .container_w_tabs .tabs .tab
		{
			float: left;
			list-style-type: none;
			margin: 0 6px 0 0;
			padding: 0;
			text-indent: -3000px;
		}

/**
* DROPDOWNS
*/
.dropdown_select_normal
{
	background: transparent url(../image/content/dropdowns/bg.178.gif) no-repeat;
	padding: 7px 0px 0px 8px;
	width: 170px;
	height: 24px;
	font-size: 12px;
	cursor:pointer;
}
.dropdown_select_normal .label
{
	height: 14px;
	width: 140px;
	overflow: hidden;
}
.dropdown_select_clicked
{
	background-color: #FF66FF;
}
.dropdown_select_options
{
	font-size: 12px;
	cursor:pointer;
	background-color: #FFFFFF;
	margin: -1px 0px 0px 1px;
	#margin: -1px 0px 0px -4px;
	width: 176px;
	border-left: 1px solid #e6e4dc;
	border-right: 1px solid #e6e4dc;
	border-bottom: 1px solid #e6e4dc;
}
.dropdown_select_options ul
{
	padding: 0;
	margin: 0;
}
.dropdown_select_options ul li
{
	padding: 5px 7px 5px 7px;
	list-style: none;
	line-height: 14px;
	cursor: pointer;
}
.dropdown_select_options ul li.hover
{
	background: #001965;
	color: #FFFFFF;
}

/**
* STARS
*/
.stars-interactive .star
{
	cursor: pointer;
}
.stars .star
{
	float: left;
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
}
.stars .star-gray
{
	background-image: url(../image/videos/star-gray.png);
}
.stars .star-half
{
	background-image: url(../image/videos/star-half.png);
}
.stars .star-gold
{
	background-image: url(../image/videos/star-gold.png);
}

.small-stars .star
{
	float: left;
	background-repeat: no-repeat;
	width: 14px;
	height: 15px;
}
.small-stars .star-gray
{
	background-image: url(../image/videos/small-star-gray.png);
}
.small-stars .star-half
{
	background-image: url(../image/videos/small-star-half.png);
}
.small-stars .star-gold
{
	background-image: url(../image/videos/small-star-gold.png);
}


/**
* BUTTONS
*/
a.button
{
	cursor: pointer;
	display: inline-block;
}
a.button .button-left
{
	position: relative;
	float: left;
	background-repeat: no-repeat;
	display: inline-block;
	width: 20px;
	height: 24px;
	z-index: 10;
}
a.button .button-body
{
	position: relative;
	float: left;
	background-repeat: repeat-x;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	height: 21px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	z-index: 20;
}
.Mac a.button .button-body
{
	padding-top: 4px;
	height: 20px;
}
a.button .button-body .button-label
{
	float: left;
	display: inline-block;
	position: relative;
	margin: 0px -8px 0px -8px;
	z-index: 10000;
}
	a.button .button-body .button-label .button-icon
	{
		float: left;
		position: relative;
		top: 1px;
		padding: 1px;
		margin: 0 5px 0 0;
		background: #bbb;
	}
a.button .button-right
{
	position: relative;
	float: left;
	background-repeat: no-repeat;
	display: inline-block;
	width: 20px;
	height: 24px;
	z-index: 10;
}
a.button_blue .button-left	{ background-image: url(../image/buttons/blue/left.png); }
a.button_blue .button-body	{ background-image: url(../image/buttons/blue/body.png); }
a.button_blue .button-right	{ background-image: url(../image/buttons/blue/right.png); }
a.button_red .button-left	{ background-image: url(../image/buttons/red/left.png); }
a.button_red .button-body	{ background-image: url(../image/buttons/red/body.png); }
a.button_red .button-right	{ background-image: url(../image/buttons/red/right.png); }
a.button_gray .button-left	{ background-image: url(../image/buttons/gray/left.png); }
a.button_gray .button-body	{ background-image: url(../image/buttons/gray/body.png); }
a.button_gray .button-right	{ background-image: url(../image/buttons/gray/right.png); }


/**
* Video and profile
*/
#profile
{
	margin-top:29px;
}
#content .borders
{
	border:0;
	border-top:1px solid #f2f1ec;
	border-bottom:1px solid #f2f1ec;
	padding:5px 0 5px 5px;
	overflow:hidden;
	margin-top:8px;
	margin-bottom:8px;
}
	#content .borders .votes
	{
		padding-top:5px;
		margin-left:110px;
	}
	#content .borders label
	{
		position:absolute;
	}
#content .no-borders
{
	border: 0;
}
#content .image-options
{
	overflow:hidden;
	float:left;
	margin-right: 8px;
}
	#content .image-options .image-top
	{
		background:url(../image/profile/top.png) no-repeat;
		width:110px;
		height:3px;
		padding: 0;
		overflow: hidden;
	}
	#content .image-options .image
	{
		width:100px;
		height:100px;
		overflow: hidden;
		padding:2px 5px;
		background: url(../image/profile/body.png) repeat-y;
	}
	#content .image-options .image-bottom
	{
		background:url(../image/profile/bottom.png) no-repeat;
		width:110px;
		height:3px;
		padding: 0;
		overflow: hidden;
	}

/**
* PAGING
*/
.paging
{
	position: relative;
	left: 17px;
	margin: 9px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	width: 943px;
	border-top: 1px solid #f1efde;
	text-align: center;
	overflow: hidden;
}
.paging a.arrow
{
	position: relative;
	bottom: 19px;
	display: inline-block;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 8px;
	height: 11px;
}
.paging a.arrow_left 	{ left: -8px; background-image: url(../image/paging/arrow.left.gif);	}
.paging a.arrow_right	{ left: 6px; background-image: url(../image/paging/arrow.right.gif);	}
.paging a.pagenumber
{
	display: inline-block;
	background: transparent url(../image/paging/background.gif) no-repeat left top;
	margin: 0px 0px 0px -1px;
	padding: 13px 1px 0px 0px;
	width: 29px;
	height: 34px;
	text-align: center;
	font-size: 18px;
	overflow: hidden;
}
.paging a.active_pagenumber,
.paging a.pagenumber:hover
{
	background-position: left -47px;
	text-decoration: none;
}
	.paging a.pagenumber span
	{
		display: inline-block;
		width: 29px;
		text-align: center;
	}
.paging .dots
{
	position: relative;
	top: -19px;
	display: inline;
	padding: 0px 4px 0px 1px;
}
.Safari .paging a.arrow_left,
.Safari .paging a.arrow_right,
.Safari .paging .dots,
.Chrome .paging a.arrow_left,
.Chrome .paging a.arrow_right,
.Chrome .paging .dots
{
	top: 0px;
}

#footer
{
	width:955px;
	height:70px;
	padding: 45px 0 0 20px;
	background:transparent url(../image/footer/bg.jpg) no-repeat 5px 0;
	color:#fff;
	font-size: 10px;
	margin: 0 0 10px 0;
}
	#footer a
	{
		color: #fff;
	}
	#footer a:hover
	{
		color: #E86E02;
	}
	#footer .column1,
	#footer .column2
	{
		float: left;
	}
	#footer .column1
	{
		padding: 0 70px 0 0;
	}

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}