/*
** ========================================================================
** Element styles
** ========================================================================
*/

/*
** Links
*/
A:link{color:#81080C; text-decoration:none; }
A:visited{color:#81080C; text-decoration:none; }
A:hover{color:#81080C; text-decoration:underline; }
A:active{color:#81080C; text-decoration:none; }

A.discreet:link{color:#525252; text-decoration:none; }
A.discreet:visited{color:#525252; text-decoration:none; }
A.discreet:hover{color:#525252; text-decoration:underline; }
A.discreet:active{color:#525252; text-decoration:none; }





/*
** Body
*/
BODY
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;
color: #969696;
background-color: #000000;
/* overflow:auto; To remove scrollbar */
scrollbar-3dlight-color: #3A3A3A;
scrollbar-arrow-color: #000000;
scrollbar-highlight-color: #3A3A3A;
scrollbar-face-color: #242424;
scrollbar-shadow-color: #151515;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #242424;
}




/*
** Tables
*/
TABLE.news
{
width:100%;
text-align:justify;
}

TD
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

TD.text_left_just
{
text-align: justify;
border-right: 10px solid #000000;
}

TD.text_right_just
{
text-align: justify;
border-left: 10px solid #000000;
}

TD.newsTitle /* same as hdr 3 with added height */
{
font-family: Georgia, Arial;
font-size: 8pt;
font-weight: bold;
font-style: normal;
color: #FFFFFF;
height:35;
vertical-align: center;
}

TR.odd
{
background-color: #000000;
}

TR.even
{
background-color: #151515;
}

TH
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;
background-color: #333333;
}





/*
** Misc
*/
P
{
font-weight: normal;
font-style: normal;
text-decoration: none;
text-align: justify;
}
	
HR.full
{
border: 0;
color: #969696;
background-color: #969696;
height: 1px;
}

HR.half
{
border: 0;
color: #969696;
background-color: #969696;
width: 50%;
height: 1px;
}

HR.custom1px
{
border: 0;
color: #969696;
background-color: #969696;
height:1px;
}

SELECT
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #DAFFF1;
background-color: #243830;
}





/*
** ========================================================================
** Multi-use classes
** ========================================================================
*/

/*
** Fonts
*/
/* Titles in discography section */
.hdr1
{
font-size: 18px;
font-weight: bold;
font-style: normal;
}

/* Headers of the 2 boxes. */
.hdr2
{
font-size: 16px;
font-weight: bold;
font-style: normal;
}

/* Titles in news, logs, etc. */
.hdr3
{
font-family: Georgia, Arial;
font-size: 8pt;
font-weight: bold;
font-style: normal;
color: #FFFFFF;
}

.default_10_discreet
{
font-size: 10px;
font-weight: normal;
font-style: normal;
text-decoration: none;
color: #525252;
}

.default_10
{
font-size: 10px;
font-weight: normal;
font-style: normal;
}

/* Band links */
.palatino_14
{
font-family: "Palatino Linotype", Arial;
font-size : 14px;
font-weight: normal;
font-style: normal;
}





/*
** Borders
*/
.border1pxStd
{
border: 1px solid;
border-color: #969696;
}

.border1pxStdNoBtm
{
border: 1px solid;
border-bottom-width: 0px;
border-color: #969696;
}

.border1pxStdBtm
{
border-bottom: 1px solid;
border-color: #969696;
}

.border1pxStdR
{
border-right: 1px solid;
border-color: #969696;
}

.border1pxStdRBot
{
border-right: 1px solid;
border-bottom: 1px solid;
border-color: #969696;
}

.border1pxAlt1
{
border: 1px solid;
border-color: #81080C;
}





/*
** Backgrounds
*/
.bckgndNewsGreen
{
background-image: url(/images/bckgndNewsGreen.gif);
background-repeat: no-repeat;
width:100%;
}

.bckgndNewsRed
{
background-image: url(/images/bckgndNewsRed.gif);
background-repeat: no-repeat;
width:100%;
}





/*
** Misc
*/
.dfltCrsr
{
cursor: default;
}
