/*
HTML Page elements
---------------------
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	background-color: #AED1F0;
	background-image: url("/images/organisers/org_background_login_tile.jpg");
	background-position: top center;
}

a {
	color: #ff3300;
	text-decoration: underline;
}

a:visited {
	color: #ff3300;
}

a:hover {
	color: #fc7106;
}

#fullBrowserWidth {
	display: block;
	width: 100%;
	text-align: center;
}

#pageArea {
	position: relative;
	width: 500px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#headerArea {
	height: 109px;
	background-image: url("/images/landing/header.jpg");
	background-repeat: no-repeat;
}

#contentArea {
	background-image: url("/images/landing/page_background.jpg");
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 22px 25px;
	text-align: left;
	min-height: 350px;
	_height: 350px;
}

#contentArea h1 {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #524dc0;
}

#contentArea p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#contentArea p.indent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}
#contentArea p.redText {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ff3333;
	font-weight: bold;
}

#contentArea ul {
	display: block;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-position: outside;
}

#contentArea ul li {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url("/images/common/list_bullet.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

#contentArea #backgroundGraphic {
	position: absolute;
	top: 399px;
	right: 42px;
}

#footerArea {
	height: 41px;
	background-image: url("/images/landing/footer.jpg");
	background-repeat: repeat-y;
}

#copyrightArea {
	display: block;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	color: #524dc0;
}

#copyrightArea a {
	color: #524dc0;
	text-decoration: underline;
}

#copyrightArea a:visited {
	color: #524dc0;
	text-decoration: underline;
}

#copyrightArea a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Selection Box Styles */

#selectionArea {
	display: block;
	width: 255px;
	margin: 18px 20px 0px 15px;
	padding: 0px 0px 0px 0px;
	background-image: url("/images/homepage/selectionpanel_bg_tile.gif");
	background-repeat: repeat-y;
}
#selectionArea hr {
	display: none;
}
#selectionArea h2 {
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 8px 0px 5px 0px;
	width: 255px;
	background-image: url("/images/homepage/selectionpanel_h2_bg.gif");
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
}
#selectionAreaContent {
	display: block;
	margin: 0px 13px 0px 13px;
	font-size: 11px;
	line-height: 13px;
}
#selectionArea p {
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#selectionAreaBottom {
	display: block;
	margin: 0px 0px 0px 0px;
	width: 255px;
	height: 15px;
	background-image: url("/images/homepage/selectionpanel_bottom.gif");
	background-repeat: no-repeat;
}

#selectionArea ul {
	display: block;
	margin: 12px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-position: outside;
}

#selectionArea ul li {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url("/images/common/list_bullet.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

#selectionArea ul li a {
	display: block;
	margin: 0px 0px 5px 0px;
}

form {
	margin: 20px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 14px;
}

form label {
	display: block;
	color: #524dc0;
	font-weight: bold;
}

form .textBox {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 15px 0px;
	width: 200px;
}
