@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body 
{
	background: #F3F3F3;
	margin:9px 9px 0 9px;
	padding:0;
	height: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}
#wrapper{
	margin:0 auto;
	border: 1px solid #000;



s
	width: 100%;
	width: 1024px;

}
.container * {
	text-align:left;
}

#left-bar
{
	background-image:url(conf2010.jpg);
	width: 147px;
	background-position: center;
	background-color: #F47C0C;
	float: left;
	clear: right;
	height: 945px;
}
#right-bar {
	float: left;
	width: 800px;
	border-left: 1px solid #000;
}

#top{
	float: left;
	padding: 10px;
	width: 780px;
	font-size: 12px;
	font-weight: bold;
}
#top h1 {
	font-size: 20px;
}

#content
{
	float: left;
	padding: 10px;
	width: 780px;
	
  }
#reg_heading
{
	background-color: #E43434;
	color: #FFCC33;
	padding: 0 0 2 0px;
	text-decoration: underline;
}
#forum
{
	padding-left:15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	font-size: 16px;
}
#registration
{
	float: left;
	width: 780px;
	padding: 10px;
	border-top:1px solid #999999;
	
}
#reg-schedule
{
	padding-left: 2px;
	color: #FFFFFF;
}
p 
{
	line-height: 2em;
}

#regfees
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	width: inherit;
	text-align: left;
	border-collapse: collapse;
	background-color: #FFFFFF;
	margin: 1px;
}

#regfees th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #FFCC33;
}
#regfees td
{
	padding: 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #003399;
}
.regfees-odd
{
	background: #eff2ff;
}
.regfees-even
{
	background: #e8edff;
}
#regfees #regfees-adventure, #regfees #regfees-children
{
	border-bottom: 1px solid #c8d4fd;
	background-color: #E43434;
}
#regfees #regfees-date, #regfees #regfees-action
{
	border-bottom: 1px solid #d6dfff;
	background-color: #E43434;
}
#content #slideshow {
	width: 520px;
	margin: 5px;
	float: right;
	clear: left;
	height: 420px;
	border: 2px solid #666;
}

#agenda {
padding-top: 2px;
	}

	
#footer
{
	float:none;
	position: relative;
}
.container {
background-color:#FFFFFF;
border-top:1px solid #000000;
clear:both;
float:left;
width:100%;
}

#dlinks
{
	text-align: right;
	float: left;
	height: 30px;
	width: 398px;
	border: 1px solid #CCCCCC;
	background-color: #E43434;
}
a.button{
	background:url(img/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:350px;
}
a:hover.button{
	color:#0066CC;
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.add{
		background:url(img/add.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.delete{
		background:url(img/delete.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.user{
		background:url(img/user.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.alert{
		background:url(img/alert.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.msg{
		background:url(img/msg.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.download{
	text-indent:30px;
	display:block;
	background-color: #E43434;
	background-image: url(Files/nicebutton/img/download.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	color: #FFCC33;
	}

	.lens{
		background:url(img/lens.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.info{
		background:url(img/info.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	height: 46px;
	line-height: 46px;
	width: 750px;
	font-size: 1.5em;
	font-weight: normal;
	float: left;
	background-image: url(images/h2_trigger_a.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #ccc; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}

