﻿
*
{
	margin: 0;
	padding: 0;
	/*font-family: Arial, Tahoma, Sans-Serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
}

form
{
	width: 100%;
	text-align: center;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;	
	width: 70% !important;	/* Major browsers other than IE 6 and below respect the importance immediately */
	width: 900px;			/* IE 6 and below use this value instead, even though the above was marked as important */
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.HeaderFontBurgandyBold {
	/*font-family: Arial, sans-serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size: 11pt;
	color : #83203a;
	font-weight : bold;					
}
	
#login_box
{
	text-align: center;
	width: 740px;
	margin: 40px auto 30px auto;
	overflow: hidden;
	/*border: 1px solid #bbbbbb;*/
}

/* STRUCTURE - START */
/* Fix IE mishandling of widths & padding */
#inner_login_box
{
	width: 672px;
	overflow: hidden;
	text-align: left;
	margin: 10px auto 0 auto;
}

#login_box #login_header
{
	border-bottom: 2px dotted #dddddd;
	vertical-align: bottom;
	height: 85px;
	overflow: hidden;
	text-align: right;
}

#login_box #login_header #logo
{
	float: left;
	clear: none;
}

#login_box #login_header #headings 
{
	padding-top: 25px;
	vertical-align: bottom;
}

#login_box #login_whitespace
{
	padding-bottom: 10px;
	border-bottom: 2px dotted #dddddd;
}

#login_box #login_content,
#login_box #contact_fct_content,
#login_box #confirm_answers_content,
#login_box #forgot_password_content
{
	clear: both;
	overflow: hidden;
	background-repeat: no-repeat;
}

#login_box #login_content
{
	background-image: url('../Images/login_bg.jpg');
}

#login_box #forgot_password_content
{
	background-image: url('../Images/login_bg.jpg');
}

#login_box #contact_fct_content,
#login_box #confirm_answers_content
{
	background-image: url('../Images/contact_fct.gif');
}

#login_box #upper_content
{
	height: 147px;
	margin: 0 0 3px 0;
	overflow: hidden;
}

#login_content table.login_form
{
	width: 680px;
}

#login_box #contact_fct_content #upper_content,
#login_box #confirm_answers_content #upper_content
{
	height: 216px;
}

#login_box #lower_content
{
	height: 86px;
	overflow: hidden;
}

#login_box #form_fields
{
	height: 100px;
	display: inline;
	float: right;
	clear: both;
	overflow: hidden;
	margin: 30px 30px 0 0;
	padding: 0;
	font-size: 14px;
	vertical-align: top;
}

#login_box #form_fields_lower
{
	height: 100px;
	display: inline;
	float: right;
	clear: both;
	overflow: hidden;
	margin: 10px 30px 0 0;
	padding: 0;
	font-size: 14px;
	vertical-align: top;
}

#login_box #forgot_password_content #form_fields
{
	width: 280px;
	margin-top: 35px;
	text-align: right;
}

#login_box #contact_fct_content #form_fields,
#login_box #confirm_answers_content #form_fields
{
	height: 200px;
	margin: 15px 23px 0 15px;
}

#login_box #form_buttons
{
}

#login_box #form_buttons table
{
	width: 622px;
	height: 47px;
	margin: 0 0 0 30px;
}

#login_box #form_buttons li
{
	color: #ffffff;
}

#login_box #form_buttons td
{
	padding: 0 10px 0 0;
	text-align: left;
	vertical-align: middle;
}

/* STRUCTURE - END */


#login_box #login_header div.pre_login_title
{
	font-size: 14px;
	color: #666666;
}

#login_box #login_header div.login_title
{
}

#login_box #login_header div.login_title span
{
	font-size: 30px;
	color: #6699bb;
	font-weight: normal;
	text-align: right;
	vertical-align: bottom;
}

#login_box div.signin_title span
{
	font-size: 20px;
	color: #6699bb;
	font-weight: normal;
	text-align: left;
	margin-top: 10px;
	vertical-align: bottom;
}

#login_box div.signin_title
{
	margin: 10px 0 10px 0;
}

#login_box div.gray_links
{
	height: 28px;
	float: right;
	clear: none;
	overflow: hidden;
	margin-top: 2px;
	font-size: 11px;
	color: #666666;
}

#login_header div.nav_links
{
	height: 28px;
	float: right;
	clear: none;
	overflow: hidden;
	margin-top: 2px;
	font-size: 11px;
	color: blue;
}

#login_box div.gray_links a
{
    text-decoration: none;
    color: #666666;
}

#login_box div.gray_links a:hover
{
    text-decoration: underline;
}

#login_box div.white_links
{
	color: white;
	margin-left:30px;
}

#login_box #form_fields td
{
	height: 20px;
	overflow: hidden;
	font-weight: bold;
}

#login_box #form_fields td.form_caption
{
	font-size: 16px;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
	padding-top: 4px;
}

#login_box #login_content #form_fields td
{
	
}

#login_box #forgot_password_content #upper_content table
{
	display: inline;
}

#login_box #confirm_answers_content #upper_content td
{
	text-align: right;
	font-weight: normal;
}

#login_box #confirm_answers_content #upper_content td.form_caption
{
	font-weight: bold;
}

#login_box #forgot_password_content td.form_control
{
	text-align: right;
}

#login_box #contact_fct_content td.form_control,
#login_box #confirm_answers_content td.form_control
{
	height: 20px;
	overflow: hidden;
	text-align: left;
	vertical-align: top;
}

#login_box #contact_fct_content td.form_caption
{
	font-size: 14px;
}

#login_box #login_footer
{
	margin: 10px 0 10px 0;
	height: 80px;
}

div.legal
{
	margin: 0px;
	font-size: 7pt;
	text-align:right;
	color: #b0b0b0;
}

/*
div.legal
{
	margin-bottom: 20px;
	font-size: 11px;
	color: #666666;
}*/

a.forgot_password
{
	/*display: inherit;*/
	font-size: 11px; /* override form TD style */
	color: white;
	text-decoration: inherit;
	/*text-align: left;*/
}

a:hover
{
	text-decoration: underline;
}

.rfi_control_label
{
	font-weight: bold;
}

input.StandardButtonStyle,
input.StandardButtonStyle2
{
	width: auto;		
	overflow: visible;
	/* width and overflow are REQUIRED to remove extra padding from buttons */
	color: white;
	font-weight: bold;
	margin: 0 0 0 2px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #336699;
	cursor: pointer;
}

input.StandardButtonStyle
{
	/*background-color: #8A2E45;*/ /* Maroon button*/
	background-color: #282560;
}

input.StandardButtonStyle2
{
	background-color: #6699bb; /* Blue button*/
}

.err_indicator,
.validator
{
	color: red;
}

.validationSummary 
{
	font-size: 13px;
    color: red;
}

.mandatory_indicator,
.validation_indicator
{
	display: table-cell;
	vertical-align: top;
    color: red;
    padding-left: 3px;
}
.StandardFontBlack {
color:#000000;
/*font-family:Arial,sans-serif;*/
font-family: Calibri, Arial, Tahoma, Sans-Serif;
font-size:8.5pt;
font-weight:normal;
}

.StandardFontError{
	/*font-family: Arial, sans-serif;*/
	font-family: Calibri, Arial, Tahoma, Sans-Serif;
	font-size: 8.50pt;
	color : Red;
	font-weight : normal;					
	}