/**
 * General Styles
 */

body {	
	background-image 		: url('../img/neutral/bg.jpg');
	background-repeat 		: repeat;
	font-family				: Tahoma, Verdana, Helvetica, Arial;
	font-size				: 10pt;	
	text-align 				: center;
	padding 				: 0px;
	margin					: 0px;
}

h1 {
	font-weight				: normal;
	font-size				: 14px;
	color					: #000000;	
	margin-top				: 0px;
	text-transform			: uppercase;
    letter-spacing          : 1px;
	margin-bottom			: 10px;
	padding					: 0px;
}

h2 {
	font-weight				: bold;
	font-size				: 12px;
	color					: #333333;
	margin-top				: 0px;
	margin-bottom			: 7px;
    letter-spacing          : 1px;
	padding					: 0px;
}

p {
	font-size				: 10pt;	
	margin-top				: 0px;
	margin-bottom			: 5px;
}

a:link, a:visited {
	color					: #000000;
	text-decoration			: underline;
}
a:hover {
	color					: #cd005a;
	text-decoration			: underline;
}

ul {
	padding					: 11px;
	margin					: 11px;
	margin-top				: 5px;
	padding-top				: 0px;
	padding-bottom			: 0px;
	margin-bottom			: 5px;
	list-style-type			: square;
}

ul.uploadhelp_info {
	font-size				: 10pt;	
}

ul.uploadhelp_address {
	list-style-type			: none;
	font-size				: 10pt;	
}

a.hiddenlinks {
	color					:#C4C4C4;
}

.sitetable, td.sitetable {
	border-style			: none;
	border-width			: 0px;
	padding 				: 0px;
	margin					: 0px;
	border-collapse			: collapse;
	background-color 		: #ffffff;
}

#sitecontainer{
	display: block;
	width:1000px;
	margin: 0px auto 0px auto;
	text-align:left;
	padding: 0px;
	position:relative;
}

#headercontainer {
	/*background-image		: url('../img/neutral/voice_header.jpg');*/
	background-color 		: #000000;
	margin					: 0px;
	padding					: 0px;
	width					: 1000px;
	height					: 180px;	
}

#headercontainersms {
	background-image		: url('../img/neutral/voice_header_sms.jpg');
	margin					: 0px;
	padding					: 0px;
	width					: 1000px;
	height					: 180px;	
}

#menucontainer {
	text-align				: right;
	margin					: 0px;
	margin-right			: 35px;
	padding					: 0px;
	padding-top				: 4px;	
}

#sidebarcontainer {
    width					: 160px;
	font-size				: 10pt;
	padding					: 20px 0 0 20px;
	line-height             : 2.0;
    text-align				: left;
    border					: none;
    margin					: 0;
}

#sidebarcontainer_x {
    width					: 160px;
	font-size				: 10pt;
	padding					: 0 0 0 20px;
	line-height             : 2.0;
    text-align				: left;
    border					: none;
    margin					: 0;
	float					: left;    
}

#rightsidebarcontainer {
	width					: 140px;
	font-size				: 10pt;
	line-height             : 1.5;
    margin					: 0px;
    padding					: 0 36px 20px 0;
	border					: none; 
	border-collapse			: collapse;
	float					: right;
}

#sidebarcontainer a:link, #sidebarcontainer a:visited{
	/*color					: #000000;*/	
	text-decoration			: none;	
}
#sidebarcontainer a:hover {
	color					: #CD005A;	
	text-decoration			: none;	
}

#sidebarcontainer .menu, 
#sidebarcontainer .menu_active {
	text-transform			: uppercase;	
}

#sidebarcontainer .menu_active,
#sidebarcontainer a.menu_active, 
#sidebarcontainer .submenu_active,
#sidebarcontainer a.submenu_active {
	color					: #CD005A;
}

#sidebarcontainer .submenu, 
#sidebarcontainer .submenu_active {
	padding-left			: 20px;	
}

#pagecontent_x {
	border-color			: #f0f0e7;
	border-right			: 3px solid #f0f0e7;
	border-bottom			: 10px solid #f0f0e7;
	float					: left;
	padding-right			: 30px;
	margin-top 				: 20px;
	padding-bottom			: 20px;
}

#pagecontent_w {
	float					: left;
	padding-right			: 30px;
	margin-top 				: 20px;
}

.contentcontainer {
	margin					: 0px; 
	padding					: 0px; 
	border					: none; 
}

#maincontentcontainer{
	border					: none; 
	padding-bottom			: 20px;
	padding-top				: 20px;
}

#maincontentcontainer_x {
	border					: none; 
	padding-bottom			: 20px;
	padding-top				: 0px;
	margin-left				: 200px;
}

.actionsmenu, a.actionsmenu, a.actionsmenu:visited {
	font-size				: 11px;
	color					: #ffffff;
	text-decoration			: none;	
}	

a.actionsmenu:hover {
	color					: #000000;	
	text-decoration			: none;
}

div#homepagelink {
	position				: relative;
	float					: left;
	cursor					: pointer;
	left					: 154px;
	top						: 36px;
	width					: 119px;
	height					: 119px;
	opacity					: 0.0;
	filter					: alpha(opacity=0);
	z-index					: 100;
	background-color		: #cccccc;/* need bgcolor; otherwise won't work in IE */ 
}

div#countdowntimer {
	color					: #FFFFFF;
	font-family				: Arial,Helvetica;
	font-size				: 9pt;
	height					: 16px;
	position				: absolute;
	text-align				: center;
	top					: 163px;
	width					: 1000px;
	left					: 0;
	margin:0;
	padding:0;
}

a.mainlinktext, a.mainlinktext:visited  {	
	font-family				: Arial, helvetica;
	color					: #FFFFFF;	
	text-decoration			: none;		
	text-transform			: uppercase;
	font-size				: 13px;
	line-height				: 160%
}

a.mainlinktextact, a.mainlinktextact:visited  {	
	font-family				: Arial, helvetica;
	color					: #cd005a;	
	text-decoration			: none;		
	text-transform			: uppercase;
	font-size				: 13px;
	line-height				: 160%
}

a.mainlinktext:hover {
	color					: #cd005a;	
	text-decoration			: none;	
}

div.mainlinktextunact{
	font-family				: Arial, helvetica;
	color					: #888888;
	text-transform			: uppercase;
	font-size				: 13px;
	line-height				: 160%
}

div#mainheadercard {
	width					: 560px;
 	background-color		: #f2f2f2; 
 	margin					: 0px; 
 	padding					: 0px;
}

div#maininfocard {
	width					: 140px; 
	background-color		: #cd005a; 
	margin					: 20px 0 0 0;
	padding					: 0;
	color					: #ffffff;
	line-height             : 1.25;
	min-height: 228px	
}

div#maininfocard a:hover {
	color					: #ffffff;
}

p.maininfocard {
	margin					: 0px;
	padding					: 12px;
	font-family				: Arial, helvetica;
	font-size				: 10pt;
	color					: #ffffff;	
}

div.watchthis {
	width					: 140px; 
	margin-top				: 20px;
	padding					: 0px;	
	border					: 0px;
	color					: #000000;
}

div.watchthisvideo {
	margin					: 0px; 
	padding					: 0px;
	border					: 0px;
}

div.watchthis_info {
	width					: 123px; 
	margin					: 0px; 
	padding					: 0px;
	border					: 0px;
}

p.watchthis {
	text-align 				: center;
	font-family				: Arial, helvetica;
	font-size				: 11pt;
	font-weight				: bold;
	color					: #cd005a;	
}

p.watchthisvideo {
	text-align 				: center;
	font-family				: Arial, Helvetica;
    font-size               : 8pt;
    color                   : #000000;
}

.smsheader {
	color					: #585A14;
}

.sms_price {
	font-size				: 9pt;
	color					: #737373;	
}

.sponsorcard {
	width					: 140px; 
	margin					: 25px 0 0px; 
	padding					: 0px;
	/*background-color		: #0000ff;*/
	/*background-image		: url('../img/neutral/draught_pint_s.jpg');*/ 
}

.bottom_main_sponsor {
	margin					: 0px; 
	padding-top				: 20px; 
	padding-bottom			: 0px;
}

#bottom_sponsor_container_x {
	clear					: left; 
	margin-left				: 34px;
}

div#mainvideocard {
	width					: 192px; 
	left					: 0px;
	margin					: 0px;	
	padding					: 0 0 0 1px;
	overflow				: auto;
	float					: left;
}

div#contentcontainer_week_videos {	
	top						: 0px;
	height					: 80px; 	
	margin-top				: 10px; 	
}

span#contentcontainer_week_videos {	
    font-size               : 8pt;	
    text-transform			: none;
    margin					: 1px;    
}

.mainvideocardcontent {	
	margin-top				: 18px; 	
}

div#contentcontainer_latest_comments {
	width					: 170px;
	background-color		: #f2f2f2;
	padding					: 0px;
}

div#contentcontainer_latest_comments_inside {
	width					: 166px;
	background-color		: #f2f2f2;
	padding					: 0px;
	margin					: 1px;
}

.mainrecentvideos {
	font-family				: Arial, helvetica;	
	text-transform			: uppercase;
	font-size				: 9pt;
	font-weight				: normal;
	text-align				: left;
	border-width			: 0px;
	border-style			: none;
	border-collapse			: collapse;
}

.mainrecentvideos td {
	font-family				: Arial, helvetica;	
	margin					: 0px;
	padding-left			: 0px;
	padding-right			: 4px;
	padding-top				: 0px;
	padding-bottom			: 4px;
	border-width			: 0px;
	border-style			: none;
	border-collapse			: collapse;
}

div#newscardupload {
	width					: 560px; 
	background-color		: #f2f2f2; 
	margin					: 16px 0 0 0; 
	padding					: 4px 0 0 0;
}

div#newscard {
	width					: 360px; 
	background-color		: #f2f2f2;
	margin					: 16px 0 0 200px; 
	padding					: 4px 0 0 0;
}

.mainpagenews {
	font-family				: Arial, helvetica;		
	font-size				: 10pt;
	color					: #000000;
	margin					: 10px;
	margin-bottom			: 20px;	
}

.mainpagenews a {
	color					: #999999;
	text-decoration			: none;
}
.mainpagenews a:hover {
	text-decoration			: underline;
}

img.mainpagenews {
	margin					: 0px 5px 5px 0px;
	float					: left;
}

b.mainpagenews {
	font-family				: Arial, helvetica;
	font-size				: 11pt;	
	text-transform			: uppercase;
	color					: #000000;
	font-weight				: bold;	
	margin					: 0px;	
}

.siteheader, .sitefooter{
	height:10px;
	background-color:#afaf54;
}


.sitemain{
	background-color		: #cccc99;
	background-image		: url('../img/neutral/mainbg.gif'); 
    padding-left            : 20px;
    padding-right           : 20px;
    /*padding-top             : 20px;*/
    padding-bottom          : 15px;
}


.mainmaintable {
	background-color		: #DBD8A5;
	background-image		: url('../img/en/frontpage.jpg');
	background-repeat		: no-repeat;
	background-attachment	: scroll;
	background-position		: top left;	
	padding					: 0px;
	margin					: 0px;
}


.numboxtable, .numboxtable a, .numboxtable td, .numboxtable th  {
	background-color		: #363636;
	font-family				: Tahoma, Verdana, Helvetica, Arial;
	font-weight				: normal;
	font-size				: medium;
	color					: #ffffff;
	border-spacing			: 0px;
	padding 				: 0px;
	border-style			: none;
	border-width			: 0px;

}

.message_critical {
	color					: #FF0000;
	background-color		: #5F5F4D; /* grey */
	font-weight				: bold;
    text-align              : center;
    font-size               : 10pt;
    letter-spacing          : 1px;
}

.message_warning {
	color					: #FFFF00;
	background-color: #5F5F4D; /* grey */
	font-weight				: bold;
    text-align              : center;
    font-size               : 10pt;
    letter-spacing          : 1px;
}

.message_info {
	color					: #000000;
	background-color: #5F5F4D; /* grey */
	font-weight				: bold;
    text-align              : center;
    font-size               : 10pt;
    letter-spacing          : 1px;
}

.error {
	color					: #FF0000;
}

.errorbox {
	background-color		: #ffeeee;
	padding					: 10px;
	color					: #CC0000;
	font-size				: 10pt;
	border					: 2px solid #ffdddd;
	width					: 500px;
	margin-bottom			: 10px;
}

.infobox {
	background-color		: #eeeeee;
	padding					: 10px;
	color					: #000000;
	font-size				: 10pt;
	border					: 2px solid #dddddd;
	width					: 500px;	
	margin-bottom			: 10px;	
}

.smallinfobox {
	background-color		: #eeeeee;
	padding					: 10px;
	color					: #000000;
	font-size				: 10pt;
	border					: 2px solid #dddddd;
	width					: 250px;	
	margin-bottom			: 10px;	
}

#searchprompt {
	font-family				: Arial, helvetica;
	position				: absolute;
	top						: 158px;
	left					: 778px;
	height					: 18px;
	width					: 42px;		
	color					: #ffffff;
	font-size				: 12px;
	margin					: 0px;	
	padding-top				: 5px;
	padding-bottom			: 3px;
	padding-left			: 0px;
	padding-right			: 0px;
	text-align              : right;
}

#searchfrm {
	font-family				: Arial, helvetica;
	position				: absolute;
	top						: 158px;
	left					: 822px;
	height					: 18px;
	margin					: 0px;
	padding					: 1px;
}

#searchfrm form.searchform {
	margin					: 1px;	
	padding					: 1px;
	color					: #ffffff;
	font-size				: 12px;
}

#searchfrm input.searchform {
	/*background-color		: #e9e7c5;*/
	background-color		: #ffffff;
	color					: #000000;
	border-style			: none;
	border-width			: 0px;
	width					: 140px;
}

#livesearch_shade {
	visibility				: hidden;
	position				: absolute;
	top						: 179px;
	left					: 836px;	
	width					: 129px;
	height					: 146px; 
	padding-top				: 0px;
	padding-bottom			: 0px;
	padding-left			: 0px;
	padding-right			: 0px;	
	margin					: 0px;
	background-color		: #000000;
	color					: #000000;
	text-align              : left;
	z-index					: 100;
	/*filter					: alpha(opacity=75);	
	opacity					: 0.75;*/	
}

#livesearch {
	visibility				: hidden;
	position				: relative;
	top						: 0px;
	left					: 1px;	
	width					: 127px;
	height					: 145px; 
	padding-top				: 0px;
	padding-bottom			: 0px;
	padding-left			: 0px;
	padding-right			: 0px;	
	margin					: 0px;
	/*background-color		: #E0E0E0;*/
	background-color		: #F8F8F8;
	color					: #000000;
	text-align              : left;
	z-index					: 101;
}

#livesearch p {
	/*font-family				: Arial, helvetica;*/
	font-size				: 10px;
	padding-top				: 1px;
	padding-left			: 3px;
	padding-bottom			: 1px;
	margin					: 0px;
}

#livesearch a {
	/*font-family				: Arial, helvetica;*/
	font-size				: 10px;	
	margin					: 0px;
	text-decoration			: none;	
}

a.maintopmenuvideos {
    color                   : #643155;
    text-decoration         : none;
    font-weight             : bold;
}

a.maintopmenubands {
    color                   : #585A14;
    text-decoration         : none;
    font-weight             : bold;
}

a.maintopmenuupload {
    color                   : #FFFFFF;
    text-decoration         : none;
    font-weight             : bold;
}

a.maintopmenujukebox {
    color                   : #FFFFFF;
    text-decoration         : none;
    font-weight             : bold;
}

a.maintopmenusearch {
    color                   : #FFFFFF;
    text-decoration         : none;
    font-weight             : bold;
}

a.maintopmenu_active {
    color                   : yellow;
    font-weight             : bold;
    text-decoration         : none;
}

#player {
	font-family				: Tahoma, Verdana, Helvetica, Arial;
	font-size               : 10pt;
	}

/**
 * Admin -pages
 */
 
.adminsidebar {
	background-color		: #585A14;
	font-family				: Tahoma, Verdana, Helvetica, Arial;
	font-size               : 9pt;
	border-spacing			: 0px;
	padding 				: 0px;
  	text-align              : left;
  	padding-left            : 7px;
  	padding-right           : 10px;
  	line-height             : 2.0;
}

a.adminmenu {
    color                   : #FFFFFF;
    text-decoration         : none;
    font-weight             : bold;
}
a.adminmenu_active {
    color                   : yellow;
    font-weight             : bold;
    text-decoration         : none;
}
a.adminmenu_indent {
    color                   : #FFFFFF;
    text-decoration         : none;
    font-weight             : bold;
    padding-left            : 15px;
}
a.adminmenu_active_indent {
    color                   : yellow;
    font-weight             : bold;
    text-decoration         : none;
    padding-left            : 15px;
}

/* 
  sidebar 
 */
#sidebarmenu {
    line-height             : 2.0;
    font-size 				: 10pt;
    text-align				: left;
    padding-left			: 40px;
}

#sidebarmenu a {
	text-decoration 		: none;
	color					: #000000;	
}
#sidebarmenu a.menu, a.menu_active {
	text-transform			: uppercase;	
}
#sidebarmenu a.menu_active, a.menu_sub_active {
	color					: #CD005A;
}
#sidebarmenu a.menu_sub, a.menu_sub_active {
	padding-left: 20px;	
}

.mainsidebar {
	font-family				: Arial, Helvetica;
    font-size               : 8pt;
    color                   : #000000;
    width                   : 160px;
    /*height                  : 100%;*/
   	margin                 	: 0px;  
   	padding                 : 0px;
   	position				: relative;
   	top						: -3px;
}

.mainsidebar_x {
	font-family				: Arial, Helvetica;
    font-size               : 8pt;
    color                   : #000000;
    width                   : 160px;
    /*height                  : 100%;*/
   	margin                 	: 0 0 0 10px;  
   	padding                 : 0px;
   	position				: relative;
	line-height				: 1.25;   	
}

.mainsidebar td {
    vertical-align          : top;
    text-align              : left;
    margin                 	: 0px;  
   	padding            		: 0px;
    padding-left            : 6px;
	padding-bottom			: 35px;
	line-height				: 1.5;
}

.mainsidebar .small-sms-rating {
	margin-top				: 5px;
}

div#main_sidebar_upload_img {
	width					: 130px; 
	height					: 768px; 
	margin					: 0px;	
	padding-left			: 15px;
}

/**
 * Band -pages
 */
 
#bandmaintable {
	font-size				: 9pt;
	/*height					: 500px;*/
}
.bandmaintable th {
    
    font-weight             : normal;
    /*font-size               : 11pt;*/
    height                  : 10px;
   	vertical-align          : top;
}
.bandmaintable td {
    text-align				: left;
    font-size               : 9pt;
    vertical-align          : top; 
    padding					: 0 20px 10px 0;/*0 24px 15px 0;*/   
}
.bandmaintable img.small_gc_star {
	float: left;	
	margin-top:10px;
}
.bandmaintable .band_details {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	width: 100px;
}



.bandmaintable img.bandimg{
	width					: 160px;
	height					: 90px;
	border					: 0;	
}

a.bandmenu {
    color                   : #FFFFFF;
    text-decoration         : none;
    font-weight             : bold;
}
a.bandmenu_active {
    color                   : yellow;
    font-weight             : bold;
    text-decoration         : none;
}

.bandnamehead {
	color					: #000000;
	font-weight				: normal;
    text-align              : left;
    font-size               : 13px;
    letter-spacing          : 1px;
	margin-bottom			: 5px;
	margin-top				: 5px;
}

.bandmembertitle {
	color					: #000000;
	font-weight				: normal;
    text-align              : left;
    font-size               : 12px;
    letter-spacing          : 1px;
}

.bandmemberlist {
	font-family				: Tahoma, Verdana, Helvetica, Arial;
	color					: #000000;
    text-align              : left;
    font-size               : 10pt;
    letter-spacing          : 1px;
}

.bandvideotitle, .newbandtitle {
	color					: #ffffff;
	font-weight				: bold;
    text-align              : left;
    font-size               : 10pt;
    letter-spacing          : 1px;
}

.bandvideolist {
	color					: #000000;
    text-align              : left;
    font-size               : 10pt;
    letter-spacing          : 1px;
}

.bandinfobox{
	background-color		: #eeeeee;
	padding					: 10px;
	margin-bottom			: 5px;
}

#bands_videos {
	float: right;
	width: 144px;
	margin: 0 0px 0 25px;
}

#bands_videos img {
    width: 144px;
    height: 81px;	
    text-align: left;
}

#bands_videos .title {
text-transform: uppercase;
font-size: 10pt;
/*background-color: #cd005a;*/
background-color 		: #F2F2F2;	
border: 1px solid #cd005a;
padding: 5px;
margin: 0 0 0 2px;
}

#bands_videos td {
	font-size: 9pt;	
	padding-bottom: 15px;
}

#maincontentcenter{
	width					: 540px;
	vertical-align			: top;
	text-align				: left;
}
#maincontentcenter a{
	font-size				: 10pt;
}

#maincontentcenter ul{
	font-size				: 10pt;
}

#maincontentright{
	width					: 260px;
	vertical-align			: top;
	text-align				: left;
}
#maincontentright a{
	font-size				: 10pt;
}

#maincontentright ul{
	font-size				: 10pt;
}
.thumbnailtable, .thumbnailtable td {
	background-color 		: #000000;
	padding					: 0px;
	border-spacing			: 0px;
	border-style			: solid;
	border-width			: 0px;
	border-color			: #000000;
	text-align 				: center;
	vertical-align			: middle;
}

.txtageneral, .txtgeneral{
	width					: 250px;
}


/**
* Definitions for Video page
*/

/**
* Sidebar
*/


/**
* Show All
*/
.infocontainer {
	height					: 500px;	
}

.infobox .videoinfo ul {
	list-style-type			: decimal;
}
.infobox .videoinfo li {
	margin					: 10px 0 10px 10px;	
}
.infobox .videoinfo .overline {
	text-decoration			: line-through;	
}

.infobox .videoinfo .green{
	color					: green;	
}

.videomaintable {
	margin					: 0;
	padding					: 0;
	font-size				: 9pt;
	width: 100%;
}

.videomaintable img.small_gc_star,
.videomaintable .small-sms-rating {
	float					: left;
		
}
.videomaintable img.small_gc_star {
	margin-top				: 10px;
}
.videomaintable .small-sms-rating {
	margin-top				: 5px;
}

.videomaintable .video_details {
	float					: left;
	padding					: 10px 0 0 10px;
	width					: 130px;
	line-height				: 1.4;
}

.videomaintable .video_details img {
	padding-top				: 4px;	
}

.videomaintable th {    
    font-weight             : normal;
   	vertical-align          : top;
}

.videomaintable td {
    text-align				: left;
    font-size               : 9pt;
    vertical-align          : top; 
    padding					: 0 24px 15px 0;
}

.videomaintable img.videopic {
	width					: 160px;
	height					: 90px;
	border					: 0;	
}

/**
* Subpage Navigation
*/
.videopages {
    text-align              : right;
    word-spacing            : 8px;
    padding					: 0 24px 10px 0;
    font-size				: 9pt;
}
.videopages a, img {
	text-decoration 		: none;	
	border					: 0;
	color					: black;
}
.videopages img {
	padding-bottom			: 2px;	
}

.videopages .active_subpage {
	color					: #CD005A;
}

.videoranknumber {
    color                   : #643155;
    font-size               : 14pt;
    font-weight             : bold;
    letter-spacing          : 4px;
    padding-bottom          : 0px;
    margin-bottom           : 5px;
}

.subpages {
    text-align              : right;
    word-spacing            : 8px;
    padding					: 0 24px 10px 0;
    font-size				: 9pt;
}
.subpages a,
.subpages a:visited,
.subpages a:active,
.subpages a:focus,
.subpages img {
	text-decoration 		: none;	
	border					: 0;
	color					: black;
}
.subpages a:hover{
	color					: #CD005A;
}
.subpages img {
	padding-bottom			: 2px;	
}

.subpages .active_subpage {
	color					: #CD005A;
}

.videostats {
    color                   : #585A14;
}

/**
* Show One
*/ 
.clear {
	clear					: both;	
}

#video_base_div {
	margin-left				: auto;
	margin-right			: auto;
	position				: relative;
	/*width					: 800px;*/
	font-size				: 10pt;
}

/** 
* VIDEO CONTENT DIV
*/
#video_content {
	font-size				: 10pt;
	float					: left;
	/*width					: 506px;*/
	/*width					: 540px;*/
	width: 540px;
	margin-left				: 0;
	padding-left			: 0;
	/*background-color 		: red;*/
	/*background-color 		: #F2F2F2;*/
}

#video_content #point_stars {
	float					: right;
	margin-right			: 0px;
	padding					: 8px 35px 0px 0px;

	width: 300px;
}


#video_content #point_stars .rating_div {
	float: right;
}

#video_content #point_stars .description {
	float: right;
	text-align: right;
	vertical-align: bottom;
	margin-right: 10px;
}

#video_content #point_stars .meter {
	float: right;
}

	
#player1 {
	margin					: 0 0 0 13px;
	padding					: 13px 0 0 0;
}
	
#video_content #video_stats {
	padding					: 10px 0 0 13px;		
}

#video_content #video_stats #left_side {
	overflow				: hidden;
	float					: left;
	width					: 320px;
	}

#video_content #video_stats #right_side {
	overflow				: hidden;	
	float					: left;
	}
	
#video_desc_and_rating {
	padding					: 10px 0 20px 13px;
}


#video_desc_and_rating #video_desc {
	margin-right			: 20px;
	float					: left;
	width					: 300px;
	font-size				: 9pt;
}

#video_desc_and_rating #video_rating {
	float					: left;
}

#video_rating #thumbsup_pic {
	float					: left;
	width					: 35px;	
	margin-bottom			: 10px;
}

#video_rating #thumbsup_text {
	float					: left;
	
}




/**
* BAND FANS SECTION
* 
*/

#video_content #left_support_info {
	background-color		: white;
	border-collapse			: collapse;
	width					: 130px;
	font-size				: 9pt;
	float					: left;	
	margin					: 10px 0 10px 0;
}

#video_content #tell_friend {
	margin-bottom			: 10px;	
}

#video_content #left_support_info #tell_friend #recipient {
	width					: 120px;
	height					: 20px;
	margin-bottom			: 10px;
}

#video_content #left_support_info .button {
	background-color 		: #000;
	border					: 1px solid;
	color					: #fff;
	padding					: 5px 5px 5px 5px;
	text-decoration			: none;
}

#video_content #left_support_info p {
	margin-top				: 0px;	
}

#video_content #tell_friend_content {
	background-color		: #f2f2f2;
	padding					: 5px;
	margin					: 5px 0 10px 0;
}

#video_content #left_support_info #email_sent,
#video_content #left_support_info #email_error {
	padding					: 5px 5px 5px 5px;
	margin-top				: 10px;
	text-align				: center;
	border					: 1px solid black;
}

#video_content #left_support_info #email_sent {
	background-color 		: #99CC99;	
}

#video_content #left_support_info #email_error {
	background-color 		: #FFB3D4;
}

#video_content #left_support_info img {
	margin					: 0 5px 0 0;	
}

#video_content #band_fans .fan_space {
	padding					: 0 6px 0 0;	
}

#video_content #band_fans {
	/*margin-top				: 10px;	*/
}

/**
* VIDEO COMMENTS
*
*/ 
.float_right {
	float					: right;	
	text-align				: right;
}

#video_comments {
	background-color		: white;
	border-collapse			: collapse;
	width					: 380px;
	font-size				: 9pt;
	float					: right;
}

#video_comments #gccomment_area {
	padding					: 10px 0 0 0;	
}

#video_comments #comment_title {
	margin					: 10px 0 0 0;
	}
	
#video_comments #comment_title img {
	margin					: 0 5px 0 0;	
}

#video_comments #gccomment_textarea {
	width					: 380px;	
}

.gccomment_header {
	background-color 		: #F2F2F2;	
	color					: black;
	float					: right;
	width					: 100%;
	margin					: 10px 0 0 0;
}

.gccomment_header .header_item {
	float					: left;
	width					: 17%;	
	padding					: 5px;
}

#video_comments .celeb_comment {
	margin-top				: 10px;
	padding 				: 10px;
	/*background-color		: #D98405;	*/
	/* background-color		: #FFE5F1; */
	background-color        : #CCCCCC;
}

#video_comments .comment_star {
margin: 15px 8px 0px 0;	
	}
	
#video_comments .signature {
	text-align				: right;
	padding					: 5px 0 5px 0;
	font-size				: 8pt;
}

.gccomment_title {
	background-color: #E6E2B8;
	color: black;
	padding: 10px;
	}
.gccomment_text {
	color: black;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.gccomment_counter {
	text-align: right;
	margin-left: 230px;
	border:0pt none;
	width:50px;	
}
.gccomment_sending {
border: 2px solid black;
background: #C9C9C9;
padding: 1em;
/*height:0px;*/
left:75px;
overflow:visible;
position:relative;
bottom:0px;
z-index:200;
}

.gccomment_spam {
	float: right;
}

.gccomment_spam_default_text {
	color: #c7c7c7;	
}

#video_comments .button {
background-color 		: #000;
border:1px solid;
color: #fff;
padding: 5px 20px 5px 20px;
margin-left: 250px;
}

#video_comments #no_comments_div,
#video_comments #like_to_comment {
	margin: 10px 0 0 0;	
}

div#player{
background-color 		: #FFFFFF;
}

#video_content #player {
background-color 		: #F2F2F2;		
}

#player1,
#video_stats,
#point_stars,
#video_desc_and_rating {
	
background-color 		: #F2F2F2;	
}


/* RELATED VIDEOS */

#related_videos {
	float: right;
	/*width: 144px;*/
	/*width: 100px;*/
	/*margin: 0 83px 0 25px;*/
	margin: 0 83px 0 10px;
}

#related_videos img {
    width: 144px;
    height: 81px;	
    text-align: left;
}

#related_videos .title {
text-transform				: uppercase;
font-size					: 10pt;
/*background-color 			: #F2F2F2;	*/
/*border					: 1px solid #cd005a;*/
padding						: 0 0 5px 0;
margin						: 0 0 0 2px;
}

#related_videos td {
	font-size: 9pt;	
	padding-bottom: 15px;
}

.no_videos_found {
	margin					: 5px 0 10px 0;
	font-size				: 8pt;
	text-align				: center;
	
}

/* RELATED BLOCK */
.related_bs{
	margin: 0 83px 0 10px;
}

/* CSS defnition for voting */

.small-sms-rating,
.small-sms-rating a:hover,
.small-sms-rating a:active,
.small-sms-rating a:focus,
.small-sms-rating .current-rating {
	background: url(../img/neutral/sms_meter_small.png) left -1000px repeat-x;
}

.big-sms-rating,
.big-sms-rating a:hover,
.big-sms-rating a:active,
.big-sms-rating a:focus,
.big-sms-rating .current-rating {
	background: url(../img/neutral/sms_meter_big.png) left -1000px repeat-x;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(../img/neutral/gc_stars.png) left -1000px repeat-x;
}

.star-rating {
	width:120px;
	height:20px;
}
.small-sms-rating {
	width:100px;
	height:8px;	
}
.big-sms-rating {
	width:120px;
	height:15px;	
}


.star-rating,
.small-sms-rating,
.big-sms-rating {
	position:relative;
	overflow:hidden;
	list-style:none;
	/*float: right;*/
	margin-left: 0px;
	margin-top: 0px;
	/*margin-left: 0px; */
	padding: 0px;
	
	background-position: left top;
}
.star-rating li,
.small-sms-rating li,
.big-sms-rating li {
	display: inline;
	
}

.big-sms-rating a,
.big-sms-rating .current-rating {
	height:15px;
	line-height:15px;	
}

.star-rating a, 
.star-rating .current-rating {
	height:20px;
	line-height:20px;
}

.small-sms-rating a,
.small-sms-rating .current-rating {
	height:8px;
	line-height:8px;	
}

.star-rating a, 
.star-rating .current-rating,
.small-sms-rating a,
.small-sms-rating .current-rating,
.big-sms-rating a,
.big-sms-rating .current-rating {
	position:absolute;
	top:0;
	left:0px;
	text-indent:-1000em;
	/*height:20px;*/
	/*line-height:20px;*/
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.small-sms-rating a:hover,
.small-sms-rating a:active,
.small-sms-rating a:focus,
.big-sms-rating a:hover,
.big-sms-rating a:active,
.big-sms-rating a:focus  {
	background-position: left bottom;
}
.star-rating a.one-star,
.small-sms-rating a.one-star,
.big-sms-rating a.one-star {
	width:20%;
	z-index:6;
}
.star-rating a.two-stars,
.small-sms-rating a.two-stars,
.big-sms-rating a.two-stars {
	width:40%;
	z-index:5;
}
.star-rating a.three-stars, 
.small-sms-rating a.three-stars,
.big-sms-rating a.three-stars {
	width:60%;
	z-index:4;
}
.star-rating a.four-stars, 
.small-sms-rating a.four-stars,
.big-sms-rating a.four-stars {
	width:80%;
	z-index:3;
}
.star-rating a.five-stars, 
.small-sms-rating a.five-stars,
.big-sms-rating a.five-stars {
	width:100%;
	z-index:2;
}
.star-rating .current-rating, 
.small-sms-rating .current-rating,
.big-sms-rating .current-rating {
	z-index:1;
	background-position: left center;
}

/* for an inline rater */
/*
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}
*/

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(../img/neutral/star_small.gif);
	line-height: 10px;
	height: 10px;
}

#video_bs_link {
	padding-top: 15px;	
}
	
/**
* Definitions for Video page ENDS
*/


/*
Definitions for Video upload page STARTS
*/

.videoupload {
	background-color		: #ffffff;
	font-family				: Tahoma, Verdana, Helvetica, Arial;
	font-size               : 9pt;
	border-spacing			: 0px;
	padding 				: 0px;
  	text-align              : left;
  	padding-left            : 7px;
  	padding-right           : 10px;
  	line-height             : 2.0;
}

.videoupload_title {
	background-color		: #ffffff;
	font-family				: Tahoma, Verdana, Helvetica, Arial;
	font-weight				: bold;	
	font-size               : 11pt;
	border-spacing			: 0px;
	padding 				: 0px;
  	text-align              : left;
}

.videoupload_table {
	background-color		: #ffffff;
	font-family				: Tahoma, Verdana, Helvetica, Arial;
	font-size               : 11pt;
	border-spacing			: 0px;
	padding 				: 0px;
  	text-align              : left;
  	padding-left            : 7px;
  	padding-right           : 10px;
}

/*
Definitions for Video upload page ENDS
*/

/* 
	Definitions for Help page
*/
#helpcontainer{
	background-color		: #ffffff;
  	padding					: 10px;
  	margin-left				: auto;
	margin-right			: auto;
  	width					: 650px;
}

.help_page {
  	text-align              : left;
  	width					: 650px;
}

/*
Definitions for Help page ENDS
*/

/* 
	Definitions for Search page
*/
.search_bands_table {
    font-family				: Arial, helvetica;    
    padding-left            : 10px;
    padding-right           : 10px;
    padding-top             : 10px;
    padding-bottom          : 10px;
    width                   : 100%;
	border-style			: none;
    font-size:8pt;
}

.search_bands_table .caption {
	color: black;	
    font-size:11pt;
}

.search_videos_table {
    font-family				: Arial, helvetica;    
    padding-left            : 0px;
    padding-right           : 0px;
    padding-top             : 10px;
    padding-bottom          : 10px;
    width                   : 85%;
	border-style			: none;
    font-size:8pt;
}

.search_videos_table .caption {
	color: black;	
    font-size:11pt;
}

.search_videos_table a {
	color: black;	
    font-family				: Arial, helvetica;    
}

/* 
	Definitions for Search page ENDS
*/


/*
	Definitions for User page 
*/


.userpage
 {
	background-color		: #eeeeee;
    font-family				: Verdana, Tahoma, Helvetica, Arial;
    padding-left            : 10px;
    padding-right           : 10px;
    padding-bottom          : 5px;
    width                   : 500px;
    font-size				: 13px;
    
    border					: 2px solid #dddddd;
	margin-bottom			: 10px;	
}

.userpage td
{
	font-size				: 11px;
	vertical-align          : top;
    text-align  			: left;
}


.userpage_info
{
	color					: #CD005A;	
}

/*.usersidebar
{
	font-family				: Tahoma, Verdana, Helvetica, Arial;
	font-size               : 10pt;
	border-spacing			: 0px;
	padding 				: 0px;
	padding-left            : 10px;
 	padding-right           : 10px;
 	line-height             : 2.0;
}

.usersidebar a.usermenu_active
 {
	text-transform			: uppercase;
	color					: #CD005A;
	text-decoration			: none;	
}

.usersidebar a.usermenu
{
	color					: #000000;
  	text-decoration			: none;	
}*/

.usertextarea
{
	width: 300px;
	height: 120px;
}


/* 
	Definitions for Login page
*/
.loginpage
 {
	background-color		: #eeeeee;
    font-family				: Verdana, Tahoma, Helvetica, Arial;
    padding-left            : 10px;
    padding-right           : 5px;
    padding-bottom          : 5px;
    width                   : 520px;
    font-size				: 13px;
    
    border					: 2px solid #dddddd;
	margin-bottom			: 10px;	
}

.loginpage td
{
	font-size				: 11px;
}

.loginpage a
{
	font-size				: 8pt;
}

.forgetpassword
 {
	background-color		: #eeeeee;
    font-family				: Verdana, Tahoma, Helvetica, Arial;
    padding-left            : 10px;
    padding-right           : 5px;
    padding-bottom          : 5px;
    width                   : 500px;
    font-size				: 11px;
    
    border					: 2px solid #dddddd;
	margin-bottom			: 10px;	
}

.forgetpassword td
{
	font-size				: 11px;
}

/* 
	Definitions for Registration page
*/
.registrationpage
 {
	background-color		: #eeeeee;
    font-family				: Verdana, Tahoma, Helvetica, Arial;
    padding-left            : 10px;
    padding-right           : 10px;
    padding-bottom          : 5px;
    width                   : 500px;
    font-size				: 13px;
    
    border					: 2px solid #dddddd;
	margin-bottom			: 10px;	
}

.registrationpage td
{
	font-size				: 11px;
}

/* form table, general */
.frmtbl{
	background-color		: #dddddd;
	font-size				: 13px;
	border					: #cccccc solid 2px;
	width					: 500px;
}
.frmtblhead{
	color					: #444444;
	font-weight				: bold;
	font-size				:12px;
	background-color		: #dddddd;
	border-left				: 1px solid #eeeeee;
	border-top				: 1px solid #eeeeee;
	border-right			: 1px solid #cccccc;
	border-bottom			: 1px solid #cccccc;
	padding					: 3px;
}
.frmtblrow{
	border:#cccccc solid 2px;
}
.frmtblleftcolumn{
	width					: 130px;
	vertical-align			: top;
	text-align				: left;
}

.bottommenu_sponsors
{
	font-family				: Tahoma, Verdana, Helvetica, Arial;
	font-size               : 10pt;
	border-spacing			: 0px;
	padding 				: 5px 0 4px 0;
 	line-height             : 2.0;
 	background-color		: #F0F0E7;
}


.bottommenu_onesponsor
{
	background-image		: url('../img/neutral/voice_small_logo_grey.jpg');
	background-repeat		: no-repeat;
	
	
}

.bottommenu_copyrights
{
	font-family				: Tahoma, Verdana, Helvetica, Arial;
	font-size               : 10px;
	border-spacing			: 0px;
	padding 				: 0px;
	padding-left            : 10px;
 	padding-right           : 10px;
 	line-height             : 2.0;
 	background-color		: #F0F0E7;
 	text-align				: center;
 	color					: #888888;
}


.bottommenu_copyrights a.sorvilink
{
	text-decoration			: none;	
 	color					: #888888;
}	

.bottommenu_copyrights a.sorvilink:hover
{
	color					: #CD005A;
}


#admintoollink, a.admintoollink, a.admintoollink:visited
 {
 	position				: absolute;
	top						: 4px;
	left					: 978px;
	padding					: 0px;
	margin					: 0px;
	text-align              : left;
	font-size				: 11px;
	color					: #ffffff;
	text-decoration			: none;	
}

a.admintoollink:hover {
	color					: #000000;	
	text-decoration			: none;
}

.adminpage
 {
	background-color		: #eeeeee;
    font-family				: Verdana, Tahoma, Helvetica, Arial;
    padding-left            : 10px;
    padding-right           : 10px;
    padding-bottom          : 5px;
    width                   : 500px;
    font-size				: 13px;
    
    border					: 2px solid #dddddd;
	margin-bottom			: 10px;	
	text-decoration			: none;
}

.adminpage td
{
	font-size				: 11px;
	vertical-align          : middle;
    text-align  			: left;
}

a.adminpage, a.adminpage:hover, a.adminpage:visited
 {
	font-size				: 11px;	
	color					: #000000;	
	text-decoration			: none;
}

.latestcomments td {
	padding					: 2px;
	margin					: 0px;
	height					: 20px;
}
		
.latestcomments {
	font-family				: Arial, helvetica;
	font-size				: 11px;
	/*color					: #ffffff;*/
	color					: #000000;
	text-decoration			: none;	
}

.latestcomments_time_indicator {
	/*color					: #b76787;*/
	vertical-align			: top;
	padding					: 2px;
	margin					: 0px;
}

.latestcomments_day_indicator {
	/*color					: #808080;*/
	font-size				: 9px;
	vertical-align			: middle;
	text-align				: right;
	height					: 20px;
	padding					: 0px;
	margin					: 0px;
}

a.latestcomments:link,  a.latestcomments:visited
 {
	font-size				: 8pt;	
	/*color					: #ffffff;*/
	text-decoration			: none;
}

a.latestcomments:hover
{
	font-size				: 8pt;	
	/*color					: #34006f;*/	
	color					: #cd005a;
	text-decoration			: none;
}

div#calendar {
	width					: 360px; 
	height					: 290px;
	/*background-image		: url('../img/neutral/calendar.jpg');*/
	background-color		: black;
	margin					: 16px 0 0 200px; 
	padding					: 0 0 0 0;
}

table.mainpagecalendar
{
	width					: 358px;
	font-family				: Arial, Helvetica;
    font-size               : 8pt;	
    color					: #ffffff;
	padding					: 2px 0px 2px 0;
	margin					: 50px 0px 0px 0px;

}

.mainpagecalendar a {
	text-decoration			: none;
}

a.mainpagecalendar:link,  a.mainpagecalendar:visited
 {
	font-size				: 8pt;	
	color					: #ffffff;
	text-decoration			: none;
}

a.mainpagecalendar:hover
{
	/*color					: #34006f;*/	
	color					: #cd005a;
	text-decoration			: none;
}

p.mainpagecalendar {
	font-family				: Arial, helvetica;
	font-size				: 10pt;
	color					: #ffff00;
	background-color		: #e8e8e0;
	text-align				: right;	
}


.backstageinfocard {
	width					: 360px;
	/*height					: 234px;*/ 
	margin					: 16px 0 0 200px; 
	background-image		: url('../img/neutral/bandbsinfo.jpg');
	background-color		: #600030;
	font-family				: Arial, helvetica;
	font-size				: 10pt;
	padding					: 0 0 4px 0;	
}

.backstageinfocard a {
	color					: #ffffff;
	text-decoration			: none;
	padding					: 0px;
	margin					: 0 12px 0 0px;
}

.backstageinfocard_interior {
	padding					: 4px 4px 4px 8px;
}

.backstageinfocard_interior a:link, .backstageinfocard_interior a:visited {
	color					: #ffffff;
	text-decoration			: none;
}

.backstageinfocard_interior a:hover {
	color					: #cd005a;
	text-decoration			: none;
}

.backstageinfocard p {
	color					: #ffffff;
	text-decoration			: none;
	padding					: 4px;
	text-align				: right;
	background-color		: black;	
}

