.free {

		height: 10px; 
		width: 10px;
		border:1px solid #DFDFDF;
		

}

A.big_link {


    font-size: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6699cc;


}

.big_button {

	font-size:18px;
}

.sold {
		height: 10px; 
		width: 10px;
}
.selected {
		height: 10px; 
		width: 10px;
		border:2px solid #33CC00;
		background-color: #FFFFFF ;
}

.reserved {
		height: 10px; 
		width: 10px;
}

A.menu_bar {

	color: white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: Bold; 

}

.menu_bar {
	margin: 0px;
	padding: 10px;
	background-color:#808080; 
	color: white;

}

BODY {



	margin: 0;
	padding: 0;
	background-image: url(/images/bkgrnd.jpg);
	background-repeat: repeat-x;
	font-family: helvetica;
	
        font-weight: normal;
        color: #333333;
        font-size:12px;
	margin: 0 0 15px 0;
	padding: 0px;
	text-align: justify;
	
	
}

H1 {
	font-size: 20px; 
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	line-height: 26px;
	color: #000000;
}

H2 {
	font-size : 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height : 18px;
	color: #000000;
}

H3 {
	font-size : 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height : 14px;
	color: #000000;
}

P {
        color:#000000;
        font-family:Helvetica;
        font-size:12px;
        font-weight:normal;
}

TABLE, TR, TD {
	font-size :  13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

FORM {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

SELECT  {
	font-size :  11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

INPUT {
    font-size :  11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

TEXTAREA {
	height: 230px;
	width:660px;	
	font-size :  11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

A {
        font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6699cc;
}

.fancy_heading {
	border-style: solid; 
	border-color:#99CCCC; 
	border-width:1; 
	padding: 3;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #C0C0C0;
	background-image : url(blue-gradient.gif);

}


/*
############################################################
Dynamic forms
This set of styles control the display of dynamic forms - (Ad form).

*/

#dynamic_form, TABLE.dynamic_form {
	background-color: #d9d9d9;
	
	width: 100%;
	border-bottom-width: 0px;

}
/*
TD.dynamic_form_field -
The name of the field (field label which on the left side)
*/
#dynamic_form TD.dynamic_form_field {
	background-color: #efefef;
	font-weight: bold;
	width: 120px;
	font-family: Arial;
	font-size: 12px;

}

#dynamic_form TD.dynamic_form_2_col_field {
	background-color: #ffffff;
	

}
/*
#dynamic_form TD.dynamic_form_value
The value of the field (on the right from the field label)
*/
#dynamic_form TD.dynamic_form_value {
	background-color: #ffffff;
	
}

/*

*/
#dynamic_form .dynamic_form_image_label {
	
	font-weight: bold;

	font-family: Arial;
	font-size: 12px;

}

/*

*/
#dynamic_form .dynamic_form_file_label {

	font-weight: bold;
	

}
/*
The following style controls the LABEL type fields
*/
#dynamic_form .dynamic_form_note_label {


}

/*
Date field 
*/
#dynamic_form SELECT.dynamic_form_date_style {
	background-color: #ffffff;
	
}
#dynamic_form INPUT.dynamic_form_date_style {
	background-color: #ffffff;
	
}
/* Other fields */
#dynamic_form INPUT.dynamic_form_checkbox_style {
	background-color: #ffffff;
	

}

#dynamic_form INPUT.dynamic_form_radio_style {
	background-color: #ffffff;
	color: #ffffff;
	

}
#dynamic_form INPUT.dynamic_form_text_style{
	background-color: #ffffff;
	

}
#dynamic_form TEXTAREA {
	background-color: #ffffff;
	

}
#dynamic_form SELECT {
	background-color: #ffffff;
	

}

/*    Main site css independently kept in Users's css file style.css'*/
/* 
###########################################################
Ads :
This style is for the table that displays an ads form.
HTML code is located in ads.inc.php
*/

TABLE.ad_data {

	background-color: #ffffff;
	
	border-width: 0px;


}


/********************/

.error_msg_label {
	color: #FF0000;
	font-weight: bold;


}

.ok_msg_label {
	border-style: solid; 
	border-color: #33CC00; 
	border-width:2px;
	

}

/*****************************/

/*
####################################################
Ads list

*/

#adslist, TABLE.adslist {
	background-color: #d9d9d9;
	
	
}




#adslist TD.list_data_cell {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	color: #000000;
	
	
}

#adslist .today {
	color: #ff0000;
	font-weight: bold;

}

#adslist .days_ago {
	color: #339900;
	font-weight: bold;
}

#adslist .days_ago2 {
	color: #C0C0C0;
	font-weight: bold;
}


#adslist .list_header_cell  {

	font-size: 10pt;
	margin: 0px;
	padding: 3px;
	font-weight: bold;

}

#masthead {
	width: 945px;
	height: 364px;
	margin: auto auto;
	background: url(/images/masthead_banner_bkgrnd.png) no-repeat scroll 0 0;
}
#header {
	width: 920px;
	margin: 0;
	height: 20px;
	background-image: url(../images/column_header_bkgrnd.jpg);
	color:#000;
	font-weight:bold;
	font-size:14px;
	padding:10px 0 5px 25px;
}
#column_header {
	margin:0 5px;
	height: 20px;
	background-image: url(../images/column_header_bkgrnd.jpg);
	color:#FD7800;
	font-weight:bold;
	font-size:12px;
	padding: 0 5px;
}
.H2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
}
#editright a:hover {
	color: #FD7800;
}
#editright a:link {
	color: #999;
}
#a {
	width: 945px;
}

#c {
	float: left;
	width: 300px;
	height: 535px;
	margin: 0px 0 0 10px;
}
#d {
	width: 945px;
	height: 455px;
	background: #ffffff;

}
#e {
	width: 927px;
	height: 60px;
	border-top: 1px solid #cccccc;
	margin: 5px 10px 0 10px;
}
/* TOP SECTION (LOGIN/HEADER/NAVIGATION BAR) */

#a1 {
	width: 925px;
	height: 56px;
	margin: 0 10px;
	padding: 0;
	background: #000000;
	color: #666666;
	font-family: helvetica;
	position: relative;
    font-weight:bold;
    color:#ffffff;
}
#a2 {
	width: 945px;
	height: 100px;
	margin: 0;
	padding: 10px 0 0;
}
#a3 {
	clear: both;
    width: 945px;
	height: 34px;
	background: url(/images/nav_bar_bkgrnd.gif);
}
#a4 {
	width: 616px;
	margin: 0;
	padding: 95px 0 0 0;
	float: right;
	text-align: right;
}
/* LOGIN/SEARCH BAR/DATE */

#a1_login {
	width: 200px;
	float: left;

	position: absolute;
	top: 50%;
	margin-top: -10px;
}
#a1_search {
	width: 56px;
	float: left;
	line-height: 56px;
	position: absolute;
	top: 50%;
	margin: -14px 0 0 230px;
}
#a1_searchbox {
	height: 28px;
	float: left;
	margin: 14px 0 0 315px;
	width: 400px;
	padding:0;
}
.searchbox {
	background: transparent url(/images/search_bg.jpg) no-repeat scroll 0 0;
	border: none;
	height: 44px;
	margin: -9px 0 0 0;
	width: 440px;	
	font-size:16px;      
        float:left;

}
.searchbox .txtsearch{
            font-size:12px;
            height:22px;
            margin-left:42px;
            margin-top:8px;
            width:356px;
            border:0px;
            padding-left:3px;
}
#a1_date {
	width: 50px;
	float: right;
	margin-right: 10px;
        margin-top:14px;
	padding: 0;
	line-height: 56px;
	color:#ffffff;
        border:0px solid red;
}



#a1_date { width: 181px; float: right; margin-right: 10px; padding: 0; line-height: 28px;  }

/* ADS IN HEADER */
#a2_1 {
	width: 700px;
	float: right;
	vertical-align: middle;
}
#a2_ad0 {
	float: left;
	margin: 0 10px 0 0;
	width: 120px;
	height: 90px;
	background: #cccccc;
}
#a2_ad1 {
	float: left;
	margin: 0 10px 0 0;
	width: 120px;
	height: 90px;
	background: #cccccc;
}
#a2_ad2 {
	float: left;
	height: 90px;
	margin: 0 10px 0 0;
	width: 120px;
	background: #cccccc;
}
#a2_ad3 {
	float: left;
	margin: 0;
	width: 300px;
	height: 250px;
	background: #cccccc;
	border:0;
}
/* VIDEO UPLOAD SECTION IN HEADER */

#upload_video {
	float: left;
	margin: 0 10px 0 0;
}
.video_upload {
	width: 145px;
	height: 90px;
	background: #cccccc none repeat scroll 0 0;
}
#fresh_video {
	float: left;
	margin: 0 10px 0 0;
}
.fresh_vid {
	background: #cccccc none repeat scroll 0 0;
	width: 145px;
	height: 90px;
}
/*NAVIGATION BAR STYLING */

#a3_bar ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#a3_bar ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#a3_bar ul li a {
	height: 24px;
	border: none;
	padding: 10px 20px 0;
	margin: 0;
	color: #999999;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 16px;
	font-family: Helvetica;
	text-transform: lowercase;
	font-weight: bold;
}
#a3_bar ul li a:hover {
	color: #ffffff;
	border-bottom: 5px solid #4c4c4c;
	height: 19px;
}
#a3_bar a:active {
	background: #4c4c4c;
	color: #cccccc;
}
#na3_bar li#active a {
	background: #c60;
	border: 1px solid #c60;
	color: #fff;
}
/* TABBED BOXES */

.tabberlive .tabbertabhide {
	display:none;
}
.tabber {
	margin: 0;
}
.tabberlive {
	margin: 0;
}
ul.tabbernav {
	margin: -1px 0 0 0;
	padding: 0;
	background: transparent url(/images/rest_tab_bkgrnd.jpg) repeat scroll 0 0;
	border-bottom: 1px solid #cccccc;
	font: bold 12px Helvetica;
	line-height: 28px;
}
ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 9px 0 8px 0;
	border-left: 1px solid #cccccc;
}
ul.tabbernav li.tabberactive {
	list-style: none;
	margin: 0;
	padding-top: 8px;
	display: inline;
	background: #ffffff;
}
ul.tabbernav li.tabberactive a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
ul.tabbernav li.tabberactive a:hover {
	background: white;
	border-bottom: 1px solid white;
}
ul.tabbernav li:first-child {
	border-left: none;
}
.tabberlive .tabbertab {
	padding:5px;
}
.tabberlive .tabbertab h2 {
	display:none;
}
.tabberlive .tabbertab h3 {
	display:none;
}
/* LARGE FEATURED VIDEO BOX */

#b {
	width: 614px;
	height: 515px;
	margin: 10px 0 0 10px;
	float: left;
	border: 1px solid #cccccc;
}
#b1 {
	width: 612px;
	height: 513px;
	background: url(/images/ftd_story_bkgrnd.jpg);
	border: 1px solid #ffffff;
}
#feat_rss {
	float: right;
	height: 28px;
	position: relative;
	width: 90px;
}
img.rss {
	width: 16px;
	border: 0;
	float: right;
	height: 16px;
	padding: 5px 10px 0 0;
}
#b1_videobox {
	border-top: 1px solid #ffffff;
	width: 612px;
	height: 515px;
}
#b1_main_video {
	width: 592px;
	height: 474px;
	background: #cccccc;
	margin: 5px;
	position: relative;
}
#b1_main_title {
	bottom: 0;
	float: left;
	/*position: absolute;*/
	width: 592px;
	padding: 5px 0 5px 5px;
	font-weight:bold;
}
#featured_video_desc{padding:5px;}

#b1_main_title h1 span {
	background: url(/images/transparent_black_overlay.png);
	display: block;
	padding: 10px;
	position: relative;
	vertical-align: baseline;
	margin-bottom: 25px;
}


.feat_sub img {
	border: 0 none;
	height: 15px;
	margin: 0 0 0 10px;
}
/* VIDEO THUMBNAIL ROW */

#b1_video_thumbnail_row {
	width: 614px;
	height: 150px;
	margin: 0;
	padding-top: 5px;
}
.b2_video {
	width: 131px;
	text-align: left;
}
.b2_video_thumbnail {
	width: 130px;
	height: 87px;
	background: #cccccc;
	margin: 0;
}
#b2_video1 {
	float: left;
	margin: 8px;
}
#b2_video2 {
	float: left;
}
#b2_video3 {
	float: left;
}
#b2_video4 {
	float: left;
}
#b2_video5 {
	float: left;
}
/* 300x250 AD BOX */

#c1 {
	width: 300px;
	height: 250px;
}
#c1_300ad {
	width: 300px;
	height: 250px;
	background: #cccccc;
}
/* VIDEO INFORMATION BOX */

#c2 {
	width: 300px;
	margin: 10px 0 0;
	border: 1px solid #cccccc;
}
#c2_videoinfobox {
	margin: 0;
	height: 512px;
	width: 298px;
	background:  url(/images/ftd_story_bkgrnd.jpg) repeat;
	border: 1px solid #fff;
	color:#999;
}
#c2_box {
	float: left;
}
#c2_box .thumb {
	width: 65px;
	float: left;
	height: 57px;
	margin: 10px 10px 0;
}
#videoinfosmicon {
	background: transparent url(/images/rest_tab_bkgrnd.jpg) repeat scroll 0 0;
	float: right;
	text-align: right;
	width: 150px;
	height: 27px;
	border-left: 1px solid #cccccc;
}
img.videosm {
	width: 15px;
	height: 15px;
	margin: 5px 10px 5px 0;
}
#c2_date {
	margin: 0;
}
#c2_rating {
	padding: 5px 0 0 0;
	margin: 15px 0 0 10px;
	width: 285px;
	color: #333;
}
#c2_fav, .c2_fav, #c2_comments {
	margin: 0;
	padding: 0px;
	font-weight: bold;
	color: #333;
}
#c2_playlist {
	margin: 0;
	padding: 5px 0 0 10px;
	font-weight: bold;
	color: #333;
}
#c2_genre {
	margin: 0;
	padding: 5px 10px 0 10px;
	width: 280px;
	font-weight: bold;
	color: #333;
}
#c2_embed {
	margin: 0;
	padding: 5px 10px 0 10px;
	width: 280px;
	font-weight: bold;
	color: #333;
}
/* VIDEO RATINGS */
.rating_bar {
	width: 55px;
	background: url(/images/star_x_grey.gif) 0 0 repeat-x;
	float: left;
}
.rating_bar div {
	height: 12px;
	background: url(/images/star_x_orange.gif) 0 0 repeat-x;
}
/* THREE COLUMN BOXES */

#d1 {
	width: 302px;
	height: 302px;
	float: left;
	margin-left: 10px;
}
#d2 {
	width: 302px;
	height: 302px;
	float: left;
	margin-left: 10px;
}
#d1d2 {
    width: 625px;
    float: left;
    }
#d3 {
	width: 302px;
	height: 302px;
	float: left;
	margin-left: 10px;
}
#d_header {
	width: 302px;
	height: 33px;
	margin: 0;
	padding: 0;
	background-image: url(../images/column_header_bkgrnd.jpg);
	background-repeat: no-repeat;
}
#j_header {
    /*width: 302px;*/
    height: 33px;
    margin: 0 -2px 0 0;
    padding: 0;
    background-image: url(../images/column_header_bkgrnd.jpg);
}

 #j_header h3 {
    color:#999999;
    float:left;
    font-family:helvetica;
    font-size:12px;
    margin:0;
    padding:10px 0 0 10px;
    }

#d1d2_header{
    width: 604px;
    height: 33px;
    margin: 0 0 5px 10px;
    padding: 0;
    background-image: url(../images/column_header_bkgrnd.jpg);
 }
 #d1d2_header h3 {
    color:#999999;
    float:left;
    font-family:helvetica;
    font-size:12px;
    margin:0;
    padding:10px 0 0 10px;
    }

#d_header2 {
	width: 302px;
	height: 33px;
	margin: 0;
	padding: 0;
	background-image: url(../images/column_header_bkgrnd.jpg);
	background-repeat: no-repeat;
}
#d_header img {
	border: 0 none;
	float: right;
	height: 15px;
	margin: 10px;
}
#d_header2 img {
	border: 0 none;
	float: right;
	height: 15px;
	margin: 10px;
}
/* COMMUNITY BOX */

#d1_a {
	height: 269px;
	width: 300px;
	border: 1px solid #cccccc;
	border-top: none;
}
#d1_b {
	height: 267px;
	width: 298px;
	border: 1px solid #ffffff;
	background: url(/images/ftd_story_bkgrnd.jpg);
}
#d1_communitybox {
	height: 258px;
	margin: 5px;
width:290px;
}
#d1_communitybox img {
	display: inline;
	margin: 2px;
	width: 65px;
	height: 57px;
}
/* MORE VIDEOS BOX */

#d2_a {
	height: 212px;
	width: 300px;
	border: 1px solid #cccccc;
	border-top: none;
}
#d2_b {
	height: 210px;
	width: 298px;
	border: 1px solid #ffffff;
	background: url(/images/ftd_story_bkgrnd.jpg);
}
#most_recent {
	height: 220px;
	width: 280px;
	margin: 5px;
}
#most_recent img {
	height: 63px;
	width: 112px;
	float: left;
	padding: 0 10px 10px 0;
}
.d2_rating {
	margin:11px 0 2px;
	float: left;
	height: 25px;
}
.d2_video_thumbnail {
	width: 112px;
	height: 63px;
	background: #cccccc;
	margin: 0 10px 10px 0;
	float: left;
}
#d2_b_tab ul.tabbernav {
	margin: 0;
}
#d2_b_tab ul.tabbernav li a {
	padding: 0 7px;
}
/* CONCERT CALENDAR BOX */

#d3_a {
	height: 269px;
	width: 300px;
	border: 1px solid #cccccc;
	border-top: none;
}
#d3_b {
	height: 267px;
	width: 298px;
	border: 1px solid #ffffff;
	background: url(/images/ftd_story_bkgrnd.jpg);
}
#d3_date {
	height: 220px;
	width: 280px;
}
#concert2 {
	margin: 0;
}
#d3_b ul.tabbernav {
	margin: 0;
	line-height: 28px;
}
#d3_b ul.tabbernav li.tabberactive {
	border-bottom: 1px solid #ffffff;
}
ul.tabbernav li:first-child {
	border-left: none;
}
ul.tabbernav li {
	border-left: 1px solid #ccc;
	border-right: none;
}
/* FOOTER */
#e1 {
	margin: auto;
}
.footer {
	float: left;
	margin: 15px 0 30px;
	padding: 0;
}
.copyright {
	float: right;
	margin: 15px 0 0;
}
/*** BAND PAGE ***/

#main_bands {
	width: 945px;
	height: 543px;
	margin-bottom: 10px;
}
/* main profile tab */
#b_bands {
	width: 614px;
	height: 530px;
	margin: 10px 0 0 10px;
	float: left;
	border: 1px solid #cccccc;
}
#b1_bands {
	width: 612px;
	height: 528px;
	background: url(/images/ftd_story_bkgrnd.jpg);
	border: 1px solid #ffffff;
}
#b3 {
	width: 612px;
	height: 513px;
	background: url(/images/ftd_story_bkgrnd.jpg);
	border: 1px solid #ffffff;
}
#feat_rss {
	float: right;
	height: 28px;
	position: relative;
	width: 90px;
}
img.rss {
	width: 16px;
	border: 0;
	float: right;
	height: 16px;
	padding: 5px 10px 0 0;
}
#b3_a {
	width: 612px;
	color: #990000;
}
#b3_b {
	margin: 0 0 5px 5px;
	width:352px;
	height: 198px;
	background: #cccccc;
	float: left;
}
#b3_c {
	float: right;
	width: 240px;
}
#b3_d {
	clear: both;
	height: 110px;
	width: 604px;
}
#b3_e {
	margin: 0;
	height: 110px;
	width: 604px;
}
#b3_f {
	margin: 0;
	height: 20px;
}
#b3_a h1 {
	color: #990000;
	margin-left: 5px;
	font-size: 30px;
}
#b3_c1 {
	width: 250px;
	margin: 0 5px 0 10px;
}
#b3_c1 p {
	font-size: 12px;
	margin: 0;
}
#b3_c2 {
	margin: 5px 10px;
	width: 240px;
}
/* video thumbnail row */

#b3_video_thumbnail_row {
	width: 604px;
	height: 110px;
	margin: 0;
	padding-top: 5px;
}
.b3_video {
	width: 140px;
	text-align: left;
	margin: 0 5px;
}
.b3_video_thumbnail {
	width: 140px;
	height: 98px;
	background: #cccccc;
	margin: 0;
}
#b3_video1 {
	float: left;
}
#b3_video2 {
	float: left;
}
#b3_video3 {
	float: left;
}
#b3_video4 {
	float: left;
}
.b3_name {
	background:#000;/* url(/images/transparent_black_overlay.png);*/
	height: 18px;
	margin: -20px 0;
	color: #fff;
	padding-left: 5px;

}
.b3_name  a:link
{
          color:#FFFFFF;
}
#band_more {
	clear: both;
	text-align: right;
	margin: 10px 5px;
}
#b3_video_thumbnail_row2 {
	width: 604px;
	height: 110px;
	margin: 0;
	padding-top: 5px;
}
/* 300x100 ad in right column */
#c_bands {
	float: left;
	width: 300px;
	height: 525px;
	margin: 10px 0 0 10px;
}
#c4 {
	height: 100px;
	width: 300px;
	margin: 0;
	padding: 0;
}
#c4_300ad {
	width: 300px;
	height: 100px;
	background: #cccccc;
	border: 1px solid #cccccc;
}
/* band info box */
#c3 {
	width: 300px;
	height: 370px;
	float: left;
	margin-top: 10px;
}
#c3_header {
	width: 302px;
	height: 33px;
	margin: 0;
	padding: 0;
	background-image: url(../images/column_header_bkgrnd.jpg);
	background-repeat: no-repeat;
}
#c3_header img {
	border: 0 none;
	float: right;
	height: 15px;
	margin: 10px;
}
#c3_a {
	height: 387px;
	width: 300px;
	border: 1px solid #cccccc;
	border-top: none;
}
#c3_b {
	height: 385px;
	width: 298px;
	border: 1px solid #ffffff;
	background: url(/images/ftd_story_bkgrnd.jpg);
}
#c3_date {
	height: 220px;
	width: 280px;
}
#concert2 {
	margin: 0;
}
#c3_b ul.tabbernav {
	margin: 0;
	line-height: 28px;
}
#c3_b ul.tabbernav li.tabberactive {
	border-bottom: 1px solid #ffffff;
}
ul.tabbernav li:first-child {
	border-left: none;
}
ul.tabbernav li {
	border-left: 1px solid #ccc;
	border-right: none;
}
#c3_1 {
	margin: auto;
	height: 220px;
	padding-bottom: 10px;
}
#c3_2 {
	margin: 0 5px 10px;
	text-align: left;
	text-decoration: none;
}
#c3_2 a {
	text-decoration: none;
	color: #333;
}
#c3_3 {
	margin: auto;
}
/* Twitter updates */

#twitter_div {
	margin: 0;
	height: 220px;
	overflow: hidden;
}
#twitter_update_list {
	padding: 0;
	margin: 0;
	height: 220px;
}
#twitter_update_list li {
	list-style-type: none;
	text-align: left;
	margin: 10px;
}
#twitter_input .twitter_submit input {
	border: 0;
	margin: 10px 5px;
	float: right;
	height: 25px;
	text-align: right;
	background: url(/images/tweet_bkgrnd.jpg) repeat scroll 0 0;
	padding: 5px 15px;
	width: 160px;
	font-size: 11px;
}
#twitter_input input {
	width: 270px;
	height: 45px;
	margin: 0 0 0 5px;
}
/* HOME/INDEX PAGE */


#main2 {
	width: 945px;
	margin-bottom: 10px;
}
#b4 {
	width: 614px;
	height: 673px;
	margin: 10px 0 0 10px;
	float: left;
	border: 1px solid #cccccc;
}
#f {
	width: 925px;
	height: 31px;
	margin: 10px;
	padding:20px 0 0px 0;
}
/* index featured box */
#b5 {
	width: 612px;
	height: 671px;
	background: #ffffff url(/images/ftd_story_bkgrnd.jpg) repeat-x scroll center bottom;
	border: 1px solid #ffffff;
}
#b6 {
	border-top: 1px solid #ffffff;
	width: 612px;
	height: 570px;
}
#b7 {
	width: 592px;
	height: 460px;
	background: #cccccc;
	margin: 5px 5px 10px 0px;
	padding: 5px 5px 10px 5px;
	position: relative;
}
#b7_title {
	bottom: 0;
	float: left;
	position: absolute;
	width: 592px;
}
#b7_title h1 span {
	background: url(/images/transparent_black_overlay.png);
	display: block;
	padding: 10px;
	position: relative;
	vertical-align: baseline;
	margin-bottom: 25px;
}
#b7_video_thumbnail_row {
	width: 604px;
	height: 92px;
	margin: 0;
	padding-top: 0px;
}
.b7_video_thumbnail {
	width: 140px;
	height: 87px;
	background: #cccccc;
	margin: 0;
}
/* right column */
#c5 {
	float: left;
	width: 300px;
	height: 565px;
	margin: 10px 0 0 10px;
}
/* index headlines box */
#c6 {
	width: 300px;
	height: 315px;
	margin: 10px 0 0;
}
#c6_a {
	height: 380px;
	width: 300px;
	border: 1px solid #cccccc;
	border-top: none;
}
#c6_b {
	height: 378px;
	width: 298px;
	border: 1px solid #ffffff;
	background: url(/images/ftd_story_bkgrnd.jpg) repeat scroll center center;
}
#c6_b_tab ul.tabbernav {
	margin: 0;
}
#c6_b_tab ul.tabbernav li a {
	padding: 0 7px;
}
/* jambase calendar */
#f1 {
	border: 1px solid #cccccc;
	height: 31px;
	width: 925px;
}
#f2 {
	background: url(/images/ftd_story_bkgrnd.jpg) repeat scroll center center;
	border: 1px solid #fff;
	height: 29px;
	width: 816px;
	float: left;
}
#jambase_search_panel
{

  padding: 0 0 0 5px;
}
#concert_scroller{ float:left}
#f3 {
	border: medium none;
	float: right;
}
#f2 h3 {
	color: #990000;
	margin: 9px 10px 8px;
}
/* index bottom three boxes */
#d4 {
	width: 945px;
	height: 322px;
	background: #ffffff;
}
/* index community box */
#d5 {
	margin: auto;
}
/* index fan blog box */
#d6 {
	margin: auto;
}
/* index twitter box */
#d7 {
	margin: auto;
}
#d8 {
	margin: 0;
}
#d8_twitter_update_list {
	padding: 0;
	margin: 0;
}
#d8_twitter_update_list li {
	list-style-type: none;
	text-align: left;
	margin: 10px;
}
/* NEWS PAGE */

#main_news {
	width: 945px;
	height: 878px;
	padding: 10px;
}
/* left column */

#c7 {
	float: left;
	width: 302px;
}
#c8 {
	width: 300px;
	height: 250px;
	margin-bottom: 10px;
}
#c9 {
	width: 300px;
	height: 302px;
	margin-bottom: 10px;
}
#c10 {
	width: 300px;
	height: 302px;
	margin-bottom: 10px;
}
/* contributors box */
#c9_a {
	height: 269px;
	width: 300px;
	border: 1px solid #cccccc;
	border-top: none;
}
#c9_b {
	height: 267px;
	width: 298px;
	border: 1px solid #ffffff;
	background: url(/images/ftd_story_bkgrnd.jpg);
}
#b8 {
    width:610px;
	float: left;
	margin-left: 10px;
}
#b9 {
	width: 610px;
	border: 1px solid #cccccc;
	height: 510px;
}
#b10 {
	width: 610px;
	height: 302px;
	margin: 10px 0;
}
#b9_newsbox {
	border: 1px solid #ffffff;
	width: 608px;
	height: 508px;
	background: url(/images/ftd_story_bkgrnd.jpg);
}
/*most popular box */
#b3_c1 .date {
	text-transform: uppercase;
	margin-right: 2px;
}
#b3_c1 .comments {
	text-transform: uppercase;
	margin-left: 2px;
}
#b11 {
	float: left;
}
#b12 {
	float: right;
}
#b_news_header {
	width: 302px;
	height: 33px;
	margin: 0;
	padding: 0;
	background-image: url(../images/column_header_bkgrnd.jpg);
	background-repeat: no-repeat;
}
#b_news_header img {
	border: 0 none;
	float: right;
	height: 15px;
	margin: 10px;
}
#b10_a {
	height: 307px;
	width: 300px;
	border: 1px solid #cccccc;
	border-top: none;
}
#d10_b {
	height: 305px;
	width: 298px;
	border: 1px solid #ffffff;
	background: url(/images/ftd_story_bkgrnd.jpg);
}
#b9_a {
	width: 612px;
	padding: 5px;
}
#b9_b {
	margin: 0 0 5px 5px;
	width:352px;
	height: 198px;
	background: #cccccc;
	float: left;
}
#b9_c {
	float: right;
	width: 240px;
}
#b9_d {
	clear: both;
	height: 110px;
	width: 590px;
	margin: 10px 5px;
	padding: 5px 0 0;
}
#b9_e {
	margin: 0;
	height: 110px;
}
#b9_f {
	margin: 0;
	height: 20px;
}
#b9_c1 {
	width: 230px;
	margin: 0 5px 0 10px;
}
#b9_c1 p {
	font-size: 12px;
	margin: 0;
}
#b9_c2 {
	margin: 5px 10px;
	width: 230px;
}
#b9_article_row {
	width: 604px;
	height: 92px;
	margin: 0;
	padding-top: 5px;
}
.b9_video_thumbnail {
	width: 140px;
	height: 87px;
	background: #cccccc;
	margin: 0;
}
#b10_a {
	height: 319px;
	width: 300px;
	border: 1px solid #cccccc;
	border-top: none;
}
#b10_b {
	height: 317px;
	width: 298px;
	border: 1px solid #ffffff;
	background: url(/images/ftd_story_bkgrnd.jpg);
}
#d10_communitybox {
	height: 258px;
	margin: 5px;
    width:  290px;
}
#d10_communitybox img {
	display: inline;
	margin: 2px;
	width: 65px;
	height: 57px;
}
.videolistframe {
	border :none;
	background-color: transparent;
}
.toplinks2, .toplinks2 a, #contentblock .toplinks2, #contentblock .toplinks2 a {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	vertical-align: middle;
	padding: 0 10px 0 10px;
	background:url("/images/rest_tab_bkgrnd.jpg");
}
.toplinks2 a:hover, .welcome a:hover {
	text-decoration: underline;
	color: #fff;
}
.clearboth {
	clear:both;
}
.c2_title {
	color:#333;
	font-weight:bold;
	padding-left:10px;
}
.c2_txt {
	color:#333;
	padding-left:10px;
}
table.tbmain label {
	font-weight:bold;
}
div.contenttable {
	width:945px;
	background:#FFF;
}
div.contentspacer {
	padding:10px 0 5px 25px;
	margin:0;
}

.boxed_list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.boxed_list  {
	padding: 5px;
	margin: 5px 25px 5px 0;
	border: 1px solid #000;
    background: url(/pictures/bar_bg6.jpg);
    font-weight: bold;
    width:260px;
    float:left;
    height:20px;
    overflow:hidden;

}
.boxed_list  a:link,.boxed_list  a:visited {
 color:black;
 }
.boxed_list  a:hover {
 color:#CC6600;
}
.boxed_width {
	width: 295px;
}
html>body .boxed_width {
	width: 305px;
}
.boxed_list li table td {
	vertical-align: top;
}
#friends_table {
	background:#FFF
}
#friends_table td a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 150px;
	overflow-x: hidden;
}
/*  MOBOOGIE FORUM  */


#forum1 {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	margin: 4px 8px 4px 0px;
}
#forum1 a {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#forum1 a:hover {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
#forum2 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	margin: 4px 8px 2px 0px;
}
#forum2 a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}
#forum2 a:hover {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: underline;
}
#forum3 {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	margin: 2px 8px 4px 0px;
}
#forum4 {
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	margin: 4px 8px 2px 0px;
}
#forum4 a {
	color: #990000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
#forum4 a:hover {
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
#forum5 {
	color: #000;
	font-size: 11px;
	text-decoration: none;
	margin: 2px 8px 4px 0px;
}
#forum6 {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	margin: 4px 8px 2px 0px;
}
#forum6 a {
	color: #990000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
#forum6 a:hover {
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
#forum7 {
	color: #000;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
#forum7 a {
	color: #000;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}
#forum7 a:hover {
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}
#forum8 {
	color: #000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	margin: 2px 8px 4px 8px;
}
#forum8 a {
	color: #000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
#forum8 a:hover {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
#forum9 {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	margin: 4px 8px 4px 0px;
}
#forum9 a {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#forum9 a:hover {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
#forum10 {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 8px 4px 0px;
}
#forum10 a {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
#forum10 a:hover {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: underline;
}
.blogpost1 {
	margin-bottom: 5px;
	overflow-x: hidden;
}
.blogpost2 {
	background: url(/pictures/bar_bg3.jpg);
	padding: 10px 5px 20px 5px;
	font-weight: bold;
	width: 145px;
	overflow-x: hidden;
	line-height: 1.4;
}
.blogpost {
}
/* contents */
.blogpost .blogpost_contents, .blogpost_comments {
	font-size: 12px;
	padding: 3px 0px 5px 10px;
}
/* title */
.blogpost h1, .blogpost h1 a {
	font-size: 16px;
	font-weight: normal;
	color: #346715;
}
/* author/time */
.blogpost h2, .blogpost_comments h2 {
	text-transform: uppercase;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
/* labels */
.blogpost h3 {
	font-size: 12px;
	font-weight: normal;
}
/* day */
.blogpost h4 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#comments_header {
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0px 5px 0px;
}
.toplinks3, #contentblock .toplinks3 {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	padding-top:0px;
}
.toplinks3 a, #contentblock .toplinks3 a {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	padding-top:0px;
}
.toplinks3 a:hover, #contentblock .toplinks3 a:hover {
	background-color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	padding-top:0px;
}
/* The moboogie video player (swfobject) */
#vid_container {
	text-align: left;
}
#container, #youtube_player {
	padding:0;
}
ul.videothumbs1{
	margin:0;
	padding:0;
	list-style:none;
	}
ul.videothumbs1 li{
display:block;
margin:0;
padding:5px 5px 0;
text-align:center;
float:left;
}
div.videothumbs2{width:150px; }
div#videothumbs3 a:link{ font-weight:bold;}

#highlighted
	{
		color: #fff;
		background:#ccc;
		font-weight: bold;
	}

	#highlighted a
	{
		color: #000;
		text-decoration: none;
	}

	#highlighted a:hover
	{
		color: #000;
		text-decoration: underline;
	}
	.messagestable
	{
		border: 1px solid #cccccc;
	}

	.messagestable td, .messagestable th
	{
		padding: 5px 10px 5px 10px;
		text-align: left;
		border: 1px solid #fff;
		vertical-align: top;
	}

	.messagestable th
	{
		background-image: url(../images/column_header_bkgrnd.jpg);
		color: #ffffff;
	}
	.messagestable th a { color: #ffffff !important; }
	.messagestable th a:hover { color: #d60d00 !important; }


    /*Playlist Pager*/
    #playlist_pager{ width: 900px;  background:#ccc;  font-weight: bold;  padding: 5px;}


    #tips{ float:left; width:65px;}

    a#featured_link:link{color:black; font-weight: bold;}
    /* MORE VIDEOS BOX */

#daudio_a {
    height: 160px;
    width: 300px;
    padding:0 0 5px 0;
    border: 1px solid #cccccc;
    border-top: none;

}
#daudio_b {

    width: 298px;
    height: 160px;
    border: 1px solid #ffffff;
    background: url(/images/ftd_story_bkgrnd.jpg);
    margin:0 0 10px 0;
    overflow-y: scroll;
    scrollbar-arrow-color:blue;
    scrollbar-face-color: #e7e7e7;
    scrollbar-3dlight-color: #a0a0a0;
    scrollbar-darkshadow-color:#888888;
}
#daudio_b_content{ padding:5px;}
    
/*    Main site css independently kept in Users's css file style.css' ends here */
