/* 

		Clipbox.tv CSS 

*/

* { 
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Verdana, Arial;
	border: 0;
}
body {
	background: #ffffff url(images/userpanel_bg.gif) repeat-x 50% 0;
	margin: 0;
	padding: 0;
	font-size: 75%;
}
/* BETASIGN */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
h1#betaSign {
	margin: 0;
	width: 96px;
	height: 96px;
	background-image: url(images/betasign.gif);
	float: left;
	text-indent: -9999px;
}
/* 1. Main structure DIV's */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#container {
	width: 780px;
	margin: 0 auto;
}
#userpanel {
	width: 340px; 
	height: 30px;
	float: right;
}
#menu { 
	list-style: none;  
	padding: 0; 
	margin:0;
}
#menu a { 
	font-size: 1em;
	display: block; 
	color:#cccccc; 
	text-decoration: none; 
	text-align: center;
	padding-top: 4px;
	height: 23px; 
}
#menu a:hover { 
	text-decoration: none;
}
#menu li:hover ul, #menu li.iehover ul{ 
	left:auto;
}
#menu li a:hover { 
	background-position: -85px 0;
}
ul { 
	list-style: none;
}
li { 
	float: left;
}
/* Sign up is always highlighted and has an other hover effect than the other userpanel menu options. */
li#menuSignup a { 
	width: 85px; 
	background: url(images/userpanel_menubutton_signup.gif) bottom left no-repeat;
}
li#menuSignupactive a { 
	width: 85px; 
	background: url(images/userpanel_menubutton_signup.gif) -85px 100% no-repeat;
}
/* All the userpanel menu options, except 'Sign up' */
li#menuMyaccount a, li#menuFaq a, li#menuLogin a { 
	width: 85px; 
	background: url(images/userpanel_menubutton.gif) bottom left no-repeat;
}
li#menuSignupactive a, li#menuMyaccountactive a, li#menuFaqactive a, li#menuLoginactive a { 
	width: 85px; 
	background: url(images/userpanel_menubutton.gif) -85px 100% no-repeat;
}
/* SEARCH MENU width advanced options */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#searchEntry {
	margin: 0px;
	padding: 6px;
	width: 328px;
	height: 17px;
	float: left;
	background-image: url(images/searchfield_bg.gif);
}
input.searchField {
	padding: 2px 2px 2px 4px;
	height: 16px;
	width: 271px;
	font-size: 1em;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #9AC536;
	vertical-align: middle;
}
input.searchButton {
	margin-left: 2px;
	height: 20px;
	width: 39px;
	background: url(images/search_button.gif);
	border: 1px solid #9AC536;
	vertical-align: middle;
}
#searchOps {
	margin: 0;
	padding: 0;
	width: 340px;
	height: 30px;
	float: left;
	background-image: url(images/searchops_background.gif);
}
ul#searchMenu {
	float: left;
	padding: 0;	
	list-style: none;
	line-height: 36px;
}
li#searchClips {text-align: center; width: 81px;} 
li#searchClips.active {background-image: url(images/searchclips_active.gif); color: #ffffff; width: 81px; height: 30px;}

li#searchGroups {text-align: center; width: 87px;}
li#searchGroups.active {background-image: url(images/searchgroups_active.gif); color: #ffffff; width: 87px; height: 30px;}

li#searchBoxes {text-align: center; width: 80px;}
li#searchBoxes.active {background-image: url(images/searchboxes_active.gif); color: #ffffff; width: 80px; height: 30px;}

li#searchBands {text-align: center; width: 91px;}
li#searchBands.active {background-image: url(images/searchbands_active.gif); color: #ffffff; width: 91px; height: 30px;}


li#searchClips.active a {
	color: #ffffff;
}
ul#searchMenu a {
	font-style: oblique;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
ul#searchMenu a:hover {
	font-style: oblique;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
/* Positioning submenu hovers //////////////////////////////////////////////// */
ul#mainMenu li#Clips ul {
	margin-left: -130px;
}
ul#mainMenu li#Groups ul {
	margin-left: -260px;
}
ul#mainMenu li#Boxes ul {
	margin-left: -390px;
}
ul#mainMenu li#Competition ul {
	margin-left: -520px;
}
/* Padding between the submenu items //////////////////////////////////////////////// */
ul#mainMenu li ul li {
	width: auto;
	padding: 0 20px 0 20px;
}
ul#mainMenu li.active ul, ul#mainMenu li:hover ul {
	display: block;
}
/* Active menuitem when clicked //////////////////////////////////////////////// */
ul#mainMenu li.active a{
	background-image: url(images/active.gif);
	color: #FFF;
}
/* Positioning submenu hovers //////////////////////////////////////////////// */
ul#mainMenu a {
	display: block;
	padding: 3px 0 3px 0;
	font-size: 1.4em;
	color: #2EB2E5;
	text-decoration: none;
}
ul#mainMenu a:hover, ul#mainMenu li:hover a {
	font-size: 1.4em;
	color: #333333;
	text-decoration: underline;
}
ul#mainMenu li.active a:hover,
ul#mainMenu li.active:hover a {
	color: #ffffff;
	text-decoration: none;
	
}
ul#mainMenu li.active ul li a,
ul#mainMenu li:hover ul li a {
	color: #ffffff;
	background: none;
	font-size: 1.1em;
	padding: 0px 0 2px 0;
	text-decoration: none;
}
ul#mainMenu li ul li a:hover {
	color: #ffffff;
	background: none;
	font-size: 1.1em;
	padding: 0px 0 2px 0;
	text-decoration: underline;
}
/* CLIPBOX TITLE & LOGO */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
h1#logo {
	margin: 55px 0px 25px 0px;
	width: 195px;
	height: 66px;
	background-image: url(images/clipbox_logo.gif);
	float: left;
	text-indent: -9999px;
}
a.logoLink {
	width: 195px;
	height: 66px;
	background-image: url(images/clipbox_logo.gif);
}
/* MAIN MENU's & SUBMENU's */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
ul#mainMenu {
	float: left;
	width: 780px;
	list-style: none;
	background-color: #F0F8FC;
}
ul#mainMenu li{
	text-align: center; 
	width: 130px;
}
ul#mainMenu li ul {
	text-align: center; 
	display: none;
	position: absolute;
	width: 780px;
	height: 23px;
	padding: 5px 0px 0px 0px;
	background-image: url(images/submenu_bg.gif);
}
/* Positioning submenu hovers //////////////////////////////////////////////// */
ul#mainMenu li#Clips ul {
	margin-left: -130px;
}
ul#mainMenu li#Groups ul {
	margin-left: -260px;
}
ul#mainMenu li#Boxes ul {
	margin-left: -390px;
}
ul#mainMenu li#Competition ul {
	margin-left: -520px;
}
/* Padding between the submenu items //////////////////////////////////////////////// */
ul#mainMenu li ul li {
	width: auto;
	padding: 0 20px 0 20px;
}
ul#mainMenu li.active ul, ul#mainMenu li:hover ul {
	display: block;
}
/* Active menuitem when clicked //////////////////////////////////////////////// */
ul#mainMenu li.active a{
	background-image: url(images/active.gif);
	color: #FFF;
}
/* Positioning submenu hovers //////////////////////////////////////////////// */
ul#mainMenu a {
	display: block;
	padding: 3px 0 3px 0;
	font-size: 1.4em;
	color: #2EB2E5;
	text-decoration: none;
}
ul#mainMenu a:hover, ul#mainMenu li:hover a {
	font-size: 1.4em;
	color: #333333;
	text-decoration: underline;
}
ul#mainMenu li.active a:hover,
ul#mainMenu li.active:hover a {
	color: #ffffff;
	text-decoration: none;
	
}
ul#mainMenu li.active ul li a,
ul#mainMenu li:hover ul li a {
	color: #ffffff;
	background: none;
	font-size: 1.1em;
	padding: 0px 0 2px 0;
	text-decoration: none;
}
ul#mainMenu li ul li a:hover {
	color: #ffffff;
	background: none;
	font-size: 1.1em;
	padding: 0px 0 2px 0;
	text-decoration: underline;
}
/* CONTENTCONTAINER */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#contentContainer {
	width: 500px;
	float: left;
	padding: 0;
	margin: 50px 0 20px 0;
	line-height: 20px;
}
h2.title {
	font-size: 20px;
	color: #AAD73E;
	font-weight: normal;
}
/* SIDEBAR AND CONTENTS */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#sidebar {
	width: 260px; 
	float: left;	
	margin: 50px 0 20px 20px;
	line-height: 20px;
}
/* Login style for the input fields and buttons */
input.loginUsername {
	width: 133px;
	height: 17px;
	border: 1px solid #cccccc;
	margin-left: 30px;
	padding: 2px 3px 3px 5px;
	background-image: url(images/login_bg.gif);
}
input.loginPassword {
	width: 133px;
	height: 17px;
	border: 1px solid #cccccc;
	margin: 12px 0 0 33px;
	padding: 2px 3px 3px 5px;
	background-image: url(images/login_bg.gif);
}
input.loginButton {
	width: 70px;
	height: 20px;
	margin: 12px 0 0 0;
	border: 1px solid #cccccc;
	vertical-align: bottom;
	float: right;
}
a.loginLinks {
	color: #AAD73E;
	font-weight: bold;
	text-decoration: none;
}
a.loginLinks:hover {
	color: #7ABBE6;
	font-weight: bold;
	text-decoration: underline;

}

/* FOOTER */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#footer {
	width: 780px;
	height: 50px;
	padding: 20px 0 0 0;
	text-align: center;
	background-image: url(images/footer_bg.gif);
	line-height: 30px;
}
a.footerLink {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
a.footerLink:hover {
	color: #7ABBE6;
	text-decoration: underline;
}
label.footer {
	font-size: 0.9em;
	color: #999999;
}
/* Star rating options */
/* .................................................................................................................. */
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(img/star_rating.png) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width: 20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(img/star_rating.png) left center;
	z-index: 2;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:20px;
}
.star-rating a.two-stars{
	left:20px;
}
.star-rating a.two-stars:hover{
	width: 40px;
}
.star-rating a.three-stars{
	left: 40px;
}
.star-rating a.three-stars:hover{
	width: 60px;
}
.star-rating a.four-stars{
	left: 60px;
}	
.star-rating a.four-stars:hover{
	width: 80px;
}
.star-rating a.five-stars{
	left: 80px;
}
.star-rating a.five-stars:hover{
	width: 100px;
}
.star-rating li.current-rating{
	background: url(img/star_rating.png) left center;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}		
.star-rating li.current-rating{
	background: url(img/star_rating.png) left bottom;
  	position: absolute;
  	height: 20px;
  	display: block;
	text-indent: -9000px;
	z-index: 1;
}
/* ContentBox styling. ContentBox komt op elke pagina voor. */
/* .................................................................................................................. */
.contentBox h3.grey {
	background-image: url(images/header_grey.gif);
	color: #333333; 
}
.contentBox h3.green {
	background-image: url(images/header_green.gif);
	color: #ffffff; 
}
.contentBox h3.blue {
	background-image: url(images/header_blue.gif);
	color: #ffffff; 
}
.contentBox h3.clean {
	background-image: url(images/header_clean.gif);
	color: #7abbe6; 
}
.contentBox h3 {
	height: 28px;
	width: 485px;
	font-size: 1.3em;
	font-family: Trebuchet MS;
	font-style: oblique;
	padding: 8px 0 0 15px;
}
div.contentBox {
	width: 500px;
	background: url(images/contentbox_footer.gif) no-repeat bottom;
	padding-bottom: 19px;
	margin: 0 0 20px 0;
}
div.innerBox {
	background-image: url(images/contentbox_bg.gif);
	padding: 11px 17px 0 15px;
}
/* Right module windows styling */
/* .................................................................................................................. */
.module h3.grey {
	background-image: url(images/mheading_grey.gif);
	color: #333333; 
}
.module h3.green {
	background-image: url(images/mheading_green.gif);
	color: #ffffff; 
}
.module h3.blue {
	background-image: url(images/mheading_blue.gif);
	color: #ffffff; 
}
.module h3.clean {
	background-image: url(images/mheading_clean.gif);
	color: #7abbe6; 
}
.module h3 {
	height: 28px;
	width: 245px;
	font-size: 1.3em;
	font-family: Trebuchet MS;
	font-style: oblique;
	padding: 8px 0 0 15px;
}
div.module {
	width: 260px;
	background: url(images/modulebox_footer.gif) no-repeat bottom;
	padding-bottom: 19px;
	margin: 0 0 20px 0;
}
div.innerModule {
	background-image: url(images/modulebox_bg.gif);
	padding: 11px 17px 0 15px;
}
/* CommentBox options */
/* .................................................................................................................. */
.commentBox h3.clean{
	background-image: url(images/header_clean.gif);
	color: #7abbe6; 
}
.commentBox h3 {
	height: 28px;
	width: 485px;
	font-size: 1.3em;
	font-family: Trebuchet MS;
	font-style: oblique;
	padding: 8px 0 0 15px;
}
div.commentBox {
	width: 500px;
	background: url(images/contentbox_footer.gif) no-repeat bottom;
	padding-bottom: 19px;
	margin: 0 0 20px 0;
}
div.commentBox h3 a {
	color: #7abbe6;
	font-size: 1.4em;
	font-style: oblique;
	font-weight: bold;
	text-decoration: none;
}
div.commentBox h3 a:hover {
	color: #AAD73E;
	font-size: 1.4em;
	font-style: oblique;
	font-weight: bold;
	text-decoration: underline;
}
span.commentitle {
	font-size: 0.7em;
	color: #999999;
	font-style: normal;
	font-weight: normal;
}
/* Post a comment options */
/* .................................................................................................................. */
#postComment {
	width: 154px;
	height: 28px;
	margin-bottom: 20px;
	background-image: url(images/commentButton.gif);
}
/* videoplayer suboptions */
/* .................................................................................................................. */
#clipOptions {
	width: 453px;
	height: 120px;
	padding: 20px;
	border: 1px solid #efefef;
	border-bottom: 0px;
	margin: 0;
}
a.clipUser {
	color: #7abbe6;
	font-size: 1.2em;
	text-decoration: none;
	font-style: oblique;
	font-weight: bold;
}
a.clipUser:hover {
	color: #AAD73E;
	font-size: 1.2em;
	text-decoration: underline;
}
a.cliplinkBlue {
	color: #666666;
	font-size: 1.2em;
	text-decoration: none;
}
a.cliplinkBlue:hover {
	color: #7abbe6;
	text-decoration: underline;
}
a.cliplinkRed {
	color: #666666;
	font-size: 1.2em;
	text-decoration: none;
}
a.cliplinkRed:hover {
	color: #F03C00;
	text-decoration: underline;
}
#clipOptions dl {
	float: left;
	width: 250px;
}
#clipOptions dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #clipOptions form dl {height: 1%;}
/* End hide from IE-mac */

#clipOptions dt, #clipOptions dd {
    padding: 4px;
    height: 20px;
}
#clipOptions dt {
    float: left;
    width: 110px;
    text-align: left;
    clear: left;
}
#clipOptions dd {
    float: left;
    width: 100px;
}
ul.clipMenu {
	list-style: none;
	display: block;

	float: left;
	width: 200px;
}
ul.clipMenu li {
	height: 30px;
	vertical-align: middle;
}
/* Clip rating options */
/* .................................................................................................................. */
#clipRating {
	width: 475px;
	padding: 2px 0 0 20px;
	background-image: url(images/rating_bg.gif);
	height: 28px;
	margin: 0;
}
#clipRating dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #clipRating dl {height: 1%;}
/* End hide from IE-mac */

#clipRating dt, #clipRating dd {
    padding: 4px;
    height: 30px;
}
#clipRating dt {
    float: left;
    width: 150px;
    text-align: left;
    clear: left;
}
#clipRating dd {
    float: left;
    width: 150px;
}

#recbox {
	background-image: url(images/jswindow_bg.gif);
	background-color: #000;
	height: 246px;
	width: 486px;
	padding: 7px;
	text-align: center;
}

#blackbg {
	background-color: #000;
	height: 246px;
	width: 486px;
}