@CHARSET "UTF-8";
/* CSS Doc for MERC */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #000;
	background: #660000;
}

#main-content-noside  h1 {
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 20px;
}

h1 {
	font-size: 22px;
	font-variant: small-caps;
	color: #660000;
	margin:0;
	padding: 0 0 5px 0;
}

#main-content-noside  h2 {
	margin-top: 20px;
}

h2 {
	font-size: 18px;
	color: #ab5500;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration:underline;
}

a {
	color: #333;
}

p {
	line-height: 1.3em;
	margin: 5px 0 15px 0;
	padding: 0;
}

hr {
	background-color: #660000;
	margin: 20px 0 20px 0;
	height:1px;
}

/* Classes ====================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
/* ============================== */

li {
	margin-bottom: 10px;
}

ul {
	list-style-type: square;
}

img {
	border:0;
}

/* Container ==================== */
#container {
	width: 890px;
	margin: 0 auto;
	background: #840000;
}
/* ============================== */

/* Header ======================= */
#header {
	padding-top: 20px;
	background: #660000;
}
/* ============================== */

/* Navigation =================== */
#nav {
	background: #ffb000;
	height: 41px;
}
#nav ul {
	margin: 0px 0 0 20px;
	padding: 10px 0 0 0;
	list-style: none;
}
#nav li {
	display: block;
	float: left;
	height: 33px;
	padding: 0;
}
#nav a {
	display:block;
	float: left;
	color: #840000;
	font-size: 17px;
	text-decoration: none;
	height: 33px;
	padding: 7px 15px 10px 15px;
}
#nav a:hover {
	background: url('/images/nav-left.gif') top left no-repeat;
	color: #fff;
	padding: 7px 15px 10px 15px;
}
#nav li:hover {
	background: url('/images/nav-right.gif') top right no-repeat;
	padding: 0;
}
li#current {
	background: url('/images/nav-right.gif') top right no-repeat;
	padding: 0;
}
li#current a {
	background: url('/images/nav-left.gif') top left no-repeat;
	color: #fff;
	padding: 7px 15px 10px 15px;
}

/* ============================= */

/* Content ===================== */
#content {
	background: #fff;
	margin-top: 10px;
}
#content-top {
	background: url('/images/content-top.gif') top center no-repeat; 
	padding-top: 25px;
}
#content-bottom {
	background: url('/images/content-bottom.gif') bottom center no-repeat;
	padding-bottom: 25px;
}

#main-content {
	padding: 0 25px 0 25px;
	width: 590px;
	float: left;
}

#main-content-noside {
	padding: 0 25px 0 25px;
	width: 835px;
	float: left;
}

/* Events Section ============== */
#event {
	background: #fff1cd url('/images/event-top.gif') top left no-repeat;
	width: 587px;
	padding-top: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#event-bottom {
	width: 587px;
	background: url('/images/event-bottom.gif') bottom left no-repeat;
	padding-bottom: 15px;
}

#event p {
	margin-left: 60px;
	margin-right: 25px;
}

#event table {
	margin-left: 60px;
}

#event table td {
	font-size: 17px;
	padding-left: 10px;
	padding-bottom: 2px;
}

#noinformation {
	margin-top: 15px;
	margin-bottom: 350px;
}

/* Notice Section ============== */
#notice {
	background: #fff1cd url('/images/notice-top.gif') top left no-repeat;
	width: 435px;
	padding-top: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#notice-bottom {
	width: 587px;
	background: url('/images/notice-bottom.gif') bottom left no-repeat;
	padding-bottom: 15px;
}
#notice table {
	margin-left: 60px;
}
#notice table td {
	font-size: 17px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* ============================= */

/* Sidebar ===================== */
#right-col {
	width: 232px;
	float: left;
	text-align: center;
	padding-top: 10px;
}
#sidebar {
	text-align: left;
	background: #ffb000 url('/images/side-top.gif') top left no-repeat;
	width: 232px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
}

#sidebar form {
	margin-left: 10px;
}

#sidebar input {
	width: 92%;
	margin-bottom: 10px;
}

#side-bottom {
	background: url('/images/side-bottom.gif') bottom left no-repeat;
	padding-top: 20px;
	padding-bottom: 5px;
}
#side-bottom h2 {
	background: #ab5500;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 10px;
}
#side-bottom p {
	padding: 0px 15px 0px 15px;
}
.title {
	font-weight: bold;
}
#msdelogo {
	margin-top: 25px;
	margin-bottom: 20px;
}
/* =========================== */

/* Footer ==================== */
#footer {
	background: #660000;
}
#links {
	padding-top: 10px;
	width: 530px;
	float: left;
}
#links ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
}
#links li {
	display: inline;
	border-right: 1px solid #a15d5d;
	font-size: 10px;
	padding-right: 5px;
	margin-right: 3px;
}
#links a {
	color: #fff;
	font-size: 12px;
	text-transform: lowercase;
}

#copyright {
	color: #a15d5d;
	font-size: 11px;
	width: 335px;
	float: left;
	text-align: right;
	padding: 7px 25px 0 0;
}
#copyright a {
	color: #fff;
}
/* ============================ */

.validation-advice {
	margin: 0px 0 0 10px;
	padding: 5px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 11px;
	display:inline;
	background-image:url('/images/error.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	background-color:#FFB0B0;
	border:1px solid #CCCCCC;
}

.registration-checkin tr:hover td {
	background-color:#653535;
	color:#FFFFFF;
	cursor:pointer;
}

.registration-checkin tr td {
	background-color:#f4f2f2;
	color:#FFFFFF;
	cursor:pointer;
}

.registration-checkin tr:hover h2 {
	color:#FFFFFF;
}


.photogallery {
	width: 140px;
	height: 140px;
	border: 1px solid #C0C0C0;
	padding: 5px;
}

.photogallery:hover {
	width: 140px;
	height: 140px;
	border: 1px solid #C0C0C0;
	background-color: #E4E4E4;
	padding: 5px;
	cursor: pointer;
}

.photogallery-container {
	width: 144px;
	float: left;
	margin-left: 30px; 
	margin-top: 20px;
	text-align: center;
}

.photogallery-container a {
	text-decoration: none;
}

.photogallery-container a:hover {
	text-decoration: none;
}

.photogallery-container p {
	margin-top:2px;
	text-align: center;
}
.photogallery-name {
	font-size: 13px;
	color: #404040;
}

.failure, .information, .success {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	padding-left:5em;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
}
.failure {
	background:#FBE3E4 url(/images/message/cancel_24.png) no-repeat 15px;
	background-position: 20px 8px;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.information {
	background:#FFF6BF url(/images/message/warning_24.png) no-repeat 15px;
	background-position: 20px 8px;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2 url(/images/message/accepted_24.png) no-repeat 15px;
	background-position: 20px 8px;
	color:#264409;
	border-color:#C6D880;
}
.failureContact, .successContact {
	padding:.2em;
	border:2px solid #ddd;
	padding-left:2em;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	width: 80%;
}

.failureContact {
	background:#FBE3E4 url(/images/message/cancel_16.png) no-repeat 15px;
	background-position: 4px 2px;
	color:#8a1f11;
	border-color:#FBC2C4;
}

.successContact {
	background:#E6EFC2 url(/images/message/accepted_16.png) no-repeat 15px;
	background-position: 4px 2px;
	color:#264409;
	border-color:#C6D880;
}