/* CSS Document */

/* HTML TAGS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #FFFFFF;
	background-color: #272727;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
a {	
	color: #0099ff;
	text-decoration: none;
}
a:hover {
	color: #0099ff;
	text-decoration: underline;
}
#container {
	width: 990px;
	margin: 0px auto;
	text-align: left;
	padding: 0 0 0 0;
}

/* HEADER */
#header {
	width: 990px;
	height: 118px;
	color: #FFFFFF;
}
#header .left {
	width: 468px;
	height: 118px;
	float: left;
	font-size: 0;
	text-align: left;
}
#header .right {
	width: 522px;
	height: 118px;
	float: right;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url('images/header_right.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
#header .right a {
	color: #0099ff;
	text-decoration: none;
	font-size: 11px;

}
#header .right a:hover {
	text-decoration: underline;
}
#header .welcome {
	text-align: right;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 18px;
	line-height: 18px;
	padding: 50px 36px 0px 0px;
}
#header .register {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 62px 36px 0px 0px;
}

/* FOOTER */
#footer {
	width: 990px;
	height: 116px;
	color: #95989c;
	background-image: url('images/bg_footer.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding: 15px 0 0 0;
	text-align:left;
}
#footer p {
	padding: 0 0 0 0;
	margin: 0px auto;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a {
	color: #0099ff;
	font-weight: normal;	
	text-decoration: underline;
}
#footer a:hover {
	color: #0099ff;
	font-weight: normal;
	text-decoration: none;
}
#footer .box1 {
	width: 225px;
	float: left;
	padding: 0 0 0 20px;
}
#footer .left {
	width: 80px;
	float: left;
}
#footer .right {
	width: 100px;
	float: left;
}
#footer .box2 {
	width: 225px;
	float: right;
}
#footer .box3 {
	width: 180px;
	float: right;
	padding: 0 50px 0 0;	
}
#footer .box4 {
	width: 225px;
	float: right;
	padding: 0 35px 0 0;
}
#footer h2 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 18px;
	color: #b1b1b1;
	font-weight: normal;
	margin: 0;
}
#footer h2 b {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 18px;
	color: #0099ff;
	font-weight: normal;
	margin: 0;
}
#bottom {
	width: 990px;
	height: 80px;
	color: #b1b1b1;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url('images/bg_main.jpg');
	background-repeat: repeat-y;
	text-align: left;
	padding: 10px 0 0 20px;
}
#bottom a {
	color: #b1b1b1;
	font-weight: normal;	
	text-decoration: none;
}
#bottom a:hover {
	color: #b1b1b1;
	font-weight: normal;
	text-decoration: underline;
}
/* SEARCH */
#search {
	width: 248px;
	float: right;
	text-align: left;
	padding: 8px 0px 0px 0px;
}
#search .searchbox {
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-bottom: 2px;
	padding: 1px;
}
#search .dropdown {
	width: 90px;
	font-size: 10px;
	color: #000000;
	margin-bottom: 2px;
	padding: 1px;	
}
#search .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0px 3px 0px 3px;
}

/* NAVIGATION */
#navContainer {
	width: 990px;
	padding: 0 1px 0 1px;
	margin: 0px auto;
	text-align: center;
}
#navigation {
	width: 951px;
	height: 38px;
	margin: 0 auto;
	padding: 0px 0px 0px 3px;
	background-image: url('images/bg_nav.jpg');
	background-repeat: no-repeat;
	background-position: center 0px;
}
#navigation ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}
#navigation li {
	float: left;
	list-style-type: none;
	list-style-image: none;
}
#navigation li a {
	border: 0;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-image: url('images/nav_over.gif');
	background-repeat: repeat-x;
	background-position: right 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c8c8c8;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 38px;
	line-height: 38px;
	float: left;	
}
#navigation li a:hover {
	text-decoration: underline;
	background-image: url('images/nav_over.gif');
	background-repeat: no-repeat;
	background-position: right -38px;
}

#navigation li a.subscribe {
	border: 0;
	margin: 0;
	padding: 6px 0px 0px 0px;
	background-image: url('images/bg_nav.gif');
	background-repeat: repeat-x;
	background-position: right 0px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 12px;
	color: #c8c8c8;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 38px;
	line-height: 38px;
	float: left;	
}
#navigation li a.subscribe:hover {
	text-decoration: underline;
	background-image: url('images/bg_nav.gif');
	background-repeat: repeat-x;
	background-position: right -45px;
}

/* EXTRAS */
.extras {
	padding: 10px;
}
.extras_link {
	padding: 10px;
}
.extras .extraLeft {
	width: 465px;
	float: left;
	text-align: left;
	color: #FFFFFF;
}
.extras .extraRight {
	width: 450px;
	float: right;
	text-align: left;
	color: #FFFFFF;
}
.extras .formline {
	margin: 0px 0px 10px 10px;
	text-align: left;
}
.extras label {
	float: left;
	width: 100px;
	font-weight: normal;
	padding: 3px 0 0 0;
	color: #FFFFFF;
}
.extras_link label {
	float: left;
	width: 420px;
	font-weight: normal;
	padding: 3px 0 0 10px;
	color: #FFFFFF;
}
.extras .textbox {
	width: 325px;
	padding: 3px;
	color: #000000;
	font-size: 12px;	
}
.extras_link .textbox {
	width: 450px;
	padding: 3px;
	color: #000000;
	font-size: 12px;	
}
.extras .messagebox {
	width: 425px;
	height: 97px;
	padding: 3px;
	color: #000000;
	font-size: 12px;
	margin: 0px;
}

.extras #success {
	border: 1px solid #404f00;
	background-color: #93a91f;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0 10px 0;	
	width: 275px;
}
.extras #error {
	border: 1px solid #990000;
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0 20px 0;
	width: 275px;
}
/* RESULTS */
.navSearch {
	width: 950px;
	padding: 0px auto;
	margin: 0px auto;
	text-align: left;
	color: #FFFFFF;
}
.searchresults {
	width: 950px;
	height: 38px;
	margin: 0 auto;
	padding: 0px;

}
.searchresults ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}
.searchresults li {
	float: left;
	list-style-type: none;
	list-style-image: none;
}
.searchresults li a {
	border: 0;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
	white-space: nowrap;
	display: block;
	height: 38px;
	line-height: 38px;
	float: left;
}
.searchresults li a:hover {
	text-decoration: underline;
}

/* ARTIST DASHBOARD */
#navArtistDashboard {
	width: 950px;
	padding: 0px auto;
	margin: 0px auto;
	text-align: center;
	color: #FFFFFF;
}
#artistDashboard {
	width: 950px;
	height: 38px;
	margin: 0 auto;
	padding: 0px;
	background-image: url('images/bg_dashboard_artist.jpg');
	background-repeat: repeat-x;
	background-position: center 0px;
}
#artistDashboard ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}
#artistDashboard li {
	float: left;
	list-style-type: none;
	list-style-image: none;
}
#artistDashboard li a {
	border: 0;
	margin: 0;
	padding: 0px 0px 0px 0px;
/*	
	background-image: url('images/nav_over.gif');
	background-repeat: repeat-x;
	background-position: right 0px;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 38px;
	line-height: 38px;
	float: left;	
}
#artistDashboard li a:hover {
	text-decoration: underline;

}

#artistDashboard li a.add_playlist {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 2px 7px;
	background-image: url('images/bullets/bullet_add_playlist.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 32px;
	line-height: 32px;
	float: left;
}
#artistDashboard li a.add_playlist:hover {
	text-decoration: underline;
	background-image: url('images/bullets/bullet_add_playlist.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#artistDashboard li a.share {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 2px 11px;
	background-image: url('images/bullets/bullet_share.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 32px;
	line-height: 32px;
	float: left;
}
#artistDashboard li a.share:hover {
	text-decoration: underline;
	background-image: url('images/bullets/bullet_share.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#artistDashboard li a.merchandise {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 2px 10px;
	background-image: url('images/bullets/bullet_merchandise.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 32px;
	line-height: 32px;
	float: left;
}
#artistDashboard li a.merchandise:hover {
	text-decoration: underline;
	background-image: url('images/bullets/bullet_merchandise.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#artistDashboard li a.website {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 16px;
	background-image: url('images/bullets/bullet_website.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 32px;
	line-height: 32px;
	float: left;
}
#dashboard li a.website:hover {
	artistDashboard-decoration: underline;
	background-image: url('images/bullets/bullet_website_over.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

/* DASHBOARD */
#navDashboard {
	width: 950px;
	padding: 0px auto;
	margin: 0px auto;
	text-align: center;
	color: #FFFFFF;
}
#dashboard {
	width: 950px;
	height: 38px;
	margin: 0 auto;
	padding: 0px;
	background-image: url('images/bg_dashboard.jpg');
	background-repeat: repeat-x;
	background-position: center 0px;
}
#dashboard ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}
#dashboard li {
	float: left;
	list-style-type: none;
	list-style-image: none;
}
#dashboard li a {
	border: 0;
	margin: 0;
	padding: 0px 0px 0px 0px;
/*	
	background-image: url('images/nav_over.gif');
	background-repeat: repeat-x;
	background-position: right 0px;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 38px;
	line-height: 38px;
	float: left;	
}
#dashboard li a:hover {
	text-decoration: underline;

}

#dashboard li a.add_all_playlist {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 2px 7px;
	background-image: url('images/bullets/bullet_add_playlist.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 32px;
	line-height: 32px;
	float: left;
}
#dashboard li a.add_all_playlist:hover {
	text-decoration: underline;
	background-image: url('images/bullets/bullet_add_playlist.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#dashboard li a.add_playlist {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 2px 7px;
	background-image: url('images/bullets/bullet_add_playlist.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 32px;
	line-height: 32px;
	float: left;
}
#dashboard li a.add_playlist:hover {
	text-decoration: underline;
	background-image: url('images/bullets/bullet_add_playlist.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#dashboard li a.profile {
	margin: 0px 10px 0px 2px;
	padding: 0px 0px 2px 11px;
	background-image: url('images/bullets/bullet_profile.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 32px;
	line-height: 32px;
	float: left;
}
#dashboard li a.profile:hover {
	text-decoration: underline;
	background-image: url('images/bullets/bullet_profile.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#dashboard li a.credits {
	margin: 0px 10px 0px 1px;
	padding: 0px 0px 2px 6px;
	background-image: url('images/bullets/bullet_credits.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 32px;
	line-height: 32px;
	float: left;
}
#dashboard li a.credits:hover {
	text-decoration: underline;
	background-image: url('images/bullets/bullet_credits.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#dashboard li a.embed {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 2px 11px;
	background-image: url('images/bullets/bullet_embed.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 32px;
	line-height: 32px;
	float: left;
}
#dashboard li a.embed:hover {
	text-decoration: underline;
	background-image: url('images/bullets/bullet_embed.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#dashboard li a.share {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 2px 11px;
	background-image: url('images/bullets/bullet_share.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 32px;
	line-height: 32px;
	float: left;
}
#dashboard li a.share:hover {
	text-decoration: underline;
	background-image: url('images/bullets/bullet_share.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#dashboard li a.link {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 2px 10px;
	background-image: url('images/bullets/bullet_link.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 32px;
	line-height: 32px;
	float: left;
}
#dashboard li a.link:hover {
	text-decoration: underline;
	background-image: url('images/bullets/bullet_link.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#dashboard li a.download {
	margin: 0px 10px 0px 1px;
	padding: 0px 0px 2px 10px;
	background-image: url('images/bullets/bullet_download.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 32px;
	line-height: 32px;
	float: left;
}
#dashboard li a.download:hover {
	text-decoration: underline;
	background-image: url('images/bullets/bullet_download.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#dashboard li a.merchandise {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 2px 10px;
	background-image: url('images/bullets/bullet_merchandise.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 32px;
	line-height: 32px;
	float: left;
}
#dashboard li a.merchandise:hover {
	text-decoration: underline;
	background-image: url('images/bullets/bullet_merchandise.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#dashboard li a.website {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 16px;
	background-image: url('images/bullets/bullet_website.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 32px;
	line-height: 32px;
	float: left;
}
#dashboard li a.website:hover {
	text-decoration: underline;
	background-image: url('images/bullets/bullet_website_over.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
/* CONTENT */
#contentContainer {
	width: 990px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url('images/bg_main.jpg');
	background-repeat: repeat-y;
	text-align: left;
}
#content {
	width: 950px;
	min-height: 470px;
	text-align: left;
	padding: 15px 20px 20px 20px;
}



#content .playlist {
	width: 950px;
	text-align: left;
}
#content .playlist .left {
	width: 525px;
	min-height: 350px;
	float: left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
	background-color: #0f0f0f;	
}
#content .playlist .right {
	width: 405px;
	min-height: 350px;
	float: right;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
	background-color: #0f0f0f;	
}


#contentPlaylist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	background-color: #0F0F0F;
	color: #FFFFFF;
	padding:20px;
}
#contentPlaylist .add {
	height: 110px;

}
#contentPlaylist .save {
	height: 298px;

}
#contentPlaylist .messagebox {
	width: 350px;
	height: 100px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}
#contentPlaylist .formline {
	margin: 4px 0 10px 0;
	text-align: left;
}
#contentPlaylist label{
	float: left;
	width: 120px;
	font-weight: normal;
	padding: 3px 0 0 0;
}
#contentPlaylist .textbox {
	width: 350px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}
#contentPlaylist #success {
	border: 1px solid #404f00;
	background-color: #93a91f;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0 10px 0;	
	width: 540px;
}
#contentPlaylist #error {
	border: 1px solid #990000;
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0 10px 0;
	width: 540px;
}


/* CONTENT SIDEBARS */
#content .sidebarRight {
	width: 315px;
	text-align: left;
	vertical-align: top;
	float: right;
}
#content .sidebarLeft {
	width: 600px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
}
#content .sidebarLeft p {
	padding: 0px auto;
	margin: 0px auto;
}

/* CONTENT HOMEPAGE */
#content .mainVideo {
	width: 950px;
	text-align: left;
	background-color: #0f0f0f;
}
#content .mainVideo .left {
	width: 525px;
	min-height: 350px;
	float: left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
	background-color: #0f0f0f;	
}
#content .mainVideo .right {
	width: 405px;
	min-height: 350px;
	text-align: left;
	float: right;
	padding: 5px 5px 5px 5px;
	background-color: #0f0f0f;	
}
#content .split {
	text-align: left;
	float: left;
	padding: 0px 5px 0px 0px;
}
#content .mainVideo .top {
	height: 210px;
}
#content .mainArtist .top {
	height: 330px;
}

#content .mainVideo span {
	height: 60px;
	font-size: 10px;
	line-height: 22px;
	text-align: left;
}
#content .mainVideo .select {
	padding: 10px 10px 10px 0px;
}
#content .mainVideo .left p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
}
#content .mainVideo .right p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	padding: 0px;
}
#content .mainVideo h2 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 22px;
	color: #0099ff;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content .mainVideo .hometown {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}

/* ARTIST */
#artist div.listing {
	width: 223px;
	height: 149px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	background-color: #0f0f0f;
	z-index: 0;
}
#artist div.tinted {
	width: 213px;
	height: 26px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	margin: 106px 1px 0 0;
	background-color: #000000;	
	z-index: 1;
	position: absolute;	
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
#artist div.name {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 20px;
	color: #0099ff;
	margin: 0px;
	padding: 5px 5px 5px 8px;
	margin: 106px 0 0 0;
	z-index: 2;
	position: absolute;
}
#artist a.artisttag {
	font-size: 20px;
	color: #0099ff;
	text-decoration: none;	
	z-index: 1;
}
#artist a.artisttag:hover {
	text-decoration: underline;
	z-index: 1;

}
#artist td {
	padding: 0 5px 5px 0;
}

#content .mainArtist {
	width: 950px;
	text-align: left;
	background-color: #0f0f0f;
}
#content .mainArtist .left {
	width: 525px;
	min-height: 350px;
	float: left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
	background-color: #0f0f0f;	
}
#content .mainArtist .right {
	width: 405px;
	min-height: 350px;
	text-align: left;
	float: right;
	padding: 5px 5px 5px 5px;
	background-color: #0f0f0f;	
}
#content .mainArtist .left p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
}
#content .mainArtist .right p, #artist p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	padding: 0px;
}
#content .mainArtist h2, #artist h2 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 22px;
	color: #0099ff;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content .mainArtist .hometown, #artist .hometown {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}


/* VIDEO */

#video td {
	padding: 0 5px 5px 0;
}

#video div.listing {
	width: 223px;
	height: 149px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	background-color: #0f0f0f;
	z-index: 0;
}

#video div.tinted {
	width: 213px;
	height: 40px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	margin: 92px 1px 0 0;
	background-color: #000000;	
	z-index: 1;
	position: absolute;	
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
#video .name {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #0099ff;
	margin: 0px;
	padding: 5px 5px 5px 8px;
	margin: 91px 0 0 0;
	z-index: 2;
	position: absolute;
}
#video .artist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px 5px 8px;
	margin: 115px 0 0 0;
	z-index: 2;
	position: absolute;
}
a.videotag {
	font-size: 20px;
	color: #0099ff;
	text-decoration: none;	
}
a.videotag:hover {
	text-decoration: underline;
}

#video .title {
	width: 260px;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	float: left;
}
#video .video {
	width: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
	margin: 0px;
	padding: 0px 0px 5px 5px;
	float: right;
	text-align: right;
}
#video .playlist {
	width: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
	margin: 0px;
	padding: 0px 0px 5px 5px;
	float: right;
	text-align: left;
}
#showVideos a.add_playlist, #video a.add_playlist {
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 2px 17px;
	background-image: url('images/bullets/bullet_add_playlist.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099ff;
}
#showVideos a.add_playlist:hover, #video a.add_playlist:hover {
	text-decoration: underline;
	background-image: url('images/bullets/bullet_add_playlist.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#artistVideo td {
	padding: 0 5px 5px 0;
}

#artistVideo div.listing {
	width: 223px;
	height: 149px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	background-color: #0f0f0f;
	z-index: 0;
}
#artistVideo div.tinted {
	width: 213px;
	height: 40px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	margin: 92px 1px 0 0;
	background-color: #000000;	
	z-index: 1;
	position: absolute;	
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
#artistVideo .name {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #0099ff;
	margin: 0px;
	padding: 5px 5px 5px 8px;
	margin: 92px 0 0 0;
	z-index: 2;
	position: absolute;
}
#artistVideo .artist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 5px 5px 8px;
	margin: 115px 0 0 0;
	z-index: 2;
	position: absolute;
}

#artistShows {
	width: 930px;
	text-align: left;
	padding: 5px 5px 0px 5px;
}
#artistShows .image {
	width: 223px;
	float: left;
	font-size: 0;
	padding: 5px;
	background-color: #0F0F0F;
}

#artistShows .description {
	width: 685px;
	text-align: left;
	float: right;
	padding: 5px 0px 0px 5px;
}
#artistShows .description p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#artistShows h2 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 22px;
	color: #0099ff;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#artistShows .hometown {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px;
}



#shows {
	width: 930px;
	text-align: left;
	padding: 0px;
}
#shows .image {
	width: 223px;
	float: left;
	font-size: 0;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	background-color: #0F0F0F;
}
#shows .title {
	text-align: left;	
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#shows .title a.eventlink {
	color: #0099ff;
	text-decoration: none;
	font-size: 11px;
}
#shows .title a.eventlink:hover {
	text-decoration: underline;
}
#shows .description {
	width: 680px;
	text-align: left;
	float: right;
	padding: 5px 0 20px 0;
}
#shows .description p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#shows .description h2 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 22px;
	color: #0099ff;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}





#showVideos {
	width: 950px;
	text-align: left;
	padding: 0px;
}
#showVideos .image {
	width: 223px;
	float: left;
	font-size: 0;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	background-color: #0F0F0F;
}
#showVideos .description {
	width: 560px;
	text-align: left;
	float: right;
	padding: 0px;
}
#showVideos .options {
	width: 150px;
	text-align: right;
	float: right;
}
#showVideos .description p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#showVideos .description h2 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 22px;
	color: #0099ff;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#showVideos .hometown {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}


/* CONTENT FEATURE VIDEOS */
#content .featureVideo {
	width: 950px;
	text-align: left;
	margin: 20px 0 0 0;
}
#content .featureVideo .left {
	width: 461px;
	float: left;
	font-size: 0;
	padding: 0 0 5px 0;
}
#content .featureVideo .right {
	width: 464px;
	text-align: left;
	float: right;
	padding: 5px 5px 5px 5px;
	background-color: #0f0f0f;
}
#content .featureVideo .left .feature1 {
	width: 223px;
	float: left;
	font-size: 0;
	padding: 5px 0 0 5px;
}
#content .featureVideo .left .feature2 {
	width: 228px;
	text-align: left;
	float: right;
	padding: 5px 0 0 5px;
}




/* CONTENT UPCOMING EVENTS */
/*
#content #events {
	width: 940px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	background-color: #0f0f0f;
}
*/

/* SUBSCRIPTIONS */
#events .left {
	width: 340px;
	float: left;
	font-size: 0;
	padding: 0 0 10px 20px;
	text-align: left;
}
#events .right {
	width: 200px;
	text-align: left;
	float: right;
	padding: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#events .month {
	color: #7f7f7f;
	background-color: #0f0f0f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight:bold;
}
#events .longdate {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 12px 0 4px 0;
	margin: 0 0 2px 0;
	border-bottom: 1px solid #333333;
	width: 620px;
}
#events h3 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 18px;
	color: #FFFF00;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
#events .title {
	width: 320px;
	text-align: left;	
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#events .title a.eventlink {
	color: #0099ff;
	text-decoration: none;
	font-size: 11px;
}
#events .title a.eventlink:hover {
	text-decoration: underline;
}
#events .description {
	width: 320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	padding: 0 0 0 0;
}
/*
#content #events .right p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	padding: 0px;
}
#content #events h2 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 22px;
	color: #0099ff;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

*/
/* CONTENT MISC */
#content .left {
	float: left;
	font-size: 0;	
}
#content .right {
	text-align: left;
	float: right;
}
#content h2 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 22px;
	color: #0099ff;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
}
#content .sidebarLeft h2 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 22px;
	color: #0099ff;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 10px 0;
}

#news h3 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
	color: #FFFF00;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
}
#news .newsdate {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 11px;
	font-style: italic;
	color: #7f7f7f;
	padding: 0 0 10px 0;
	margin: 0;
}
#news .breaktop {
	height: 1px;
	background-color: #0F0F0F;
	margin: 8px 0 8px 0;
}
#news .breakbottom {
	height: 1px;
	background-color: #0F0F0F;
	margin: 8px 0 20px 0;
}
#news .newsdetails {
	text-align:left;
	padding: 10px 10px 10px 10px;
	margin: 15px 0 15px 0;
	font-size: 11px;
	font-weight: normal;
	color: #7f7f7f;
	background-color: #0F0F0F;
}
#news .newsdetails span {
	background-image: url('images/bullets/page_white.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 20px;
}
#news img {
	padding: 15px 0 15px 0;
}


#content h4 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 18px;
	color: #0099ff;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}
#content i b, #contentSidebar i b {
	color: #0099ff;
	font-weight: bold;
	font-style: italic;
}
#content li, #contentSidebar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/*
#content a:link, #content a:visited, #contentSidebar a:link, #contentSidebar a:visited {
	color: #0099ff;
	text-decoration:underline;
}
#content a:hover, #contentSidebar a:hover {
	text-decoration:none;
}
*/
#content .left ul {
	margin-top: 10px;
	margin-bottom: 10px;
/*	padding: 0px;*/
}
#content .left ul .bullets {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;			
}



/* CONTENT DECORATION */

#success {
	border: 1px solid #404f00;
	background-color: #93a91f;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0 10px 0;	
	width: 590px;
}
#error {
	border: 1px solid #990000;
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0 10px 0;
	width: 590px;
}
.redtext {
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	margin: 0px;
	padding: 0px 0px 5px 0px;

}
.formtext {
	font-size: 10px;
	font-weight: normal;
	color: #4B4B4B;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}


#memberlist .users {
	width: 300px;
	float: left;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 16px;
	color: #FFFF00;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	padding: 0 0 20px 0;
}
#memberlist .location {
	width: 150px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	padding: 0 0 20px 0;
}
#memberlist .playlist {
	width: 120px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: right;
	padding: 0 20px 20px 0;
}

/* DATABASE EMPTY */
.empty {
	padding: 20px;
}
/* PAGINATE */


#paginate {
	color: #c8c8c8;
	height: 28px;
	font-size: 12px;
	padding: 8px 8px 0 8px;
}
#paginate .current {
	background-color: #0099ff;
	padding: 5px 10px 5px 10px; 
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #0f0f0f;
	text-decoration: none;
}
#paginate .empty {
	padding: 5px 5px 5px 5px; 
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #c8c8c8;
	text-decoration: none;
}
#paginate a {
	background-color: #0f0f0f;
	padding: 5px 10px 5px 10px; 
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #0099ff;
	text-decoration: none;
}
#paginate a:hover {
	color: #0099ff;
	text-decoration: underline;
}

/* ABOUT US */
#aboutus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #0f0f0f;
	padding: 10px;
}
/* ABOUT US */
#joinus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #0f0f0f;
	padding: 10px;
}

/* ARCHIVES */
#archives {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #0f0f0f;
	padding: 10px;
}

/* CATEGORIES */
#categories {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #0f0f0f;
	padding: 10px;
}

/* PLAYLIST */
#playlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #0f0f0f;
	padding: 10px;
}
/* NEWSLETTER */
#newsletter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #0f0f0f;
	padding: 10px;
}
#newsletter .formline {
	margin: 4px 0 10px 10px;
	text-align: left;
}
#newsletter label{
	float: left;
	width: 60px;
	font-weight: normal;
	padding: 3px 0 0 0;
}
#newsletter .textbox {
	width: 200px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;
	font-size: 12px;	
}

#newsletter #success {
	border: 1px solid #404f00;
	background-color: #93a91f;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0 10px 0;	
	width: 275px;
}
#newsletter #error {
	border: 1px solid #990000;
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 10px;
	margin: 10px 0 20px 0;
	width: 275px;
}

.record {
	padding: 3px 0px 3px 3px;
}
.button_delete {
	margin: 0px 0px -2px 3px;
}

/* LINKS */

a.bullet_credits {
	text-align: left;
	font-size: 11px;
	color: #0099FF;
	line-height:16px;
	text-decoration: none;
	padding: 4px 10px 2px 20px;
	background: url('images/bullets/bullet_credits.gif') left center no-repeat;
}
a.bullet_credits:hover {
	text-decoration: underline;
}

a.bullet_profile {
	text-align: left;
	font-size: 11px;
	color: #0099FF;
	line-height:16px;
	text-decoration: none;
	padding: 4px 10px 2px 20px;
	background: url('images/bullets/bullet_artist_profile.gif') left center no-repeat;
}
a.bullet_profile:hover {
	text-decoration: underline;
}

a.bullet_merch {
	text-align: left;
	font-size: 11px;
	color: #0099FF;
	line-height:16px;
	text-decoration: none;
	padding: 4px 10px 2px 20px;
	background: url('images/bullets/bullet_merchandise.gif') left center no-repeat;
}
a.bullet_merch:hover {
	text-decoration: underline;
}

a.bullet_website {
	text-align: left;
	font-size: 11px;
	color: #0099FF;
	line-height:16px;
	text-decoration: none;
	padding: 4px 10px 2px 20px;
	background: url('images/bullets/bullet_website.gif') left center no-repeat;
}
a.bullet_website:hover {
	text-decoration: underline;
}


/* PLAYLIST */
/*
.playlist {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	font-size: 10px;
	display: block;
	float:left;
}
.playlist li {
	min-height: 24px;
	width: 100%;
	padding: 0;
	float:left;
	background-image: url('images/dashline.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 0 4px 0;	
}
.check, .artistname, .options{
	float: left;
	display: block;
}
.check {
	width: 30px;
}
.shoppingcart .artistname {
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.shoppingcart .options {
	width: 100px;
	text-align: right;
	padding: 2px 10px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pxs;
	line-height: 18px;
}
*/
/*FORMS*/
.catdropdown {
	width: 280px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;	
	font-size: 12px;
}
.dropdown {
	width: 410px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;	
	font-size: 12px;	
}
.playlist-dropdown {
	width: 380px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;	
	font-size: 12px;	
}

.month {
	width: 202px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;	
	font-size: 12px;	
}
.year {
	width: 201px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;	
	font-size: 12px;	
}
.button {
	font-size: 12px;
	margin: 2px 0 3px 0;
	padding: 2px 3px 2px 3px;

}
.messagebox {
	width: 400px;
	height: 150px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;
	font-size: 12px;
}
.formline {
	margin: 4px 0 10px 0;
	text-align: left;
}
label{
	float: left;
	width: 140px;
	font-weight: normal;
	padding: 3px 0 0 0;
}
.textbox {
	width: 400px;
	margin-bottom: 6px;
	padding: 3px;
	color: #000000;
	font-size: 12px;	
}






/* TAB CONTENT */

.shadetabs {
	list-style-type: none;
	text-align: center;
	display: block;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	width: 927px;
	height: 25px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 11px;
	color: #0099ff;
	border-bottom: 5px #0F0F0F solid;

/*
	background: url('images/tab_bg.gif') left bottom repeat-x;
*/
}
.shadetabs li{
	display: block;
	float:left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.shadetabs li a {
	display: block;
	float: left;
	height: 25px;
	padding: 0 0 0 20px;
	margin: 0 5px 0 0;
	color: #0099ff;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica;
	font-size: 11px;
	text-decoraion: none;
	line-height: 25px;
	white-space: nowrap;
	background-color: #080808;
/*	
	background: url('images/tab_left.gif') left 0 no-repeat;
*/		
}
.shadetabs li a span {
	display: block;
	float: left;
	height: 25px;
	padding: 0 20px 0 0;
	margin: 0;
	line-height: 25px;
	position: relative;
	background-color: #080808;
	text-decoration: none;
/*	
	background: url('images/tab_right.gif') right 0 no-repeat;
*/

}
.shadetabs li a:visited {
	text-decoration: none;
	color: #0099ff;
}
.shadetabs li a:hover {
	color: #0099ff;
	background-position:left -25px;
	text-decoration: none;
}
.shadetabs li a:hover span {
	background-position:right -25px;
}
.shadetabs li.selected a{ /*selected main tab style */
	display: block;
	float: left;
	height: 25px;
	padding: 0 0 0 20px;
	margin: 0 5px 0 0;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	white-space: nowrap;
	background-color: #0F0F0F;
	font-weight: bold;
/*
	background: url('images/tab_current_left.gif') left 0 no-repeat;
*/
}
.shadetabs li.selected a span {
	display: block;
	height: 25px;
	padding: 0 20px 0 0;
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
	background-color: #0F0F0F;
	text-decoration: none;
/*
	background: url('images/tab_current_right.gif') right 0 no-repeat;
*/	
}
.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	color: #FFFFFF;
	background-position:left 0;
}
.shadetabs li.selected a:hover span{ /*selected main tab style */
	text-decoration: none;
	color: #FFFFFF;
	background-position:right 0;
}
.tabcontentstyle{
	padding: 0px;
	margin: -11px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
/*	background-color: #0f0f0f;
*/
}

.tabcontent{
	display:none;
}
@media print {
.tabcontent {
	display:block!important;
}
}