body,p,td,span
{
	font-family: "Arial Narrow"; 
	color: #ffffff; 
	font-size: 10pt;
}

.justify
{
	text-align : justify;
}

a  
{
	text-decoration: none; 
	color: #9a8a54; 
	font-weight: bold;         
	background: transparent;
}

a:Hover  
{
	text-decoration: none; 
	color: #ffffff;
	background: transparent;
}

a:active  
{
	text-decoration: none; 
	color: #ffffff; 
	background: transparent;
}


a.videolink  
{
	text-decoration: none; 
	color: #5B5137; 
	font-weight: normal;         
	background: transparent;
}

a.smalllink
{
	font-size: 8pt;
	font-weight: normal;
}

.heading
{
	font-family: "Arial Narrow"; 
	font-weight: bold;
	color:#3A3016; 
	font-size:13pt;
	text-transform: uppercase;
}

.credits
{
	color:#999697;
    font-size: 7.5pt;
    font-weight: normal;
    text-decoration:none;
}

.blackborder
{
	border:3px solid black;
}

a.updated
{
    position:relative; /*this is the key*/
    z-index:24;
    color:#999697;
    font-size: 7.5pt;
    font-weight: normal;
    text-decoration:none
}

a.updated:hover
{
	z-index:25;
	color:#999697;
    font-weight: normal;
}

a.updated span
{
	display: none;
}

a.updated:hover span
{	/*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-5em; left:0em; width:13.5em;
    border:1px solid #3A3016;
    background-color:#EAEADF; 
    color:#706337;
   
}

td.updated
{
    color:#706337;
    font-size: 8pt;	
    font-weight: normal;
}

.content
{
    z-index:20;
}

.contentWithSideImage
{
    z-index:20;
    width:580px;
    height: 380px;
    direction:rtl;
	OVERFLOW: auto;
	OVERFLOW-Y: scroll;
	padding-left: 5px;
}

.newsContentWithSideImage
{
    z-index:20;
    width:580px;
    height: 415px;
    direction:rtl;
	OVERFLOW: auto;
	OVERFLOW-Y: scroll;
	padding-left: 5px;
}


.picsContent
{
    z-index:20;
    width:720px;
    height: 410px;
    direction:rtl;
    OVERFLOW: auto;
    padding-left: 5px;
}

.otherContent
{
    z-index:20;
    width:720px;
    height: 415px;
    direction:rtl;
    OVERFLOW: auto;
    padding-left: 5px;
}

.picsImage
{
    border: 1px solid #706337;
}


.sideImage2
{	/*the span will display just on :hover state*/
    display:block;
	position:relative;
	left:25px;
    z-index:25;
   
}

textarea,option,select,input {font-family: "Arial Narrow"; color:#605F5F; font-size:10pt;}

.hand
{ cursor: hand; }

.pointer
{ cursor: default; }

#modalWindow
{
    position: fixed;
    left: 0;
    top: 0;
	z-index: 10;
	background-color: white;
	display: none;
	width: 475px;
	height: 555px;
	border: 5px solid #0A7306;
	padding: 5px;
}

span.sideImage
{
    position:relative; /*this is the key*/
    z-index:24;
    color:#999697;
    font-size: 9pt;
    font-weight: normal;
    text-decoration:none
}

span.sideImage table
{	/*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-414px; left:585px;
    border: 0px solid black;
   
}

/*
	VIDEO PAGE
*/

.videoTitle
{
	text-transform: uppercase
}
/*
	SCROLL BARS
*/

div
{
	filter:chroma(color=#00FFFF);
	scrollbar-3dlight-color: #706337;
	scrollbar-arrow-color: #706337;
	scrollbar-darkshadow-color: #706337;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #00FFFF; /* transparent! */
}

/*
	DATES -> MORE INFO POPUP
*/
a.datesmoreinfo
{
    position:relative; /*this is the key*/
    z-index:24;
    color:#999697;
    font-size: 7.5pt;
    font-weight: normal;
    text-decoration:none
}

a.datesmoreinfo:hover
{
	z-index:25;
	color:#999697;
    font-weight: normal;
}

a.datesmoreinfo span
{
	display: none;
}

a.datesmoreinfo:hover span
{	/*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1.5em; left:-13.5em; width:13.5em;
    border:1px solid #3A3016;
    background-color:#EAEADF; 
    color:#706337;
   
}

td.datesmoreinfo
{
  	font-family: "Arial Narrow"; 
    color:#706337;
    font-size: 8pt;	
    font-weight: normal;
   	font-size: 10pt;
}

.dates_past
{
	font-family: "Arial Narrow"; 
	color:#a7a7a7;	
	font-size: 10pt;
}

.dates_future
{
	font-family: "Arial Narrow"; 
	font-size: 10pt;
}

.dates_next
{
	font-family: "Arial Narrow"; 
	font-weight: bold;
	font-size: 10pt;
}


/*
	PRESSKIT
	
	//TODO: add hover styles to these classes
*/

.presskitdownloadlink
{
	color:#6d5e33;
    font-size: 12pt;	
    font-weight: bold;
}

.presskitsubtext
{
	color:#947640;
	font-size: 12pt;
	font-weight: bold;
}

/*
	DISCOG
*/

.discogImage
{
	border: 2px solid #6d5e33;	
}


