* { 
	padding: 0; 
	margin: 0;
}

html {
	overflow-y: auto;
	height:100%;
	min-height:100%;
}

body {
	background-color: #6699CC;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	height: 100%;
}

div.outerContainer {
	margin: auto;
	width: 800px;
	height:400px;
	height: auto;
	bottom: 0;
	position:relative;
	padding-top: 20px;
	z-index: 50;
}

div.outerPositioning {
	width: 800px;
	height:400px;
	position:absolute;
	z-index: 50;
}

div.innerContainer {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	font-size: 12px;
	padding: 10px;
	position: relative;
}

div.bottomContainer {
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	position:relative;
	z-index:-1;
}

.banner {
	position: relative;
	padding-bottom: 10px;
	vertical-align: text-bottom;
	border: 0 none;
}

.bannerBox {
	padding: 0px;
	margin: 0px;
	width: 775px;
	height: 1px;
	overflow: visible;
}

#loginBlockContainer {
	padding: 10px;
	width: 350px;
	float: left;
	height: 100%;
	min-height:100%;
	position: relative;
}

#loginBlockContainer .dataContainer {
	position: relative;
	padding: 5px;
	min-height:100%;
	height: 100%;
}


.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
	padding: 2px 0 10px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 12px;
}

#bottomMenu {
	display: inline;
}

#bottomMenu li.first {
	border: medium none;
	padding-left: 20px;
}

#bottomMenu li {
	border-left: 0.12em solid white;
	display: inline;
	padding: 0 15px;
}

#bottomMenu a:link {
	color: #FFFFFF;
}

#topLinks li {
	display: inline;
	margin: 0 auto;
}

#topLinks a:link {
	text-decoration: none;
}

/*****************************************
* Button Styles.  DO NOT TOUCH THIS AT ALL
*   I spent a lot of time trying to find just the right combinations so that
*   ie6, ie7, firefox2, and firefox3 all display both a button, input button, and a link styled as button 
*   in exactly (or very close) to the same way.  Sometimes using a button is better than a link so this is useful. 
******************************************/
.standardButton {
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px !important;
	font-weight: bold;
	background: url("../images/gradient_20_flipped.png") repeat-x;
	background-color: #778bac; 
	border-radius: 2px;
	cursor: pointer;
	text-decoration: none;
	margin: 0em .5em .5em .5em;
	padding: 5px 15px;
	overflow: hidden;
	vertical-align: middle;
	line-height: 18px;
}
.standardButton:visited {
}

.standardButton:hover {
}

.standardButton:active {
	border: 1px solid #555555 !important;
}

.containerRow {
	height:100%;
	min-height:100%;
	margin: 0;
	padding: 5px 0;
}

.containerLeft {
	float: left;
	padding: 4px 0 0;
}

.containerRight {
	float: right;
	padding: 4px 0 0;
}

.containerRow:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.alignright {
	text-align: right;
}

label {
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
	width: 160px;
}

p {
	padding-bottom: 2px;
}

p.bottom {
	padding: 0;
}

#loginFormContainer p.prequired {
	height: 30px;
}

#loginFormContainer p.bottom {
	height: auto;
}

#loginFormContainer label {
	width: auto;
}

#loginFormContainer a:link {
	color: #000000;
}

#loginFormContainer a:active {
	color: #000000;
}

#loginFormContainer a {
	font-size: 10px;
}

#loginFormContainer a.firstTimeUserLink {
	font-size: 12px;
	font-weight: bold;
}

.loginForm table {
	width:100%;	
}

.loginForm table td {
	padding:2px;	
}

div.loginFormMasterContainer {
	font-size: 12px;
	padding: 10px;
	position: relative;
	color: #000000;
}

.loginForm .acceptTermsAndConditions {
	padding: 7px 2px;
}

span.required {
	color: #FF0000;
	display: inline;
	font-size: 9px;
	line-height: 11px;
}

.dataContainer span {
	display: inline-block;
}

.dataContainer span.required {
	display: inline;
}

option {
	padding-right: 0.5em;
}

.blank {}

.error {
	border: 2px solid #FF0000;
}

.inline {
	display: inline;
}

.dataContainer span.inline {
	display: inline;
}

.dataContainer .feedbackPanel span {
	display: block;
}

#loginFormContainer p.aboveFeedbackPanel {
	height: auto;
	padding-bottom: 3px;
}

.feedbackPanel {
	color: #FF0000;
	font-weight: bold;
	list-style-type: none;
	padding-bottom: 3px;
}

.feedbackPanelINFO {
	color: #11BB11;
}

#loginFormContainer p.belowFeedbackPanel {
	padding-top: 6px;
}

.dataContainer .labelSpaceLeft {
	padding-left: 150px;
}

.noPad {
	padding: 0;
}

.noMargin {
	margin: 0;
}

.username, .password {
	width: 122px;
}

#recaptcha_widget {
	padding-left: 86px;
	width: 300px;
}

#recaptcha_widget input {
	display: block;
	margin: 0 auto;
}

#recaptcha_widget div, #recaptcha_widget span {
	display: block;
	text-align: center;
}

#recaptcha_widget a:link {
	color: #000000;
}

#recaptcha_widget a:active {
	color: #000000;
}

#recaptcha_image {
    padding-bottom: 4px;
	vertical-align: middle;
}

#captchaFormContainer #recaptcha_widget {
	margin: 0 auto;
	padding-left: 0;
}

#captchaFormContainer .feedbackPanel {
	padding-top: 3px;
	text-align: center;
}

.popUpContainer {
	border: 1px solid #ccc;
	margin: 10px auto;
	background-color: #fff;
	padding: 10px;
	font-size: .75em;
	font-family: Arial, sans-serif;
}
.popUpContainer .header {
	font-weight: bold;	
}
.popUpContainer div {
	border-collapse: collapse;
	padding: 10px;
}
.popUpContainer ul {
	margin-left: 12px;
}
.popUpContainer li {
	margin-left: 12px;
	margin-bottom: 1em;
}

.indented {
	padding-left: 20px;
}

table.noBorders, table.noBorders td, table.noBorders th, table.noBorders tr {
	border:none;
}

table.vtop td {
	vertical-align:top;
}

a.buttonCM, a.buttonCM:link, a.buttonCM:visited, a.buttonCM:active {
    text-decoration:none;
	display: inline-block;
    padding:3px 8px;
    margin:1px 0px 2px 5px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    font-size:12px;
	/*font-weight: bold;*/
    border: 1px solid #555;
	cursor: pointer;
    -webkit-box-shadow: #878787 0px 2px 2px;
    -mox-box-shadow: #878787 0px 2px 2px;
    box-shadow: #878787 0px 2px 2px;
    line-height:14px;
}


/* Modal Window Styles */
div.wicket-modal div.w_content_3 {
	border-bottom:0 !important;	
}

div.AHModalWindow_wrap {
	position:relative;
	height:100%;
}

div.AHModalWindow_buttons{
	position:absolute !important;
	bottom:0;
	left:0;
	height:30px;
	width:100%;
	border-top:1px solid #BBB;
	background:#FFF;
}

span.AHModalWindow_left a {
	float:left;
	margin-left: 2px;
}

span.AHModalWindow_right a {
	float:right;
	margin-right: 2px;
}

div.AHModalWindow_content {
	height:99%;
	max-height:900px;
	overflow: auto;
}

div.variableHeight div.AHModalWindow_content {
	padding-bottom:35px;
	height: 92%;
}
/* End Modal Window Styles */

/* Login Form Styles */

form.loginForm input[type="text"], form.loginForm input[type="password"] {
	background: #EEE !important;
	border: 1px solid #222;
	padding: 2.5px;
	border-radius: 3px;
	width: 125px;
	box-shadow:1px 1px 2px #222;
	font-size:1.2em;
}

div.lang {
	z-index:1000;
	font-size:12px;	
}

ul.lang_select {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
}

ul.lang_select li {
	background:#EEE url('../images/down_arrow_select2.png') no-repeat;
	background-position:95% 50%;
	margin:0;
	border-radius:3px;
	border:1px solid #222;
	box-shadow:1px 1px 2px #222;
	padding:2.5px;	
	z-index:99;
}

ul.lang_select li:hover {
	background-image:none;	
}

ul.lang_select li a {
	font-size:1.1em !important;
	text-decoration:none;
	color:#222;
	margin:0;
	display:block;
	padding:1.2px;
	width:122px;
}

ul.lang_select li a:hover {
	text-decoration:underline;	
}

ul.lang_select ul {
	display:none;
	margin:0;
	padding:0;
	list-style:none
}

ul.lang_select ul li {
	background-image:none;
	border-radius:0;
	border:none;
	border-top:1px solid #BBB;
	box-shadow:none;
	padding:0;	
}

div.toolTipBox { 
    width: 375px;
    position: absolute;
    display: none;
    color: #4D4D4D;
    font-size: 12px; 
    background-color: #EFF0F0; 
    border-color: #C9C9C9;
    border-width: 1px;
    border-style: solid; 
    padding: 6px 10px;
}

a.show_tooltip {
   	 
}

a.show_tooltip span.tooltip_image {
   	padding-right: 12px;
   	cursor: pointer;
   	background: url(../images/help.png) no-repeat right;
}

.dn { display: none !important; }
.db { display: block !important; }

#toolTipContainer label {
	width: auto;
}

#toolTipContainer ul {
	margin-left: 12px;
}

#toolTipContainer li {
	margin-left: 12px;
}

.cookie-notice {
    padding:15px;
    margin-bottom:20px;
    border-radius:4px;
    background-color:#d9edf7;
    border: 1px solid #bce8f1;
    color:#31708f;
    margin-left: 8%;
    margin-right: 8%;
    font-size: .9em;
}

.cookie-notice h4 {
    margin-top:0;
    color:inherit;
}

.cookie-notice .cookie-notice-link {
    font-weight:bold;
}

.cookie-notice>p,.cookie-notice>ul {
    margin-bottom:0;
}

.cookie-notice>p+p {
    margin-top:5px;
}

.cookie-notice hr {
    border-top-color:#a6e1ec;
}

.cookie-notice .cookie-notice-link{
    color:#245269;
}