/* Default Styles*/
body { 
	background-color: #222;
	background-image: url(../img/bg.jpg);
	background-position: top center;
	margin: 0px;
}
form, ul, li { 
	margin: 0px;
	padding: 0px;
}
body, span, div, td, a, b, i, u, li, input, textarea, select, table, td, .bold {
	color: #333;
	font-family: times;
	text-align: left;
}
h1, h2, h3, h4, h5 {
	font-size: 1em;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #777;
	text-decoration: underline;
}
img {
	border-width: 0px;
}
hr.seperator {
	background-color: #e3e3e3;
	border: 0px;
	color: #e3e3e3;
	font-size: 4px;
	height: 1px;
	line-height: 4px;
	width: 100%
}
.italic {
	font-style: italic; 
}
.bold {
	font-weight: bold;
}
.highlight {
	color: #f30;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
.clearall {
	clear: both;
}
br.clearall {
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div {
	text-align: left;
}
acronym {
	border-bottom: 1px dotted #999;
	cursor: pointer;
}
div.br {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
a.blocklink {
	display: block;
}
.altbg1 {
	background-color: #eee;
}
.altbg2 {
	background-color: #e8e8e0;
}
div.column_names {
	clear: both;
}
div.floatR{
	float: right;
}

div.left {
	float: left;
}
div.right{
	float: right;
}


/* Debug Info */
div.debug {
	background-color: #fff; /*#fff;*/
	border: 0px solid #000;
	border-width: 1px 1px;
	font-size: 0.8em;
	margin: 0px auto;
	margin-top: 10px;
	padding: 2px 3px;
	width: 824px;
}


/* Layout Related*/
div#slw_container {
	background-color: #fff; /*#fff;*/
	border: 0px solid #000;
	border-width: 0px 1px;
	font-size: 0.7em;
	margin: 0px auto;
	padding: 3px 0px;
	width: 830px;
}

div#slw_header {
	background-image: url(../img/headerbg.gif);
	background-position: center center;
	background-repeat: no-repeat;
	clear: both;
	padding: 0px 1px;
	margin: 0px 3px;
	height: 100px;
	overflow: hidden;
}



div#slw_menu {
	padding: 0px;
	padding-top: 0px;
	text-align: right;
}
div#slw_menu div.left {
	float: left;
	width: 24%;
}
div#slw_menu div.right{
	border: 1px solid #600;
	float: right;
	margin-right: 3px;
	width: 75%;
}
div#slw_menu div#sitename {
	font-size: 2.1em;
	padding-left: 3px;
	text-transform: uppercase;
}
div#slw_menu ul {
	background-color: #700;
	background-image: url(../img/tablebg.gif);
	border: 1px outset #fff;
	padding: 3px 0px;
	padding-left: 2px;
}
div#slw_menu li {
	border-right: 1px outset #fff;
	display: inline;
	padding: 0px 0px;
	padding-right: 0px;
}
div#slw_menu li.last {
	border-right: 0px outset #fff;
}
div#slw_menu li a {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 0px 6px;
	text-decoration: underline;
	text-transform: uppercase;
}
div#slw_menu li a:hover {
	color: #eee;
	text-decoration: none;
}

div#slw_footer {
	border-top: 1px solid #ccc;
	clear: both;
	margin: 0px 0px;
	padding: 2px;
}
div#slw_footer div.left {
	float: left;
	text-align: center;
	width: 50px;
}
div#slw_footer div.middle {
	font-size: 1.1em;
	text-align: center;
}
div#slw_footer div.right{
	float: right;
	text-align: center;
	width: 50px;
}
div#slw_footer div.ad_block{
	padding: 4px 0px;
	text-align: center;
	width: 100%;
}



div#slw_full_onecol{
	border: 0px solid #f00;
	border-width: 0px 0px;
	margin: 0px 3px;
	padding: 0px 0px 0px 0px;
}
div#slw_full_twocol{
	border: 0px solid #f00;
	border-width: 0px 0px;
	margin: 0px;
	padding: 0px 3px 4px 3px;
}
div#slw_twocol_main{
	border: 0px solid #9f0;
	border-width: 0px 0px;
	float: right;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	width: 569px;
}
div#slw_twocol_sub{
	border: 0px solid #e08;
	border-width: 0px 0px;
	float: left;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	width: 252px;
}








div.contentblock {
	background-color: #fff;
	clear: both;
	margin-top: 3px;
	margin-bottom: 2px;
	padding: 0px;
}

div.noTopSpace div.contentblock {
	margin-top: 0px;
}
div#slw_twocol_sub div.contentblock div.content, 
div#slw_twocol_main div.contentblock div.content div.contentpad,
div#slw_full_onecol div.contentblock div.content div.contentpad
{
	padding-left: 5px;
	padding-right: 5px;
}


div.contentblock div.title {
	border: 1px solid #600;
	font-weight: normal;
	margin: 0px 0px 1px 0px;
}


div.contentblock div.title h1 {
	background-color: #700;
	background-image: url(../img/tablebg.gif);
	border: 1px outset #fff;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding: 3px 7px;
	text-transform: uppercase;
}
div.contentblock div.title h1:before {
}

div.contentblock div.content {
	background-color: #f5f5f5;
	border-bottom: 1px solid #bbb;
	clear: both;
	padding: 2px 0px;
	text-align: justify;
}







div.subcontentblock {
	clear: both;
	padding: 0px;
}
div.subcontentblock div.title {
	background-color: #f5f5f5;
	border-width: 0px;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	height: 21px;
	margin: 0px;
}
div.subcontentblock div.title h1 {
	background-image: url();
	background: transparent;
	border-width: 0px;
	color: #999;
	display: inline;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding: 3px 7px;
	text-transform: uppercase;
}
div.contentblock div.title div.floatR,
div.subcontentblock div.title div.floatR {
	color: #aaa;
	font-size: 0.9em;
	margin: 2px 2px 0px 0px;
	padding: 1px 3px;
	text-transform: lowercase;
}
div.subcontentblock div.content {
	border-bottom: 0px outset #000;
	margin-top: 1px;
	margin-bottom: 0px;
	padding: 2px 5px;
	text-align: justify;
}




/* FILTERS : used on media and tour dates. */
div.filter_form {
}
select.filter_select {
	margin-bottom: 2px;
	width: 100%;
}
