@charset "utf-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 950px;
	background-color: #FFF;
	background-image: url(../images/bg_shadow.png);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0 auto;
	padding: 0 25px;
}

#header {
	background-color: #272B2B;
	height: 46px;
}
	#logo {
		float: left;
		height: 46px;
		overflow: hidden;
	}
	#nav {
		display: block;
		float: right;
		margin: 18px 10px 0 0;
		list-style-position: inside;
		list-style-type: none;
	}
		#nav li {
			display: inline-block;
			height: 24px;
			width: 130px;
			margin-right: 10px;
			padding-top: 4px;
			float: left;
			font-family: "Myriad Pro", "Trebuchet MS", Arial, sans-serif;
			font-size: 16px;
			color: #CCC;
			text-align: center;
		}
			#nav li a {
				color: #CCC;
				text-decoration: none;
			}
			#nav li.section {
				background-image: url(../images/header_tab_grey.png);
				background-repeat: no-repeat;
				background-position: center bottom;
			}
			#nav li.special {
				background-image: url(../images/header_tab_orange.png);
				background-repeat: no-repeat;
				background-position: center bottom;
			}
			#nav li.special a {
				font-weight: bold;
				font-style: normal;
				color: #333;
			}
	#subnav {
		display: block;
		text-align: center;
		clear: both;
		height: 15px;
		width: 50%;
		background-color: #5F666B;
		margin: 0;
		padding: 5px 0 5px 50%;
		list-style-type: none;
		overflow:hidden;
	}
	body.mylan #subnav {
		background-color: #F09900;
	}
		#subnav li {
			display: inline;
			margin: 8px;
			font-size: 12px;
			color: #333;
			text-align: center;
		}
		body.mylan #subnav li {
			color: #5F666B;
		}
			#subnav li a {
				color: #CCC;
				text-decoration: none;
			}
			body.mylan #subnav li a {
				color: #333;
			}
			#subnav .section a {
				font-weight: bold;
				color: #DDD;
			}
			body.mylan #subnav .section a {
				color: #444;
			}
	
#main {
	width: 700px;
	min-height: 300px;
	padding: 0 20px;
	float: left;
	clear: both;
	border-right: thin #5F666B solid;
}
	#main .avatar {
		width: 60px;
		height: 60px;
		float: left;
		overflow: hidden;
		clear: both;
		padding: 10px;
	}
	#main .content {
		float: right;
		width: 620px;
	}
#sponsors {
	width: 192px;
	float: right;
	text-align: center;
	padding-right: 8px;
}
#footer {
	clear: both;
	height: 130px;
	background: #5F666B url(../images/footer_gamepad.png) no-repeat top right;
	padding: 10px;
	color: #CCC;
	font-size: 11px;
}
#footer a {
	text-decoration: none;
	color: #CCC;
}
	#contact {
		width: 220px;
		float: left;
		text-align: center;
		margin-left: 50px;
		border-right: thin #45494A solid;
	}
		.contactHeader {
			display: inline-block;
			width: 60px;
			clear: both;
			text-align: right;
			font-weight: bold;
			margin: 4px 10px 0px 0px;
			color: #999;
		}
		.contactValue {
			display: inline-block;
			width: 120px;
			text-align: left;
		}
		#uclogo {
			margin-top: 7px;
		}
	.sitemap {
		float: left;
	}
		.sitemap ul {
			list-style-type: none;
			margin: 4px 0;
		}
			.sitemap ul li {
				margin: 0 0 5px 0;
			}
				.sitemap ul ul {
					margin: 0 10px;
					padding: 0;
				}
				.sitemap ul ul li {
					margin: 0;	
				}
				.sitemap ul ul li:before {
					
				}
	#loginstatus {
		float: right;
		padding: 4px;
		font-style: italic;
		text-align: right;
	}
		#loginstatus a {
			text-decoration: underline;
		}
		#loginstatus p {
			font-style: normal;
			margin-top: 85px;
		}
a img {
	border: 0;
}

/* For annoying modules that don't allow theme override */
#Sidebar {
	display: none;
}

/* Event Pages */
#event-left {
	width: 490px;
	float: left;
	margin-right: 10px;
}
#event-right {
	width: 200px;
	float: left;
}
#event-registration {
	margin: 20px 10px;
	border: 1px solid black;
	padding: 5px;
}
h3.event-regstatus {
	background-color: #ccc;
	margin: 0;
	padding: 5px;
}
#ForumRank {
	display: none;
}
.event-date {
	font-size: 12px;
}
.event-date th {
	text-align: left;
}
#event-right #tabs table {
	font-size: 12px;
}
#event-right #tabs tr.even {
	background-color: #ccc;
}
#event-right table {
	margin: 0 !important;
}
#event-left #DateOfBirth select {
	width: 25%;
}

.attention, .bad, .validation, .required {
	color: #f00 !important;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	font-style: oblique;
}
.margin5 {
	margin: 5px !important;
}