/* Cascading Style Sheet used to define how the layout of the pages work */


/******** IE 5.5+ Scrollbar colors **********/
html { 
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #FDF3DD;
	scrollbar-darkshadow-color: #b0b0b0;
	scrollbar-face-color: #DED3BE;
	scrollbar-shadow-color: #454545;
	scrollbar-track-color: #FDF3DD;
}	
/********************************************/


/******** Outer background color*************/
.pageBackground{
	background-color:#C66A07;
}	
/********************************************/



/******* Shadows on sides of page************/
.tableRight{
	background-color:#C66A07;	

	/* DON'T EDIT THESE: */
	border-left:1px solid #797979;
	background-image:url(../../_images/_shared/bg_right.gif);	
	background-position:top;
	/*********************/	
}

.tableLeft{
	background-color:#C66A07;	
	
	/* DON'T EDIT THESE: */
	border-right:1px solid #797979;
	background-image:url(../../_images/_shared/bg_left.gif);
	background-position:top;	
	/*********************/
}

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


/******* Navigation menu buttons ************/
.navMenuButton{
	
	font-weight:bold;
	font-size:10px;
	line-height:10px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	
	/* DON'T EDIT THESE: */
	text-align:center;
	vertical-align:middle; 	
	text-decoration:none;
	background-image:url(../../_images/_nav_menu/button_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	/*********************/
}
/**************************************/

/******* Artist Page buttons************/
.artistButton, a.artistButton, a.artistButton:visited{
	color: #FFFFFF;
	line-height:normal;
	font-weight: bold;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform:capitalize;
	text-decoration:none;
	padding:5px;
}
a.artistButton:hover{
	text-decoration:none;
	background-color:#990000;
	border-bottom:2px solid #fff;	
}
/**************************************/

/** DO NOT EDIT ANY LINES BELOW THIS **/

body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}
.borderBottomBlack{
	border-bottom:1px solid #000000;
}


