
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size:9pt;
    font-family:Arial;
}

.displayNone 
{
    display: none;
}

/******************************** BACKGROUND ************************************/
div.background
{
    position:fixed; 
    top:0px; 
    left:0px;  
    z-index:-1; 
    width:100%; 
    height:100%;
}

img.background
{
    width:100%; 
    height:100%;
    display: block;
}

/************************************ LINKS ***********************************/
a:link
{
    color: #6F9DBE;
    text-decoration:none;
    font-size:8pt;
    font-weight:normal;
}

a:visited
{
   color: #6F9DBE;
   text-decoration:none;
   font-size:8pt;
   font-weight:normal;
}

a:hover
{
    color:red;
    text-decoration:none;
    font-size:8pt;
    font-weight:normal;
}


/********************************** HEADER **************************************/

img.header_icon
{
    position:relative;
    top:0px;
    float:left;
    margin: 0;
    padding: 0;
    padding-right: 6px;
}

div.white_text
{
    padding-left:6px;
    color:White; 
    float:left;
    position:relative;
    top:0px;
    margin: 0;
    padding: 0;
}

div.gray_text
{
    padding-right:6px;
    color:GrayText; 
    float:right;
    position:relative;
    top:0px;
}

/*********************************** LOGO ***************************************/

div.logo_middle
{
    height:65px; 
    width:522px; 
    margin-left:0px; 
    margin-right:0px; 
    display:block;
    background-color:White;
    padding-top: 14px;
    padding-bottom: 0px;
}

.asp_logo_middle
{
    height:46px; 
    width:auto; 
    margin-left:12px; 
    margin-right:12px;
    display:block;
}

/********************************** DIVIDER *************************************/

div.divider_middle
{
    background-image:url('../Images/Login/login_divider_middle.png'); 
    background-repeat:repeat-x; 
    height:1px; 
    width: 522px; 
    margin-right:0px; 
    margin-left:0px; 
    display:block;
    margin-bottom: 6px;
    margin-top: 0px;
    padding: 0;
}

/********************************** CONTENT**************************************/

div.content_middle
{
    width: 522px; 
    height:230px; 
    background-color:#F5F8FA; 
    margin-left:0px; 
    margin-right:0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    
}

/****************************** CONTENT NORMAL *********************************/
div.content_main
{
    height:140px;
    padding:15px 30px 15px 30px;
    margin: 0px;
    border: 0px;
}

div.content_welcome
{
    color: #6F9DBE;
    text-align:center;
    font-weight:bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.content_email
{
    font-weight:bold;
    color:Gray;
    padding:0px 110px 0px 110px;
    border: 0px;
    margin: 0px;
    margin-left: 30px;
}

div.content_login_boxes
{
    width: 230px; 
    height:108px; 
    background-color:#F5F8FA; 
    margin-left:0px; 
    margin-right:0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

div.content_email_verified
{
    font-weight:bold;
    color:Gray;
    background-color: #F5F8FA;
    width: 100%;
    text-align:center;
    display:none;
    width: 500px;
    height: 187px;
    z-index:5;
    position: absolute;
    top: 82px;
    left: 20px;
}

/***************************** CONTENT FEEDBACK ********************************/
div.login_error
{
    display:none; 
    float:right; 
    color:Red; 
    font-weight:normal;
    padding: 0px;
    margin: 0px;
    position: relative;
    right: 27px;
}

div.content_email_feedback
{
    font-weight:bold;
    color:Gray;
    padding:0px 0px 0px 0px;
    width:40%;
    float:right;
}

div.content_feedback
{
    font-weight:normal;
    font-size:8pt;
    color:Gray;
    float:left;
    text-align:left;
    width: 150;
    margin-top:0px;
    margin-bottom:-20px;
    margin-left: 20px;
    display:none;
    margin-right: 0px;
    position: absolute;
    left: 15px;
    width: 250px;
    height: 200px;
}

div.content_feedback h3
{
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
}

.float_right
{
    float:right;
    padding-right:10%;
}

/****************************** FORGOT PASSWORD ********************************/
div.content_email_forgot_password
{
    background-color: #F5F8FA;
    color:Gray;
    padding:0px 110px 0px 110px;
    position: absolute;
    width: 280px;
    height: 187px;
    z-index:5;
    position: absolute;
    top: 82px;
    left: 20px;
}

div.content_email_forgot_password_feedback 
{
    font-weight:bold;
    color:Gray;
    padding:0px 0px 0px 0px;
    width:40%;
    float:right;
    display:none;
}
/********************************** FOOTER **************************************/
div.footer_text
{
    float:left;
    padding-left:15px;
    padding-top:35px;
    font-size:7pt; 
    color: #000000;
    padding-bottom: 0px;
    margin: 0px;
    border: 0px;
    position: absolute;
    bottom: 0px;

}

div.footer_logo
{
    float:right;
    padding-right:0px;
    padding-top:35px;
    padding-bottom: 0px;
    height: 26px;
    width: 95px;
    display: block;
    margin: 0px;
    border: 0px;
    right: 20px;
    position: absolute;
    bottom: 0px;
}

/*****************************************/
/* Stretchable Popup                     */
/*****************************************/
div.loginpopup {
  position: absolute;
  z-index: 2;
  color: #FFFFFF;
  position:absolute; 
  left:50%; 
  top:45%;
  margin-left:-273px; 
  margin-top:-180px; 
  z-index:1;
}
div.loginpopup div.top {
  width: 100%; height: 30px;
  position: relative;
}
div.loginpopup div.top div.topleft {
  width: 20px; height: 30px;
  position:absolute; left:0px;
  background: url('../Images/Login/Header/login_header_left.png') no-repeat;
}
div.loginpopup div.top div.topcentre {
  height: 30px; 
  margin-left: 20px; margin-right: 20px;
  background: url('../Images/Login/Header/login_header_middle.png') repeat-x;
}
div.loginpopup div.top div.topright {
  width: 20px; height: 30px;
  position:absolute; right:0px;
  background: url('../Images/Login/Header/login_header_right.png') no-repeat;
}

div.loginpopup div.middle {
  width: 100%; height: 100%;
  position: relative;
  height: 305px;
}
div.loginpopup div.middle div.middleleft {
  width: 12px; height:100%; min-height: 100%;
  position:absolute; left:0px;
  background: url('../Images/Login/login_overlay_left.png') repeat-y;
  border: 0px;
  padding: 0px;
  margin: 0px;
}
div.loginpopup div.middle div.middlecentre {
  height:100%;
  margin-left: 12px; margin-right: 12px;
  border: 0px;
  padding: 0px;
  margin-bottom: 0px; margin-top: 0px;
  background-color: #F5F8FA;
  
}
div.loginpopup div.middle div.middleright {
  width: 12px; height:100%; min-height: 100%;
  position:absolute; right:0px; 
  background: url('../Images/Login/login_overlay_right.png') repeat-y;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

div.loginpopup div.bottom {
  width: 100%; height: 29px;
  position: relative;
}
div.loginpopup div.bottom div.bottomleft {
  width: 25px; height: 29px;
  position:absolute; left:0px;
  background: url('../Images/Login/Footer/login_footer_left.png') no-repeat;
}
div.loginpopup div.bottom div.bottomcentre {
  height: 29px;
  margin-left: 25px; margin-right: 25px;
  background: url('../Images/Login/Footer/login_footer_middle.png') repeat-x;
}
div.loginpopup div.bottom div.bottomright {
  width: 25px; height: 29px;
  position:absolute; right:0px;
  background: url('../Images/Login/Footer/login_footer_right.png') no-repeat;
}
div.loginpopup div.popup_buttons {
  height: 25px;
  padding-left: 73px;
}

div.loginpopup div.popup_title {
  font-weight: bold;
  padding-top: 9px; padding-left: 0px;
}
div.loginpopup div.form_row {
  clear: both;
  padding-bottom: 10px;
}
div.loginpopup div.form_row label {
  display: block;
  float: left;
  text-align: right;
  width: 59px;
  margin-right: 10px; 
  margin-left: 4px;
}
div.loginpopup div.form_row select {
  max-width: 198px;
  width: auto !important;
  width: 198px;
}