@import url("reset.css");

/* @group Layout */

body {
	width:  100%;
	height: 100%;	
	margin: 0;
	padding: 0;
	/* background: #0d3570 url(../images/backgroundBody.jpg) repeat-x 0 0; */
	text-align: left;
	/* background: #FFF url(../images/backgroundBody.jpg); */
}

#page {
	margin: 30px auto 30px auto ;
	padding: 0;
	width:  652px;
	height: 100%;
	text-align: left;
}

#logo {
	width:  127px;
	height: 60px;
	background: url(../images/backgroundLogo.png) no-repeat 0 0;
	line-height: 0;
	font-size: 0;
	position: absolute;
	z-index: 500;
	left: 27px;
}

#formSwitch-guest, #formSwitch-account {
	text-align: right;
	
	z-index: 500;
	right: 30px;
	font-size: 13px;
	top: 72px;
}

#newAccount {
	position: static;
	right: 30px;
	font-size: 13px;
	top: 90px;
}

.lostPassword {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: .9em;
	float: left;
	clear: both;
}

.registerSwitch {
	position: absolute;
	z-index: 500;
	right: 30px;
	font-size: 14px;
	top: -6px;
}

#top {
	width:  652px;
	height: 9px;
	background: url(../images/backgroundCapsLoginBody.png) no-repeat 0 -9px;
	line-height: 0;
	font-size: 0;
}


#bottom {
	width:  652px;
	height: 9px;
	background: url(../images/backgroundCapsLoginBody.png) no-repeat 0 0;
	line-height: 0;
	font-size: 0;
}

#main {
	width:  628px;
	padding: 0 11px 2px 11px;
	background-color: #ebf3f9;
	border-left: 1px solid #3673a5;
	border-right: 1px solid #3673a5;
	position: relative;
}

/* @group #content */

#accountContent, #guestContent {
	float: left;
	width: 628px;
	margin: 0;
	padding: 54px 0 0 0;
}

#registration {

	width: 628px;
	margin: 0;
	padding: 54px 0 0 0;
}


#registrationContentTop {
	width:  628px;
	height: 9px;
	background: url(../images/backgroundRegistrationCapsContent.png) no-repeat 0 -9px;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	float: left;
}

#registrationContentBody {
	width:  594px;
	padding: 2px 17px 9px 17px;
	margin: 0;
	float: left;
	clear: both;
	background: transparent url(../images/backgroundRegistrationContentBody.png) repeat-y;
}

#registrationContentBottom {
	width:  628px;
	height: 9px;
	background: url(../images/backgroundRegistrationCapsContent.png) no-repeat 0 0;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	float: left;
}

.contentTop {
	width:  628px;
	height: 9px;
	background: url(../images/backgroundCapsContent.png) no-repeat 0 -9px;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	float: left;
}

.contentBody {
	width:  628px;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	background: transparent url(../images/backgroundContentBody.png) repeat-y;
}
 
.contentBottom {
	width:  628px;
	height: 9px;
	background: url(../images/backgroundCapsContent.png) no-repeat 0 0;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	float: left;
}

/* @end */

/* @group #introText */

.introText {
	float: left;
	width: 298px;
	padding: 0 18px 10px 18px;
	margin: 0;
}

/* @end */

/* @group #LoginForm */

.loginForm {
	float: right;
	width: 247px;
	margin: 0;
	padding: 0 18px 10px 18px;
}

/* @end */

#footer {
	width:  652px;
	height: auto;
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
}

.registrationColumn_even1-2 {
	width: 275px;
	float: left;
	padding: 0;
	margin: 0;
}

.registrationColumn_even2-2 {
	width: 275px;
	float: right;
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
	line-height: 0;
}



/* @end */

/* @group Type */

body {
	font: 14px/1.5em Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	color: #cc0033;
}

h1 {
	font-size: 1.4em;
	line-height: .937em;
	margin-top: .537em;
	margin-bottom: .937em;
	font-weight: normal;
	font-style: normal;
}

h1 .subtitle {
	font-size: 1.4em;
	line-height: 1.071em;
	margin-top: 1.071em;
	margin-bottom: 1.071em;
}

h2 {
	font-size: 1.3em;
	line-height: 1.153em;
	margin-top: 1.153em;
	margin-bottom: 1.153em;
}

h3 {
	font-size: 1.2em;
	line-height: 1.25em;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

h4 {
	font-size: 1.1em;
	line-height: 1.363em;
	margin-top: 1.363em;
	margin-bottom: 1.363em;
}

h5 {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

h6 {
	font-size: .9em;
	line-height: 1.666em;
	margin-top: 1.666em;
	margin-bottom: 1.666em;
}

p.intro {
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

p {
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

blockquote {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

cite {
	font-style: italic;
}

#footer p, #footer a {
	font-size: 12px;
	line-height: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
	color: #dee9f5;
}

a {
	color: #29629b;
}

a:hover {
	color: #cc0033;
}




/* @end */

/* @group Lists */

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#navigation li {
	float: left;
	width: 20%;
	padding: 0;
	margin: 0;
}

#navigation a {
	text-align: center;
	float: left;
	width: 100%;
	padding: 0;
	white-space: nowrap;
	margin: 0;
	background-color: gray;
}

#subnavigation ul {
	border: solid #000000;
	border-width: 0px 1px 1px 1px;
	padding: 0px;
	float: right;
	margin: 0;
	width: 100%;
}

#subnavigation li {
	background-color: #FFFFFF;
	border: solid #000000;
	border-width: 1px 0px 0px 0px;
	margin: 0;
	list-style-type: none;
	width: 100%;
	padding: 0;
}


#subnavigation a {
	display: block;
	padding: 0;
	background-color: silver;
	line-height: 1.1em;
	width: 100%;
	margin: 0;
}

ul {
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 2em;
	list-style-position: outside;
	list-style-type: square;
	padding: 0;
}

li {
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}



/* @end */

/* @group Media */

img {
	border-width: 0;
	margin: 0;
}

img.left {
	margin: 1em 2em 1.5em 0;
	float: left;
}

img.right {
	margin: 1em 0 1.5em 2em;
	float: right;
}

img.center {
	float: none;
	margin: 1em auto;
	display: block;
}



/* @end */

/* @group Forms */

form {
	padding: 0;
	margin: 0;
}

label {
	float: left;
	clear: both;
	margin-top: 4px;
}

form input.text {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	background-color: #f8f8f8;
	margin: .25em 0 .5em 0;
	padding: 4px;
	border: 1px solid #666666;
	width: 237px;
	float: left;
	clear: both;
}



#registration form input.text {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	background-color: #f8f8f8;
	margin: .25em 0 .5em 0;
	padding: 4px;
	border: 1px solid #666666;
	width: 265px;
	float: left;
	clear: both;
}

#registration form select.select {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	background-color: #f8f8f8;
	margin: .25em 0 .5em 0;
	padding: 4px;
	border: 1px solid #666666;
	width: 265px;
	float: left;
	clear: both;
}

form input.submit {
	margin: 1.25em 0 .25em 0;
	padding: 0;
	float: left;
	clear: both;
}

.formButtons {
	margin: 0;
	padding: 1.5em 0 0 0;
	float: left;
	clear: both;
	width: 100%;
}

.formButtons img {
	margin-right: 10px;
	float: left;
}

form table td.column2 {
	padding-left: 20px;
	position: relative;
}

form table td {
    vertical-align: top;
}

.required {
	color:#CC0033;
	font-weight: bold;
}



/* @end */

/* @group Alerts */

.alert {
	border-style: solid;
	padding: 11px 8px 7px 28px;
	background-position: 8px 11px;
	background-repeat: no-repeat;
	clear: both;
	margin: .75em 0 .75em 0;
	text-align: left;
}

.alert.confirmation {
	background-color: #00724b;
	background-image: url(../images/backgroundAlertConfirmation.png);
}

.alert.warning {
	background-color: #ffa500;
	background-image: url(../images/backgroundAlertWarning.png);
}

.alert.error {
	background-color: #cc0033;
	background-image: url(../images/backgroundAlertError.png);
}

.alert h2 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.25em;
	color: #ffffff !important;
	float: none !important;
}

.alert p {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
	color: #ffffff;
}

form ul.errors {
	border-style: solid;
	padding: 9px 8px 7px 26px;
	background-position: 9px 9px;
	background-repeat: no-repeat;
	clear: both;
	margin: .75em 0 .25em 0;
	background-color: #cc0033;
	background-image: url(../images/backgroundFormAlertError.png);
}

form ul.errors li {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
	color: #ffffff;
	list-style: none;
}

/* @end */

/* JQ datePicker Styles */


table.jCalendar {
	border: 1px solid #1d4369;
	background: #1d4369;
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
}
table.jCalendar th {
	background: #286097;
	color: #153451;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #f0f0f0;
	color: #1b1b1b;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #f0f0f0;
	color: #999999;
}
table.jCalendar td.today {
	background-color: #ffcc33;
	color: #1b1b1b;
}
table.jCalendar td.selected {
	background: #275984;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #5486b2;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #5486b2;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #1c4670;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
	border: 1px solid #1d4369;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
	color: #ffffff;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #ffffff;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

a.dp-choose-date {
	border: none;
	text-indent: -5000px;
	display: block;
	width: 26px;
	height: 27px;
	overflow: hidden;
	position: absolute;
	padding: 0;
	margin: 28px 0 0 249px;
	background: url(../images/buttonCalendar.png) right top;
}

#date_of_birth {
	width: 239px !important;
}

.required_explanation {
	font-size: 90%;
	color: #666666;
}

.required_explanation span {
	color: #CC0033;
	font-weight: bold;
}

h1.content-h1 {
	text-align: left;
	vertical-align: bottom;
	font-size: 1.4em;
}

span.subtitle {
	display: block;
	margin: -20px auto 0 auto;
	font-size: 90%;
	color: #666666;
	width: 275px;
}