body{
	background-image:url(../images/main_body_bg_corn.png);
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
}

a:link{
	font:11px Arial;
	color:white;
	text-decoration:none;
}

a:visited{
	font:11px Arial;
	color:white;
	text-decoration:none;
}
a:hover{
	font:11px Arial;
	color:white;
	text-decoration:underline;
}

.goofyhrcode{
		width:100%;
		margin-top:0px;
		color:#808080;
		background-color:#808080;
		height:1px;
	}

/*-------------------------------------------------------
	Side bar CSS for the your spin settings
-------------------------------------------------------*/
#dhtmlgoodies_leftPanel{	/* Styling the help panel */
		
		background-color:#000000;	/* Blue background color */
		color:#000;	/* White text color */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Which font to use */
		
		background-image:url(../images/sidepanel_bg.png);
		background-repeat:repeat-y;
		
		/* You shouldn't change these 5 options unless you need to */		
		/*height:1000px;*/
		height:800px;
		left:0px;
		margin-top: 0px;
		z-index:10000000;
		position:absolute;
		display:none;
	}
	
	
	#dhtmlgoodies_leftPanel #leftPanelContent{
		padding:0px;
		padding-top:2px;
		padding-left:5px;
		padding-right:0px;
		text-align:left;
		font:11px Arial;
		color:black;
	}
	#dhtmlgoodies_leftPanel .header{ /* Layout of close link */
		height:34px;
		padding-left:0px;
		padding-right:0px;
		background-color:#000000;
		background-image:url(../images/sidepanel_header.png);
		background-repeat:no-repeat;
		}
		#dhtmlgoodies_leftPanel #leftPanelContent .footer{ /* Layout of close link */
		padding-left:0px;
		padding-right:0px;
		background-color:#000000;
		background-image:url(../images/sidepanel_bottom.png);
		background-repeat:no-repeat;

		}
	#dhtmlgoodies_leftPanel .closeLink{ /* Layout of close link */
		height:34px;
		padding-left:0px;
		padding-right:0px;
		background-color:#000000;
		background-image:url(../images/settingsclose_btn.png);
		background-repeat:no-repeat;
		position:absolute;
		top:0px;
		right:2px;
		border:0px solid #000;
		color:#000;
		font-size:0.8em;				
	}
	#dhtmlgoodies_leftPanel .closeLink:hover{	/* Close link text  - mouseover effect*/
		color:#000;
		background-color:#000;
	}
	
	
	
	#cover {
display:none;
position:absolute;
z-index:500001;
left:0px;
top:0px;
width:100%;
height:100%;
background:#000000;
filter:alpha(Opacity=50);
opacity:0.5;
-moz-opacity:0.5;
-khtml-opacity:0.5
}
#dialog {
display:none;
background:transparent;
background-image:url("../images/signuppage_bg.png");
background-repeat:no-repeat;
margin-left:-200px;
margin-top:-250px;
left:50%;
top:50%;
width:400px;
height:500px;
position:absolute;
z-index:500002;
/*background:white;*/
padding:0px;
font:10pt tahoma;
border:0px solid gray;

}



#cover2 {
display:none;
position:absolute;
z-index:500001;
left:0px;
top:0px;
width:100%;
height:100%;
background:#000000;
filter:alpha(Opacity=50);
opacity:0.5;
-moz-opacity:0.5;
-khtml-opacity:0.5
}
#dialog2 {
display:none;
background:transparent;
background-image:url("../images/contactpage_bg.png");
background-repeat:no-repeat;
margin-left:-200px;
margin-top:-250px;
left:50%;
top:50%;
width:400px;
height:500px;
position:absolute;
z-index:500002;
/*background:white;*/
padding:0px;
font:10pt tahoma;
border:0px solid gray;
}

#dialogDates {
display:none;
background:transparent;
background-image:url("../images/tourdatespage_bg.png");
background-repeat:no-repeat;
margin-left:-200px;
margin-top:-250px;
left:50%;
top:50%;
width:400px;
height:500px;
position:absolute;
z-index:500002;
/*background:white;*/
padding:0px;
font:10pt tahoma;
border:0px solid gray;
}

#dialog2 a:link{
	font:11px Arial;
	color:orange;
	text-decoration:none;
}
#dialog2 a:visited{
	font:11px Arial;
	color:orange;
	text-decoration:none;
}
#dialog2 a:hover{
	font:11px Arial;
	color:orange;
	text-decoration:underline;
}

.grabber{
	cursor:move;
	width:350px;
	height:30px;
	float:left;
}
