.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dddddd;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #66CC00;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #66CC00;
}

.cloud {
   background: url(images/glasscloud_60x40.png) no-repeat;
   height: 40px;
   font-size:larger;
   font-weight:bold;
}

.yellowbox {
	background: url(images/bg-yellow-gradient.gif) repeat-x;
	border: thin solid #FFCC00;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
#menu {
	background: url(images/gradient_gray.jpg) repeat-x;
	font-weight: bold;
}
#menu a {display:block; padding: 0 5px 0 5px; margin-right: 5px; text-decoration:none; }
#menu a:hover { background-color:#FFFFFF; color:#333333; text-decoration:none; }

.msg {
	font-weight: bold;
	background:#FFD7D2;
	border: thin solid #CC0000;
	color: #333333;
	width: 95%;
	padding: 2px 2px 2px 2px;
}

.label {
	font-weight: bold;
	color: #000033;
}

.artisthead {
/*	background: url(images/redGradient.gif) repeat-x; */
    border-bottom:medium; 
	border-bottom-color:#CC0000; 
	border-bottom-style:solid;
	font-weight:bold;
}

.venuehead {
/*	background: url(images/redGradient.gif) repeat-x; */
    border-bottom:medium; 
	border-bottom-color:#000099; 
	border-bottom-style:solid;
	font-weight:bold;
}

.musicloverhead {
/*	background: url(images/redGradient.gif) repeat-x; */
    border-bottom:medium; 
	border-bottom-color:#66CC00; 
	border-bottom-style:solid;
	font-weight:bold;
}


.alternatingcolor1 {
    background-color: #FFFFBB;
}
.alternatingcolor2 {
    background-color: #FFFFFF;
}


/* box with rounded corners */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really needed. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 95%; margin: 1em auto; }


.rbroundbox_yellow { background: url(nt.gif) repeat; }
.rbtop_yellow div { background: url(tl.gif) no-repeat top left; }
.rbtop_yellow { background: url(tr.gif) no-repeat top right; }
.rbbot_yellow div { background: url(bl.gif) no-repeat bottom left; }
.rbbot_yellow { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop_yellow div, .rbtop_yellow, .rbbot_yellow div, .rbbot_yellow {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent_yellow { margin: 0 7px; }
.rbroundbox_yellow { width: 95%; margin: 1em auto; }

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; }
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-10px; left:25px;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
/*	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90; 
	opacity: 0.90;*/
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}




/*
    For box with rounded corners.
*/
/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }

body
	{
	background-color: white;
	font-size: 100.01%;
	}

#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 3em;
	padding: 0;
	text-align: left;
	width:150;				 /*<-- use this to tie width to viewport size */
	width: 40em;				/* <-- use this for a set width */
	background-color: #eeeeee;
	}
 	
#content
	{
	padding:3em;
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #eeeeee;
	background-image:url(images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}



/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 11.5em; /* ems so it will grow */
	background: url(images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 20px 10px 5px;
	color: white; 
	font-weight: bold; 
	font-size: .8em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 16px 22px;
	font-size: .8em; 
}



/* Clean Boxex */
/* Gray */
.box-clean-gray{
	border:solid 1px #DEDEDE; 
	background:#EFEFEF;
	color:#222222;
	padding:2px;
	text-align:center;
	font-size:smaller;
}
.box-clean-gray h3{
	border:solid 1px #DEDEDE; 
	background-color:#789CBA;
	margin: 0;
	color:#FFFFFF;
	padding:2px;
	text-align:center;
	font-weight:bold;
}
.box-clean-gray-header{
	border:solid 1px #DEDEDE; 
	background-color:#789CBA;
	margin: 0;
	color:#FFFFFF;
	padding:2px;
	text-align:center;
	font-weight:bold;
}

/* Green */
.box-clean-green{
	border:solid 1px #8cc06c;
	background-color:#EFEFEF;
	padding:2px;
	text-align:center;
	font-size:smaller;
}
.box-clean-green h3{
    background-color:#8cc06c;
	margin: 0;
	color:#FFFFFF;
	padding:2px;
	text-align:center;
	font-weight:bold;
}
.box-clean-green-header{
    background-color:#8cc06c;
	margin: 0;
	color:#FFFFFF;
	padding:2px;
	text-align:center;
	font-weight:bold;
}
