﻿/* TAG LEVEL STYLES */
@import url(/_css/artist.css);
BODY, HTML, FORM, IMG, H1, H2, H3, TABLE {
	margin:0; padding:0;
}

BODY {
	font: 80%/1.4em Arial, Tahoma, Helvetica; /*font-size:11px;*/
	color: #676767;
	background:#000000 url(/_images/background/dew_bg.jpg) top center no-repeat;
	text-align: center; /* to correct the centering IE bug*/
	height: 100%;	
}

IMG {
	border: none;
}
.profileImg 
{
	margin-right:20px;
}
.tbPadded 
{
	padding:2px;
}

H3 {
	font:Arial; 
	font-size: 13px; 
	color: #000;
	clear:both;
}

H2 {
	font:Arial; 
	font-size: 14px;
	text-transform:uppercase;
	clear:both;
	color: #000;
}

H1 {
	font:Arial;
	font-size: 15px;
	text-transform:uppercase;
	margin:10px 0px 10px 0px;
	color: #000;
	clear:both; }
	
H1 IMG {
	margin-left: -10px;
}

TABLE {
	border:0;
	color: #676767;
}

A {
	color:#2093e7;
	text-decoration:none;
	font-weight:bold;
}
a:hover{color: #b1dd1e;}

TD {
	
	vertical-align:top;
	
}

HR {
	border-top: 1px solid #F0F0F0;
	color: #F0F0F0;
	width: 100%;
	height: 1px;
	margin: 10px 5px 10px 5px;
	text-align: center;
	clear:both;
}

UL {
	/*list-style: none;
	display: inline;*/
}


#error{
	color: Red;

}

INPUT, TEXTAREA
{
	font-family:Arial, Verdana, helvetica;	
}
/* CLASS STYLES */

#container {
	
	clear:both;
	text-align:center;
	margin:  auto;
	width: 958px;
	height: 100%;
}


#body, #footer 
{
	background-color: #fff;
	border-left: solid 4px #c1c1c1;
	border-right: solid 4px #c1c1c1;
	border-bottom: solid 1px #ffffff;
}
#header, #body, #footer {
	clear: both;
	width: 100%;
	
}

#header {
	height: 140px;
	
}



#logoBox {
	background-position:  top center;
	background-image: url(/_images/components/header.png);
	background-repeat: no-repeat;
	width: 950px;
	height: auto;
	margin: auto;
	/*margin: -20px -12px 0px -12px;*/
	
	
}


#loginBox 
{
	/*margin-top: 7px;	*/
	float: left;
	padding-top: 26px;
	color: #ffffff;
	font-weight: bold;
	width: 100%;
	margin-left: 20px;
}

loginBox td
{
	color: #ffffff;
	font-size: 8pt;
	
}




#loginBox a{color: #ffffff; font-size: 10pt;}
#loginBox a:hover{color: #b1dd1e; font-size: 10pt;}

#headerSignup
{
	
	margin-top: 10px;
	float:left;
	height: 100px;
	width: 50px;
	
}

#imgHeaderSignUp
{
	
	margin-top: 30px;
	margin-left: -10px;
}

#body {
	text-align: left;
}

#bottomNav ul {

}

.roundedTop {
	margin: 14px 0px 0px 0px;
}

.roundedBottom {
	margin: 0px 0px 15px 0px;
}

.bar1
{
	padding-bottom: 4px;
}

.contentBox {
	width: auto;
	padding-top: 11px;	
	border: #f1f1f1 1px solid;
	background-color: #F4F4F4;
	color: #676767;
	margin-left: 10px;
	margin-bottom: 11px;
	padding: 10px;
}



.contentBox h2
{
	padding: 10px;
	padding-left: 10px;	
	padding-bottom: 10px;
	color: #929292;

}

contentBox h3
{
	color: #555555;
}

.contentBox table
{
		color: #333333;
}

.contentBox p
{
	padding: 10px;	
}

.btn_Login
{
	color: White;
	background-image: url(/_images/components/login-button.png);
}



/* top nav */

#topNav{
    font-size: 12pt;
    margin-top: 0px;
	font-weight: bold;
}

#topNav td{
    background-repeat: no-repeat;
    height: 30px;
}

#topNav a{color: #848484; text-decoration: none; padding-top: 4px; font-size: 14px; }
#topNav a:hover{color: #B1dd1e; text-decoration: none; font-size: 14px;}

/* end top nav */


/* footer styles */
#footer
{
	font-size: 8pt;
	font-weight: bold;
	color: #747474;
	height: 70px;
}

#propertyLogo
{
	width: 120px;
	margin: 0;
}

#bottomNav
{
	padding-top: 5px;
}
#bottomNav ul
{
	display: block;
	margin: 0px;	
}

#bottomNav li
{
	display: inline;
	padding: 1px;
}

#bottomNav a{color: #747474; text-decoration: underline;}
#bottomNav a:hover{color: #9EC135;  text-decoration: underline;}

#copyright
{
	float: left;
	width: 175px;	
	padding-top: 25px;
}

/* end footer styles */


/* browse by artist */
.letterButtonHeadline ,.pagerButtonHeadline
{
	position:relative;
	float:left;
	font-size: 9pt;
	font-weight: bold;
	margin: 2px 5px 0 7px;
}

#pagerFrame 
{
	float:right;
	width:740px;
	text-align:right;
}
#headlineFrame 
{
	float:left;
}
.letterButton,.pagerButton
{	
	position:relative;
	float:left;
	
	font-size: 9pt;
	font-weight:normal;

	width:23px;
	text-align:center;
	border:solid 1px #dedede;

	margin: 0 5px 0 0;
	color:#676767;
	background-color:Transparent;
	cursor:pointer;
}
.letterButton,.pagerButtonDots
{	
	position:relative;
	float:left;
	
	font-size: 9pt;
	font-weight:normal;

	width:23px;
	text-align:center;
	border:solid 1px #dedede;

	margin: 0 5px 0 0;
	color:#676767;
	background-color:Transparent;
	cursor:default;
}
.pagerButtonHeadline,.pagerButton
{ 
float:right;
}
.pagerButtonHeadline,.pagerButtonDots
{ 
float:right;
}
#browseByStripMenu
{
	width: auto;	
	border: #f1f1f1 1px solid;
	background-color: #F4F4F4;

	margin:0 0 10px 11px ;
	padding:5px 0 5px 0;
	height:20px;
	width:auto;
}
.itemResult 
{	background-color: #FDFDFD;
	font-size: 8pt;	
	text-align: left;	
	width:165px;
	overflow:hidden;	
}

.itemResult .photo
{
	height: 100px; 
	background-color: Gray;
	margin: 2px;
}

.itemResult .artist
{
	color: #676767;
	font-size:13px;
	width:190px;
	overflow:hidden;
	word-wrap:break-word;
}

.itemResult .songTitle
{
	font-weight:normal;
	color: #0097c7;
	font-size: 11px;
	width:160px;
	overflow:hidden;
	word-wrap:break-word;
}
#xbrowseByStripMenu a{color: #555555; text-decoration: none; font-weight: normal; }
#xbrowseByStripMenu a:hover{color: #9EC135; text-decoration: none; font-weight: normal;}

#browseByArtist
{
	color: #A8A8A8;	
	font-weight: bold;
	width: 216px;
	text-align: center;
	margin: 0 auto ;
	border: solid 1px #ECECEC;
	margin-bottom: 10px;
}

#browseByArtist div
{
	background-image: url(../_images/components/bg-browse-by-panel.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 auto;
	text-align: center;
	padding-top: 8px;
	
	
}

#tblBrowseByArtist 
{
	width: 160px;
	margin: 0 auto;
}

#browseByArtist a{color: #2f2f2f; text-decoration: none; }
#browseByArtist a:hover{color: #B1dd1e; text-decoration: none; }

/* end browse by artist */

/* view videos by */
#popularVideos
{
	color: #A8A8A8;	
	font-weight: bold;
	width: 318px;
	text-align: center;	
	border: solid 1px #ECECEC;
}
#viewVideosBy
{
	color: #A8A8A8;	
	font-weight: bold;
	width: 216px;
	text-align: center;
	margin: 0 auto ;
	border: solid 1px #ECECEC;
}


#viewVideosBy  div
{
	background-image: url(/_images/components/bg-browse-by-panel.jpg);
	background-repeat: no-repeat;
	background-position:top;
	padding-top: 15px;	
	height: 28px;
	border: white 0px solid ;
	font-size: 18px;
}

#viewVideosBy a{color: #2f2f2f; text-decoration: none; padding: 4px;}
#viewVideosBy a:hover{color: #B1dd1e; text-decoration: none; padding: 4px;}


/* end view videos by */


/* sign up promo */
.signUpPromo
{
	border: solid black 1px;
	font-family: sans-serif; 
	color: #ffffff; 
	background-image:url(../_images/components/bg-sign-up-promo.gif); 
	width: 216px; 
	height: 130px; 
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	cursor: pointer;
}

.signUpPromo div
{
	font-size: 12px; 
	margin-top: 0px;
	margin-bottom: -2px;
	font-weight: normal;
}

.signUpPromo h2
{
	font-size: 36px; 	
	font-weight: bold;
	padding: 4px;
	padding-bottom: 15px;
}

.signUpPromo h3
{
	font-size: 14px; 
	margin-top: 18px;
	color: #ffffff;
}

/* end sign up promo*/

/* video stip */

.videoStrip
{
	color: #676767;
	margin: 0 auto;
	text-align: center;
}

.videoStripBox
{
	background-color: #FDFDFD;
	width: 150px;
		
	padding: 4px;	
	float: left;
	margin: 5px;
	text-align: left;
	
	
}

.videoStripBox div
{
	
	
	margin: -2px 2px 0 2px;	
}

.videoStripBox .photo
{
	height: 100px; 
	background-color: Gray;
	margin: 2px;
}

.videoStripBox .artist
{
	color: #676767;
	word-wrap:break-word;
}

.videoStripBox .songTitle
{
	color: #0097c7;
	font-size: 10px;
	word-wrap:break-word;
}

.artist a
{
	color:#676767;
	font-weight:bold;
}
.videoStripBox .rating
{
	float: left;
	width: 75px;
	height: 50px;	
	font-size: 14px;
}

.videoStripBox .votes
{
	float: left;	
}

.videoStripBox .views
{
	float: left;	
	font-size: 10px;
}

/* end video stip */

/* video player page */

#videoPlayerPage
{
	
}

#videoPlayer{}

#shareThisVidwo{}

#embedThisVideo{}

#aboutArtist{}




/* end video player page */


.tblCreateAccount
{
	font-weight: normal;
}

.tblCreateAccount td 
{
	
}

.errorBox {
float:right;
border:solid 1px red;
padding:20px;
text-align:left;
color:red;
}

.trash, .garbage, .useless
{
	display:none;
}

.anchorButton
{	    
	padding:0 2px 0 2px;
	background:white;
	border:solid 1px #2093e7;
}

.anchorButton:hover
{
	padding:0 2px 0 2px;
	background:#2093e7;
	color:White;
	border:solid 1px #2093e7;
}

a.popularSongTitle 
{
	color:#777777;
	font-size:12px;	
}

a.popularSongArtist 
{	
	color:#aaaaaa;
	font-size:11px;	
}

