﻿/* Global CSS Document */

/******************************
/  SET BROWSER DEFAULTS       /
******************************/

/* Default text for the site */
td, div, span, button, a, input, select, textarea, p, h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Set container heights - for us with official HTML Transitional DOCTYPE - inconsistent browser defaults */
html, body { height:100%; }

/* Set form to not take up space in IE - inconsistent browser defaults */
form { margin:0px; }

ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

/* Never have a border around an image - saves having to say so each time an image is also a link */
img { border:0px; }


/* Consistent Paragraphs - if you want a margin/padding at the end of each paragraph, specify that in the element/page CSS */
p {
	margin:0px;
	text-align:justify;
}

.floatBreak { clear:both; height:0px; }

/******************************
/  HEADERS                    /
******************************/

h1, h2, h3, h4, h5, h6 {
	margin:0px;
}

h1 { font-size:16px; }
h2 { font-size:14px; }
h3 { font-size:12px; }
h4 { font-size:11px; }
h5 { font-size:10px; }
h6 { font-size:9px; }


/******************************
/  GLOBAL SITE LINKS          /
******************************/

a {
	color:#2E2348;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#AD00BA;
	text-decoration:none;
}

.redButtonContainer 
{
    width:290px;
}

.redButton {
    display:block;
    width:145px;
    height:22px;
    line-height:20px;
    font-size:12px;
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    background:url( /images/videoPages/redButton.gif );
}

.redButton:hover { color:#DDDDDD; }


/******************************
/  GLOBAL SITE BUTTONS        /
******************************/

.button {
	color:#FFFFFF;
	background-color:#2e2348;
	font-size:16px;
	font-weight:bold;
	border:0px;
	height:25px;
	cursor:pointer;
}

.button:hover {
	background-color:#423562;
}

/* Link Buttons */
a.button {
	color:#FFFFFF;
	padding:4px 8px;
	text-decoration:none;
}

.cancelButton {
	color:#FFFFFF;
	background-color:#999999;
	font-size:16px;
	font-weight:bold;
	border:0px;
	height:25px;
	cursor:pointer;
}

.cancelButton:hover {
	background-color:#CCCCCC;
}

.deleteLink {
    text-decoration:none;
    color:#FF0000;
    padding:2px 6px;
}
.deleteLink:hover {
    color:#FF0000;
    background-color:#E0E0E0;
}

a.addBtn{
    padding:4px 10px 4px 10px;
    background-color:#494949;
    font:bold 16px Arial;
    color:#fff;
}
a:hover.addBtn{
    padding:4px 10px 4px 10px;
    background-color:#000;
    font:bold 16px Arial;
    color:#fff;
}

a.actionBtn{
    padding:4px 4px 4px 4px;
    margin:4px 4px 4px 0;
    background-color:#2e2348;
    font:bold 12px Arial;
    color:#fff;
}
a:hover.actionBtn{
    padding:4px 4px 4px 4px;
    margin:4px 4px 4px 0;
    background-color:#423562;
    font:bold 12px Arial;
    color:#fff;
}

.separator { clear:both; }


/******************************
/  FORM ELEMENTS              /
******************************/

.textField { padding:0px 2px 0px 2px; }


/******************************
/  ERROR MESSAGE TEXT         /
******************************/

.errorMessage { color:#FF0000; }


/******************************
/  OVERALL CONTAINER          /
******************************/

body {
	background-color:#FFFFFF;
	margin:0px auto;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#mainContainer {
	width:871px;
	margin-left:auto;
	margin-right:auto;
}

#pageContent {
	padding:6px 10px 10px 10px;
}


/******************************
/  TOP HEADER ROW             /
******************************/

#topHeaderRowContainer
{
    background-color:#F0F0F0;
    border-bottom:2px solid #DFDFDF;
    height:28px;
    margin-bottom:6px;
}

#topHeaderRow
{
    width:871px;
	margin-left:auto;
	margin-right:auto;
}

#topHeaderRow #loginLinksRow 
{
    float:left;
	text-align:center;
	font-weight:bold;
	color:#E0E0E0;
	padding-top:6px;
	padding-left:8px;
}

#topHeaderRow #loginLinksRow a {
	padding:0px 5px 0px 5px;
	color:#747474;
	text-decoration:none;
	font-size:12px;
}

#topHeaderRow #loginLinksRow a:hover {
	color:#AD00BA;
}

#topHeaderRow #searchBoxRow{
	text-align:center;
	float:right;
	margin-right:10px;
}

#topHeaderRow .searchBox {
	width:150px;
	border-top:4px solid #EDEDED;
	border-bottom:4px solid #EDEDED;
	border-left-width:0px;
	border-right-width:0px;
	padding:2px;
	height:16px;
	color:#606060;
	font-size:12px;
	background-color: White;
}



/******************************
/  MAIN HEADER ROW            /
******************************/

#mainHeaderRow { clear:both; }

#mainHeaderRow #logoImage {
	float:left;
	width:377px;
	height:54px;
	padding-top:3px;
	margin: 2px 0 0 8px;
	background-image:url( /images/masterPage/logoImageBeta.gif );
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;
}

#mainHeaderRow #topHeaderSponsorshipContainer {
	text-align:right;
	margin: 2px 0 8px 0;
}


/******************************
/  TOP NAV                    /
******************************/

#topNavContainer {
	clear:both;
	background-image: url( /images/boxCorners/navBkRepeater.gif ); 
	background-repeat:repeat-x;
}

#topNavButtonsBox {
	height:26px;
	padding-left:6px;
}

#topNavContainer .topCorners 
{
    height:4px;
}
#topNavContainer .bottomCorners 
{
    height:4px;
    position:relative;
    top:-4px;
}
#topNavContainer .topCorners div.leftCorner, #topNavContainer .topCorners div.rightCorner, #topNavContainer .bottomCorners div.leftCorner, #topNavContainer .bottomCorners div.rightCorner {
    width:4px;
    height:4px;
}
#topNavContainer .topCorners div.leftCorner { float:left; background-image: url( /images/boxCorners/navTopLeft.gif ); background-repeat:no-repeat; }
#topNavContainer .topCorners div.rightCorner { float:right; background-image: url( /images/boxCorners/navTopRight.gif ); background-repeat:no-repeat; }
#topNavContainer .bottomCorners div.leftCorner { float:left; background-image: url( /images/boxCorners/navBottomLeft.gif ); background-repeat:no-repeat; }
#topNavContainer .bottomCorners div.rightCorner { float:right; background-image: url( /images/boxCorners/navBottomRight.gif ); background-repeat:no-repeat; }


/* TOP NAV BUTTONS */

#topNavContainer a.topNavButtonSmall, #topNavContainer a.topNavButtonSmallSelected, #topNavContainer a.topNavButtonLarge, #topNavContainer a.topNavButtonLargeSelected, #topNavContainer a.topNavLiveShowLink, #topNavContainer a.topNavLiveShowLinkSelected {
	display:block;
	float:left;
	width:73px;
	height:22px;
	padding-top:4px;
	margin-left:4px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	margin-right:10px;
}
#topNavContainer a.topNavButtonLarge, #topNavContainer a.topNavButtonLargeSelected { width:120px; }

#topNavContainer a.topNavButtonSmall, #topNavContainer a.topNavButtonLarge {
	color:#666666;
}

#topNavContainer a.topNavButtonSmallSelected, #topNavContainer a.topNavButtonLargeSelected {
	background-color:#FFFFFF;
	background-image:url( /images/masterPage/buttonTopCurvesSmallSelected.gif );
	background-repeat:no-repeat;
	color:#666666;
}
#topNavContainer a.topNavButtonLargeSelected { background-image:url( /images/masterPage/buttonTopCurvesLargeSelected.gif ); }

#topNavContainer a.topNavButtonSmall:hover, #topNavContainer a.topNavButtonLarge:hover {
	background-color:#F0F0F0;
	background-image:url( /images/masterPage/buttonTopCurvesSmallHover.gif );
	background-repeat:no-repeat;
	color:#666666;
}
#topNavContainer a.topNavButtonLarge:hover { background-image:url( /images/masterPage/buttonTopCurvesLargeHover.gif ); }

/* Live Show Link */
#topNavContainer a.topNavLiveShowLink, #topNavContainer a.topNavLiveShowLinkSelected 
{
    width:150px;
    color:#251840;
}
#topNavContainer a.topNavLiveShowLinkSelected {
	background-color:#FFFFFF;
	background-image:url( /images/masterPage/liveButtonTopCurvesSelected.gif );
	background-repeat:no-repeat;
}
#topNavContainer a.topNavLiveShowLink:hover {
	background-color:#F0F0F0;
	background-image:url( /images/masterPage/liveButtonTopCurvesHover.gif );
	background-repeat:no-repeat;
}

#topNavContainer .titleComedy {
	color:#AD00BA;
	font-size:14px;
	font-weight:bold;
}

#topNavContainer .titleLive {
	color:#898989;
	font-size:14px;
	font-weight:bold;
}
#topNavContainer .topNavLiveShowLink .titleLive { color:#FFFFFF; }


/******************************
/  PAGINATION LINKS           /
******************************/

.paginationLinks { position:relative; margin-top:10px; }
.paginationLinks .pageNumbers { text-align:center; }
.paginationLinks .previousLink { position:absolute; left:0px; }
.paginationLinks .nextLink { position:absolute; right:0px; }


/******************************
/  MY BOOKMARKS               /
******************************/

#myBookmarks .row {
	background-repeat:no-repeat;
	padding-left:71px;
	/*min-height:47px;*/
}

#myBookmarks #hoverContainer {
    margin-right:20px;
}

#myBookmarks .noHover {
	background-color:#FFFFFF;
	padding:4px 4px 4px 4px;
}

#myBookmarks .hover {
	background-color:#E7E7E7;
	padding:4px 4px 4px 4px;
	cursor:pointer;
}

#myBookmarks .bookmarkTitle {
	color:#251840;
	font-weight:bold;
}

#myBookmarks .subTitle {
	color:#5B5B5B;
	font-size:11px;
}

#myBookmarks a.bookmarkLink {
	text-decoration:none;
}

#myBookmarks .deleteLink {
    float:right;
}

#myBookmarks #noBookmarks {
    text-align:center;
}


/******************************
/  FOOTER                     /
******************************/

#footer {
	clear:both;
	padding-top:5px;
	padding-bottom:8px;
	text-align:center;
}

#footer #greyFooter {
    background-image: url( /images/boxCorners/footerBKrepeater.gif );
	background-repeat:repeat-x;
	height:32px;
}

#footer #row1 {
	color:#696969;
	height:20px;
	padding-top:4px;
}

#footer #row1 a {
	text-decoration:none;
	font-size:12px;
	color:#696969;
	margin-left:2px;
	margin-right:2px;
}
#footer #row1 a:hover { color:#333333; }

#footer #row1 #privacy { margin-right:20px; text-decoration:underline; }
#footer #row1 #terms { margin-right:20px; text-decoration:underline; }
#footer #row1 #advertise { margin-right:45px; text-decoration:underline; }


#footer #row2 {
	height:29px;
	text-align:left;
}

#footer #copyright {
	height:17px;
	padding-top:9px;
	color:#7E7E7E;
	text-align:center;
}

#footer .topCorners, #footer .bottomCorners
{
    height:4px;
}
#footer .topCorners div.leftCorner, #footer .topCorners div.rightCorner, #footer .bottomCorners div.leftCorner, #footer .bottomCorners div.rightCorner {
    width:4px;
    height:4px;
}
#footer .topCorners div.leftCorner { float:left; background-image: url( /images/boxCorners/footerTopLeft.gif ); background-repeat:no-repeat; }
#footer .topCorners div.rightCorner { float:right; background-image: url( /images/boxCorners/footerTopRight.gif ); background-repeat:no-repeat; }
#footer .bottomCorners div.leftCorner { float:left; background-image: url( /images/boxCorners/footerBottomLeft.gif ); background-repeat:no-repeat; }
#footer .bottomCorners div.rightCorner { float:right; background-image: url( /images/boxCorners/footerBottomRight.gif ); background-repeat:no-repeat; }


/********************************
/  LOGIN - MODAL POPUP + OTHER? /
********************************/
#login { text-align:center; }

#modalLogin { background-color:#FFFFFF; padding:10px; }
#login .textField, #modalLogin .textField { width:140px; }
#login label, #modalLogin label { color:#5B5B5B; }
#modalLogin .loginPopup { width:350px; }
#modalLogin .boxBody {
	background-color:#FFFFFF;
	text-align:center;
}
.modalBackground {
	background-color:#000000;
	opacity:0.5;
}
#login #failureTextRow { margin-top:8px; }
.infoMessage {
	border:2px solid #CCCCCC;
	background-color:#FFFF99;
	text-align:center;
	color:#FF0000;
	padding:2px;
	margin-bottom:10px;
}

/******************************
/  TITLE BOXES                /
******************************/

.titleBox { border:2px solid #BFBFBF; }
.titleBox .topCorners { background-color:#BFBFBF; }
.titleBox .topCorners, .titleBox .bottomCorners { height:7px; position:relative; }
.titleBox .topCorners div.leftCorner, .titleBox .topCorners div.rightCorner, .titleBox .bottomCorners div.leftCorner, .titleBox .bottomCorners div.rightCorner {
    width:7px;
    height:7px;
    position:absolute;
}
.titleBox .topCorners div.leftCorner { top:-2px; left:-2px; background-image: url( /images/boxCorners/greyOnGreyTopLeft.gif ); background-repeat:no-repeat; }
.titleBox .topCorners div.rightCorner { top:-2px; right:-2px; background-image: url( /images/boxCorners/greyOnGreyTopRight.gif ); background-repeat:no-repeat; }
.titleBox .bottomCorners div.leftCorner { bottom:-2px; left:-2px; background-image: url( /images/boxCorners/greyOnWhiteBottomLeft.gif ); background-repeat:no-repeat; }
.titleBox .bottomCorners div.rightCorner { bottom:-2px; right:-2px; background-image: url( /images/boxCorners/greyOnWhiteBottomRight.gif ); background-repeat:no-repeat; }

.titleBox .boxTitle {
	font-size:14px;
	line-height:10px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	padding:0px 11px 8px 11px;
	
	background-color:#BFBFBF;
}

.titleBox .boxBody { padding:4px 4px 0px 4px; }


/******************************
/  SECTION BOXES              /
******************************/

.sectionBox { border:2px solid #E0E0E0; }
.sectionBox .topCorners, .sectionBox .bottomCorners { height:7px; position:relative; }
.sectionBox .topCorners div.leftCorner, .sectionBox .topCorners div.rightCorner, .sectionBox .bottomCorners div.leftCorner, .sectionBox .bottomCorners div.rightCorner {
    width:7px;
    height:7px;
    position:absolute;
}
.sectionBox .topCorners div.leftCorner { top:-2px; left:-2px; background-image: url( /images/boxCorners/lightGreyOnWhiteTopLeft.gif ); background-repeat:no-repeat; }
.sectionBox .topCorners div.rightCorner { top:-2px; right:-2px; background-image: url( /images/boxCorners/lightGreyOnWhiteTopRight.gif ); background-repeat:no-repeat; }
.sectionBox .bottomCorners div.leftCorner { bottom:-2px; left:-2px; background-image: url( /images/boxCorners/lightGreyOnWhiteBottomLeft.gif ); background-repeat:no-repeat; }
.sectionBox .bottomCorners div.rightCorner { bottom:-2px; right:-2px; background-image: url( /images/boxCorners/lightGreyOnWhiteBottomRight.gif ); background-repeat:no-repeat; }

.sectionBox .boxBody { padding:4px 4px 0px 4px; }


/******************************
/  SEARCH BOXES               /
******************************/

.searchBox { border:2px solid #E0E0E0; background-color:#F5EDC7; color:#8F8F8C; }
.searchBox .topCorners, .searchBox .bottomCorners { height:7px; position:relative; }
.searchBox .topCorners div.leftCorner, .searchBox .topCorners div.rightCorner, .searchBox .bottomCorners div.leftCorner, .searchBox .bottomCorners div.rightCorner {
    width:7px;
    height:7px;
    position:absolute;
}
.searchBox .topCorners div.leftCorner { top:-2px; left:-2px; background-image: url( /images/boxCorners/greyOnYellowTopLeft.gif ); background-repeat:no-repeat; }
.searchBox .topCorners div.rightCorner { top:-2px; right:-2px; background-image: url( /images/boxCorners/greyOnYellowTopRight.gif ); background-repeat:no-repeat; }
.searchBox .bottomCorners div.leftCorner { bottom:-2px; left:-2px; background-image: url( /images/boxCorners/greyOnYellowBottomLeft.gif ); background-repeat:no-repeat; }
.searchBox .bottomCorners div.rightCorner { bottom:-2px; right:-2px; background-image: url( /images/boxCorners/greyOnYellowBottomRight.gif ); background-repeat:no-repeat; }

.searchBox .boxBody { padding:1px 8px; background-image:url( /images/pageImages/searchBackground.gif ); background-repeat:no-repeat;  background-position:500px 15px; min-height:240px; }
.searchBox h2 { font:normal 18px Arial; color:#626262; margin-bottom:14px; }
#searchMainField h2 { font:normal 18px Arial; color:#626262; margin-bottom:14px; padding: 4px 0 0 0; }

/******************************
/  HIGHLIGHTED PROFILES       /
******************************/

#highlightedProfiles .titleBox .boxBody { text-align: center; padding: 0 0 0 0; margin: 0; }

.titleBox .boxBody .innderBody{
    width: 196px;
    padding: 5px;
}

.sectionBox .boxBody .innderBody{
    width: 396px;
    padding: 5px;
}

a.featProfile{
    display:block;
    float:left;
    text-align:center;
    font:bold 11px Arial;
    color:#ad00ba;
    text-decoration:none;
    width:94px;
    padding:2px;
    background-color:#fff;
    max-height:75px;
    overflow:hidden;
    margin: 0 0 4px 0;
}

a:hover.featProfile{
    display:block;
    float:left;
    text-align:center;
    font:bold 11px Arial;
    color:#251740;
    text-decoration:none;
    width:94px;
    padding:2px;
    background-color:#e7e7e7;
    max-height:75px;
    overflow:hidden;
    margin: 0 0 4px 0;
}

a.featProfile img{
    border: 0;
}

/******************************
/  HIGHLIGHTED VIDEOS         /
******************************/

#highlightedVideos .row {
	background-repeat:no-repeat;
	padding-left:71px;
	/*min-height:47px;*/
	height:56px;
	min-height:56px;
}

#highlightedVideos .noHover {
	background-color:#FFFFFF;
	padding:4px 4px 4px 4px;
	height:64px;
}

#highlightedVideos .hover {
	background-color:#E7E7E7;
	padding:4px 4px 4px 4px;
	cursor:pointer;
	height:64px;
}

#highlightedVideos a .videoTitle {
	color:#ad00ba;
	font-weight:bold;
	font-size:11px;
}

#highlightedVideos a .username {
	color:#5B5B5B;
	font-size:11px;
	font-weight:normal;
}

#highlightedVideos a .play a {
	text-decoration:none;
}

#highlightedVideos #viewTodaysMostPlayed {
	text-align:center;
	padding-top:4px;
	padding-bottom:3px;
}


/******************************
/  TITLE & SUB NAVIGATION BAR /
******************************/

#titleBar {
	color:#A0A0A0;
	font-size:24px;
	margin-bottom:15px;
}

#titleBar #username {
	color:#A0A0A0;
	font-size:18px;
}

#navigationBar {
	float:right;
	min-height:26px;
}

#navigationBar #navigateTitle {
	color:#C7C7C7;
	font-size:18px;
	margin-right:10px;
}

#navigationBar a {
	color:#686868;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	border-right:1px solid #E0E0E0;
}

#navigationBar a:hover {
	background-color:#EFEFEF;
}


/******************************
/  PROFESSIONAL SHOWS         /
******************************/

#professionalShows .boxBody {
	padding:0px;
}

#professionalShows .row {
	text-align:center;
}


/***********************
/  PLAY VIDEO          /
***********************/

#playVideo .sectionBox { margin-bottom:15px; }
#video #playVideo .sectionBox .boxBody { padding:1px 8px 1px 8px; }
#playVideo #videoDetails {
    float:right;
    width:134px;
    min-height:344px;
    padding:8px;
    background-color:#000000;
    color:#FFFFFF;
}
#playVideo #videoContainer { clear:both; float:left; }
#playVideo #videoTitle { float:left; margin-bottom:8px; }
#playVideo #bookmarkThisVideoButtonContainer { float:right; }
#playVideo #videoBookmarked {
    float:right;
    color:#FF0000;
    font-weight:bold;
}
#playVideo #videoDetails li { margin-bottom:8px; }
#playVideo #videoDetails h3 { font-size:11px; margin-right:4px; display:inline; }
#playVideo #videoDetails p { font-size:11px; display:inline; }
#playVideo #descriptionSection { clear:both; }
#playVideo #descriptionSection h3 { margin-top:4px; }

#playVideo #videoDetails .uploadedBy {
	background-repeat:no-repeat;
	padding-left:71px;
	min-height:47px;
}
#playVideo #videoDetails .noHover {
	background-color:#000000;
	padding:4px 4px 4px 4px;
}
#playVideo #videoDetails .hover {
	background-color:#939393;
	padding:4px 4px 4px 4px;
	cursor:pointer;
}
#playVideo #videoDetails #viewProfile {
    font-weight:normal;
    font-size:10px;
    color:#FFFFFF;
}


/***********************
/  VIDEO RATING        /
***********************/

#video #playVideo .boxBody { position:relative; }
#video #videoRatingContainer {
    width:133px;
    color:#FFFFFF;
    position:absolute;
    top:240px;
    right:16px;
}

#videoRating #ratingBody { text-align:center; }
#videoRating #alreadyRatedScore { font-weight:bold; color:#E30000; }
#video #videoRating #ratingSubBox {
    border:1px solid #313131;
    padding:4px;
    margin-top:4px;
}
#video #videoRating .dropDown {
    margin-right:4px;
    width:60px;
}
#video #videoRating .button {
    margin-top:8px;
    margin-bottom:4px;
}


/******************************
/  VIDEO LIST                 /
******************************/

#videoList a {
    text-decoration:none;
}

#videoList .listItemContainer , #topVideos .listItemContainer 
{
    text-align:center;
	padding:0px;
	border:1px solid #E0E0E0;
	margin:4px;
	width:146px;
	display:block;
}

#topVideos .listItemContainer 
{
	width:140px;
}

#videoList .noHover {
	background-color:#FFFFFF;
	padding:6px;
}

#videoList .hover {
	background-color:#E7E7E7;
	padding:6px;
	cursor:pointer;
}

#videoList .videoTitle, #topVideos .videoTitle, #profilePage .videoTitle {
	color:#ad00ba;
	font-weight:bold;
	margin-bottom:2px;
	margin-left:1px;
	display:block;
}

#videoList .videoTitle, #topVideos .videoTitle {
    min-height:30px;
}

#topVideos .videoTitle, #profilePage .videoTitle {
    margin-top:4px;
}

#videoList .videoDetails {
	color:#2F2F2F;
	margin-left:1px;
	text-align:left;
	font:normal 11px Arial;
}

#videoList .runningTimeRow {
    margin-top:3px;
}

#videoList .runningTime {
    float:left;
    margin-right:6px;
	margin-bottom:3px;
    font-size:11px;
	line-height:18px;
    font-weight:normal;
}

#videoList .runningTimeValue {
    background-image:url( /images/pageImages/ratingScoreBkg.gif );
    width:42px;
    height:15px;
    float:left;
    color:#FFFFFF;
    text-align:center;
    font-size:11px;
    font-family:"Courier New", Courier, mono;
    padding-top:1px;
}

#videoList .uploadedTime {
    clear:left;
	margin-bottom:3px;
	font:normal 11px Arial;
}

#videoList a.uploadedBy, #videoList span.uploadedBy, #topVideos a.uploadedBy, #topVideos span.uploadedBy {
    color:#2e2348;
	font:bold 12px Arial;
}

#videoList .rating {
	color:#707070;
	font-weight:bold;
	margin-top:8px;
}

#videoList .ratingScore {
    color:#0091BB;
    font-weight:bold;
}

/***********************
/  VIDEO EXTRA DETAILS /
***********************/

#videoExtraDetails { margin-bottom:10px; }
#videoExtraDetails h3 { margin-bottom:5px; }
#videoExtraDetails li { clear:both; margin-bottom:8px; }
#videoExtraDetails label { float:left; width:120px; }
.buttonBlock { margin-top:10px; text-align:center; }
#videoExtraDetails .textField { width:400px; }
#videoExtraDetails .subnote, #videoExtraDetails .errorMessageContainer { padding-left: 120px; }
#videoExtraDetails .otherFieldSection { text-align:center; margin-top:5px; padding-left: 73px; }


/******************************
/  COMMENTS - TITLE ROW       /
******************************/

#comments #titleRow { margin-bottom:3px;}

#comments #title {
	background-image:url( /images/pageImages/commentsIcon.gif );
	background-repeat:no-repeat;
	padding-left:30px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	min-height:19px;
}

#comments #postComment {
	float:right;
	background-image:url( /images/pageImages/postCommentIcon.gif );
	background-repeat:no-repeat;
	padding-left:28px;
	width:36px;
	height:30px;
	line-height:22px;
}

#comments #postComment a { color:#AD00BA; }
#comments #noComments { text-align:center; }


/******************************
/  COMMENTS                   /
******************************/

#comments .commentRow {
	margin:8px 2px;
	background-repeat:no-repeat;
	padding-left:71px;
	/* height:75px; */
}

#comments .userSays {
	color:#2A2A2A;
	font-weight:bold;
}

#comments .commentText {
	color:#606060;
	font-size:11px;
	text-align:justify;
}

#comments .commentSeparator { border-top:1px solid #E0E0E0; }


/************************
/  USER LIST            /
************************/

.userList .listItemContainer 
{
    text-align:center;
	margin:4px;
	width:158px;
}

.userList .row {
    text-align:left;
	background-repeat:no-repeat;
	padding-left:71px;
	min-height:47px;
}

.userList .noHover {
	min-height:133px;
	background-color:#FFFFFF;
	padding:4px 4px 4px 4px;
}

.userList .hover {
	min-height:133px;
	background-color:#E7E7E7;
	padding:4px 4px 4px 4px;
	cursor:pointer;
}

.userList .userTitle {
	color:#251840;
	font-weight:bold;
}

.userList .userGender, .userList .userHomeTown {
	color:#5B5B5B;
	font-size:11px;
}

.userList .userBio {
    padding-top:2px;
	font-size:11px;
}

.userList #noRecords {
    text-align:center;
    font-style:italic;
}

/********************
    Login Text
********************/

#loginText ul{
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	list-style-type:disc;
}

#loginText p, #loginText li{
	font:normal 14px;
	line-height:22px;
	color:#494949;
}

#loginText h1{
	font:normal 18px Arial;
	color:#494949;
	margin: 0;
	padding: 6px 0 8px 0;
}

#loginText h2{
	font:bold 14px Arial;
	color:#494949;
	margin: 0;
	padding: 12px 0 10px 0;
}

#loginText .notMember{
	font:normal 14px Arial;
	color:#494949;
}

#loginText .notMember a{
	font:normal 14px Arial;
	color:#2e2348;
}

#loginText .notMember a:hover{
	font:normal 14px Arial;
	color:#ad00ba;
}

/***************************
/  UPLOAD VIDEO            /
***************************/

#uploadVideo #professionalShowsContainer, #uploadVideo #highlightedVideosContainer, #uploadVideo #highlightedProfilesContainer
{
    float:right;
    clear:right;
    margin-bottom:10px;
    width:228px;
    margin-left:20px;
}
#uploadVideo #mainSection
{
    float:left;
    width:600px;
}
#uploadVideo #mainSection #performingLive { float:right; width:200px; margin-left:15px; }
#uploadVideo #mainSection #uploadFormDetails { float:left; }
#uploadVideo #mainSection #uploadFormDetails .sectionBox { width:380px; margin-left:100px; /* remove margin when using a side column again*/ }

#uploadVideo { color:#494949; }
#uploadVideo h1 { margin-bottom:5px; }
#uploadVideo p { font-size:14px; line-height:24px; margin-bottom:10px; }
#uploadVideo #mainSection .sectionBox .boxBody { padding:8px 8px 0px 8px; }
#uploadVideo .textField { width:250px; }
#uploadVideo h2 { text-align:left; margin-bottom:15px; }

#uploadVideo #uploadVideoStep1 h2#credits { margin-top:20px; margin-bottom:0px; }
#uploadVideo #uploadVideoStep1 p#creditsSubTitle { font-size:11px; margin-left:15px; }
#uploadVideo #performingLive h2 { margin-bottom:8px; }
#uploadVideo #performingLive p { font-size:12px; line-height:18px; margin-bottom:10px; text-align: left; }

#uploadVideo .buttonBlock { margin-top:15px; margin-right:15px; padding-bottom:8px; text-align:center; }
#uploadVideo li { margin-bottom:10px; clear:both; }
#uploadVideo .errorMessageContainer { text-align:center; }

#uploadVideo label
{
	color:#7B7B7B;
	font-size:14px;
	font-weight:bold;
}

#uploadVideo #uploadVideoStep1 label, #uploadVideo #uploadVideoStep3 label
{
	padding-top:1px;
	width:80px;
	float:left;
	clear:left;
	text-align:right;
	padding-right:10px;
}
#uploadVideo #uploadVideoStep1 #additionalDetails { margin-top:20px; }
#uploadVideo #uploadVideoStep1 #additionalDetails label { width:175px; }
#uploadVideo #uploadVideoStep3 label { width:150px; }

#uploadVideo #uploadVideoStep1 .otherFieldSection { text-align:center; margin-top:5px; }

#uploadVideo .infoMessage { margin-top:10px; }
#squishForm { display: none; width: 600px; clear: both; }


/******************************
/  MY VIDEO MAIN COLUMNS      /
******************************/

#myVideos #leftMainColumn {
	float:left;
	width:348px;
}


#myVideos #rightMainColumn {
	float:right;
	width:487px;
}
#myVideos .sectionBox .boxBody { padding:4px 12px; }
#myVideos .uploadVideoLink { margin-bottom:15px; }


/***********************
/  PLAY MY VIDEO       /
***********************/

#myVideos #playVideo #videoContainer { float:none; clear:both; }
#myVideos #playVideo #videoContainer embed { width:320px; height:260px; }
#myVideos #playVideo #videoDetails {
    clear:none;
    background-color:#FFFFFF;
    padding:4px 0px 0px 10px;
    color:#000000;
    min-height:0px;
}
#myVideos #playVideo #uploadedBySection, #myVideos #playVideo #videoRating { display:none; }
#myVideos #playVideo #videoDetails h3 { display:block; text-align:right; margin-right:0px; }
#myVideos #playVideo #videoDetails p { display:block; text-align:right; }
#myVideos #playVideo #descriptionSection { clear:none; }
#myVideos #playVideo #descriptionSection p { text-align:left; }
#myVideos #videoRating {
    clear:both;
    margin-top:10px;
    text-align:center;
}
#myVideos #videoRating h2 { display:inline; margin-right:10px; }
#myVideos #videoRating #ratingBody { display:inline; }
#myVideos #videoRating p#ratingBody { display:block; }
#myVideos #videoRating #ratingSubBox { display:inline; border-style:none; padding-top:0; margin-top:0; margin-right:10px; }
#myVideos #videoRating .button { position:relative; top:2px; }


#myVideos #bookmarkThisVideoButtonContainer { display:none; }

#myVideos #videoExtraDetails .textField { width:300px; }
#myVideos #videoExtraDetails .otherFieldSection { padding-left:-115px; }
#myVideos #videoExtraDetails div.otherFieldSection input.textField { width:150px; }
#myVideos #videoExtraDetails .subnote { padding-left:0px !important; }
#myVideos #videoExtraDetails div.errorMessageContainer { padding-left:0px !important; text-aligh:left !important; }

/******************************
/  MY PHOTOS PAGE             /
******************************/

/******************************
/  MY PHOTOS - PHOTO LIST     /
******************************/

#profilePage #photosList { clear:right; }
#photosList .sectionBox .boxBody, #uploadPanel .sectionBox .boxBody { padding:3px 20px; }
#photosList .photoContainer { text-align:center; margin-bottom:10px; }
#photosList .noHover {
	background-color:#FFFFFF;
	padding:4px 4px;
}
#photosList .hover {
	background-color:#E7E7E7;
	padding:4px 4px;
	cursor:pointer;
}
#photosList .caption { color:#686868; font-size:12px; font-weight:bold; margin-top:2px; }
#photosList .photoModalPopup { width:500px; background-color:#FFFFFF; border: 3px solid #e0e0e0; }
#photosList .photoModalPopup .boxBody { background-color:#FFFFFF; text-align:center; padding:10px; }
#photosList .popupCaption { color:#686868; font-size:14px; font-weight:bold; margin-top:10px; margin-bottom:20px; }
#photosList #noPhotos { text-align:center; font-style:italic; }


/******************************
/  MY PHOTOS - UPLOAD PANEL   /
******************************/

#uploadPanel { margin-top:14px; }
#uploadPhotos { float:left; width:430px; padding-right:15px; }
#uploadPhotos h2 { font-size:12px; margin-bottom:10px; }
#uploadPhotos #addMorePhotosLink { float:right; font-weight:normal; font-size:12px; }
#uploadPhotos .uploadFileSection { margin-bottom:5px; }

#uploadPhotos ol, #uploadPhotos li { padding:0px; margin:0px; list-style:none; }
#uploadPhotos #photo2, #uploadPhotos #photo3 { display:none; }
#uploadPhotos .button { clear:right; float:right; margin-top:15px; }

.infoMessage { display:block; }

#uploadPanel #information {
    float:right;
    width:345px;
    border-left:1px solid #E0E0E0;
    padding-left:15px; 
}
#uploadPanel #information p, #uploadPanel #information h3 { font-size:11px; }
#uploadPanel #information h3 { margin-top:10px; }
#uploadPanel .separator { clear:both }

/******************************
/     MY FANS AND FRIENDS     /
******************************/

#profilePage #fansList h2 {
   margin-bottom:8px; 
}

#profilePage #fansList .item {
    width:400px; 
    padding-bottom:20px;
    border-bottom:solid 1px #e8e8e8;
	display:block;
	margin-bottom:10px;
}

#profilePage #fansList .itemImgContainer {
    float:left; 
    height:75px; 
    margin-left:8px; 
    margin-right:10px; 
	padding-right:10px;
    border-right:solid 1px #e8e8e8;
	width:220px;
}

#profilePage #fansList .itemImgContainerDetails {
    float:left; 
    width:130px;
	padding-left:10px;
	font:normal 12px Arial;
	color:#909090;
	line-height:18px;
}

#profilePage #fansList .itemImgContainerDetails a.Pname {
	font:bold 14px Arial;
}

#profilePage #fansList .itemImgContainerDetails a.Vprofile {
	font:normal 12px Arial;
	color:#686868;
	text-decoration:underline;
}

#profilePage #fansList .itemImgContainerDetails a:hover.Vprofile {
	font:normal 12px Arial;
	color:#555;
	text-decoration:underline;
}

.deleteLink {
    background-color:none;
}

#profilePage #fansList img {
    float:left; 
    margin-right:4px;
    width:60px;
}

#profilePage #fansList .itemDelete {
    float:left; 
    width:20px; 
    margin-right:4px; 
    text-align:center;
}

#profilePage #fansList .itemBio {
    float:left; 
    width:130px;
	line-height:14.5px;
	color:#909090;
	font:normal 11px Arial;
}

/******************************
/  FANS PERFORMERS            /
******************************/

#favPerformers h2 { margin-bottom:8px; }
#favPerformers h3 { margin-top:8px; }
#favPerformers .errorMessage { display:block; }

#favPerformers textarea { width:100px; }
#favPerformers .textField { width:95px; }
#favPerformers .dropDown { width:103px; }

#favPerformers #favList {
    height:400px;
    overflow:auto;
}

#favPerformers .boxBody {
    padding-left:4px;
}

#favPerformers #favContainer {
    padding-left:2px;
    padding-right:2px;
}

#favPerformers .button {
	font-size:13px;
	height:19px;
}

#favPerformers #buttonsRow {
    text-align:center;
    margin-top:8px;
}

#favPerformers .row {
	background-position:top;
	background-repeat:no-repeat;
	padding-top:50px;
}

#favPerformers .noHover {
	background-color:#FFFFFF;
	padding:4px 4px 4px 4px;
}

#favPerformers .hover {
	background-color:#E7E7E7;
	padding:4px 4px 4px 4px;
	cursor:pointer;
}

#favPerformers .username {
	color:#5B5B5B;
	font-size:11px;
	text-align:center; /* For Safari */
}

#favPerformers .scroller {
	height:260px;
	overflow:auto;
	padding-right:4px;
	width:380px;
    text-align:center;
}

#favPerformers .toggleLink {
    float:right;
    position:relative;
    top:-23px;
}

#favPerformers .viewAll {
	margin-top:4px;
	padding-bottom:3px;
}

#favPerformers .noRecordsHolder {
    margin-top:10px;
    font-style:italic;
    text-align:center;
}

#favPerformers a.featProfile, #favPerformers a.featProfile:hover {
    width:86px;
    padding:2px;
}

#favPerformers .noRecordsHolder {
    margin-top:5px;
    font-style:italic;
    text-align:center;
}

/******************************
/      MY VIDEOS              /
******************************/

#highlightedVideos .scroller {
	height:250px;
	overflow:auto;
	padding-right:4px;
	width:380px;
}

#highlightedVideos .noRecordsHolder {
    margin-top:10px;
    font-style:italic;
    text-align:center;
}

/******************************
/  PROFILE MANAGER            /
******************************/

#profileManager {
    margin-bottom:20px;
}
#profileManager h2 { margin-bottom:8px; }

#profileManager .boxBody { background-color:#EFEFEF; padding-right:0px; }
#profileManager .topCorners, #profileManager .bottomCorners { background-color:#EFEFEF; }

#profileManager .expandContract { float:right; }
#profileManager .validationSummary { float:right; clear:right; text-align:right; width:400px; }

#profileManager fieldset { border-color:#AD00BA; padding:8px 8px 8px 8px; }
#profileManager legend { color:#AD00BA; }
#profileManager #layout { width: 200px; float: left; }
#profileManager #personalDetails { width:550px; float: right; }
#profileManager #layout li { clear:both; margin-bottom:8px; }
#profileManager #layout label { float:left; width:85px; margin-left:26px; }
#profileManager #layout .buttonBlock { text-align:center; padding-top:12px; }
#profileManager #layout .button { font-size:14px; }

#profileManager #personalDetails .personalDetails_inner { padding: 10px 10px 0 10px; }
#profileManager #personalDetails .row { float: left; clear: left; width: 530px; }
#profileManager #personalDetails .row label { display: block; float: left; width: 130px; }
#profileManager #personalDetails .row input, #profileManager #personalDetails .row textarea,
#profileManager #personalDetails .row select { float: left; }
#profileManager #personalDetails .row input.textbox, #profileManager #personalDetails .row textarea.textbox { width: 250px; }
#profileManager #personalDetails .buttonBlock { padding-top: 30px; text-align: center; }
#profileManager #personalDetails .subNote { font-size:11px; width: 250px; height:30px; margin-left:130px; float:left; clear:left; display: block; }
#profileManager #personalDetails .errorMessageContainer { clear:both; margin-left:100px; float:left; width: 300px; }

#profileManager a { color:#ad00ba; }
#profileManager .button {
    padding:4px !important;
    font-size:12px !important;
}

/******************************
/  PROFILE PAGE               /
******************************/

#profilePage #leftMainColumn {
	float:left;
	width:410px;
}


#profilePage #rightMainColumn {
	float:right;
	width:410px;
}

#profilePage .separator {
	height:20px;
	clear:both;
}

#profilePage #quickStatsContainer {
    float:left;
    margin-right:20px;
    width:130px;
}

#profilePage #fansAndFriendsContainer {
    float:left;
    width:260px;
}

#profilePage #commentsContainer .boxBody {
	padding:8px 8px 0px 8px ;
}

#profilePage #myAlwaysScore #title {
	line-height:14px;
	font-size:14px;
	font-weight:bold;
	margin-left:8px;
	margin-right:4px;
}

#profilePage .sectionBox .boxBody { padding:4px 12px; }

#profilePage #bio .friendRequestPanel {
    clear:both;
}

/******************************
/      BIO                    /
******************************/

#bioContainer .boxBody, #bio .sectionBox .topCorners, #bio .sectionBox .bottomCorners { background-color:#F5EDC7; }
#bio .sectionBox .topCorners div.leftCorner { background-image: url( /images/boxCorners/greyOnYellowTopLeft.gif ); background-repeat:no-repeat; }
#bio .sectionBox .topCorners div.rightCorner { background-image: url( /images/boxCorners/greyOnYellowTopRight.gif ); background-repeat:no-repeat; }
#bio .sectionBox .bottomCorners div.leftCorner { background-image: url( /images/boxCorners/greyOnYellowBottomLeft.gif ); background-repeat:no-repeat; }
#bio .sectionBox .bottomCorners div.rightCorner { background-image: url( /images/boxCorners/greyOnYellowBottomRight.gif ); background-repeat:no-repeat; }

#bio h3 { margin-top:8px; }
#bio .errorMessage { display:block; }
#bio textarea { width:375px; }

#bio .button {
	font-size:13px;
	height:19px;
}

#bio #buttonsRow {
    clear:both;
    text-align:center;
    margin-top:8px;
}

#bio .bioImageContainer {
    float:left;
	padding-right:8px;
	padding-bottom:8px;
}

#bio .bioText {
	text-align:left;
	z-index:1000;
	line-height:18px; 
	color:#000000;
	display:inline-block;
}

#bio #fanStatusContainer {
    float:left;
    width:50%;
    text-align:center;
}

#bio #friendStatusContainer {
    float:left;
    width:50%;
    text-align:center;
}

#bio .separator { height:0px; }

/******************************
/  FANS AND FRIENDS           /
******************************/

#fanStatusContainer p, #friendStatusContainer p { text-align:center; }
#friendStatusContainer .friendRequestPanel { text-align:left; margin-top:8px; }
#friendStatusContainer .button { margin-top:8px; }

#fansAndFriends h2 { margin-bottom:8px; }
#fansAndFriends h3 { margin-top:8px; }
#fansAndFriends .errorMessage { display:block; }

#fansAndFriends textarea { width:100px; }
#fansAndFriends .textField { width:95px; }
#fansAndFriends .dropDown { width:103px; }

#fansAndFriends .button {
	font-size:13px;
	height:19px;
}

#fansAndFriends #buttonsRow {
    text-align:center;
    margin-top:8px;
}

#fansAndFriendsContainer .sectionBox .boxBody {
    padding:0px 4px;
}

#fansAndFriends .row {
	background-position:top;
	background-repeat:no-repeat;
	padding-top:50px;
}

#fansAndFriends .noHover {
	background-color:#FFFFFF;
	padding:4px 4px 4px 4px;
}

#fansAndFriends .hover {
	background-color:#E7E7E7;
	padding:4px 4px 4px 4px;
	cursor:pointer;
}

#fansAndFriends .username {
	color:#5B5B5B;
	font-size:11px;
	text-align:center; /* For Safari */
}

#fansAndFriends .scroller {
	height:228px;
	overflow:auto;
	padding-right:4px;
	width:244px;
    text-align:center;
}

#fansAndFriends .toggleLink {
    float:right;
    position:relative;
    top:-23px;
}

#fansAndFriends .viewAll {
	margin-top:4px;
	padding-bottom:3px;
}

#fansAndFriends .noRecordsHolder {
    margin-top:85px;
    font-style:italic;
    text-align:center;
}

/******************************
/  MY FAV THINGS              /
******************************/

#myFavouriteThings .sectionBox { background-color:#b534d3; }
#myFavouriteThings .sectionBox .topCorners div.leftCorner { background-image: url( /images/boxCorners/greyOnGreenTopLeft.gif ); background-repeat:no-repeat; }
#myFavouriteThings .sectionBox .topCorners div.rightCorner { background-image: url( /images/boxCorners/greyOnGreenTopRight.gif ); background-repeat:no-repeat; }
#myFavouriteThings .sectionBox .bottomCorners div.leftCorner { background-image: url( /images/boxCorners/greyOnGreenBottomLeft.gif ); background-repeat:no-repeat; }
#myFavouriteThings .sectionBox .bottomCorners div.rightCorner { background-image: url( /images/boxCorners/greyOnGreenBottomRight.gif ); background-repeat:no-repeat; }
#myFavouriteThings .sectionBox { background-image: url( /images/pageImages/purpleBoxBkg.gif ); background-repeat:no-repeat; background-position:bottom right; }

#myFavouriteThings { color:#FFFFFF; }
#myFavouriteThings h2 { margin-top:8px; margin-bottom:8px; }
#myFavouriteThings h3 { margin-top:8px; }
#myFavouriteThings .errorMessage { display:block; }

#myFavouriteThings textarea {
	width:380px;
}

#myFavouriteThings .button {
	color:#FFFFFF;
	background-color:#007700;
	font-size:13px;
	height:19px;
}
#myFavouriteThings .button:hover { background-color:#00CC00; }

#myFavouriteThings #buttonsRow {
    text-align:center;
    margin-top:8px;
}

#myFavouriteThings .likesImageContainer {
    float:left;
	padding-right:8px;
	margin-right:8px;
	margin-bottom:8px;
}

/******************************
/  PENDING FRIENDS            /
******************************/

#pendingFriends { margin-top:0px !important; }
#pendingFriends .row { border-top:1px solid #CCCCCC; margin-top:10px; padding-top:10px; }
#pendingFriends .row .separator { height:0px; }
#pendingFriends img { float:left; clear:both; width:63px; margin-right:10px; }
#pendingFriends .pendingFriendDetails { float:left; font-weight:normal; }
#pendingFriends .username a { font-size:12px; }
#pendingFriends .fullName { font-weight:normal; margin-left:10px; font-size:11px; }
#pendingFriends .buttonBlock { clear:both; margin-top:6px; text-align:center; }
#pendingFriends .redButton { float:left; margin-left:20px; }

/******************************
/  QUICK STATS                /
******************************/

#quickStats .boxBody { background-color:#FCF9ED; padding:2px 8px; }
#quickStats .topCorners, #quickStats .bottomCorners { background-color:#FCF9ED; }

#quickStats h2 { margin-bottom:8px; }
#quickStats h3 { margin-top:8px; }
#quickStats p { text-align:left; }
#quickStats .errorMessage { display:block; }

#quickStats textarea {
	width:100px;
}

#quickStats .textField { width:92px; }
#quickStats .dropDown { width:100px; }

#quickStats .button {
	font-size:13px;
	height:19px;
}

#quickStats #buttonsRow {
    text-align:center;
    margin-top:8px;
}

/******************************
/  PROFILE STATS              /
******************************/

#profileStats img { float:left; width:135px; margin-right:10px; /*margin-top:8px;*/ }
#profileStats #statsDetails { float:left; width:200px; font-weight:normal; /* margin-top:8px;*/ }
#profileStats .statNumber { font-weight:bold; }
#profileStats .bottomCorners { clear:both; }

