﻿
    body 
    {
        background: silver;
        padding-top:0px;
        padding-left: 15px;    	
    }
    a:link, a:visited
    {
        color: Blue;
        font-size: 8pt;
    } 
    p
    {
        
    }               
    .pnlMain 
    {
        min-width: 960px;
        max-width: 960px;
        width: 960px;
        background-repeat:repeat-x;        	
        height: 795px;
    }
    
    .imgTopLft
    {
        position: absolute;
        top: 0px; 
        left: 0px;      	  
    }
    .imgTopRgt
    {
        position: absolute;
        top: 0px;
        right: 0px;      	  
    }
    .imgBtmLft
    {
        position:absolute;
        bottom: 0px; 
        left: 0px;           	     	  
    }	
    .imgBtmRgt
    {
        position: absolute;
        bottom: 0px;
        right: 0px;            	     	  
    }	
    .imgLogo 
    {
        position: absolute;
        top: 0px;
        left: 48px;      	
        z-index: 10000; 	  
    }
    .btnEng
    {
        position: absolute;
        top: 50px;
        left: 840px; 
        z-index: 100;
        border-style:none;    	  
    }
    .btnSpn
    {
        position: absolute;
        top: 50px;
        left: 722px; 
        z-index: 100;
        border-style:none;    	  
    }
    .divMain 
    {
        position: absolute;
        top: 120;
        padding-top: 100px;
        padding-bottom: 100px;
        padding-right: 50px;
        padding-left: 50px;
        width: 832px;
    }
    .divInfo
    {
        text-align: left;
        font-family: Tahoma, Arial;
        font-size: 10pt;
        padding-left: 10px;
        padding-right: 10px; 
        background-attachment:inherit;           
    }
    .divHeader
    {
        font-family: "Eras Medium ITC", Sans-Serif;
        font-size: 14pt;
        color: Navy;
        font-weight:bold;
        padding-top:auto;
        margin: 0px;
    }  
        .divHeaderMain
    {
        font-family: "Eras Medium ITC", Sans-Serif;
        font-size: 14pt;
        color: Navy;
        font-weight:bold;
        padding-top:0px;
        margin: 0px;
    }  
    .divFooter
    {
        position: absolute;
        bottom: 10px;
        font-family: "Eras Medium ITC", Sans-Serif;
        font-size: 12pt !important;
        color: Navy;
        text-align: center;
        width: 90%;            	           	
    }  
    .divBrand
    {
        font-family: "Eras Medium ITC", Sans-Serif;
        font-size: 14pt;
        color: Navy;
    }  
    .divTagline
    {
        font-family: Tahoma, Arial;
        font-size: 8pt;
        color: Navy;
        font-style:italic;
    }
    .floatRight { 
        float: right; 
        margin-left: 4px;
        margin-right: 40px;
        width: 155px; 
    }  
    .largeText{
      font-size:12pt;
    }
    .promoText 
    {
        font-family: Tahoma, Arial;
        font-size: 22pt;
        color: Blue;
        font-weight:700;
        font-style: italic;        
        letter-spacing: -1px;
        margin: 0px;
    }  
     .promoTextRenter
    {
        font-family: Tahoma, Arial;
        font-size: 18pt;
        color: #B22222;
        font-weight:700;
        font-style: italic;        
        letter-spacing: -1px;
        margin: 0px;
    }  
    .bold{
      font-weight:bold;
      }
    .red{
      color:#B22222;
    }
    .Title 
    {
        font-family: Tahoma, Arial;
        font-size: 24pt;
        color: Silver;
        font-weight:700;
        font-style: italic;
        padding-right: 12px;    	        
        padding-left: 12px;
        padding-top: 12px;
        padding-bottom: 0;
        letter-spacing: -1px;
        margin: 0px;
    }  

.LoginLink 
{
    font-weight: bold !important;
    color: White !important;
    font-size: 10pt !important;
}
.SignupLink 
{
    cursor: pointer;
    font-size: 10pt !important;
    color: blue !important;
    
}
#mgControls{
  position:absolute;
  top: 55px;
  width: 800px; /* 87%; */
  left: 100px;
  height:10px;
  z-index: 500;
  }
  
#mgControlsContainer{
  width: 100%;
  margin:auto auto;
  height:10px;  
  }
  
#mgControlsRight{
  float:right;  
  height:10px; 
  white-space: nowrap;
  }
  
#mgLinkBar{
  position:relative;
  background-color:#C4D1D4;
  width:100%;
  min-width: 100%;
  height:10px;
  border-top:2px solid #151C38;
  }
  
#mgLinkBarContainer{
  width: 100%;
  margin:auto auto;
  height:10px;
  background-color:#C4D1D4;
  }
  
#mgLinksRight{
  float:right;
  width: 100%;
  text-align:right;
  background-color:transparent;
  }
   
/*Modal Popup*/
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup {
    background-color:#ffffdd;
    border-width:0px;
    border-style:solid;
    border-color:Gray;
    padding-top:3px;
    padding-bottom:3px;
    padding-right:0px;
    padding-left:0px;
    width:251px !important;
}
.modalUserTypePopup {
    background-color:#ffffdd !important;
    border-width:0px !important;
    border-style:none !important;
    border-color:Gray !important;
    padding:0px !important;
    width:251px !important;
    font-family: Eras Medium ITC !important;
}
/*Popup Control*/
.popupControl{
    background-color:White;
    position:absolute;
    visibility:hidden;
}
.outerPopup 
{
    background-color:transparent;  
    padding:1em 6px;
    right: 380px !important;
    top: 250px !important;
}

.userTypeHeader
{
    background-color:#663300; 
    color: white; 
    height: 40px; 
    top: -13px;
    left: -3px;
    position: relative;
    width: 100%;   
}
.userTypeHost 
{
    margin:0px; 
    padding:0px;
}
.closeButton 
{
    position:absolute;
    left:220px; 
    top:2px;
}
.signupLinkTop 
{
    font-weight: bold !important;color: White !important;font-size: 10pt !important; position:relative; top:-25px; left:-90px
}

input.nextButton { background-color: transparent; border: none; margin: 0; padding: 0; color: White; font-weight:bold; padding-left: 10px; padding-right: 10px; padding-top:8px; padding-bottom:8px; height:28px;}
input.nextButton div { border: 0; cursor: pointer; padding: 0px 10px 0 0; text-align: center; height: 50px; }
input.nextButton div span { display: block; white-space: nowrap; padding: 0 0 0 10px; color: #fff; font-size: 10pt;  font-weight: bold; height: 50px; line-height: 50px; }
/* button graphics */
input.nextButton { background: url(../App_Themes/Gray/Images/button_left.png) top right repeat; }
input.nextButton:hover div { background-position: 100% -50px; }
input.nextButton:hover div span { background-position: 0% -50px; color: #3B5E0B; }
/* button browser specific tweaks */
.ie input.nextButton { width: auto; overflow: visible; padding: 0 0 0 4px; }

