body {
	color: #333;
	font-family: arial;
}

A, A:visited {
	color: #AA0000;
}

IMG {
	border: 0px;
}

.emphasis {
	color: #AA0000;
}

h3 {
	display: block;
	font-size: 130%;
	width: 100%;
	padding-bottom: 10px;
	text-decoration: underline;
	margin-top: 5px;
	margin-bottom: 5px;
}

DIV#container, DIV#medium-container, DIV#large-container {
	margin: 0 auto;
	padding-top: 110px;
}

DIV#container {
	position: relative;
	margin-top: 130px;
	width: 280px;
	height: 330px;
	background: url('../images/small-panel-bg.png') 0px 0px no-repeat;
}

DIV#medium-container {
	position: relative;
	margin-top: 120px;
	width: 770px;
	height: 416px;
	background: url('../images/medium-panel-bg.png') 0px 0px no-repeat;
	padding-top: 125px;
}

DIV#large-container {
	margin-top: 20px;
	width: 770px;
	height: 1400px;
	background: url('../images/large-panel-bg.png') 0px 0px no-repeat;
	padding-top: 145px;
}

DIV#logoLink {
	cursor: pointer; 
	position: absolute; 
	top: 20px; 
	left: 330px; 
	width: 110px; 
	height: 120px; 
}

DIV#logoLinkSmall {
	cursor: pointer; 
	position: absolute; 
	top: 0px; 
	left: 90px; 
	width: 110px; 
	height: 100px; 
}

DIV#notificationBox {
	width: 100%; 
	text-align: center; 
	border: 1px solid #FFA4A4; 
	background: #FFEAEA; 
	padding: 10px 0px 10px 0px;
	color: #AA0000;
	font-weight: bold;
}

TABLE {
	margin: 0 auto;
	font-size: 11px;
}

DIV#medium-container TABLE {
	width: 550px;
	margin: 0 auto;
}

DIV#large-container TABLE {
	width: 650px;
	margin-left: 60px;
}

DIV#large-container TABLE.interestsTable {
	padding-top: 0px;
	margin: 0px;
	width: 90%;
	float: right;
}

DIV#large-container TABLE TR TD INPUT[type=text], DIV#large-container TABLE TR TD INPUT[type=password], textarea {
	width: 95%;
}

textarea {
	height: 100px;
}

DIV#large-container TABLE TR TD SELECT {
	width: 50%;
	color: #333;
	border: 1px solid #BBB;
}

DIV#large-container TABLE TR TD.labelCell {
	width: 25%;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

TD {
	height: 20px; 
}

TD.singleCell { 
	text-align: right; 
}

TD.largeSubmitCell {
	text-align: center;
}

TD.centered {
	text-align: center;
}

TD.loginError {
	color: #AA0000;
	font-weight: bold;
	text-align: center;
}

TD.loginError SPAN {
	display: block;
	margin: 0 auto;
	margin-top: -20px;
	text-align: center;
	width: 60%;
	
	
}

LABEL {
	display: block;
	float: right;
	margin-top: 3px;
	font-weight: normal;
	font-style: italic;
}

INPUT[type=checkbox] {
	display: block;
	float: right;
}

TABLE.interestsTable INPUT[type=checkbox] {
	display: inline;
	float: left;
	margin-top: 0px;
}

INPUT[type=text], INPUT[type=password], textarea {
	color: #333;
	border: 1px solid #BBB;
	padding: 2px;
	background: url('../images/input-bg.png') repeat-x;
}

INPUT[type=text]:focus, INPUT[type=password]:focus {
	border: 1px solid #999;
	background: url('../images/input-focus-bg.png') repeat-x;
}

INPUT[type=submit] {
	border: none;
	margin-top: 10px;
	cursor: pointer;
	padding-bottom: 2px;
	height: 24px;
	width: 60px;
	background: url('../images/button-bg.png') repeat-x;
}

INPUT[type=submit]:hover {
	background: url('../images/button-hover-bg.png') repeat-x;
}


INPUT.registerButton {
	background: url('../images/register-button-bg.png') repeat-x;
	height: 34px;
	width: 150px;
}

INPUT.registerButton:hover {
	background: url('../images/register-button-hover-bg.png') repeat-x;
}



SPAN.required {
	color: #AA0000;
	font-weight: bold;
	padding-left: 5px;
}

SPAN.unpadded {
	padding: 0px;
}



TD.infoTextCell {
	text-align: left;
	line-height: 150%;
	padding-left: 20px;
	font-weight: normal;
}

TD.registrationSubmissionArea {
	padding-left: 5px;
	padding-bottom: 10px;
}

TD.registrationSubmissionArea INPUT[type=checkbox]{
	float: none;
}

IMG.calendar {
	margin-bottom: -6px;
	margin-left: 3px;
}

.bold {
	font-weight: bold;
}

DIV.langWrapper {
	font-size: 10px; 
	margin-top: 50px;
	padding-left: 5px; 
	text-align: center;
}

#formLogin DIV.langWrapper {
	margin-top: 10px;
} 

DIV.langWrapper A {
	color: #AAA;
}

DIV.langWrapper A#register {
	color: #AA0000;
}	

DIV.langWrapper A:hover {
	color: #999;
}

DIV.validationError {
	padding: 5px 0px; 
	font-weight: bold; 
	color: #AA0000;
}

TD#datePickerContainerTD IMG {
	margin-left: 3px;
	margin-bottom: -6px;
	cursor: pointer;
}

DIV#ui-datepicker-div {
	font-size: 10px;
}

#ajax_loading {
	text-align: center;
	padding-left: 10px;
}
