/* HTML elements */
body {
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	text-align: center;
	color: #333;
}

img {
	border: 0;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: #005980;
	outline: none;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

/* Named Divs */
#wrapper {
	width: 900px;
	margin: 0 auto;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

#boxHeaderTop {
	height: 15px;
	padding: 10px 10px 10px 0px;
	text-align: right;
}

#boxHeaderMenu {
	height: 25px;
	font-size: 13px;
	font-weight: bold;
}

#boxMain {
	width: 898px;
	display: table;
}

#boxFooter {
	font-size: 90%;
	line-height: 16px;
	text-align: center;
}

#panelMenu {
	line-height: 20px;
	padding-top: 15px;
}

#panelLeft {
	width: 140px;
	line-height: 20px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

#panelMiddle {
	font: 100%/1.4em Verdana, Arial, sans-serif;
	width: 535px;
	padding-top: 15px;
	padding-left: 8px;
	padding-right: 8px;
}

#panelRight {
	width: 185px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 20px;
}

#headSection {
	font-weight: bold;
	color: #005980;
}

#panelMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#panelMenu li a {
	font-family: Tahoma;
	font-size: 12px;
	display: block;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
}

.headSectionMenu {
/*	height: 20px; */
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}

.headSectionBody {
	font: 150%/1.3em Verdana, Arial, sans-serif;
}

.txtHeaderMenuDate {
	font: 90% Arial, sans-serif;
	font-weight: bold;
	padding-right: 10px;
	line-height: 25px;
	float: right;
}

.txtHeaderMenuRegister {
	width: 150px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	float: left;
	background-color: #005983;
}

.txtHeaderMenuRegister a {
	display: block;
	color: #fff;
}

.txtHeaderMenuRegister a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #418b2c;
}

/* Register Form CSS */
#boxRegister {
	margin-top: 15px;
	padding: 10px;
	background-color: #edebeb;
	border: #ccc 1px solid;
}

table.formTable {
	margin-bottom: 10px;
}

.tiny {
	font-size: 90%;
	line-height: 1.1em;
}

.tinyLight {
	font-size: 90%;
	color: #333;
	line-height: 1.1em;
}

.tinyRed {
	font-size: 11px;
	color: #990000;
	line-height: 1.1em;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
}

.input {
	color: #8e8e8e;
	font-size: 11px;
	padding: 3px;
	border: #cccccc 1px solid;
}

.required {
	background-color: #fafbec;
	border: #cccccc 2px solid;
}

/* Form validation */
.validation-advice {
	font-size: 90%;
	color: #FF3300;
}