/*MAIN CONTENT LAYOUT STYLES*/
.error {
	color: red; 
	font-weight: bold; 
	text-align: center;
}
p.error {
	padding: 15px 0px;
}

#videoContainer {
	margin: 0px auto;
	padding: 0px;
	width: 915px;
	background: white;
}
#sorting, #spotlight   {
	margin: 0px;
	padding: 0px;
	height: 267px;
}
#sorting {
	float: left;
	width: 300px;
	margin-right: 15px;
	position: relative;
}
#spotlight {
	float: left;
	width: 600px;
	background: url(/images/bg-spotlight.jpg) no-repeat center center;
	position: relative;
}
#videos {
	margin: 0px;
	padding: 0px;
	width: 915px;
}
.pageNav {
	background: url(/images/bg-pagenav.jpg) no-repeat center center;
	height: 34px;
	width: 915px;
	margin: 15px 0px;
	padding: 0px;
	position: relative;
}



/*PAGE NAVIGATION*/
.pageNav .nav, .pageNav .header {
	font: normal small Arial, Helvetica, sans-serif;
	color: #999;
	margin: 0px;
	padding: 0px;
}
.pageNav .header {
	float: left;
	position: absolute;
	left: 12px;
	top: 9px;
}
.pageNav .nav {
	float: right;
	position: absolute;
	right: 4px;
	top: 6px;
}
.pageNav .nav img, .pageNav .nav select {
	vertical-align: middle;
	margin: 0px 2px;
}
.pageNav .hspace {
	margin: 0px 7px;
	font-size: small;
}



/*SPOTLIGHT*/
#spotlight .details {
	position: absolute;
	left: 15px;
	top: 15px;
	height: 237px;
	width: 223px;
}
#spotlight .photo {
	height: 267px;
	width: 347px;
	position: absolute;
	top: 0px;
	right: 0px;
	vertical-align: top;
}
#spotlight .details h1, #spotlight .details h2, #spotlight .details h3   {
	margin: 0px;
}
#spotlight .details h2 {
	font: normal medium/normal Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #55A1CF;
}
#spotlight .details h1 {
	font: bold x-large/normal "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #fff;
}
#spotlight .details h3 {
	font: normal medium/normal "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #fff;
}
#spotlight .details ul {
	margin: 10px 0px;
	list-style: none;
	font-size: small;
	font-weight: normal;
	color: #fff;
	padding: 0px;
	line-height: 16px;
}
#spotlight .photo .rating {
	font: bold large/0px "Times New Roman", Times, serif;
	color: #2C83B1;
	text-align: center;
	height: 37px;
	width: 347px;
	margin-top: 3px;
}
#spotlight .photo .rating img {
	vertical-align: middle;
}
#spotlight .details strong {
	margin-right: 6px;
}




/*VIDEO SORTING OPTIONS*/
#sorting h1 {
	position: absolute;
	color: #BABABA;
	font: normal 25pt "Times New Roman", Times, serif;
	margin: 0px;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
#sorting ul {
	margin: 0px;
	list-style: none;
	font: normal small/11pt Arial, Helvetica, sans-serif;
	padding-left: 17px;
}
#sorting .options {
	position: absolute;
	top: 50px;
	/* border-right: 1px solid #ddd; *//* removes border to now-removed tags section -paulc */
	left: 0px;
	width: 140px;
	color: #2585AB;
}
#sorting .options .head {
	font-weight: bold;
	color: #2585AB;
}
#sorting .options .active {
	list-style: url(/images/icon-arrow-right.jpg);
	font-weight: bold;
	color: black;
}
#sorting .options .active a, #sorting .options .active a:active, #sorting .options .active a:visited  {
	color: #0C3249;
	text-decoration: none;	
}
#sorting .options a, #sorting .options a:active, #sorting .options a:visited  {
	color: #24698E;
	text-decoration: none;	
}
#sorting a:hover, #sorting .active a:hover  {
	color: #666;
	text-decoration: underline;	
}




/*VIDEO POPULAR TAGS*/
#sorting .tags {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 140px;
	color: #898989;
	text-align: left;
	font: normal small/16px Arial, Helvetica, sans-serif;
}
#sorting .tags a, #sorting .tags a:visited {
	color: #999;
	text-decoration: none;
}
#sorting .tags a:hover {
	color: #333;
	text-decoration: underline;
}
#sorting .tags a:active {
	text-decoration: none;
}




/*VIDEO CONTENT LISTING*/
#videos .box {
	margin: 1px 1px 4px;
	padding: 0px;
	float: left;
	height: 215px;
	width: 180px;
	display: inline;
}
#videos .box .filmStrip {
	background: url(/images/bg-film.jpg) no-repeat center center;
	height: 121px;
	width: 180px;
	position: relative;
	margin-bottom: 5px;
}
#videos .box .filmStrip .thumb {
	position: absolute;
	overflow: hidden;
	height: 107px;
	width: 143px;
	top: 7px;
	left: 18px;
}
#videos .box .filmStrip .add {
	position: absolute;
	left: 18px;
	bottom: 7px;
}
#videos .box .details {
	height: 72px;
	width: 153px;
	padding: 7px 10px 10px;
	background: #EBF8FC;
	margin: 0px auto;
}
#videos .box .details h1 {
	font: bold 11pt/16px "Times New Roman", Times, serif;
	margin: 0px;
	text-transform: capitalize;
}
#videos .box .details ul {
	font: normal small/14px Arial, Helvetica, sans-serif;
	color: #828181;
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}
#videos .box .details strong {
	margin-right: 5px;
}
#videos .box .details a, #videos .box .details a:visited {
	color: #4D7581;
	text-decoration: none;
}
#videos .box .details a:hover {
	text-decoration: underline;
}
#videos .box .details a:active {
	text-decoration: none;
}




/* FORMATTED PROFILE */
#formatted_profile_wrapper {
	float:left; 
	margin: 0 0 0 0;
	width:240px;
	background: url(/images/profileDisplayTop.gif) no-repeat top center;
}

#formatted_profile_wrapper_bottom {
	float:left; 
	margin: 0 0 0 0;
	width:240px;
	height: 25px;
	background: url(/images/profileDisplayBottom.gif) no-repeat bottom center;
}

#formatted_userAvatar {
	text-align: center;
	margin: 20px 0 10px 0;
}

#formatted_userName {
 	color: #53aed2;
	background: rgb(24, 55, 64);
	text-align: center;
	font-weight: normal;
	font-family: Georgia, Times New Roman, serifs !important;
	font-size: 22px;
	margin: 0 5px 0 5px;
	padding: 10px 0 0 0;
}

#formatted_userLocation {
 	color: #FFF;
	background: rgb(24, 55, 64);
	text-align: center;
	font-weight: normal;
	font-family: Verdana, Trebuchet, Arial, sans-serif !important;
	font-size: 12px;
	margin: 0 5px 0 5px;
	padding: 0 0 10px 0;
}

#formatted_customStatus
{
	margin: 0 5px 0 5px;
	background:#EEF9FD none repeat scroll 0 0;
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	padding:15px 0 0 15px;
	line-height: 22px;
}

#formatted_text {
	color: #666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
}
