table {
	font-size:15px;
	width:100%;
	empty-cells:show;
	border-collapse:collapse;
	border-spacing:1;
}


tr {
	width:100%;
}

body {
	background-image:url('images/background.png');
	background-color:#c5c5c5;
	background-repeat:repeat-x;
	width:100%;
}
div.left {position:absolute;
       		left:0px;
	     	top: 100px;
/*	  background-color:#c9c9c9; */
	  background-image:url('css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png');
	  background-repeat:repeat-x;
	  background-color:#ffe45c;
	  width: 150px;
	  height: 200px;
}

div.top {position:absolute;
		left:0px;
		top:0px;
/*	background-image:url('images/background.png');*/
	background-repeat:repeat-x;
/*	background-color:#4090ce; */
	width:100%;
	height:40px;
}

div.main {
	position:absolute;
		top:100px;
		left:50%;
	margin-left:-500px;
	min-height:500px;
	height:auto !important;
	height:500px;
	width: 1000px;
	background-color:#f9f9f9;
}	

.align-right {
	text-align:right;
}

.align-left {
	text-align:left;
}

.align-center {
	text-align:center;
}

a:link {
	color:blue;
	text-decoration:none;
}

a:visited {
	color:blue;
	text-decoration:none;
}

a:hover {
	color:#c77405;
	text-decoration:underline;
}
a:active {
	color:#c77405;
	text-decoration:none;
} 

.noformat {
	text-decoration:none;
	border:none;
}

span.align-right {
	float:right;
}

span.align-left {
	float:left;
}

span.align-center {
	margin-left:auto;
	margin-right:auto;
}

table.borders {
	border-width:1px;
	border-style:solid;
	border-spacing:3px;
}

td.borders {
	border-width:1px;
	border-style solid;
}

img { behavior: url(includes/iefix/iepngfix.htc) }

.bold {
	font-weight:bold;
}

#error {
	filter:alpha(opacity=60);
	opacity:0.6;
	height:100%;
	width:100%;
	position:absolute;
		top:0px;
		left:0px;
	background-color:black;

}
#errorcontents {
/*	background-color:white;
	border:1;
	border-width:4px;
	border-style:solid;
	border-color:yellow;
	*/
	opacity:10;
	height:200;
	width:500;
	z-index:0;
	position:absolute;
		left:50%;
		top:50%;
	margin-left:-250px;
	margin-top:-100px;
}

body {
	text-align: center;
}

div { text-align:left; }

img.error {
	float:left;
}

.disabled {
	border:1;
	border-style:solid;
	border-color:gray;
	border-width:3px;
}

.makesponsor {
	font-style:italic;
}

.underline {
	text-decoration:underline;
}

.tableheader {
	font-weight:bold;
	font-size:17px;
}

.header {
	font-weight:strong;
	text-decoration:underline;
}

div.lefttop {
	position:absolute;
	top:0px;
	left:0px;
	width:450px;
	height:42px;
	background-color:#EAEAEA;
	vertical-align:text-top;
}

img.lefttop {
	vertical-align:text-top;
}

button {
	height:100px;
	width:180px;
	font-size:150%;
}

.events-eventTitle {
	font-size:100%;
	font-weight:bold; 
}
.events-classSummary {
	background-color:#99CCFF;
}


#eventsTable td {
	border:1px solid #DCDCDC;
}

#confirmentry {
	width:100%;
	background-color:#CfC;
	border:1px #000000 solid;
}

.ss {
	font-style:italic;
	font-size:80%;
}

.entrycell {
	border: 1px #000 solid;
}
.enterleft {
	width:150px;
}


.events-tableContents {
	font-size:80%;
}

.home-buttons {
	height:100px;
	width:200px;
	font-size:130%;
}

.enterButton {
	height:40px;
	width:130px;
	font-size:110%;

}

