/* Browser / Viewport
----------------------------------------------------------------------------------------------------*/

body { background: url(../../images/signup_main_background.png) 0 0 repeat-x; }

/* Document Structure
----------------------------------------------------------------------------------------------------*/

/* Main */

#wraper-content { padding-bottom: 185px; }

html>body #login,
html>body #login-information {
	min-height: 150px;
	margin-bottom: 0;
}

#login,
#login-information {
	margin-top: 2.0em;
}

#content { margin-top: 2.17em; }

#system-message {
	margin-bottom: 1.48em;
	text-indent: 0;
}

#content h3 {
	margin-bottom: 0.45em;
	font-size: 1.83em;
	color: #006699;
	font-weight: bold;
}

/* Header */

#header {
	background: none;
	height: 192px;
}

/* Box */

#box {
	border: 1px solid #ddedf5;
	margin: 1.67em 0;
	padding: 0.83em;
	background: #f1f7fb;
}

#box h2 {
	font-size: 1.17em;
	font-weight: bold;
	margin: 0 0 0.36em 0;
}


#box.icon {
	padding: 0.83em 0.83em 0 70px;
	background: #f1f7fb;
}

#directory-access {
	padding-right: 1.83em;
	display: block;
	position: relative;
	right: 0.83em;
	background: url(../../images/access_directory_icon.png) no-repeat right 50%;
}

/* Login */

#user-login { display: table; }

#form-login h1 {
	font-weight: bold;
	font-size: 1.17em;
	color: #333;
	margin: 0 0 0.71em 0;
	border: none;
}

#form-login fieldset {
	margin-bottom: 0.42em;
	background: #fff;
}

#user-login h2 {
	font-size: 2.0em;
	color: #598aa8;
	text-align: right;
	padding: 0;
	line-height: 1.27em;
	margin-top: 0.36em; 
}

#user-login p {
	color: #598aa8;
	text-align: right;
	margin: 0;
}

#form-login label {
	color: #006699;
	font-size: 1.17em;
	display: block;
	font-weight: bold;
}

#form-login input {
	text-indent: 0.42em;
	padding: 4px 0 4px 0;
}

#form-password fieldset {
    margin-bottom: 0.42em;
    background: #fff;
}

#form-password label {
    color: #006699;
    font-size: 1.17em;
    display: block;
    font-weight: bold;
}

#form-password input {
    text-indent: 0.42em;
    padding: 4px 0 4px 0;
}

#form-login input:focus { background: #f5fee2; }

#form-login label.error { color: #ff6600; }

#form-login input.error { background: #ffe7c9; }

/* Forms
----------------------------------------------------------------------------------------------------*/

#content .form h2 {
	color:#84BD47;
	font-size:1.17em;
	font-weight:bold;
	margin:0.71em 0 0.45em 0.71em;
}

#password {
	display: block;
	margin: 0.42em 0.42em 0 0.42em;
	font: 1.5em 'Times New Roman', Times, serif;
}

.form p.pending {
	font-weight: bold;
	color: #996666;
	border: 1px solid #f8e5e5;
	padding: 0.71em 0.71em 0.71em 2.5em;
	margin: 0.71em;
	font-size: 1.17em;
	background: #fff5f2 url(../../images/pending_icon.png) no-repeat 0.71em 50%;
}

.detail-box dd.pending {
	width: auto;
	color: #D62121;
	border: none;
	margin: 0.18em 0;
	display: inline-block;
	padding: 0.25em 2.14em 0.25em 0;
	background: url(../../images/pending_icon.png) no-repeat 95% 50%;
}

#form-account a.cancel { margin: 0; }

/* Sucess/Warning */

.highlight { margin-top: 2.0em; }

#success { background: #eaf5db url(../../images/highlight_success_background.png) 0.83em 50% no-repeat; }

#success * { margin-left: 2.92em; }

#warning.highlight p {
	text-indent: 0;
	margin: 0 0.83em 0.42em 0.83em;
	
}

/* Association  details */

#association-details #full-logo { margin-bottom: 0.42em; }

#association-details .detail-box dt { margin-top: 0.83em; }

#association-details .detail-box dt.address { margin-top: 0; }

/* Association  information */

#association-information .detail-box dl dd a.pending {
	color: #d62121;
	padding: 0.17em 1.67em 0.17em 0;
	background: url(../../images/pending_icon.png) no-repeat 100% 50%;
}

/* Login information */

#login-information .detail-box {
	background: #f1f7fb;
	margin: 0;
	color: #637580;
	padding: 0.83em 0.83em 0 0.83em;
	border: 1px solid #ddedf5;
}

#login-information .detail-box h2 {
	margin: 0;
	color: #333;
	font-size: 1.17em;
	font-weight: bold;
	margin-bottom: 0.71em;
}

#login-information ul.list { margin-bottom: 0.83em; }

/* Form error */

#error { padding-bottom: 0; }

/* Footer */

#footer {
	float: left;
	color: #0099cc;
	position: relative;
	height: 110px;
	margin-top: -111px;
	border-top: 1px solid #042a42;
	background: #00395c;
}

#footer-content { background: none; }

#aux-navigation {
	width: 940px;
	padding: 0 0 15px 0;
	margin: 15px 0 15px 0;
	border-top: none;
	border-bottom: 1px solid #00476e;
	list-style: none;
}

#slidetabsmenu {
	border-bottom: 1px solid #9a9ba0;
	margin-bottom: 1.67em;
}

#slidetabsmenu ul{
	width: 930px;
	margin-left: 0.83em;
	overflow: hidden;
}

#slidetabsmenu li {
	display: inline;
	float: left;
	margin-right: 0.17em; 
}

#slidetabsmenu a {
	float: left;
	background: url(../../images/tab_left.png) no-repeat left top;
	padding: 0 0 0 0.75em;
	text-decoration: none;
	position: relative;
	top: 0.17em;
	cursor: pointer;
}

#slidetabsmenu a span {
	float: left;
	display: block;
	background: url(../../images/tab_right.png) no-repeat right top;
	padding: 0.17em 0.75em 0.17em 0.42px;
	color: #666;
}

#slidetabsmenu a:hover span { color: #fff; }

#slidetabsmenu #current a {
	top: 0;
	background-position:0 -125px;
}

#slidetabsmenu #current a span {
	background-position:100% -125px;
	color: #fff;
	font-weight: bold;
	padding: 0.33em 0.83em 0.17em 0.42px;
}

#slidetabsmenu a:hover { background-position:0% -125px; }

#slidetabsmenu a:hover span { background-position:100% -125px; }


/* Modal
----------------------------------------------------------------------------------------------------*/

.jqmClose {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../../images/jqmclose.png) no-repeat; 
	text-indent: -9999px;
}

#modal-content {
	width: 100%;
	float: left;
	overflow: hidden;
	border: 4px solid #006699;
	background: #fff url(../../images/password_background.png) no-repeat 1.67em 1.67em;
}

#modal-content.attention { background: #fff url(../../images/attention_background.png) no-repeat 1.67em 1.67em; }

#modal-content .content {
	padding: 1.67em 1.17em 1.67em 1.67em;
	display: table;
}

#modal-content h1 {
	font-weight: normal;
	margin-left: 2.78em;
}

#modal-content p {
	border-bottom: 1px solid #E5EFF5;
	margin: 0 0 1.7em 5.0em;
	padding-bottom: 1.67em;
	color: #637580;
}

#modal-content a.cancel {
	font-size: 1.33em;
	color: #006699;
	font-weight: bold;
	margin-top: 0.63em;
}