/* Basix */
body {
	background-color: #000000;
	background-image: url(images/starfield4.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;

}

* {  /* hack to get correct spacing gremlines between FF and IE */
	margin: 0px;
	padding: 0px;
}


/* styles inside the master catch wrapper */
/* Default Content formatting */
p, h1, h2, h3, li, td {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #2C2326;
}

hr {
	border:2px solid #D7062B;
	margin: 8px 0px;
}

p {
	font-size: 10pt;
	line-height: 140%;
	text-align: justify;
	margin:0px 10px 10px 10px;
}

li{
	font-size: 10pt;
	line-height: 120%;
	text-align: justify;
	margin:0px 10px 10px 10px;
}

ul {
	margin-left:15px;
}

h2 {
	font-size: 13pt;
	line-height: 110%;
	padding: 0px;
	margin: 15px 0px 12px 0px;
	
}

h3 {
	font-size: 11pt;
	line-height: 110%;
	padding: 0px;
	margin: 10px 0px 8px 0px;
}

/* Links */
a, a:visited { color: #000066; font-weight:bold; text-decoration:none; }
a:hover { background-color: #3350AC; color: #FFF; text-decoration:underline; }
.imagelink, a:hover.imagelink {background: transparent; border:none}


/* Main Nav menu */
div#catchnavigation  {
	padding: 0px;
	width: 100%;
	height: 30px;
	background-image:url(images/menubg.jpg);
	background-repeat:repeat;
}

div#catchnavigation ul {
/*	margin-left:auto;
	margin-right:auto; */
	text-align:center;
	padding-top:3px;
	margin-left:-12px;
} 

div#catchnavigation li {
	display:inline;
	background-image:url(images/menubg.jpg);
	list-style:none;
	font-weight: bold;
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
}

div#catchnavigation a {
	color: #FFF;
	text-decoration: none;
}


div#catchnavigation a:hover {
	background-image:url(images/menubgselected.jpg);
	text-decoration:underline;
}

div#mp3downloadlist li {
	line-height:110%;
	font-size:11px;
	margin-left:5px;
}

/* Custom Tags */

.paddedcell { /* provides the textured whitish background to red edged content blocks */
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border: solid;
	border-top-color: #666666;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #666666;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #D6DDF8;
	background-image: url(images/copybg.jpg);
}

.quotescroller { /* disguises a text input form field */
	width:95%;
	border:none;
	background-image: url(images/copybg.jpg);
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	line-height: 130%;
	text-align: justify;
	padding:6px;
	margin:5px 0px;
	cursor:default;
	scrollbar-face-color:#D7062B; /* the dominant colour */
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FB607B; /* the background colour */
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:''; 
}
	
.profilethumbnails {
	margin:4px 4px 6px 6px;
	border-style:solid;
	border-top:1px;
	border-top-color:#D7062B;
	border-left: 1px;
	border-left-color: #D7062B;
	border-right:2px;
	border-right-color:#88041C;
	border-bottom: 2px;
	border-bottom-color: #88041C;
			
}

#gigticket {
	display:block;
	margin:auto;
	padding:10px;
	background-color:#336633;
	border: #003300 2px solid;
	border-left:#339900 2px solid;
	border-top:#339900 2px solid;
	width:280px;
	text-align:center;
}
#gigticket H1,#gigticket H2, #gigticket H3 {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	border:1px solid #00FF00;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #FFFFFF;}
#TB_window a:visited {color: #FFFFFF;}
#TB_window a:hover {color: #FFFFFF;}
#TB_window a:active {color: #FFFFFF;}
#TB_window a:focus{color: #FFFFFF;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #000000;
	z-index: 102;
	display:none;
	border:none;
	text-align:left;
	top:40%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;

}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;

}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;

}

#TB_title{
	background-color:#D7062B;
	height:27px;
	background-image:url(images/menubg.jpg);

}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

