/* Global Styles */

body {
	margin:0px;
	background-color: #cc9933;
	}
	
td {
	font:13px arial;
	color:#333333;
	}
	
a:hover {
	text-decoration:none;
	background-color: #000000;
	color: #FFFFFF;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #FFFFFF;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #CC6600;
	text-decoration:none;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:20px arial;
	color: #ffffff;
	letter-spacing:0.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #333300;
	letter-spacing:0.7em;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.75em;
	}

.sidebarText {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	}
	
.bodyText {
	line-height:24px;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	
.pageName {
	color: #CC3300;
	letter-spacing:0.1em;
	line-height:26px;
	font-size: 2.2em;
	font-weight: bold;
	}
	
.navText {
	font:10px arial;
	color: #FFFFFF;
	letter-spacing:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 0.8em;
	font-weight: bold;
	}
	
	
a {
	text-decoration: none;
	color: #996600;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.ArtistColumnHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.ArtistTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
