/* *************************************** */
/* *************************************** */
/* *************************************** */
/*Reset styles*/
/* Provided by Meyerweb */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {

	border-spacing: 0;
}
/* *************************************** */
/* *************************************** */
/* *************************************** */


/* *************************************** */
/* *******MAIN STYLES******** */
/* *************************************** */
body{
	font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:24px;
	background: #EFCA68 url(images/stripe.png) repeat top left;
	color:#000;
	width:100%;
}
a{
	text-decoration:none;
}

 a:hover{
	cursor: pointer;
 }
 
 .clear{
	clear:both;
}


/* Header Bar Styles */
#headbar{
	color:#fff;
	background-color: #BF5C00;
	width:100%;
	height:35px;
	padding-left:150px;
	padding-top:10px;
}


#headbar a{
	color:#fff;
	text-decoration:none;
	}
	#headbar a:hover{
	color:#fff;
	}
#container{
	color:#000;
	position:relative;
	width:960px;
	margin: 0px auto;
	background: #fff;
	border: 10px solid #E2AD3B;
	padding: 20px 20px 20px 20px;
}


table.eventsList{
	width:100%;
	border:1px;
	text-align:center;
	}
	
/* *************************************** */
/* *************************************** */
/* *************************************** */


/* *************************************** */
/* *******Tabs******** */
/* *************************************** */

#tabs{
	color:#777777;
	width:982px;
	height:28px;
	margin-top: 100px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:0px;
	padding: 5px 15px 10px 15px;

}

.tabButton{
	color:#000;
	display:block;
	float:left;
		height:100%;
	margin:0px 5px 0px 0px;
	background: #E2AD3B;
	min-width:100px;
	padding: 5px 15px 10px 15px;
	text-align:center;
	font-size:95%;
	font-weight:bold;
	cursor: pointer;

	}
	
	.tabButtonActive{
	color:#fff;
	display:block;
	float:left;
	height:100%;
	min-width:100px;
	margin:0px 5px 0px 0px;
	background: #BF5C00;
	padding: 5px 15px 15px 15px;
	text-align:center;
	font-weight:bold;
	font-size:100%;
	cursor: pointer;

	}
	
	
/* *************************************** */
/* *************************************** */
/* *************************************** */



/* *************************************** */
/* ******* CONTENT BLOCK STYLINGS ******** */
/* *************************************** */

#mainInfo{
	background-color:#EFCA68;
	margin:20px 10px 20px 0px;
	width: 610px;
	padding: 10px 10px 10px 10px;
	border: 1px dotted #EFCA68;
	float:left;
	}
	
#sidebar{
	background-color:#EFCA68;
	margin:20px 0px 20px 0px;
	width: 296px;
	padding: 10px 10px 10px 10px;
	border: 1px dotted #E2AD3B;
	float:left;
	}
	
	#regOption{
	background-color:#EFCA68;
	margin:20px 0px 20px 0px;
	width: 296px;
	padding: 10px 10px 10px 10px;
	border: 1px dotted #E2AD3B;
	float:left;
	}
	
	
/* *************************************** */
/* *******HEADERS******** */
/* *************************************** */
h3{
	text-align:center;
	font-size: 18px;
	}
	
h4{
	text-align:center;
	font-size: 14px;
	border-top: 1px dotted #222;
	}

h5{
	font-size: 12px;
	color:#444;
	}
	
.addPad{
margin-bottom:10px;
}	
	
	
/* *************************************** */
/* *******TABLE STYLINGS******** */
/* *************************************** */

#eventsList{
	width:100%;
	}
	
	#eventsList td{
	padding-left:15px;
	}
	
	.trHead{
	border:1px solid #193441;
	background-color:#3E606F;
	height:20px;
	}
.heading{
	background-color:#3E606F;
	color:#fff;
	text-align:left;
	padding-left:15px;
}

.tableFooter{
	background-color:#3E606F;
	font-weight:bold;
	color:#fff;
	height:20px;
	text-align:center;
}


.paginate{
	font-family:Tahoma,verdana,helvetica;
	font-size:10px;
	width: 14px;
	height: 14px;
	margin-right:3px;
	float:left;
	text-align:center;
	cursor:pointer;
	margin-bottom:10px;
	}
 a.paginate{
	text-decoration:none;
	color:#fff;
	}

.current{
	font-family:Tahoma,verdana,helvetica;
	font-size:15px;
	width: 14px;
	height: 14px;
	margin-right:3px;
	float:left;
	text-align:center;
	margin-bottom:10px;
	}	
	
	.imgLink{
	width:12px;
	height:12px;
	padding:2px 2px 0px 2px;
	}
		.imgLink24{
	width:24px;
	height:24px;
	padding:2px 2px 2px 2px;
	vertical-align:middle;
	}
/* *************************************** */
/* *************************************** */
/* *************************************** */	
	
/* ******************************************** */
/* ******* REGISTER PAGE SPECIFIC STYLINGS ******** */
/* ******************************************** */

#editField{
	width:270px;
	margin: 10px auto;
	}
.registerinput{
	font-size: 16px;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	width:270px;
}

.registersubmit{
	margin: 10px 10px 10px 0px;
	float:right;
}
.registerinputhalf{
	font-size: 16px;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	float:left;
	margin-right:6px;
	width:148px;
}

.registerlabel{
	float:left;
	width:150px;
	text-align:left;
	font-size:12px;
	color:#444444;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}


.loaderBar{
	padding: 0px auto 0px auto;
	text-align:center;
}

.nextOn{
text-align:center;
font-weight:bold;
}

.formboxtitle{
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:10px;
}

/* ******* Corner Rounding and Drop Shadows *********/
.drop-shadow{
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}

.rounded-corner{
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}


/* Specific Roundings */
.topCorners{
	-webkit-border-top-left-radius: 11px;
	-khtml-border-radius-topleft: 11px;	
	-moz-border-radius-topleft: 11px;
	border-top-left-radius: 11px;
	
	-webkit-border-top-right-radius: 11px;
	-khtml-border-radius-topright: 11px;	
	-moz-border-radius-topright: 11px;
	border-top-right-radius: 11px;
	}
