
/* *** css layout by miss monorom www.intensivstation.ch (styles then modified by lizclayton.com) *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color:#333;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#333333;
padding:0px;
margin:0px;
}

html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll; //-y stands for the vertical scrollbar
}

/*a {color:#0066CC;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;} **/

p a:link {text-decoration: underline;}
p a:link {color:#0066CC}
p a:visited {color:#0066CC}
p a:visited  {text-decoration:underline;}

h1 {
font-size: 11px;
color:#006699;
text-transform:uppercase;
background-color:#8AB3FD;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }

h2 {
font-size: 11px;
font-weight:bolder;
padding: 5px 10px;
margin:0px;}

h3 {
font-size: 16px;
text-transform:none;
font-weight:bolder;
padding: 5px 10px;
margin:0 0 15px 0;
color:#CC6633;}

h4 {
font-size: 11px;
text-transform:uppercase;
color:#CC6633;
/* background-color: #F2DE97; */
border-top:1px solid #F9EEC8;
border-bottom:1px solid #CFA618;
padding:5px 15px;
margin:0px }

h4 a, a:visited{
font-size: 11px;
color:#333333;
text-decoration:none;
}

h4 a:hover, a:active {
font-size: 11px;;
color:#CC6633;
 text-decoration:none; 
}

h5 {
font-size: 14px;
text-transform:none;
font-weight:bolder;
padding: 5px 10px;
margin:0px;
color:#564b47;}

.copyright {
font-size:8px;
text-align: right;
}

p .featureImage { 
    float: left; 
    margin-right:10px;
	margin-bottom:10px;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 750px;
margin-top:0;
margin-bottom:0;
margin-left: auto;
margin-right: auto;
background-color:#EDCE65;
}

/* ----------banner for logo-------------- */
#banner {
background-color:#FFFFFF;
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:0px 0px;} 

/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 10px; 
margin-left: 200px;
margin-right: 0px;
}
div#content { 
min-height:350px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}



.artistsTBL{
background:#eeeeee;
}

.TRheader {
 background-color:#FEFADA;
 font-weight:bold;
 text-transform:uppercase;
}

.TRdiv {
 background-color:#eeeeee;
}

table {
margin-left:20px;
margin-top:10px;
/* background-color:#FEFADA; */
background-color:#fff;
border-collapse:separate;
border-spacing:1px;
}

.tablefooter {
margin-left:20px;
color:#666666;
}

table a:visited {text-decoration:underline; color:#0066CC;}

table a:link {text-decoration:underline; color:#0066CC;}

tr {
/*background-color:#FEFADA; */
background-color:#fff;
vertical-align:top;
}

td {padding:5px;
}

#copyright {
text-align:center;
font-size:9px;
color:#999999;
}

#attentionbox {
padding:10px;
border:#CC9933;
border-style:double;
margin:10px 40px 10px 10px;

}

/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }
