/* Stylesheets for chris' stuff */

/* ID's */
#toolbar {font-size:9pt; font-family:verdana, arial, sans-serif; color:#000000;}
#events_wrapper { background-color:#FFFFFF; color:#000000;}


/* TAG STYLES */
input {
	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;

	border-left: 1px white solid
	border-right: 1px white solid
	border-top: 1px white solid
	border-bottom: 1px white solid; 	margin-bottom: 10px;
}
select {font-size: 8pt; font-family: arial, helvetica, sans-serif; 
	border-left: 1px white solid
	border-right: 1px white solid
	border-top: 1px white solid
	border-bottom: 1px white solid}
BODY {SCROLLBAR-FACE-COLOR: #FFFF66; SCROLLBAR-HIGHLIGHT-COLOR: #D6D6D6; SCROLLBAR-SHADOW-COLOR: #333333; SCROLLBAR-3DLIGHT-COLOR: #19245c; SCROLLBAR-ARROW-COLOR: #333333; SCROLLBAR-TRACK-COLOR: #999999; SCROLLBAR-DARKSHADOW-COLOR: #333333; SCROLLBAR-BASE-COLOR: #666666;
FONT-SIZE: 9pt; font-family:Arial, Helvetica, sans-serif;}


/* CLASSES */
.table_col_left {}
.table_col_mid {}
.table_col_right { padding:10px;}
.table_row_top {}
.table_row_mid {}
.table_row_bottom {}

#content_table {}
#content_table td { padding: 10px 0;}
#content_table .table_row_mid td { border-top: 2px solid #CCCCCC;}
#content_table .table_row_bottom td { border-top: 2px solid #CCCCCC;}
#content_table .table_col_right { padding-left:5px;}


.Justify {TEXT-ALIGN: justify}
body {
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height: 15pt;
}
.body {
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height: 15pt;
}
.onwhite {color:#000000;}
.formholder {width: 300px;	margin-left: auto;	margin-right: auto;	padding-left: 30px;}
.formfield {font-size:8pt; font-family:Arial, Helvetica, sans-serif; color:#000000;}
.formholder input {font-size:8pt; font-family:Arial, Helvetica, sans-serif; color:#000000;}

.boxbody { PADDING-BOTTOM: 4px; PADDING-LEFT: 4px; PADDING-RIGHT: 4px; PADDING-TOP: 4px}
.toolborder {height: 20px; 
	border-BOTTOM: 2px #FFFFFF solid; 
	border-LEFT: 2px #FFFFFF solid; 
	border-RIGHT: 0px; border-TOP: 0px}
.title {font-size:16pt; font-weight:bold; font-family:arial, helvetica, sans-serif; color:#FFFF00;}
.subtitle { font-size:12pt; font-weight:bold; font-family:arial, helvetica, sans-serif; color:#FFFF66; border-bottom: 2px #FFFFFF solid;}
.subsubtitle {font-size: 10pt; font-family:arial, helvetica, sans-serif; font-weight:bold; color:#FFFF99;}
.address {font-size:8pt; font-family:verdana, arial, sans-serif; color:#666666;}
.legal {font-size:7pt; font-family:verdana, arial, sans-serif; color:#CCCCCC;}
.button {font-size: 10pt; font-family: arial, helvetica, sans-serif; font-weight: bold;}


/* COLUMN FORMAT */
.leftcolsub { font-size:12pt; font-weight:bold; font-family:arial, helvetica, sans-serif; color:#FFFF66; border-bottom: 2px #FFFFFF solid; padding: 2px 5px;}
.rightcolsub { font-size:12pt; font-weight:bold; font-family:arial, helvetica, sans-serif; color: #FFFF66; border-bottom: 2px #FFFFFF solid; padding: 2px 5px;}
.rightcol { font-size:8pt; font-family:arial, helvetica, sans-serif; color:#FFFFFF; 
	padding-left: 5px; padding-right: 5px;}

.bodysmall { font-size:8pt; font-family:verdana, arial, sans-serif; color:#FFFFFF; }
.whiteborder {border:2px #FFFFFF solid}




/* Contextual Link Definitions (ie. all <a> tags within any <td> tags should be a certain colour would be: td a {color: #blue}*/
td#toolbar a {color:#000000; 
	padding: 3px 10px;
	text-decoration: none;
	border-left: 1px gray dashed;
	border-right: 1px gray dashed;}
td#toolbar A:hover {text-decoration: none;
	background-color:#FFFFFF;}



/* STYLES for Navigation Links */	
 A {color:#FFFF00; font-weight:bold;}
 A:hover {color:#33FF00;; text-decoration: underline}
 A:active {color:#33FF00;; text-decoration: underline}

	
a.nav-link, a.nav-link:link, a.nav-link:visited	{
	color: #C41200;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
	}

a.nav-link:hover, a.nav-link:active  { 
	background-color: #fff; 
	color: #787878;
	padding: 5px 10px;
	text-decoration: none;
	}
.bodytiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	line-height: 12px;
}
#midcol {
}

.artistprofile {
border: 1px solid #FFF; width: 270px; height: 250px; padding: 5px; float: left; display: inline;
}
.artistprofile p {
	color: #FFF;
}
.artistprofile a {
	color: #FFF;
	border: 0;
}
.artistprofile a img {
	border: 0;
}
.artistprofile a:hover {
	color: Yellow;
}