
/* =Master Reset
-------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: none;

}

input, select, textarea {
	margin: 0;
	padding: 1px;
	font-family: Verdana;
}

button {
	border-width: 1px;
	font-family: Verdana;
}

body {
	font: .70em Verdana;
	color: #eee;
	background: #000;
}

a {
	color: #dd7a00;
	text-decoration: underline;
}

a:visited {
	color: #dd7a00;
	text-decoration: underline;
}

a:hover {
	color: #dd7a00;
	text-decoration: underline;
}

.additionalInfo {
	color: #999;
}

/* end default styles */

/* helper classes */
.help {
	font-size: 90%;
}

.hr {
	height: 1px;
	border: solid 1px;
	font-size: 0;
	line-height: 0;
}

.clear {
	display: block;
	clear: both;
	font-size: 0;
}

.left {
	float: left;
	display: inline;
}

.fullWidth {
	width: 100%;
}

.right {
	float: right;
	display: inline;
}
/*
.bottomalignwrap {
	position: relative;
	height: 100%;
}
*/
/* end helper classes */
/* =General Rules
-------------------------------------*/
/*body {
    font: .70em Verdana;
    color: #eee;
    background: #000;
}
*//* =Regions Nav
-------------------------------------*/
/*#regions {
	margin: 5px 0 0;
	background: #a81420;
	border-bottom: solid 1px #9e9ea0;
	text-align: center;
	line-height: 23px;
	vertical-align: middle;
	color: #fff;
}
#regions dt, #regions dd, #regions dd ul, #regions li {
	display: inline;
}
#regions dt {
	text-transform: uppercase;
}
#regions li {
	border-right: 1px solid #fff;

}
#regions li.first, #regions li.last {
	border-right: none;
}
#regions a {
	color: #fff;
	text-decoration: none;
}
#regions a:hover {
	color: #fff;
	text-decoration: underline;
}

*/
input.image {
	vertical-align: middle;
}
/*div.left {
	width: 635px;
	padding-left: 10px;
	float: left;
	margin-right: 5px;
}
div.right {
	width: 305px;
	float: right;
	padding-left: 5px;
	text-align: right;
}
*/

#content {
	background: #050708;
	overflow: hidden;
}
#editors_pick {
	width: 268px;
	border: 1px solid #10506c;
	background: #173542;
	padding: 15px;
	margin-bottom: 15px;
}
#editors_pick h3 {
	text-align: left;
	font: normal 14px Arial, sans-serif;
	margin-bottom: 10px;
}
.video {
	width: 120px;
	float: left;
	text-align: left;
	margin-right: 18px;
	margin-bottom: 5px;
	position: relative;
}
#editors_pick .video {
	margin-right: 0;
}

div.editors_video_row
{
    float: left;
}

.video img {
	border: 1px solid #050708;
}
.video a.thumb {
	border: 1px solid #a9a9a9;
	display: block;
	width: 116px;
	height: 87px;
}
.video p {
	margin: 3px 0;
}
.video p.time {
	text-align: right;
	width: 114px;
	color: #74787b;
}
.video a {
	color: #eab581;
}
.video .visits {
	color: #605f5f;
}
#editors_pick .last {
	margin-left: 20px;
	display: inline;
}
#editors_pick p.more {
	margin: 5px 0 0;
	text-align: right;
	clear: both;
}
#editors_pick p.more a {
	color: #d4a725;
}

.popular, .most_viewed {
	clear: both;
	margin: 15px 0;
}
.popular h3, .most_viewed h3 {
	font: 14px Arial, sans-serif;
	font-weight: normal;
	color: #b5b4b4;
	background: url(/images/bg_h3.gif) no-repeat center right;
	margin: 0 0 8px -5px;
}
div.more {
	background: url(/images/bg_more.gif) repeat-x top left;
	clear: both;
	height: 20px;
	line-height: 20px;
	text-align: right;
}
div.more a {
	padding-right: 35px;
	background: url(/images/bg_more_link.gif) no-repeat top right;
	display: block;
	color: #fff;
	text-decoration: none;
}
.video_player {
	margin: 15px 0;
}
.help, form.search {
	float: left;
	margin: 0;
}
.help {

}
form.search {
	background: url(/images/bg_search.jpg) no-repeat left top;
	padding-left: 60px;
}

/*
.star-rating, .star-rating a:hover, .star-rating a:active, .star-rating a:focus, .star-rating .current-rating {
	background: url(/images/star.gif) left -1000px repeat-x;
}
*/

.star-rating {
	position:relative;
	width:80px;
	height:15px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li {
	display: inline;
}
.star-rating a, .star-rating .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:15px;
	line-height:15px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}
.star-rating a.one-star {
	width:25%;
	z-index:6;
}
.star-rating a.two-stars {
	width:50%;
	z-index:5;
}
.star-rating a.three-stars {
	width:75%;
	z-index:4;
}
.star-rating a.four-stars {
	width:100%;
	z-index:3;
}
.star-rating .current-rating {
	z-index:1;
	background-position: left bottom;
}
/* =My Videos Module
--------------------------------------------*/
#myvids, #myfavvids, div.videoGroup {
	position: relative;
}
#myvids h3, #myfavvids h3, div.videoGroup h3 {
	background: url(/images/bg_h3.gif) no-repeat right bottom;
	font: normal 14px Arial, sans-serif;
	margin-bottom: 10px;
}
#myvids .edit, #myfavvids .edit, div.videoGroup .edit {
	position: absolute;
	top: 0;
	right: 0;
	height: 1%;
}
#myvids .edit a, #myfavvids .edit a, div.videoGroup .edit a {
	color: #b3b1b1;
	text-transform: uppercase;
	font: bold 10px Verdana, sans-serif;
	text-decoration: none;
}
.pagination {
	background: #6e1413 url(/images/bg_more.gif) repeat-x top left;
	clear: both;
	height: 20px;
/**/	line-height: 21px;
	text-align: center;
	position: relative;
}
.pagination a {
	color: #fff;
}
.pagination .previous {
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/bg_more_previous.gif) no-repeat top left;
	width: 29px;
	text-indent: -9999px;
}
.pagination .next {
	position: absolute;
	right: 0;
	top: 0;
	background: url(/images/bg_more_link.gif) no-repeat top right;
	width: 30px;
	text-indent: -9999px;
}
#friends {
	background: url(/images/friends_bottom.gif) no-repeat top left;
	position: relative;
}
#friends h3 {
	background: url(/images/friends_top.gif) no-repeat top left;
	height: 21px;
	font: normal normal normal 14px/21px Arial, sans-serif;
	padding-left: 10px;
	text-align: left;
}
#friends .edit {
	position: absolute;
	top: 0;
	right: 10px;
	font: bold 10px/21px Verdana, sans-serif;
	color: #b3b1b1;
}
#friends .edit a {
	color: #b3b1b1;
	text-decoration: none;
}
#friends ul.friends {
	margin: 5px 15px;
	list-style: none;
}
#friends ul.friends li {
	padding: 4px 0 5px;
	border-bottom: 1px dotted #fff;
	overflow: hidden;
	position: relative;
	height: 100%;
	clear: both;
}
#friends ul.friends li.last {
	border-bottom: none;
}
#friends ul.friends li img {
	float: left;
	margin-right: 10px;
}
#friends ul.friends li .info {
	margin-left: 10px;
	font: 11px Verdana, sans-serif;
}
#friends ul.friends li .info .name {
	color: #fff;
}
#friends ul.friends li .info .school {
	color: #5d7b49;
}
#friends ul.friends li .viewvids img {
	position: absolute;
	bottom: 3px;
	right: 0;
	margin-right: 0;
}
#rightwrap .profileSearch {
	background: url(/images/friends_search.jpg) no-repeat top center;
	height: 28px;	
	width: 281px;
	margin: -4px auto 0;
	line-height: 28px;
	text-align: right;
	padding: 0 10px 0 0;
}
#rightwrap .profileSearch label {
	background: url(/images/friends_mag.gif) no-repeat left center;
	padding: 2px 0 2px 15px;
	font: bold 10px Verdana, sans-serif;
	text-transform: uppercase;
}
#rightwrap .profileSearch input.text {
	width: 120px;
}

#rightwrap .profileSearch #profileGo
{
    position: relative;
    top: 4px;
}

/* =Favorite Sites Module
--------------------------------------------*/
#fav_sites {
	background: url(/images/urls_middle.gif) repeat-y center top;
}
#fav_sites h3 {
	height: 22px;
	background: url(/images/urls_top.gif) no-repeat left top;
	font: normal 14px/22px Arial, sans-serif;
	padding-left: 10px;
}
#fav_sites ul {
	margin-left: 10px;
	list-style-type: none;
}
#fav_sites li {
	margin: 5px 0;
}
#fav_sites a {
	color: #cac9c9;
}
#fav_sites .edit {
	height: 22px;
	background: url(/images/urls_bottom.gif) no-repeat left bottom;
	text-align: right;
	text-transform: uppercase;
	line-height: 22px;
	padding-right: 10px;
	font-weight: bold;
}
#fav_sites .edit a {
	text-decoration: none;
}
/* =Profile Info Module
--------------------------------------------*/
#info h2 {
	font: normal 16px Arial, sans-serif;
	color: #cdcbcb;
	margin-bottom: 5px;
}
#info #basic {
	float: left;
	width: 125px;
}
#info #avatar {
	border: 1px solid #a9a9a9;
	margin-bottom: 5px;
	width: 90px;
}
#info #avatar img {
	border: 1px solid #000;
}
#info #basic a {
	color: #fff;
}
#info #extended {
	margin-left: 153px;
}
#info .headline {
	margin: 0 0 10px 0;
	font: 11px Verdana, sans-serif;
	color: #e08d4a;
}
#info dt {
	font: 11px Verdana, sans-serif;
	color: #e08d4a;
}
#info dd p {
	margin: 0;
}
#info #type {
	border: 1px solid #10506c;
	list-style: none;
	overflow: hidden;
	margin-top: 10px;
}
* html #info #type {
	height: 100%;
}
#info #type li {
	float: left;
	color: #3b3a3a;
	margin: 3px 20px;
	text-transform: uppercase;
	font-size: 11px;
	display: inline;
	height: 100%;
}
#info #type li.active {
	color: #e08d4a;
}
/* =Contests Module
--------------------------------------------*/
#rightwrap #contests {
	border: 1px solid #9b5315;
	position: relative;
	text-align: center;
    padding: 0 0 0 1px;
    display: none;
}
#contests .tl, #contests .tr, #contests .bl, #contests .br {
	position: absolute;
	height: 4px;
	width: 4px;
	z-index: 1;
}
#contests .tl {
	top: -1px;
	left: -1px;
	background: url('/images/contests-tl.gif') no-repeat top left;
}
#contests .tr {
	top: -1px;
	right: -1px;
	background: url('/images/contests-tr.gif') no-repeat top left;
}
#contests .bl {
	bottom: -2px;
	left: -1px;
	background: url('/images/contests-bl.gif') no-repeat top left;
}
#contests .br {
	bottom: -1px;
	right: -1px;
	background: url('/images/contests-br.gif') no-repeat top left;
}
#contests ul {
	list-style: none;
	position: relative;
}
#contests ul li {
	margin: 0;
	padding: 0;
	text-align: center;
}
.ad {
	text-align: right;
}



#contentwrap {
	width: 960px;
	margin: 0 auto;
}


/* header */
/* regionsnav */
#regionsnav {
	margin: 5px 0 0;
	background: #a81420;
	border-bottom: solid 1px #9e9ea0;
	text-align: center;
	line-height: 23px;
	vertical-align: middle;
	color: #fff;
}

ul.region, li.region {
	display: inline;
	font-size: 95%;
}

#regionsnav a {
	color: #fff;
	text-decoration: none;
}

#regionsnav a:hover {
	color: #fff;
	text-decoration: underline;
}

#leftarrow {
	height: 12px;
	width: 6px;
	vertical-align: middle;
}

#rightarrow {
	height: 12px;
	width: 6px;
	vertical-align: middle;
}

#leaderboardadwrap {
	height: 90px;
	margin: 0 0 0;
	padding: 10px 0 0;
	background: url(/images/banner_bg960x101.jpg) repeat-x 0 0;
}

#leaderboardad {
	background: #eee;
	width: 728px;
	height: 90px;
	margin: 0 auto;
	overflow: hidden;
}

/* mainnav */
#mainnav {
	height: 110px;
	height /**/: auto;
	background: url(/images/logo_bg960x112.jpg) no-repeat 0 0;
}

#mainlogo {
	display: block;
	height: 88px;
	width: 200px;
	float: left;
	display: inline;
	background: transparent;
	margin: 5px 0 15px;
}

#pulldownmenuwrap {
	width: 402px;
	float: left;
	display: inline;
	margin: 40px 0 0 30px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 95%;
}

#pulldownmenuwrap p {
	text-align: center;
	margin-bottom: 10px;
}

#pulldowmmenus {
	margin: 0 auto;
	width: 420px;
}

.topmenu {
	list-style-type: none;
	text-align: center;
	width: 134px;
	height: 39px;
	float: left;
	font-size: 110%;
}

.topmenu strong {
	display: block;
	margin: 10px 0 0 0;
}

#buttonCategories {
	background: #000 url(/images/button_orange.png) no-repeat 0 0;
}

#buttonDirectories {
	background: #000 url(/images/button_blue.png) no-repeat 0 0;
}

#buttonLegacy {
	background: #000 url(/images/button_green.png) no-repeat 0 0;
}

#signinwrap {
	display: block;
	width: 310px;
	float: right;
	display: inline;
	margin: 15px 10px 10px 0;
	font-weight: bold;
	font-size: 80%;
	color: #fff;
}

#signinwrap input {
	margin: 3px 5px 0 0;
	border: solid 1px #999;
}

#signinwrap p {
	margin: 0 0 5px 0;
}

#usernamewrap {
	width: 140px;
	float: left;
}

#password, #username {
	width: 130px;
}

#signinlink {
	font-size: 130%;
}

#keepsignedinlabel a {
	color: #bbb;
	font-size: 90%;
}

#passwordwrap {
	width: 170px;
	float: left;
}

#helpwrap {
	clear: both;
}
/* subnav */
#subnav {
	margin: 0 0 10px 0;
}

#subnavSearch {
	float: right;
	display: inline;
	margin: 0 10px;
}

#subnavSearch input {
	border: solid 1px #999;
}

#subnavSearch a {
	color: #dd7a00;;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

#subnavSearch span {
	display: inline;
	padding: 0 0px 5px 120px;
	background: #000 url(/images/search_image115x18.jpg) no-repeat 0 0;
}

#subnavSearch a:hover {
	text-decoration: underline;
}

#subnavlinks {
	float: right;
	display: inline;
	margin: 0 0 0 0;
	font-size: 90%;
}

#subnavlinks a {
	color: #aaa;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
}

#subnavlinks a:hover {
	text-decoration: underline;
}


/* content */
#content {
	background: #000;
	clear: both;
	padding: 0 10px;
}

div.content {
	background: #000;
	clear: both;
	padding: 0 10px;
}

div.leftwrap {
	float: left;
	display: inline;
	width: 630px;
}

#leftwrap {
	float: left;
	display: inline;
	width: 630px;
}

#rightwrap {
	float: right;
	display: inline;
	width: 300px;
}

#rightwrap .module {
	text-align: left;
}

.module {
	margin: 0 0 13px 0;
	clear: both;
/*
*/
}

/* leftwrap */
/* title */
#title.module {
    margin: 0 0 5px;
}

#title h1 {
	font-size: 220%;
	font-weight: normal;
	width: 450px;
	line-height: 45px;
/*	  position: absolute;
	bottom: 0;
*/}

#adwrap {
	width: 88px;
	margin: 0 10px 0 0;
}

#microbarwrap {
	width: 88px;
	margin: 0;
	text-align: center;
/*	position: absolute;
	bottom: 0;
*/}

#microbarwrap p {
	font-size: 9px;
	height: 12px;
	margin: 0 0 3px 0;
	overflow: hidden;
}

#microbarwrap a {
	display: block;
	background: #eee;
	width: 88px;
	height: 31px;
}

#microbarwrap.normal {
	position: static;
	bottom: auto;
}

#microbarwrap img {
	width: 88px;
	height: 31px;
}

#mainvideo {
	height: 330px;
}

/* auto ranking modules */
h3.moduleTitle  {
	background: url(/images/bg_h3.gif) no-repeat right bottom;
	font: normal 14px Arial, sans-serif;
	margin-bottom: 10px;
}

.videoListingHeader {
	border-bottom: solid 1px #9E9EA0;
	margin: 0 0 15px 0;
}

.videoListingHeader h2 {
	font-size: 125%;
	font-weight: normal;
	border-right: solid 1px #9E9EA0;
	line-height: 100%;
	padding: 0 15px 0 0;
	float: left;
	background: #000;
	margin: 0 0 -1px;
}

.videoListingContent {
	margin: 0 0 10px 0;
}

.videoThumbOuterWrap {
	text-align: right;
	width: 118px;
	margin: 0 0 3px 0;
}

.videoThumbBorderWrap {
	color: #9e9ea0;
	border: solid 1px;
	width: 114px;
	height: 85px;
	padding: 1px;
	margin: 0 0 2px 0;
}

.fourUpTile {
	float: left;
	display: inline;
	width: 22%;
	margin: 0 15px 0 0;
}

.fourUpTile h4 {
	margin: 0 0 3px 0;
}

.fourUpTile p {
	margin: 0 0 5px 0;
}

.starRating {
	margin: 0 0 3px 0;
}

.starRating img {
	width: 14px;
	height: 15px;
}

.bottomNavRight {
	margin: 0 0 30px 0;
	background: #661212;
	text-align: right;
	vertical-align: middle;
	height: 20px;
}

.bottomNavRight a {
	float: right;
	font-size: 90%;
	background: #661212 url(/images/arrow_detail_right_26x21.jpg) no-repeat 100% 0;
	padding: 0 35px 0 0;
	color: #eee;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}

/* links */
#links{

}

#links cite {
	font-style: normal;
}

#links h3 {
	font-size: 110%;
}

#links a {
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}

.twoUpRow {
	margin: 0 0 20px 0;
}

.linksTiles {
	width:	280px;
	float: left;
	display: inline;
	margin: 0 30px 0 0;
}

.tilesImage {
	display: block;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	height: 100px;
}

#links img {
	display: block;
	width: 80px;
	height: 60px;
}

#links .horizLine {
    height: 1px;
    width: 80%;
    border-top: solid 1px #9e9ea0;
    margin: 0 auto 20px;
    text-align: center;
}

/* rightwrap */
#searchbar {
	height: 35px;
}

#getstarted {
	height: 60px;
}

/* Supercube Ad */
#supercubead.module  {
    text-align: right;
}

#supercubeAdText {
	margin: 0 0 3px 0;
}
/*
#tripleads {
	height: 250px;
}
*/
#editorspick {
	height: 220px;
}

#newprofiles {
	height: 280px;
}


/* footer */
#footer {
	border-top: solid 1px #9e9ea0;
	background: #000 url(/images/footer1x261.JPG) repeat-x 0 0;
	text-align: center;
	font-size: x-small;
	padding: 0 40px;
	height: 260px;
	position: relative;
	text-align: center;
	border-top: 1px solid #fff;
	color: #b2b1b1;
}

#footerRule {
	visibility: hidden;
	min-height: 90px;
	height: 90px;
}

#footer a, #footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footerLinks {
	margin: 25px 0 15px !important;
}

#footerLegal {
	margin: 0 0 15px;
	color: #9e9ea0;
}
/*********** end of footer *********/


/* 3-col layout */
.firstTripleCol {
	float: left;
	display: inline;
	width: 300px;
	margin: 0 15px 0 0;
}

.secondTripleCol {
	float: left;
	display: inline;
	width: 300px;
	margin: 0 15px 0 0;
}

.thirdTripleCol {
	float: left;
	display: inline;
	width: 290px;
	width /**/: 300px;
	margin:	 0 10px 0 0;
}

/* Registration 1,2 */
#pageTitle {
	font-family: Arial;
	font-size: 250%;
	font-weight: normal;
	color: #fff;
	margin: 0 0 20px 0;
}

#firstStep {
	background: url(/images/registration1_21x21.jpg) no-repeat 0 0;
}

#secondStep {
	background: url(/images/registration2_21x21.jpg) no-repeat 0 0;
}

#thirdStep {
	background: url(/images/registration3_21x21.jpg) no-repeat 0 0;
}

#fourthStep {
	background: url(/images/registration4_21x21.jpg) no-repeat 0 0;
}

#fifthStep {
	background: url(/images/registration5_21x21.jpg) no-repeat 0 0;
}

.titleWrap {
	padding: 0 0 15px 0;
}

.numberedTitleWrap {
	padding: 0 0 15px 30px;
}

h2.underlinedTitle {
	font: 170% Arial;
	font-weight: normal;
	padding: 0 0 0 5px;
	margin: 0;
	margin /**/: 0 0 -5px 0;
}

.underline {
	color: #9e9ea0;
	border-left: solid 1px;
	border-bottom: solid 1px;
	height: 10px;
	width: 90%;
}

/* shared - create account, edit profile */
.formBox {
	border: solid 1px #661212;
	background: #470f10;
	padding: 10px 35px 10px 20px;
}

.formField {
	margin: 0 0 8px 0;
}

html .formField {
	height: 1%;
}

.horizSpanCol .formField {
	width: 23%;
	float: left;
	display: inline;
	margin: 0 15px 0 0;
}

.formFieldLabel {
	display: block;
	position: relative;
	left: -10px;
	margin: 0 0 3px 0;
	color: #fff;
}

.formFieldLabelSingleLine {
	position: relative;
	left: -10px;
	margin: 0 0 3px 0;
	color: #fff;
	width: 80px;
	float: left;
}

.formFieldLabel em, .formFieldLabelSingleLine em {
	text-decoration: none;
	color: #dd7a00;
}

.formBox input, .formBox textarea, .formBox select,
.formUpload input, .formUpload textarea, .formUpload select,
.formVidDetails input, .formVidDetails textarea, .formVidDetails select
 {
	margin: 0 5px 0 0;
	border: solid 1px #5f6062;
	background: #202020;
	color: #dd7a00;
}

#dobmonth option
{
	width: 20px;
}

#dobday option
{
	width: 20px;
}

#dobyear
{
	width:50px;
}

#favoriteURL input {
	width: 100%;
}

#textAreaAbout {
	font-size: small;
	width: 100%;
	height: 120px;
}



.firstTripleCol input {
	width: 100%;
}

.formFieldHelper {
	text-align: right;
	display: block;
	color: #dd7a00;
	font-size: 85%;
}

.captcha {
	margin: 10px 0;
	width: 200px;
	height: 70px;
}

input.checkboxList {
	width: auto;
}

.itemList {
	float: left;
	display: inline;
	width: 120px;
	margin: 0 0 5px;
}

.choiceItem {
	color: #dd7a00;
}

#chooseFileWrap img {
	display: block;
}

#avatarInput {
	width: 120px;
}

#chooseAvatarEdit {
	float: right;
}

#chooseAvatarEdit input {
	margin-right: 0;
}

#chooseFileWrap {
	float: left;
}

#checkboxWrap {
	float: left;
	display: inline;
	margin: 0 0 50px;
}

#createAccountAgreement {
	color: #dd7a00;
	font-size: 90%;
}

#createAccountAgreement a, #createAccountAgreement a:hover {
	color: #eee;
}

#registrationFirstPageSubmit {
	margin: 10px 0 0;
	text-align: center;
}

#registrationSecondPageSubmit {
	margin: 200px 0 0;
	text-align: center;
}

#editProfileSubmit {
	margin: 15px 0 0;
	text-align: center;
}

/* upload video */
.uploadTitleIcon {
	float: left;
	display: inline;
	width: 90px;
	height: 75px;
	margin: 0 10px 10px 0;
}

.uploadTitleWrap {
	float: left;
	display: inline;
	width: 175px;
	margin: 0 0 10px 0;
}

.uploadTitleWrap .underlinedTitle {
	color: #dd7a00;
}

.sixUpTile {
	float: left;
	display: inline;
	width: 15%;
	margin: 0 10px 0 0;
}

.sixUpTile h3, .fourUpTile h3 {
	font-size: 100%;
}

/* Profile */
#profileTitle {
	padding: 0 0 0 30px;
	position: relative;
}
#profileTitle .send {
	position: absolute;
	top: 10px;
	left: 50%;
}

.profileInfo {
	color: #dd7a00;
}
#info p.status {
	margin-bottom: 5px;
	color: #5e7b4b;
}

/* Add/Edit Friends/Comments */
.oneUpTile {
   margin: 15px 0 0 0;
   width: 140px;
}

.videoStripWrap {
	width: 140px;
	float: left;
	padding: 0 10px 0 0;
}

.messageWrap {
	margin: 0 0 50px 0;
}

.messageHeader {
	border: solid 1px #10506c;
	background: #173542 url(/images/comments_icon11x9.jpg) no-repeat 8px 50%;
	padding: 3px 8px 3px 30px;
}

.messageHeader h2 {
	font-size: 115%;
}

.messageHeaderLink {
	float: right;
}

.messageHeaderLink a {
	color: #eee;
	font-size: 90%;
}

.messageHeaderLink a:hover {
	color: #eee;
}

.messageContentWrap {
	padding: 0 15px 0 0;
}

.messageFooter {
	text-align: right;
	margin: 5px 0 0;
}

.messageFooter a {
	color: #eee;
	text-align: right;
	font-size: 85%;
}

.messageList li {
	list-style: none;
	border-bottom: dotted 1px #9e9ea0;
	padding: 8px 5px 5px 0;
	line-height: 0;
}

.messageList a.avatar {
	float: left;
	display: inline;
}

.message {
	padding: 0 0 0 70px;
	line-height: 100%;
}

.message p {
	margin: 0 0 10px 0;
}

.message .reply {
    float: right;
}

.message .reply a {
	color: #eee;
	font-size: 85%;
	margin: 0 3px;
	text-transform: uppercase;
}

.messageList .evenRow {
	background: #282929;
}

.author {
	font-style: normal;
	font-weight: bold;
	margin: 0 0 13px 0;
	display: block;
}

.timestamp {
	color: #9e9ea0;
	font-weight: normal;

}
.author .timestamp {
	margin: 0 0 0 5px;
}

/* Get started now */
#getStarted {
}

/* Triple ads */


/* Uploader */
#uploaderWrap {
	width: 100%;
    min-width: 460px;
}

#uploaderWrap #mainnav {
    border-bottom: solid 1px #5f6062;
    padding: 0 10px 0 0;
}

#uploaderFooter {
	border-top: solid 1px #9e9ea0;
	margin: 0;
	text-align: center;
	font-size: x-small;
    padding: 20px 10px 3px;
}

#uploaderFooter h3 {
	font-size: 100%;
	color: #dd7a00;
}
#uploaderFooter a {
	color: #eee;
}

.formUpload {
	padding: 10px 20px 10px 10px;
    position: relative;
}

.formUpload .formFieldLabel {
	display: block;
    width: 90px;
	float: left;
	clear: both;
}

.formUpload input {
    width: 170px;
}

.formUpload #inputTitle, .formUpload textarea {
    width: 270px;
}

.formUpload textarea {
	height: 90px;
}

.formUpload .formFieldHelper {
	text-align: left;
}

.formUpload #sizeInfoWrap {
    width: 420px;
}

.formUpload #selectedFile {
	margin: 0 0 0 10px;
	color:	#dd7a00;
	font-weight: bold;
}
.formUpload #sizeInfo {
	margin: 0 0 0 40px;
    white-space: nowrap;
}

#uploadBtnImg {
    /*position: absolute;*/
    /*right: 5px;*/
    /*clear: both;*/
    position: relative;
    bottom: 117px;
    display: block;
    float: right;
}

/* Button ads */
#buttonAdText {

}

.buttonAdWrap {
    padding: 0 0 5px;
    margin: 20px 0 0;
    width: 200px;
    float: right;
}

#uploaderWrap .buttonAd {
    float: right;
    width: 120px;
    height: 90px;
}

#uploaderWrap #buttonAdText {
    position: absolute;
    bottom: 0px;
}

#uploaderWrap .buttonAdTextWrap {
    float: right;
    position: relative;
    width: 80px;
    height: 90px;
}

#extras ul {
	float: left;
	width: 500px;
	border: 1px solid #10506c;
	background: #173542;
}
#extras ul li {
	float: left;
	list-style: none;
	padding: 3px 10px;
}
#extras ul li.last {
	float: right;
}
#extras ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#extras dl {
	float: right;
	background: url('/images/bg_h3.gif') no-repeat bottom left;
	padding: 0 0 5px 5px;
	margin: -10px 10px 10px 0;
	width: 105px;
}
#extras dt {
	color: #DD7A00;
}
#user {
/*	display: block;*/
	width: 300px;
	float: right;
	display: inline;
	margin: 35px 10px 10px 10px;
	font-weight: bold;
/*	font-size: 80%;*/
	color: #fff;
}

#user p {
    margin: 2px 0px 2px 0px !important;
}
   
#user .smavatar {
	float: left;
	background: #fff;
	margin: 0 5px 5px 0;
}
#user p {
	font-weight: bold;
}
#user p.links a {
	text-transform: uppercase;
	color: #999;
}
#user p.friends {
	margin-top: 10px;
	text-align: center;
}
#user p.friends a {
	color: #09bf0b;
}
/* =Video Details Module
--------------------------------------------*/
#viddetails {
	background: url('/images/bg_h3.gif') no-repeat top left;
	padding-top: 10px;
}
#viddetails .left {
    float: left;
    width: 320px;
}
#viddetails .right {
    float: right;
    width: 220px;
    text-align: left;
}
#viddetails dl {
	color: #fff;
	display: inline;
	margin: 3px 0;
}
#viddetails dl.row {
	display: block;
}
#viddetails dt {
	color: #e08d4a;
	display: inline;
}
#viddetails dd.starRating {
    position: relative;
    top: 3px;
}
#viddetails dd {
	display: inline;
	margin: 0 20px 0 0;
}
#viddetails dd ul {
}
#viddetails .threeUpTile {
    margin: 10px 0 0;
}
.threeUpTile {
	float: left;
	display: inline;
	width: 30%;
	margin: 0 15px 0 0;
}
#viddetails dd input {
	display: block;
	width: 180px;
	margin: 3px 0 0;
}
#viddetails dd.help {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	padding-top: 1em;
	margin-left: 20px;
}
#viddetails dd.help a {
	text-decoration: none;
	color: #fff;
}
/* =Video Edit Details Module
--------------------------------------------*/
#videditdetails {
	background: url('/images/bg_h3.gif') no-repeat top left;
	padding: 15px 0 0;
}
#videditdetails #formWrap {
	position: relative;
	height: 100%;
}

#videditdetails .label {
    width: 100px;
    display: block;
    float: left;
    line-height: 15px;
}

#videditdetails .formVidDetails {
    margin: 0 0 5px 0;
}
#videditdetails input, #videditdetails textarea {
    width: 510px;
}
#videditdetails textarea {
    height: 80px;
}
#videditdetails select.date {
    width: 60px;
}
#videditdetails select.category, #videditdetails input.competitor {
    width: 200px;
}
#videditdetails #saveButton {
    position: absolute;
    bottom: 5px;
    right: 25px;
}
/* =More Video Options
--------------------------------------------*/
#moreVidOptions.module {
    text-align: center;
}
#moreVidOptions .formVidOptions {
    text-align: left;
    padding: 0 10px 25px;
    background: #470f10;
    border: solid 1px #661212;
    margin: 0 0 15px;
}
.formVidOptions input {
    margin: 0 5px 0 0;
}
#moreVidOptions h2.title {
    font-size: 120%;
    text-align: center;
    margin: 15px 0 10px;
}
#moreVidOptions .row {
    vertical-align: middle;
    margin: 0 0 5px;
}
#moreVidOptions h3.underlined {
   background: url(/images/bg_h3.gif) no-repeat 0 100%;
   padding: 0 0 5px 5px;
   font-size: 105%;
   margin: 15px 0 7px;
   font-weight: normal;
}
#moreVidOptions .label {
    color: #dd7a00;
}
#moreVidOptions .indent {
    float: left;
    margin: 0 5px 15px 0;

}
/* =More Videos Module
--------------------------------------------*/
#morevids {
	padding: 10px;
	background: #470f10;
	border: 1px solid #661212;
}
#morevids h3 {
	font: 14px Arial, sans-serif;
	text-align: center;
	margin-bottom: 10px;
}
#morevids .pagination .previous {
	background: url('/images/bg_more_previous_red.gif') no-repeat top left;
}
#morevids .pagination .next {
	background: url('/images/bg_more_link_red.gif') no-repeat top right;
}
#morevids .morevids_row
{
    float: left;
}

/* =Dual Ads Module
--------------------------------------------*/
.two-ads {
	overflow: hidden;
}
.two-ads p {
	margin: 0 0 3px 13px;
}
.two-ads .ad {
	text-align: center;
	width: 50%;
	float: left;
}
/* =Edit Friends Module
--------------------------------------------*/
#friendslist .title {
	background: #2b2d2c;
	border: 1px solid #3d3e40;
	padding: 3px 5px 3px 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
#friendslist .title h3 {
	font: 14px Arial, sans-serif;
	float: left;
}
#friendslist .title span {
	float: right;
}
#friendslist ul.friends {
	list-style: none;
}
#friendslist ul.friends li {
	border-bottom: 1px dotted #9c9c9e;
	overflow: hidden;
	position: relative;
	padding: 5px;
	height: 100%;
}
#friendslist ul.friends li.alt {
	background: #1d1e20;
}
#friendslist ul.friends li .smavatar {
	float: left;
	margin-right: 5px;
}
#friendslist ul.friends li .info a img {
	margin-top: 3px;
}
#friendslist ul.friends li .info .name {
	color: #fff;
	text-decoration: none;
}
#friendslist ul.friends li .info .school {
	color: #5e7b4b;
}
#friendslist ul.friends li .actions {
	position: absolute;
	bottom: 4px;
	right: 4px;
	display: inline;
	clear: both;
}
#friendslist ul.friends li .actions span a {
	color: #0a9107;
	text-decoration: underline;
	text-transform: none;
	font-weight: bold;
	margin-right: 10px;
}
#friendslist ul.friends li .actions a {
	color: #fff;
	text-transform: uppercase;
}
h1#categoryTitle {
	font: normal 16px Arial, sans-serif;
	color: #a9a9a9;
	position: relative;
	top: 2em;
	text-align: center;
}

h1#categoryTitle span {
	color: #dd7a00;
	text-transform: uppercase;
}

/* =Help
--------------------------------------------*/
#help h1 {
    font-size: 200%;
    margin: 20px 0;
}

#help h2 {
    font-size: 150%;
    margin: 20px 0 5px;
}

#help h3 {
    font-size: 120%;
    margin: 10px 0 3px;
}

#help h4 {
    font-size: 110%;
    margin: 5px 0 5px;
}

#help a {
    text-decoration: none;
    color: #eee;
}

#help ul {
    list-style: disc;
    padding: 0 0 0 15px;
}

#help p {
    margin: 3px 0 5px;
}

/* =Whoops
--------------------------------------------*/
#whoops {
    line-height: 25px;
    height: 350px;
}

#whoops .underline {
	font: 10px Arial;
	font-weight: normal;
	padding: 0 0 0 5px;
	margin: -5px 0 0;
}

#whoops .titleWrap {
    width: 500px;
}

#whoops p {
    font-size: 110%;
}

#whoops h3 {
    font-size: 110%;
    color: #dd7a00;
    font-weight: bold;
}

#whoops li {
    list-style: none;
    font-size: 110%;
}

/* =Shared getPassword and sendToFriend
--------------------------------------------*/
#getPassword .titleWrap, #sendToFriend .titleWrap {
    width: 250px;
    margin: -15px 0 10px 20px;
    padding: 0;
}

#getPassword .formBox, #sendToFriend .formBox {
    width: 530px;
    padding: 20px;
}

#getPassword #supercubeAdText, #sendToFriend #supercubeAdText {
    margin-top: -11px;
}

#getPassword .sendButton, #sendToFriend .sendButton {
    margin: 10px 65px;
    display: block;
    float: right;
    width: 135px;
    height: 47px;
    text-indent: -9999px;
    background: url(/images/send135x47.jpg) no-repeat 0 0;
    cursor: pointer;
}

/* =getPassword
--------------------------------------------*/
#getPassword .instruction {
    border-bottom: dotted 1px;
    padding: 0 0 10px;
    margin: 0 0 25px;
}

#getPassword input {
    margin: 8px 0 110px;
    width: 310px;
}


/* =sendToFriend
--------------------------------------------*/
#sendToFriend .shareCurrentVideo {
    padding-bottom: 8px;
    border-bottom: 1px dotted;
    width: 90%;
}

#sendToFriend .shareClip {
    padding-top: 8px;
    margin-bottom: 15px;
}

#sendToFriend .clipTime {
    margin: 15px 0;
}

#sendToFriend #setStartTime, #sendToFriend #setEndTime {
    float: left;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
    width: 104px;
    height: 16px;
}

#sendToFriend #setStartTime {
    background: url(/images/startime104x16.jpg) no-repeat 0 0;
}

#sendToFriend #setEndTime {
    background: url(/images/endtime104x16.jpg) no-repeat 0 0;
}

#sendToFriend .clipTime  input {
    margin: 0 30px 20px 3px;
    width: 80px;
    display: block;
    float: left;
}

#sendToFriend .formFieldHelper {
    margin-bottom: -12px;
}

#sendToFriend .formField input {
    width: 100%;
}

#sendToFriend .optional {
    margin: 0 0 0 3px;
    color: #dd7a00;
}




























/* Supplemental CSS */
#mainvideo {
	height: auto;
}
#regionsnav {
	margin: 0;
}
#friends {
	background-position: bottom left;
}
#fav_sites {
	background-position: top left;
}
html>body #contests .bl {
	bottom:-1px;
}
* html #contests .tl,
* html #contests .tr,
* html #contests .bl,
* html #contests .br {
	background-image: none;
}

html, body {
	height: 100%;
}
#contentwrap {
	position: relative;
	height: 100%;
	min-height: 100%;
}
html>body #contentwrap {
	height: auto;
}

.pagination {
	height: 21px;
}

.pagination a,
.pagination span {
	border-left: 1px solid #fff;
	padding: 0 5px 0 5px;
}

.pagination .first,
.pagination .one,
.pagination .previous,
.pagination .next,
.pagination .last {
	border-left: none;
}

/* this was added for send-to-friend */
ul.formfields {
    list-style: none;
}
ul.formfields li {
    margin: 5px 0;
}

#comingsoon {
    width: 280px;
    height: 120px;
    left: 10px;
    position: absolute;
    padding-top: 80px;
}
.comingsoon {
    opacity:0.3;
    filter: alpha(opacity=30);
}

#region li {
    border-left: 1px solid #fff;
    padding: 0 5px;
    margin-top: 7px;
    line-height: 14px;
    max-height: 20px;
}
#region li.first {
    border-left: none;
}

#regionsnav {
    padding-left: 200px;
    display: block;
    height: 30px;
    text-align: left;
}
#region {
    float: left;
	height: 25px;
	padding: 0 5px;
	position: relative;
    width: 1500px;
    padding-left: 0;
    margin-left: 0;	
}

#regionsnav strong {
    float: left;
}
.video span img {
	border: none;
}

.regioncontainer {
    overflow: hidden;
    width: 415px;
    float: left;
}

#region span, #region strong, #region ul, #region li, #leftarrow {
   float: left;
   text-decoration: none;
}

*:first-child+html .regioncontainer {
    z-index: 1;
    position: relative;
}

*:first-child+html #region {
    z-index: 0;
    position: relative;
}

* html .regioncontainer {
    position: relative;
    width: 415px;
}

#leftarrow, #rightarrow {
    padding: 8px 5px 0 7px;
}

/* Video Upload */
.formUpload .formFieldLabelError {
	display: block;
    width: 90px;
	float: left;
	clear: both;
	color: #ec1e24;
}

#mostrecent .video.first {
    clear: left;
}

#mostrecent .video.last {
    clear: right;
}

/* Header dropdowns */
#pulldowmmenus {
    position: relative;
    left: 0px;
}

#pulldowmmenus ul {
    list-style: none;
	margin: 0;
	padding: 0;
}

#pulldowmmenus li {
	float: left;
}

#pulldowmmenus a {
	color: #fff;
    text-decoration: none;
}

#pulldowmmenus li:hover ul, #pulldowmmenus li.iehover ul {
    left: auto;
}

#pulldowmmenus li ul {
    margin-top: 14px;
    display: none;
    padding-bottom: 3px;
}

* html #pulldowmmenus ul {
    position: relative;
    z-index: 999;
}

#pulldowmmenus li ul li {
    border-top: 1px solid #000;
    padding: 2px 0 2px 20px;
    text-align: left;
    font-size: 9px;
    width: 135px;
}

#pulldowmmenus li ul li {
    position: relative;
}

#pulldowmmenus li ul li.first {
    border-top: none;
}

#pulldowmmenus li:hover ul, #pulldowmmenus li.iehover ul {
	display: block;
}

#pulldowmmenus li ul li.last {
    border-top: none;
}

#pulldowmmenus li ul li {
	float: none;
}

#buttonCategories ul li {
	background: #BD7F34 url('/images/nav-arrow.gif') no-repeat 7px 4px;
}

#buttonLegacy ul li {
	background: #339933 url('/images/nav-arrow.gif') no-repeat 7px 4px;
}

#buttonCategories ul li:hover  {
	background-color: #A76028;
}

#buttonLegacy ul li:hover  {
	background-color: #336633;
}

* html #buttonCategories ul li.iehover {
	background-color: #A76028;
}

* html #buttonLegacy ul li.iehover {
	background-color: #339933;
}

#buttonDirectories ul li {
	background: #4F63A8 url('/images/nav-arrow.gif') no-repeat 7px 4px;
}

html #pulldowmmenus li#buttonCategories ul {
    left: -265px;
}

html #pulldowmmenus li#buttonDirectories ul {
    left: -130px;
}

html #pulldowmmenus li#buttonLegacy ul {
    left: 5px;
}

#buttonDirectories ul li:hover {
	background-color: #30447F;
}

* html #buttonDirectories ul li.iehover  {
	background-color: #30447F;
}

#pulldowmmenus #pulldowmmenus ul {
    height: 100px;
}

*:first-child+html #pulldowmmenus { z-index: 1; }

* html #pulldowmmenus { z-index: 1; }

/* Positions for IE6 */
* html #pulldowmmenus li#buttonCategories ul {
    position: absolute;
    right: 500px;
    top: 24px;
}
* html #pulldowmmenus li#buttonDirectories ul {
    position: absolute;
    right: 390px;
    top: 24px;
}
* html #pulldowmmenus li#buttonLegacy ul {
    position: absolute;
    right: 280px;
    top: 24px;
}

#mainvideo {
     position: relative;
     height: 400px;
}

#PnlPopup .formBox {
    width: 340px;
    display: none;
}

#error, .error {
    color: #fff;
    font-weight: bold;
}

/* profile */
.firstTripleCol.profile {
    width:325px;
}
.secondTripleCol.profile {
    width:275px;
}

/* signup */
.secondTripleCol.signup {
    width:325px;
}
.thirdTripleCol.signup {
    width:275px;
}

.choiceItem input {
    width: auto;
}

/* =MediaLibrary
--------------------------------------------*/
#medialib #title {
    color: #fff;
    font-size: 180%;
    margin: 0 0 25px 0;
    padding: 0 0 0 10px;
}
#medialib #soundloops {
    border: solid 1px #767a7f;
    padding: 1px 1px 1px 15px;
    margin: 0 0 25px 0;
}
#medialib #soundloops h2 {
    color: #fff;
    background: #513cae url(/images/bg_soundloops_619x1.jpg) repeat-y 0 0;
    height: 1.5em;
    font-size: 125%;
    padding: 5px 0 0 0;
}
#medialib #soundloops p {
    color: #dd7a00;
    margin: 8px 0;
    line-height: 135%;
}
#medialib #medialist ul, #medialib #medialist li {
    list-style: none;
}
#medialib #medialist {
    padding: 0 0 0 5px;
    margin: 0 0 80px 0;
}
#medialib .mediaitem {
    overflow: hidden;
    margin: 0 0 20px;
}
#medialib .control {
    margin: 0 12px 0 3px;
    width: 70px;
    height: 30px;
    float: left;
}

#medialib .wmaspan {
	width: 200px
}

#medialib .mp3span {
	width: 270px
}

#medialib .mediainfo {
    float: left;
    width: 530px;
}
#medialib .mediainfo dl {
    background: transparent url(/images/separator_382x9.gif) no-repeat 0 100%;
    width: 380px;
    padding: 3px 0 3px 0px;
    overflow: hidden;
    margin: 0 0 10px 0;
}
#medialib .mediainfo dt {
    color: #fff;
    font-size: 115%;
    margin: 0 0 0 8px;
    float: left;
}
#medialib .mediainfo dd {
    color: #cfcfcf;
    font-size: 90%;
    float: right;
    margin: 3px 0 0;
}
#medialib #medialist ul.download {
    font-size: 90%;
    margin: 0 0 0 8px;
    overflow: hidden;
}
#medialib .downloadmp3 {
    float: left;
    margin: 0 30px 0 0;
}
#medialib .downloadwma {
    float: left;
}
#medialib .command {
    text-transform: uppercase;
    display: block;
    float: left;
    margin: 0 5px 0 0;
}
#medialib .download a {
    text-indent: -9999px;
    display: block;
    width: 72px;
    height: 16px;
    float: left;
    margin: 0 5px 0 0;    
}
#medialib .mp3 {
    background: url(/images/filetype_sprite_72x32.gif) no-repeat 0 0;
}
#medialib .wma {
    background: url(/images/filetype_sprite_72x32.gif) no-repeat 0 -16px;
}
#medialib .filesize {
    color: #fff;
    display: block;
    float: left;
    margin: 0 5px 0 0;    
}
#medialib .number {
    color: #dd7a00;
    display: block;
    float: left;
}
#medialib .separator {
    float: right;
    width: 240px;
    border-top: solid 1px #9e9e9e;
    margin: 10px 0 0 0;
}
#medialib .pagination a {
    text-decoration: none;
    color: #fff;
}
#medialib .pagination a:hover {
    text-decoration: underline;
}
#medialib #termsofuse {
    font-size: 90%;
}
#medialib #termsofuse h2 {
    text-transform: uppercase;
}
#medialib #termsofuse p {
    color: #9c9c9c;
}