/***************************
 * Body style sheet definition
 ***************************/
body
{
    margin:           0px;
    background-color: #f7f5ea;
}

body.CenterBody{
    margin:0px;
    background-color: #f7f5ea;
    text-align:center;
}

label
{
    color:#FF3300;
    display:inline;
}
#table2{
margin-left:25px;
margin-top:20px;

}
#table1{
margin-top :150px;


}
/***************************
 * Hiding elements using visibility
 ***************************/
.hide { position:absolute; visibility:hidden; }
.show { position:absolute; visibility:visible; }

/***************************
 * Hiding elements using display - All hideable sections should have this class associated
 * with them so that they are not displayed for a short time when the page loads. The section
 * can then be displayed if necessary when the page has fully loaded.
 ***************************/
.hideDisplay { display:none; }
.showDisplay { display:inline; }

/***************************
 * Top-level table style sheet definition - all text is within a table
 ***************************/
table
{
    border:           0px ;
    font-size:        11px;
    font-family:      Verdana, Arial, sans-serif;
    line-height:      15px;
    background-color: #f7f5ea;
}

.CenterTable{
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}



.ProcessingPopup
{
    background-color:   #FFFFFF;
    vertical-align:     middle;
    border:             0px;
}

.TermsAndConditions
{
    font-size:        11px;
    font-family:      Verdana, Arial, sans-serif;
    line-height:      15px;
    background-color: #f7f5ea;
    width:            600px;
}

.InitialCriteria
{
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    /**border-left: 1px solid #003399;                  /** BRANDING **/
    border-left: 0px;

}

.DatePicker                                         /** BRANDING **/
{
    text-align:     center;
    margin-left:    auto;
    margin-right:   auto;
}

.HeaderInfo {
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    margin-top:10px;
}

.AreaSplitterRightSide
{
    border-right: 1px solid #C2C2C2;
}

/*******************************************************************************
 * Header styles (for that header on the top of the main screens)
 ******************************************************************************/
.HeaderContainer
{
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    border: 0px;
    padding: 0px;
    position: relative;
}

.HeaderContainer a
{
    color: black;
    text-decoration: none;
    text-transform: none;
}

.HeaderLeftLogo
{
    position: absolute;
    padding: 0px;
    border: 0px;
    z-index: 99;
}
.Header
{ 
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ffd900 none repeat scroll 0 0;
height:80px;
}
.HeaderRightLogo
{
float:left;
height:50px;
margin-top:20px;
width:200px;
border-style:none;
border-color:none;	
}

.HeaderMiddle
 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/aviva-beam.gif) no-repeat scroll 0 0;
height:80px;
margin:0 auto;
width:972px;
}

.MenuBarItem a {
	text-decoration: none;
color:black;}





.TermsCondsTxt
{
    position: absolute;
    font-weight: bold;
    left: 150px;
    overflow: hidden;
}

.HeaderTopTxt
{
    position: absolute;
    top: 28px;
    left: 262px;
    width: 20%;
}

.HeaderLoggedIn
{
    position: absolute;
    left: 207px;
    top: 28px;
    text-align: left;
}

.LoggedInTxt
{
    position: absolute;
    font-weight: bold;
    text-transform: none;
    color: #294573;
}

.LoggedInUser
{
    position: absolute;
    left: 70px;
    color: #313031;
}

.HeaderQuoteNo
{
    position: absolute;
    text-align: right;
    top: 28px;
    left: 347px;
    text-transform: none;
}
.HdrQuoteNumTxt
{
    position: absolute;
    font-weight: bold;
    text-transform: none;
    color: #294573;
}
.HdrQuoteNum
{
    position: absolute;
    left: 47px;
    color: #313031;
}

.HeaderBottomTxt
{
    position: absolute;
    top: 60px;
    left: 262px;
}

.HeaderDropDowns
{
	
    position: absolute;
    top: 60px;
    left: 207px;

}
.MenuBarItem
{
    position: relative;
    float: left;
   
 
}
.HeaderWriteNow
{
	
    position: absolute;
    text-align: right;
    top: 6px;
    right:100px;
}
.WriteNowTxt
{
    position: absolute;
    color: #294573;
    text-transform: none;
    font-weight: bold;
}
.WriteNowTxt a
{
    
    color: #294573;
    text-transform: none;
    font-weight: bold;
}

.HeaderHelpDesk
{
    position: absolute;
    text-align: right;
    top: 28px;
    right: 245px;
}
.HelpdeskTxt
{
    position: absolute;
    color: #294573;
    text-transform: none;
    font-weight: bold;
}
.HelpdeskNum
{
    position: absolute;
    left: 67px;
    color: #313031;
}

.HeaderDate
{
    position: absolute;
    text-align: right;
    top: 60px;
    right: 97px;
}



.HeaderLogo
{
    position: absolute;
    right: 0px;
    z-index: -1;
}

.TickerTape
{
    position: absolute;
    color: #294573;
    width: 100%;
    background-color: transparent;
    font-weight: bold;
    z-index: 10;
}

/*******************************************************************************
 * Welcome Page styles
 ******************************************************************************/
.MsgBoards
{
    position: absolute;
    width: 650px;
}

.InfoArea
{
    position: absolute;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    left: 10px;
    text-align: justify;
    background-color: #ffffff;
    border-top: 2px solid #848284;
    border-left: 2px solid #848284;
    border-bottom: 1px solid #d6d3ce;
    border-right: 1px solid #d6d3ce;
    width: 100%;
    height: 200px;
}

.InfoAreaHeader
{
    position: absolute;
    font-weight: bold;
    background-color: #efebce;
    height: 20px;
    text-indent: 10px;
    width: 100%;
}

.InfoAreaText
{
    position: absolute;
    top: 20px;
    width: 647px;
    height: 177px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
}

.ContinueBtn
{
    position: absolute;
    right: -10px;
}

.PageDivider
{
    position: absolute;
    background-image: url(../images/dialogdivider.bmp);
    background-repeat: repeat-x;
    width: 100%;
    height: 2px;
    z-index: 99;
}

.PageDividerVert
{
    position: absolute;
    background-image: url(../images/dialogdividerVert.bmp);
    width: 2px;
    left: 105%;
    height: 450px;
    z-index: 99;
}

.PageDividerWS
{
 	position: relative;
 	background-image: url(../images/dialogdividerVert.bmp);
    width: 2px;
    left: 105%;
    height: 450px;
    z-index: 99;
}

.UGpageDivider{
    position: relative;
 	background-image: url(../images/dialogdivider.bmp);
    background-repeat: repeat-x;
    width: 100%;
    height: 2px;
    z-index: 99;
}

.WSPageHeading
{
    position: absolute;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
}

.newWSPageHeading{
  position: relative;
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
}

.WelcomeList
{
    position: absolute;
    top: 15px;
}

.WelcomeList ul
{
    list-style: square;
}

.WelcomeList li
{
    padding-bottom: 10px;
}

.GuideLinks li
{
    padding-bottom: 5px;
}

.SystemRequirmentSection{
  position: relative;
  width: 100%;
}

.SysReqItem
{
    position: absolute;
}

.WPSysReqItem{
  
   width: 95%;
}

.WPSysReqLogo{
     clear: both;
  float: left;
  border: 5px;
}


.SysReqLogo
{
    position: absolute;
}

.SysReqTxt
{
    position: absolute;
    left: 100px;
}


.WelcomeRightSection
{
    position: absolute;
    left: 700px;
    width: 300px;
    text-align: justify;
}

.Scrollbars
{
    scrollbar-arrow-color: #637173;
    scrollbar-base-color:#efebce;
    scrollbar-shadow-color: #948e7b;
    scrollbar-dark-shadow-color: #ffffff;
    scrollbar-track-color: #cec7a5;
    scrollbar-face-color: #efebce;
    scrollbar-highlight-color: #cec7a5;
    scrollbar-3d-light-color: #cec7a5;
}

/***************************
 * Login page
 ***************************/
.LoginUsername
{
    position: absolute;
    top: 5px;
    left: 20px;
}

.LoginUsernameTxt
{
    position: absolute;
    top: 5px;
    left: 100px;
}

.LoginPw
{
    position: absolute;
    top: 25px;
    left: 20px;
}

.LoginPwTxt
{
    position: absolute;
    top: 25px;
    left: 100px;
}

.LogonBtn
{
    position: absolute;
    top: 50px;
    left: 100px;
}

.DebugLogonBtn
{
    position: absolute;
    top: 50px;
    left: 190px;
}

.BuildNo
{
    position: absolute;
    top: 80px;
    left: 20px;
}

.LoginLine
{
    top: 75px;
}

/***************************
 * Date/Time include styles
 ***************************/
.DateContainer
{
    position: relative;
    width: 130px;
    height: 20px;
}

.DateDay
{
    position: absolute;
    left: 0px;
}

.DateMonth
{
    position: absolute;
    left: 35px;
}

.DateYear
{
    position: absolute;
    left: 70px;
}

.DateIcon
{
    position: absolute;
    left: 110px;
}

.TwoChars
{
    width: 22px;
}

.FourChars
{
    width: 37px;
}

.TimeContainer
{
    position: relative;
    width: 60px;
    height: 20px;
}

.TimeHour
{
    position: absolute;
    left: 0px;
}

.TimeMin
{
    position: absolute;
    left: 35px;
}


/***************************
 * Styles for menu ddl
 ***************************/
#dropmenudiv{
    position:absolute;    
    border-top:none;
    border-left: 1px solid #c2b35e;
    border-bottom: 2px solid #c2b35e;
    border-right: 2px solid #c2b35e;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    line-height:16px;
    z-index:100;
    background-color:#ffd900;
    padding: 2px 2px 2px 2px;
}

#dropmenudiv a{
    width: 105%;
    display: block;
    text-indent: 2px;
    border: 1px solid #efdf73;
    padding: 1px 0px;
    background-color:#feec5d;
    color: black;
    text-decoration: none;
    text-transform: none;
}

#dropmenudiv a:hover{ /*hover background color*/
    background-color: #faefb0;
    border: 1px solid #ffb400;
}

#dropmenuframe{
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    border:none;
    z-index:99;
}

#submenudiv{
    position:absolute;
    border:none;
    border-left: 1px solid #c2b35e;
    border-bottom: 2px solid #c2b35e;
    border-right: 2px solid #c2b35e;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    line-height:16px;
    z-index:100;
    background-color:#efdf73;
    padding: 2px 2px 2px 2px;
}

#submenudiv a{
    width: 105%;
    display: block;
    text-indent: 2px;
    border: 1px solid #efdf73;
    padding: 1px 0px;
    background-color:#efdf73;
    color: black;
    text-decoration: none;
    text-transform: none;
}

#submenudiv a:hover{ /*hover background color*/
    background-color: #faefb0;
    border: 1px solid #ffb400;
}

#submenuframe{
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    border:none;
    z-index:99;
}

/*******************************************************************************
 * Top-level table style - should be used for popup dialog
 ******************************************************************************/
body.Popup
{
    margin: 0px;
    background-color: #f3f2ed;
}


.Popup table
{
    border:           0px ;
    font-size:        11px;
    font-family:      Verdana, Arial, sans-serif;
    line-height:      15px;
    background-color: #f3f2ed;
}

table.SinkTable
{
    border-left: 2px solid #848284;
    border-top: 2px solid #848284;
    border-bottom: 1px solid #d6cfce;
    border-right: 1px solid #d6cfce;
}

/*******************************************************************************
 * Main page (non-popup) styles
 ******************************************************************************/
.InitCritTitle
{
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    color: #294573;
}

.PageDividerInTable
{
    background-image: url("../images/dialogdivider.bmp");
    background-repeat: repeat-x;
    width: 100%;
    height: 2px;
}

.PageAsk
{
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    color: #294573;
    padding-bottom: 2px;
}

.PageContainer
{
    position: relative;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
}

/*******************************************************************************
 * Dialog/Popup styles
 ******************************************************************************/
.BrandingDialogHeader
{
    position: absolute;
    background-image: url("../images/bliveheader.jpg");
	font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    color: #294573;
    font-weight: bold;
    padding-top: 9px;
    padding-left: 13px;
    height: 33px;
    width: 100%;
}

.DialogTitle
{
    position: relative;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    color: #294573;
}

.DialogDividerInTable
{
    position: relative;
    background-position: center;
    background-image: url("../images/dialogdivider.bmp");
    background-repeat: repeat-x;
    width: 100%;
    height: 2px;
}

.DialogDivider
{
    background-image: url("../images/dialogdivider.bmp");
    background-repeat: repeat-x;
    width: 100%;
    height: 2px;
}

.DialogAskDivider
{
    background-image: url("../images/dialogdivider.bmp");
    background-repeat: repeat-x;
    width: 100%;
    height: 2px;
}

.DialogAsk
{
    position: relative;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    color: #294573;
    padding-bottom: 2px;
}

.DialogAskNote
{
    font-weight: bold;
}

.DialogReqStar
{
    color: red;
}

.DialogContainer
{
    position: relative;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
}

/***************************
 * Global style sheet definitions
 ***************************/
.PageHeading
{
    font-size:      16px;
    font-weight:    bold;
    color:          #00204A;
    letter-spacing: 1px;
    line-height:    20px;
    font-family:    arial;
}

.PageTitle {
    padding-left: 13px;
    padding-top:  10px;
    font-size:      12px;
    font-weight:    bold;
    color:          #00204A;
    letter-spacing: 1px;
    line-height:    10px;
    font-family:    arial;
}

.SectionHeading
{
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
}
.MinorHeading {
    font-weight: bold;
}

.Indent {
    padding-left: 25px;
}

.Branding
{
    background-color: #003399;                  /** BRANDING **/
    vertical-align:   middle;
    color:            white;
    font-weight:    bold;
}

.BrandingLogo                                   /** BRANDING **/
{
    background-color: #FFCC33;                  /** BRANDING **/
    vertical-align:   middle;
    border-bottom:    1px solid #003399;
}

.Exception      {
    color:      #313031;
    background-color: #FFCC33;
    font-weight:    bold;
}

.VerticalDateBig
{
    font-size:   12px;
    font-weight: bold;
    line-height: 12px;
}

.VerticalDateSmall
{
    font-size:   10px;
}


/***************************
 * Table style sheet definitions
 ***************************/
tr.SearchResultsMain{
    font-weight:      bold;
    background-color: #ffffff;                  /** BRANDING **/
}

tr.SearchResults0{
    background-color: #FFFFFF;                  /** BRANDING **/
}

tr.SearchResults1{
    background-color: #efeff7;                  /** BRANDING **/
}

tr.SearchResultsHighLightMain{
    font-weight:      bold;
    background-color: #eff7bd;                  /** BRANDING **/
}

tr.SearchResultsHighLight{
    background-color: #eff7bd;                  /** BRANDING **/
}

tr.SearchResultsRed{
    background-color: #E6B3B3;
}

tr.SearchResultsSelected{
    background-color: #FFFFAD;
}

tr.SearchResultsDrill{
    background-color: #E6B3B3;
}

tr.hand
{
    cursor:              hand;
}

/** Default table header */
th
{
    background-color: #b5b2b5;                  /** BRANDING **/
    text-align:       left;
    color:            white;
    font-weight:      bold;
    border: none;
    padding-bottom: 5px;
}

th.SearchResultsHeader
{
    background-color: #b5b2b5;                  /** BRANDING **/
    text-align:       left;
    color:            white;
    font-weight:      bold;
    border: none;
}

th.SectionHeader
{
    background-color: #f7f5ea;                  /** BRANDING **/
    text-align:       left;
    color:            #313031;
    font-weight:      bold;
}

th.Link
{
    text-align:       right;
    border-left:      none;
}

th.AlignRight
{
   text-align:       right;
}
th.AlignCenter
{
   text-align:       center;
}
td {
    vertical-align:      top;
}

td.CenterCell{
    vertical-align:      middle;
}

td.BottomCell{
    vertical-align:      bottom;
}

td.Exception{
    color:      #313031;
    background-color: #FFCC33;
}

td.Label{
    color:      #002266;
}

td.polkeyfont{
    font-family: Courier New
}
td.SearchFieldLabel{
    vertical-align: middle;
}

td.SearchResults{
    background-color: #FFFFFF;
    vertical-align: middle;
    border-bottom:    1px solid black;
}

td.MainPageContent
{
    padding-right: 10;
    padding-left:  10;
    padding-top:   10;
}
td.RenewalWidth{
    padding-right: 0;
    padding-left: 0;
}

td.PadAllButTop
{
    padding-right: 10;
    padding-bottom: 10;
    padding-left:  10;
    padding-top:   0;
}

td.quoteTitleBlack
{
    font-weight: bolder;
    font-size: 22px;
    font-family: verdana;
    font-variant: small-caps;
    color: #000000;
    height: 50px;
    vertical-align: middle;
}

td.quoteTitleGrey
{
    font-weight: bolder;
    font-size: 16px;
    font-family: verdana;
    font-variant: small-caps;
    color: #DCDCDC;
    height: 50px;
    vertical-align: middle;
}

td.quoteSubTitle
{
    font-weight: bold;
    font-size: 11px;
    font-family: verdana;
    height: 30px;
}

td.quoteTitleBlack
{
    font-weight: bolder;
    font-size: 22px;
    font-family: verdana;
    font-variant: small-caps;
    color: #000000;
    height: 50px;
    vertical-align: middle;
}

td.quoteTitleGrey
{
    font-weight: bolder;
    font-size: 16px;
    font-family: verdana;
    font-variant: small-caps;
    color: #DCDCDC;
    height: 50px;
    vertical-align: middle;
}

td.quoteSubTitle
{
    font-weight: bold;
    font-size: 11px;
    font-family: verdana;
    height: 30px;
}

td.DDWarning
{
	float: left;
	border: 1px solid black;
	background-color: white;
	font: bold;
	padding: 2px;
}

/***************************
 * Date Picker Styles
 ***************************/
td.Weekend                                      /** BRANDING **/
{
    background-color: #CCDDFF;
}

td.WeekDays                                     /** BRANDING **/
{
    background-color: #E5EEFF;
}


/***************************
 * Anchor style sheet definitions
 ***************************/
a
{
    color: #00000;
    text-transform: lowercase;
}

a:hover{
    text-decoration: underline;
}

a.Black{
    color:               black;
}

a.Underline {
    text-decoration:     underline;
}

a.Header{
    background-color:   #003399;                    /** BRANDING **/
    color:              white;
}

a.SearchResultsHeader
{
    color:               black;
    text-decoration:     underline;
}

a.NoUnderline
{
    text-decoration:     none;
}

a.ExceptionLink{
    color:               white;
}

/***************************
 * Form field style sheet definitions
 ***************************/
select
{
    width:       128px;
    font-family: verdana, arial;
    font-size:   10px;
}

select.YesNo
{
    width:       50px;
}

input
{
    width:       128px;
    font-family: verdana, arial;
    font-size:   10px;
}

input.Checkbox
{
    width:       14px;
    height:      14px;
}

input.TwoDigits
{
    width:      28px;
}

input.Small
{
    width:      14px;
}

/***************************
 * Buttons (main screens)
 ***************************/
input.Button {
    background-color: #edebcd;                  /** BRANDING **/
    color: black;
    border-bottom: 2px solid #313031;
    border-right: 2px solid #313031;
    border-left: 1px solid #313031;
    border-top: 1px solid #313031;
    text-transform: lowercase;
}

input.BigButton {
    width:      132px;
    background-color: #edebcd;                  /** BRANDING **/
    color: black;
    border-bottom: 2px solid #313031;
    border-right: 2px solid #313031;
    border-left: 1px solid #313031;
    border-top: 1px solid #313031;
    text-transform: lowercase;
}

input.FatButton {
    width:      72px;
    height:      25px;
    font-size: 13px;
    font-weight: bold;
    color: white;
    font-weight:    bold;
    background-color: #003399;                  /** BRANDING **/
    border-bottom: 2px solid #002266;
    border-right: 2px solid #002B80;
    border-left: 2px solid #0044CC;
    border-top: 2px solid #004DE6;
    margin: 3px;
}

input.SmallButton {
    width:      80px;
    background-color: #edebcd;                  /** BRANDING **/
    color: black;
    border-bottom: 2px solid #313031;
    border-right: 2px solid #313031;
    border-left: 1px solid #313031;
    border-top: 1px solid #313031;
    text-transform: lowercase;
}

input.XSmallButton {
    width:      45px;
    background-color: #003399;                  /** BRANDING **/
    color: white;
    font-weight:    bold;
    border-bottom: 2px solid #002266;
    border-right: 2px solid #002B80;
    border-left: 2px solid #0044CC;
    border-top: 2px solid #004DE6;
}

/***************************
 * Buttons (popup dialogs)
 ***************************/
input.ButtonDialog {
    background-color: #edebcd;                  /** BRANDING **/
    color: black;
    border-bottom: 2px solid #313031;
    border-right: 2px solid #313031;
    border-left: 1px solid #313031;
    border-top: 1px solid #313031;
    text-transform: lowercase;
}

input.BigButtonDialog {                         /** BRANDING **/
    width:      128px;
    background-color: #edebcd;                  /** BRANDING **/
    color: black;
    border-bottom: 2px solid #313031;
    border-right: 2px solid #313031;
    border-left: 1px solid #313031;
    border-top: 1px solid #313031;
    text-transform: lowercase;
}
input.FatButtonDialog {
    width:      72px;
    height:      25px;
    font-size: 13px;
    font-weight: bold;
    color: white;
    font-weight:    bold;
    background-color: #edebcd;                  /** BRANDING **/
    color: black;
    border-bottom: 2px solid #313031;
    border-right: 2px solid #313031;
    border-left: 1px solid #313031;
    border-top: 1px solid #313031;
    text-transform: lowercase;
}

input.SmallButtonDialog {
    width: 80px;
    background-color: #edebcd;                  /** BRANDING **/
    color: black;
    border-bottom: 2px solid #313031;
    border-right: 2px solid #313031;
    border-left: 1px solid #313031;
    border-top: 1px solid #313031;
    text-transform: lowercase;
}
input.XSmallButtonDialog {
    width:      45px;
    background-color: #edebcd;                  /** BRANDING **/
    color: black;
    border-bottom: 2px solid #313031;
    border-right: 2px solid #313031;
    border-left: 1px solid #313031;
    border-top: 1px solid #313031;
    text-transform: lowercase;
}
/** END OF DIALOG BUTTONS */

input.Radio{
    width:      20px;
    vertical-align:middle;
}

textarea
{
    width:       128px;
    font-family: verdana, arial;
    font-size:   10px;
    overflow:    hidden;
}
/***************************
 * Userid/Broker lookup
 ***************************/
.BrokerSelector
{
    position: relative;
    width: 350px;
    height: 45px;
}

.BrokerSelectorTitle
{
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bold;
    color: #002266;
}
.BrokerIdLabel{
    position: absolute;
    top: 20px;
    left: 0px;
}


	

.CustomerCodeSelect{
	margin-left:50px;
	 float:left;
    top: 20px;
    left: 50px;
    width: 40px;
}
	
.BrokerIdSelect{
    position: absolute;
    top: 20px;
    left: 50px;
    width: 40px;
}
.UserIdLabel{
    position: absolute;
    top: 20px;
    left: 175px;
}
.UserIdTxt{
    position: absolute;
    top: 20px;
    left: 225px;
    width: 25px;
}
.UserIdBtn{
    position: absolute;
    top: 20px;
    left: 300px;
}
/*******************************************************************************
 * Styles for GeoCode address fields
 ******************************************************************************/
input.SearchAddress
{
    width:       200px;
    font-family: verdana, arial;
    font-size:   10px;
}

select.SearchAddress
{
    width:       200px;
    font-family: verdana, arial;
    font-size:   10px;
}

input.RiskAddress
{
    width:       200px;
    font-family: verdana, arial;
    font-size:   10px;
}

input.PostalAddress
{
    width:       200px;
    font-family: verdana, arial;
    font-size:   10px;
}

/*******************************************************************************
 * Styles for read-only fields. i.e. fields which aren't disabled but should not
 * be edited
 ******************************************************************************/
input.roTextField
{
    width: 200px;
    background-color: #FFC6B3;
}

/*******************************************************************************
 * Styles for required fields
 ******************************************************************************/
input.Required
{
    background-color: #FFF9E5;
}

select.Required
{
    background-color: #FFF9E5;
}

input.ReqField
{
    width:        200px;
    background-color: #FFF9E5;
}

select.ReqField
{
    width:        200px;
    background-color: #FFF9E5;
}

span.Req{
    color: #ff0000;
}

/***************************
 * Styles for DIV's and SPANS
 ***************************/
div.initialDHTMLTable
{
    position:absolute;
    left:335px;
    top:-200px;
}

span.pppMessage
{
    border:    1px solid black;
    font-weight: normal;
    color: #000000;
    background-color: #F3E401;
}

/***************************
 * Info Popup styles
 ***************************/
.InfoPopup
{
    position:absolute;
    left:335px;
    top:-800px;
    width: 400px;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    border-top: 1px solid #313031;
    border-left: 1px solid #313031;
    border-bottom: 2px solid #313031;
    border-right: 2px solid #313031;
    text-transform: none;
    color: #313031;
    z-index: 1000000;
}

.InfoPopupFrame
{
    display:none;
    position:absolute;
}

.InfoPopupIcon
{
    position: absolute;
    background-color: #ffffff;
    z-index: 99;
    top: 3px;
    left: 3px;
}

.InfoPopupTitle
{
    position: relative;
    background-color: #ffffff;
    font-weight: bold;
    padding-left: 25px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 5px;
    color: #001084;
}

.InfoPopupTxt
{
    position: relative;
    background-color: #ffffff;
    padding-left: 25px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    text-align: justify;
}

/***************************
 * Styles for Welcome screen
 ***************************/
table.WelcomeBranding{
    background-color: #F5E61B;
}

table.SmallTableWelcome {
        border: 1px solid #003399;
        padding-left:   4;
        padding-right:  4;
        padding-top:    4;
        display:        none;
}

table.NewsTableWelcome {
        border: 1px solid #003399;
        padding-left:   4;
        padding-right:  4;
        display:        none;
}

td.WelcomeLinksInfo {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

/***************************
 * Styles for Referral messages
 ***************************/
td.alertMessage {
    font-weight: bold;
    color: #000000;
    background-color: #F3E401;
}

td.errorMessage {
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #F3E401;
}

.RefMsgsContainer
{
    position: relative;
    width: 75%;
    background-color: #ffffff;
    border-top: 1px solid #313031;
    border-left: 1px solid #313031;
    border-bottom: 2px solid #313031;
    border-right: 2px solid #313031;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
}

.RefMsgsIcon
{
    position: absolute;
    top: 10px;
    left: 10px;
}

.RefMsgsTitle
{
    position: relative;
    text-align: left;
    padding-left: 45px;
    color: #ad0000;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
}

.RefMsgsTxt
{
    position: relative;
    text-align: left;
    padding-left: 45px;
    padding-bottom: 10px;
}

/***************************
 * Home Premium Details
 ***************************/
.HomePremDetsContainer
{
    position: relative;
    background-color: #ffffff;
    border-top: 1px solid #313031;
    border-left: 1px solid #313031;
    border-bottom: 2px solid #313031;
    border-right: 2px solid #313031;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    padding: 10px;
	width: 600px;    
}

.HomePremDetailsIcon
{
    position: absolute;
    top: 10px;
    left: 10px;
}

.HomePremDetailsTitle
{
    position: relative;
    text-align: left;
    padding-left: 25px;
    color: #002063;
    padding-top: 1px;
    font-weight: bold;
    font-size: 12px;    
}

.HomePremDetailsLinks
{	
	width: 600px;
	padding-left: 458px;
}

.HomePremDetailsBreakdown
{
	position: relative;
	height: 110px;
	width: 435px;
	background-color: #e7efef;
    left: 20px;	
}

.HomePremDetailsLHS
{
	float: left;
	width: 210px;
	padding: 5px;
}

.HomePremDetailsRHS
{
	float: left;
	width: 225px;
	padding: 5px;
}

.HomePremDetailsTotal
{
	position:relative;
	width: 550px;
	left: 20px;
	padding: 5px;
}

.HomePremDetailsTotalLabel
{	
	width: 340px;
	font-weight:bold;
	font-size: 12px;
}

.HomePremDetailsTotalValue
{
	width: 75px;
	font-weight:bold;
	text-align: right;
	font-size: 12px;
}

.HomePremDetailsDDLink
{
	padding-left: 14px;
}

.HomePremDetailsDirectDebit
{
	position:relative;
	padding: 5px;
	width: 435px;
	background-color: #e7efef;
    left: 20px;		
}

.HomePremDetailsDDLabel
{
	width: 350px;
}


.HomePremDetailsLabel
{
	width: 120px;
}

.HomePremDetailsFatLabel
{
	width: 140px;
}

.HomePremDetailsValue
{
	width: 65px;
	text-align: right;
}

.HomePremDetailsSectionLabel{
	width: 340px;
	font-weight:bold;
	font-size: 12px;
}

.HomePremDetailsSectionValue
{
	width: 75px;
	font-weight:bold;
	text-align: right;
	font-size: 12px;
}

.HomePremDetailsSubLabel{
    font-size:   12px;
}

.HomePremDetailsSubValue{
    text-align: left;
    font-size: 12px;
}


.HomePremDetailsExtrasLabel{
	width: 340px;
    font-size:   12px;
}

.HomePremDetailsExtrasValue{
	width: 75px;
    font-size:   12px;
    text-align: right;
}

.HomePremDetailsVariant
{
	position: relative;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 75px;
	width: 135px;	
	padding: 5px;
	border-top: 1px solid #313031;
    border-left: 1px solid #313031;
    border-bottom: 2px solid #313031;
    border-right: 2px solid #313031;
    background-color: #ffffff;    
}

th.HomePremDetsHeader
{
    background-color: #9BDF9B;
    color:            black;
    font-weight:      bold;
    border: 1px solid #313031;
    text-align: center;
}

table.PremDetailsVariantsTable
{
    background-color: #ffffff;	
}

td.HomePremDetsTable
{
	border: 1px solid #313031;
    text-align: center;
    vertical-align: middle;
}

/***************************
 * Home Premium Details
 ***************************/
.MotorPremDetsContainer
{
    position: relative;
    background-color: #ffffff;
    border-top: 1px solid #313031;
    border-left: 1px solid #313031;
    border-bottom: 2px solid #313031;
    border-right: 2px solid #313031;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    padding: 10px;
	width: 700px;    
}

.MotorPremDetailsIcon
{
    position: absolute;
    top: 10px;
    left: 10px;
}

.MotorPremDetailsTitle
{
    position: relative;
    text-align: left;
    padding-left: 25px;
    color: #002063;
    padding-top: 1px;
    font-weight: bold;
    font-size: 12px;    
}

.MotorPremDetailsLinks
{	
	width: 700px;
	padding-left: 558px;
}

.MotorPremDetailsBreakdown
{
	position: relative;
	height: 110px;
	background-color: #e7efef;
    left: 20px;	
}

.MotorPremDetailsLHS
{
	float: left;
	width: 210px;
	padding: 5px;
}

.MotorPremDetailsRHS
{
	float: left;
	width: 350px;
	padding: 5px;
}

.MotorPremDetailsTotal
{
	position:relative;
	width: 700px;
	left: 20px;
	padding: 5px;
}

.MotorPremDetailsTotalLabel
{	
	width: 440px;
	font-weight:bold;
	font-size: 12px;
}

.MotorPremDetailsTotalValue
{
	width: 85px;
	font-weight:bold;
	text-align: right;
	font-size: 12px;
}

.MotorPremDetailsExtraValue
{
	width: 55px;
	text-align: right;
	font-size: 12px;
}

.MotorPremDetailsExtraLabel
{	
	width: 470px;
}	
.MotorPremDetailsDDLink
{
	padding-left: 14px;
}

.MotorPremDetailsDirectDebit
{
	position:relative;
	padding: 5px;
	width: 562px;
	background-color: #e7efef;
    left: 20px;		
}

.MotorPremDetailsDDLabel
{
	width: 460px;
}


.MotorPremDetailsLabel
{
	width: 120px;
}

.MotorPremDetailsFatLabel
{
	width: 250px;
}

.MotorPremDetailsValue
{
	width: 65px;
	text-align: right;
}

.MotorPremDetailsVariant
{
	position: relative;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 75px;
	width: 135px;	
	padding: 5px;
	border-top: 1px solid #313031;
    border-left: 1px solid #313031;
    border-bottom: 2px solid #313031;
    border-right: 2px solid #313031;
    background-color: #ffffff;    
}

th.MotorPremDetsHeader
{
    background-color: #9BDF9B;
    color:            black;
    font-weight:      bold;
    border: 1px solid #313031;
    text-align: center;
}

td.MotorPremDetsTable
{
	border: 1px solid #313031;
    text-align: center;
    vertical-align: middle;
}

.PremDetsRow
{
	border: 1px solid #313031;
}

/***************************
 * Styles for lists
 ***************************/
ul {
    margin-top: 0;
    margin-bottom: 0;
}

ol {
    margin-top: 0;
    margin-bottom: 0;
}
/***************************
 * Date/Time Picker styles
 ***************************/
.cpYearNavigation,
.cpMonthNavigation
        {
        background-color: #ffffff;
        text-align:center;
        vertical-align:center;
        text-decoration:none;
        }
SPAN.cpDayColumnHeader{
    color: #313031;
}
SPAN.cpYearNavigation{
    color: #000000;
    font-weight: bold;
}
SPAN.cpMonthNavigation{
    color: #000000;
    font-weight: bold;
    width: 15ex;
    padding-top: 1px;
}
SELECT.cpMonthNavigation{
    color: #000000;
    font-weight: bold;
    width: 100px;
    font-size: 11px;
}
A.cpYearNavigation{
    color: #000000;
    font-weight: bold;
}
A.cpMonthNavigation{
    color: #000000;
    font-weight: bold;
}
INPUT.cpYearNavigation {
    width: 4em;
    color: #000000;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    border: none;
}
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText{
        color: #000000;
}
.cpTodayTextDisabled,
.cpText
        {
        font-family: Verdana, Arial, sans-serif;
        font-size:8pt;
        }
TD.cpDayColumnHeader
        {
        text-align:left;
        border:solid thin #000000;
        border-width:0 0 1 0;
        background-color: #ffffff;
        font-weight: bold;
        }
.cpCurrentMonthDate,
.cpOtherMonthDate{
        background-color: #ffffff;
}
.cpCurrentDate
        {
        text-align:left;
        text-decoration:none;
        }
.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled
        {
        color:#D0D0D0;
        text-align:right;
        text-decoration:line-through;
        }
.cpCurrentMonthDate
        {
        color:#000000;
        border:1px solid #ffffff;
        }
.cpCurrentDate
        {
        color: #000000;
        border:1px solid #ffffff;
        }
.cpOtherMonthDate
        {
        color:#BFBFBF;
        border:1px solid #ffffff;
        }
TD.cpCurrentDate
        {
        color:#000000;
        background-color: #ffffff;
        border:1px solid #000000;
        }
TD.cpCurrentDateDisabled
        {
        border-width:1;
        border:solid thin #FFAAAA;
        }
TD.cpTodayText{
        background-color: #ffffff;
        border-top: 1px solid #000000;
}
TD.cpTodayTextDisabled
        {
        border:solid thin #6677DD;
        border-width:1 0 0 0;
        }
A.cpTodayText,
SPAN.cpTodayTextDisabled
        {
        height:20px;
        }
A.cpTodayText
        {
        color:#000000;
        font-weight:bold;
        }
SPAN.cpTodayTextDisabled
        {
        color:#D0D0D0;
        }
.cpBorder
        {
            background-color: #ffffff !important;
            border-top: 1px solid #313031 !important;
            border-left: 1px solid #313031 !important;
            border-bottom: 2px solid #313031 !important;
            border-right: 2px solid #313031 !important;
        }

/***************************
 * All Drive styles - Common 
 ***************************/
div.PageDividerRelative
{
    position: relative;
    background-image: url(../images/dialogdivider.bmp); 	
    background-repeat: repeat-x;
    height: 1px;
    width: 100%;
    z-index: 99;
    top: 6px;
}

.DataRow
{
	padding-top: 4px;
	padding-bottom: 4px;
}

.Label
{
	color: #002266;
	vertical-align: top;
}

.LabelRadio
{
	color: #002266;
	vertical-align: top;
	padding-top: 3px;
}

.ButtonPosition
{
	float: right;
	padding-left:6px;
	padding-right:6px;
}

.ButtonDiv
{
	width: 100%;
	/** padding otherwise can't click on top half of button **/
	padding-top: 4px;
}

th.PopupTH
{
    background-color: #9be0a1;                  
    text-align:       left;
    color:            black;
    font-weight:      bold;
    border: none;
    padding-bottom: 5px;
}

tr.Popup0{
	background-color: #f4f9f3;                  
}

tr.Popup1{
	background-color: #d5eed8;                  
}

table.SinkTableNoTop
{
    border-left: 2px solid #848284;
    border-bottom: 1px solid #d6cfce;
    border-right: 1px solid #d6cfce;
}
/***************************
 * All Drive styles - Quote Query
 ***************************/
div.ADQuerySections
{
    position: relative;
	width: 770px;
	margin: 5px;
}

.ADPageContainer
{
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
}

.ADQueryBasicSectionLeft
{
    float: left;
	width: 240px;
	padding: 5px;
}

.ADQueryBasicSectionMiddle
{
    float: left;
	width: 250px;
	padding: 5px;
}

.ADQueryBasicSectionRight
{
    float: right;
	width: 280px;
	padding: 5px;
}

.ADQueryLockedMsg
{
    font-size: 13px;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    padding-bottom: 3px;
}
		
	
/***************************
 * All Drive styles - Basic Risk
 ***************************/
div.ADBasicRiskTitleSection
{
	position: relative;
	margin: 5px;
	width: 490px;
	text-transform: none;
}

.ADBasicRiskSections
{
    position: relative; 
	width: 500px;
	margin: 5px;
}
		
.ADBasicRiskSectionALeft
{
    position: relative;
	float: left;
	width: 230px;
}

.ADBasicRiskSectionARight
{
    position: relative;
	top: 10px;
    float: left;
	width: 260px;
	margin-left: 5px;
}

.ADBasicRiskSectionABottom
{
    position: relative;
	width: 490px;
}

.ADBasicRiskSectionBLeft
{
    position: relative;
	float: left;
	width: 300px;
}

.ADBasicRiskSectionBRight
{
    position: relative;
	float: left;
	width: 185px;
}
/***************************
 * All Drive styles - Driver Details
 ***************************/
div.ADDriverTitleSection
{
	position: relative;
	margin: 5px;
	width: 610px;
}

.ADDriverSections
{
    position: relative;
	width: 610px;
	margin: 5px;
}
		
.ADDriverSectionALeft
{
    position: relative;
	float: left;
	width: 350px;
}

.ADDriverSectionARight
{
    position: relative;
	float: left;
	width: 250px;
	margin-left: 5px;
}

.ADDriverSectionBLeft
{
    position: relative;
	float: left;
	width: 310px;
}

.ADDriverSectionBCentre
{
    position: relative;
	float: left;
	width: 600px;
}

.ADDriverSectionBRight
{
    position: relative;
	float: left;
	width: 290px;
	margin-left: 5px;
}

.ADDriverSectionD
{
    position: relative;
	float: left;
}

.ADDriverSectionDLine1
{
    position: relative;
	float: left;
	width: 575px;
}

.ADDriverSectionDLine2
{
    position: relative;
	float: left;
}

.ADVehicleRelationshipsScroll
{
    scrollbar-arrow-color: #637173;
    scrollbar-base-color:#efebce;
    scrollbar-shadow-color: #948e7b;
    scrollbar-dark-shadow-color: #ffffff;
    scrollbar-track-color: #cec7a5;
    scrollbar-face-color: #efebce;
    scrollbar-highlight-color: #cec7a5;
    scrollbar-3d-light-color: #cec7a5;
    height: 47px;
    overflow: auto;
    width:100%
}

/***************************
 * All Drive styles - Vehicle Details
 ***************************/
div.ADVehicleTitleSection
{
	position: relative;
	margin: 5px;
	width: 600px;
}

.ADVehicleSections
{
    position: relative;
	width: 600px;
	margin: 5px;
}
		
.ADVehicleSectionALeft
{
    float: left;
	width: 350px;
}

.ADVehicleSectionARight
{
    float: left;
	width: 235px;
	margin-left: 5px;
}

.ADVehicleSectionAMiddle
{
    float: left;
	width: 560px;
}

.ADVehicleSectionBLeft
{
    float: left;
	width: 240px;
}

.ADVehicleSectionBRight
{
    float: left;
	width: 350px;
}
.ADVehicleSectionCLeft
{
    float: left;
	width: 300px;
}

.ADVehicleSectionCRight
{
    float: left;
	width: 250px;
}

.ADVehicleSectionCBottom
{
    width: 550px;
}

.ADVehicleSectionDLeft
{
    float: left;
	width: 300px;
}

.ADVehicleSectionDRight
{
    float: left;
	width: 300px;
}

.ADVehicleEndorsementsScroll
{
    scrollbar-arrow-color: #637173;
    scrollbar-base-color:#efebce;
    scrollbar-shadow-color: #948e7b;
    scrollbar-dark-shadow-color: #ffffff;
    scrollbar-track-color: #cec7a5;
    scrollbar-face-color: #efebce;
    scrollbar-highlight-color: #cec7a5;
    scrollbar-3d-light-color: #cec7a5;
    height: 47px;
    overflow: auto;
    width:75%
}

/***************************
 * All Drive styles - Initial Criteria
 ***************************/
div.ADCentreWrapper
{
 	text-align: center;
}

.ADInitialCriteria
{
	text-align: left;
	width: 750px;
	position: relative;
	padding-left: 5px;
}


.ADTitleBlack
{
	float: left;
	font-weight: bolder;
    font-size: 22px;
    font-family: verdana;
    font-variant: small-caps;
    color: #000000;
    width: 400px;
    height: 50px;
    padding-top: 15px;
}

.ADTitleGrey
{
    float: left;
    font-weight: bolder;
    font-size: 16px;
    font-family: verdana;
    font-variant: small-caps;
    color: #DCDCDC;
    width: 300px;
    height: 50px;
    padding-top: 20px;
}

.ADSubTitle
{
    font-weight: bold;
    font-size: 11px;
    font-family: verdana;
    height: 30px;
}

li.ADCriteria
{
	padding-top: 10px;
}

/***************************
 * All Drive styles - Documents
 ***************************/
div.ADDocument
{
	position: relative;
	width: 100%;
}


.ADDocumentTitle
{
	position:relative;
	float: left;
	margin-top: 5px;
}

.ADDocumentTitleButton
{
	float: right;
	margin-top: 5px;
}

.ADDocumentLHS
{
	position: relative;
	float: left;
	width: 325px;
}

.ADDocumentRHS
{
	position: relative;
	width: 100%;
	margin-left: 5px;
}

.ADDocumentSections
{
	position: relative;
	width: 100%;
	margin-left: 5px;
}

.ADDocumentProgressCompletedDiv
{
	width: 50px;
	float:left;
	text-align: center;
}

.ADDocumentProgressNonCompletedDiv
{
	width: 50px;
	float:left;
	text-align: center;
	color: graytext;
}

.ADDocumentProgressHighlightDiv
{
	width: 50px;
	float: left;
	text-align: center;
	border: 1px solid black;
	background-color: white;
	font: bold;
	padding: 2px;
}

.ADDocumentProgressArrDiv
{
	width: 5px;
	float:left;
	margin: 1px;
	margin-top: 6px;
}

.CertDataRow
{
	margin-top: 4px;
	margin-bottom: 4px;
}


/***************************
 * All Drive Premium Details
 ***************************/
.ADPremDetsContainer
{
    position: relative;
    background-color: #ffffff;
    border-top: 1px solid #313031;
    border-left: 1px solid #313031;
    border-bottom: 2px solid #313031;
    border-right: 2px solid #313031;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    padding: 10px;
	width: 600px;    
}

.ADPremDetailsIcon
{
    position: absolute;
    top: 10px;
    left: 10px;
}

.ADPremDetailsTitle
{
    position: relative;
    text-align: left;
    padding-left: 25px;
    color: #002063;
    padding-top: 1px;
    font-weight: bold;
    font-size: 12px;    
}

.ADPremDetailsLinks
{	
	width: 530px;
	padding-left: 431px;
	padding-bottom: 5px;
}

.ADPremDetailsBreakdown
{
	position: relative;
	background-color: #e7efef;
    left: 20px;	
}

.ADPremDetailsLHS
{
	float: left;
	width: 250px;
	padding: 5px;
}

.ADPremDetailsRHS
{
	float: left;
	width: 250px;
	padding: 5px;
}


.ADPremDetailsTotal
{
	position:relative;
	width: 530px;
	padding: 5px;
}

.ADVehPremDetails
{
	position:relative;
	width: 510px;
	background-color: #e7efef;
    padding: 5px;
}

.ADVehPremDetailsTotal
{
	position:relative;
	width: 510px;
	background-color: #e7efef;
    padding: 5px;
    float: left;
}

.ADVehPremBreakdownLink
{
	width: 85px;
    text-align: right;
}

.ADPremDetailsTotalLabel
{	
	width: 340px;
	font-weight:bold;
	font-size: 12px;
}

.ADPremDetailsTotalValue
{
	width: 75px;
	font-weight:bold;
	text-align: right;
	font-size: 12px;
}

.ADPremDetailsDDLink
{
	padding-left: 14px;
}

.ADPremDetailsDirectDebit
{
	position:relative;
	padding: 5px;
	width: 435px;
	background-color: #e7efef;
}

.ADPremDetailsDDLabel
{
	width: 350px;
}


.ADPremDetailsLabel
{
	width: 120px;
}

.ADPremDetailsFatLabel
{
	width: 140px;
}

.ADPremDetailsValue
{
	width: 65px;
	text-align: right;
}

.ADBold
{
	font-weight:bold;
}

.ADPremDetailsVariant
{
	position: relative;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 75px;
	width: 135px;	
	padding: 5px;
	border-top: 1px solid #313031;
    border-left: 1px solid #313031;
    border-bottom: 2px solid #313031;
    border-right: 2px solid #313031;
    background-color: #ffffff;    
}

th.ADPremDetsHeader
{
    background-color: #9BDF9B;
    color:            black;
    font-weight:      bold;
    border: 1px solid #313031;
    text-align: center;
}

table.ADPremDetailsVariantsTable
{
    background-color: #ffffff;	
}

td.ADPremDetsTable
{
	border: 1px solid #313031;
    text-align: center;
    vertical-align: middle;
}

tr.ADPremDetsRow
{
	border: 1px solid #313031;
}


/***************************
 * PopupSelector styles 
 ***************************/
div.PopupSelector
{
    position:absolute;
    left:335px;
    top:-999px;
    width: 5px;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    border-top: 1px solid #313031;
    border-left: 1px solid #313031;
    border-bottom: 2px solid #313031;
    border-right: 2px solid #313031;
    text-transform: none;
    color: #313031;
    z-index: 1000000;
    background-color: white;			    
}

div.PopupSelectorLink
{
	padding: 5px;
}

a.PopupSelectorRowLinkBlank
{
	padding: 5px;
	color: red;
}

a.PopupSelectorRowLink
{
	padding: 5px;
}

iframe.PopupSelector
{
    display:none;
    position:absolute;
    z-index: 99;
    
}



/*******************************
	Rescue Styles
********************************/
.ResFieldBlockLeft
{
    float: left;
	width: 290px;
	padding: 5px;
}

.ResFieldBlockRight
{
    float: right;
	width: 690px;
	padding: 5px;
	      
}

/**************************************

 * Rescue styles - Basic Details Quote

 **************************************/

div.RescueTitleSection
{
      position: relative;
      margin: 5px;
      width: 900px;
      text-transform: none;
}

.RescueSection
{
    position: relative; 
    width: 900px;
    margin: 5px;
}

.RescueRow
{
      position: relative;
      float: left;
      width: 950px;
      padding-top: 5px;
}

.RescueColumnLeft
{
    position: relative;
	float: left;
	width: 400px;
}

.RescueColumnRight
{
    position: relative;
    float: left;
	width: 500px;
	margin-left: 5px;
}

.RescuePopupColumnLeft
{
    position: relative;
    float: left;
    width: 280px;
    margin-left: 5px;

}

.RescuePopupColumnLeftLarge
{
    position: relative;
    float: left;
    width: 900px;
    margin-left: 5px;
    
}

.RescuePopupColumnRight
{
    position: relative;
    float: left;
    width: 400px;
    margin-left: 5px;

}

.RescueLabel
{
    position: relative;	
    float: left;
	width: 125px;
	color: #002266;
	vertical-align: middle;
}

.RescueLabelExtraSmall
{
    position: relative;	
    float: left;
	width: 40px;
	color: #002266;
	vertical-align: middle;
}

.RescueLabelSmall
{
    position: relative; 
    float: left;
    width: 98px;
    color: #002266;
    vertical-align: middle;
}


.RescueLabelLarge
{
    position: relative;	
    float: left;
	width: 200px;
	color: #002266;
	vertical-align: middle;
}

.RescueInput
{
    position: relative; 
    float: left;
    width: 180px;
}

.RescueInputSmall
{
    position: relative; 
    float: left;
    width: 128px;
}

.RescueInputMedium
{
    position: relative; 
    float: left;
    width: 180px;
}

.RescueInputLarge
{
    position: relative; 
    float: left;
    width: 250px;
}

.RescueInputExtraLarge
{
    position: relative; 
    float: left;
    width: 340px;
}


.RescueReadOnlyField
{
    position: relative;	
    float: left;
	width: 180px;
}

.RescueReadOnlyFieldSmall
{
    position: relative;	
    float: left;
	width: 150px;
}

.RescueButtons
{
    position: relative;
	float: left;
}

.RescueButtonsLeft
{
    position: relative;
	margin: 5px;
	float: left;
}

.RescueButtonsRight
{
    position: relative;
	margin: 5px;
	float: right;
}

.RescueErrorMsgText
{
    position: relative;	
    float: left;
    color: #ad0000;
	vertical-align: middle;

}

.RescueLink
{
	color: #002266;
	vertical-align: top;
	padding-top: 3px;
}

/**************************************
 * Vehicle Search Details styles
 **************************************/
div.VehicleSearchPopupTitleSection
{
	position: relative;
	margin: 5px;
	width: 300px;
	text-transform: none;
}

.VehicleSearchPopupSection
{
    position: relative; 
	width: 300px;
	margin: 5px;
}

.VehicleSearchPopupRow
{
    position: relative;
	float: left;
	width: 300px;
	padding-top: 5px;
}
		
.VehicleSearchPopupLabel
{
    position: relative;	
    float: left;
	width: 125px;
	color: #002266;
	vertical-align: middle;
}

.VehicleSearchErrorMessage
{
    position: relative;	
    float: left;
    color: #ad0000;
	vertical-align: middle;
	font-weight: bold
}


/**************************************
 * Rescue Premium Details
 **************************************/


.RescueBoldPremBreakdown
{
	font-weight:bold;
	width: 340px;
}

.RescuePremDetailsLabel
{
width: 340px;
}

.RescuePremDetailsMessage
{
	width: 500px;
}
.RescuePremDetailsValue
{
	width: 65px;
	text-align: right;
}

.RescuePremDetailsTotalLabel
{	
	width: 350px;
	font-weight:bold;
	font-size: 12px;
}

.RescuePremDetailsTotalValue
{
	width: 75px;
	font-weight:bold;
	font-size: 12px;
}


#whats-covered,
#whats-covered li {
	list-style: none;
	background-color: #e7efef;
}

#whats-covered {
	width: 100%;
	float: left;
	padding: 0 0 0 0;
}

#whats-covered li {
	width: 255px;
	float: left;
	padding: 3px 0;
}

#whats-covered li span.cover-item {
	width: 350px;
	float: left;
	text-align: left;
}


#whats-covered li span.cover-item span {
	display: block;
	padding: 0 0 0 31px;
}
		
#whats-covered li a {
	float: right;
	text-align: right;
	padding: 1px 0 0 0;
}
	
#whats-covered li.covered {
	background: url("../images/check_mark.gif") no-repeat 9px 4px;
	color: #000;
}
	
#whats-covered li.not-covered {
	background: url("../images/x_mark.gif") no-repeat 10px 4px;
	color: #888;
}		

.RescuePremDetailsLinks
{
	width: 530px;
	padding-left: 390px;
	padding-bottom: 5px;
}

.FieldLabelLeft
{
	width:100px;
}

.FieldLabelRight
{
    display:inline;
	width:120px;
}


.FieldValueLeft
{
	width:150px;

}

.FieldValueRight
{
	width:220px;
}

.FieldValueRightLarge
{
	width:350px;
}



.FieldValueRightButton
{
	width:310px;
	text-align: right;
}

.ResQuerySections
{
    position: relative;
	width: 990px;
	margin: 5px;
}

.ResQuerySectionProceedButton
{
    position: relative;
	width: 710px;
	margin: 5px;
}



/**************************************
 * Rescue Multi Premium Details
 **************************************/
.RescueMultiPremiumContainer
{
    position: relative;
    background-color: #ffffff;
    border-top: 1px solid #313031;
    border-left: 1px solid #313031;
    border-bottom: 2px solid #313031;
    border-right: 2px solid #313031;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    padding: 10px;
	width: 500px;    
}

.RescuePremiumDetailsTitle
{
    position: relative;
    text-align: left;
    padding-left: 5px;
    color: #002063;
    padding-top: 1px;
	padding-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
	float: left;
	width: 500px; 
}

tr.RescueMultiPremRow
{
	border: 1px solid #313031;
}

th.RescueMultiPremHeaderLeft
{
    background-color: #9BDF9B;
    color:            black;
    font-weight:      bold;
    border: 1px solid #313031;
    text-align: center;
   	width: 250px;
}

th.RescueMultiPremHeaderRight
{
    background-color: #9BDF9B;
    color:            black;
    font-weight:      bold;
    border: 1px solid #313031;
    text-align: center;
	width: 150px;
}

td.RescueMultiPremCellLeft
{
	border: 1px solid #313031;
    text-align: center;
    vertical-align: middle;
	width: 250px;
	text-align: left;
}

td.RescueMultiPremCellRight
{
	border: 1px solid #313031;
    text-align: center;
    vertical-align: middle;
	width: 150px;
	text-align: left;	
}

.RescueMultiPremSelected
{
    background-color: #FFEFB5;
    font-weight:      bold;
}

/**************************************
 * Rescue Document Display styles
 **************************************/
.RescueDocumentSection
{
	position: relative;
	width: 100%;
	margin-left: 5px;
}

.RescueDocumentTitle
{
	position:relative;
	float: left;
	margin-top: 5px;
}

.RescueDocumentTitleButton
{
	float: right;
	margin-top: 5px;
}

.RescueDocProgComplete
{
	width: 50px;
	float:left;
	text-align: center;
}

.RescueDocProgNonComplete
{
	width: 50px;
	float:left;
	text-align: center;
	color: graytext;
}

.RescueDocProgCurrent
{
	width: 50px;
	float: left;
	text-align: center;
	border: 1px solid black;
	background-color: white;
	font: bold;
	padding: 2px;
}

.RescueDocProgArr
{
	width: 5px;
	float:left;
	margin: 1px;
	margin-top: 6px;
}

.RescueDocument
{
	position: relative;
	width: 100%;
}

.RescueDocumentLHS
{
	position: relative;
	float: left;
	width: 325px;
}

.RescueDocumentRHS
{
	position: relative;
	width: 100%;
	margin-left: 5px;
}

.RescueDocumentRow
{
	margin-top: 2px;
	margin-bottom: 2px;
	width:300px;
}

.RescueMTAPremium 
{
	color:red;
}

.centerWrapper
{
	width:1000px;
	text-align: center;
}


div.HealthPersonalDetailsTitleSection
{
	position: relative;
	margin: 5px;
	width: 690px;
	text-transform: none;
}

.HealthPersonalDetailsSections
{
    position: relative; 
	width: 690px;
	margin: 5px;
}
		
.HealthPersonalDetailsALeft
{
    position: relative;
	float: left;
	width: 320px;
}

.HealthPersonalDetailsARight
{
    position: relative;
	float: left;
	width: 360px;
	margin-left: 5px;
}

.healthPersonalDetailsLabel { width:130px; }
.healthPersonalDetails2Label {width:180px; }

.HealthCoverDetailsTitleSection
{
    position: relative;
	margin: 5px;
	width: 500px;
	text-transform: none;
}

.HealthCoverDetailsALeft
{
    position: relative;
	float: left;
	width: 500px;
}

div.HealthCoverDetailsRow
{
    padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 20px;
}  

.HealthCoverDetailsLabel
{
	width: 150px;
}

.HealthCoverDetailsDate
{
	width: 130px;
} 

.HealthCoverDetailsField
{
	width: 300px;
} 

div.HealthBottomMargin
{
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 2px;
	margin-right: 2px;
}


        .healthPersonalDetailsQuoteLabel { width:110px; }
        .healthCoverDetailsQuoteLabel {width:200px; }


.HealthQuotePageContainer
{
    width: 980px; 
    padding-left: 10px; 
    padding-right: 10px;
}

.HealthQuickQuotePageContainer
{
    width: 850px; 
    padding-left: 10px; 
    padding-right: 10px;
}

.HealthQuoteLeftColumn
{
    float: left; 
    border-right: 1px solid #c0c0c0; 
    width: 335px;
    height:100%
}

.HealthQuoteRightColumn
{
    float: right;  
    width: 620px;
}

.HealthQuickQuoteInputColumn
{
    position: relative;
}

div.HealthQuickQuoteRow
{
    height: 25px;
    vertical-align: middle;
    width: 600px;
}

.HealthQuickQuoteLabel
{
    width: 150px;
}

.HealthQuickQuoteField
{
    width: 310px;
}

div.HealthMemberDetailsTitleSection
{
	position: relative;
	margin: 5px;
	text-transform: none;
}

.HealthMemberDetailsSections
{
    position: relative; 
	margin: 5px;
}
		
.HealthMemberDetailsALeft
{
    position: relative;
	float: left;

}

.HealthMemberDetailsARight
{
    position: relative;
	float: left;
	margin-left: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
	
}

.healthMemberDetailsLabel { width:180px; }
.healthMemberDetails2Label {width:180px; }
.healthMemberDetails3Label {width:100px; }

.HealthMemberPrevInsDetailsALeft
{
    position: relative;
	float: left;
	
}
.HealthMemberCoverDetailsRight
{
    position: relative;
	float: left;
	
}


.healthMemberPrevInsLabel { width:200px; }
.healthMemberDetailsLeftField
{
    	width: 190px;
}
.healthMemberDetailsRightField
{
    	width: 190px;
}

.healthMemberDetailsPrevInsField
{
    	width: 190px;
}

.HealthQuoteSummaryRow
{
    vertical-align: middle;
    width: 700px;
    padding-top:4px;
    padding-bottom:4px;
}

.HealthQuoteSummaryLabel
{
    width:210px;
	color: #002266;
	vertical-align: middle;
}


.HealthDocumentTitle
{
	position:relative;
	float: left;
	margin-top: 5px;
}

.HealthDocumentTitleButton
{
	float: right;
	margin-top: 5px;
}

.HealthDocumentLHS
{
	position: relative;
	float: left;
	width: 325px;
}

.HealthDocumentRHS
{
	position: relative;
	width: 100%;
	margin-left: 5px;
}

.HealthDocumentSections
{
	position: relative;
	width: 100%;
	margin-left: 5px;
}

.HealthDocumentProgressCompletedDiv
{
	width: 50px;
	float:left;
	text-align: center;
}

.HealthDocumentProgressNonCompletedDiv
{
	width: 50px;
	float:left;
	text-align: center;
	color: graytext;
}

.HealthDocumentProgressHighlightDiv
{
	width: 50px;
	float: left;
	text-align: center;
	border: 1px solid black;
	background-color: white;
	font: bold;
	padding: 2px;
}

.HealthDocumentProgressArrDiv
{
	width: 5px;
	float:left;
	margin: 1px;
	margin-top: 6px;
}



.HealthPaymentSections
{
    position: relative; 
	width: 900px;
	margin: 5px;
}
		
.HealthPaymentSectionLeft
{
    position: relative;
	float: left;
	width: 400px;
}

.HealthPaymentSectionRight
{
    position: relative;
	top: 10px;
    float: left;
	width: 390px;
	margin-left: 5px;
}

div.HealthPaymentTitleSection
{
	position: relative;
	margin: 5px;
	width: 900px;
	text-transform: none;
}

.HealthPaymentDetailsRow
{
    vertical-align: middle;
    padding-top:4px;
    padding-bottom:4px;
}

.HealthPaymentDetailsCheckboxRow
{
    vertical-align: middle;
    padding-top:2px;
    padding-bottom:2px;
}

.HealthPaymentSummaryRow
{
    width:510px;
}

.HealthPaymentSummaryLabel
{
    width:200px;
}

.HealthPaymentSummaryData
{
    width:300px;
}

.HealthPaymenTitle
{
	margin-top: 5px;
}

.HealthDateFilterLabel
{
    width:200px;
}
.HealthDateFilterOption
{
    width:200px;
}


.HealthRptStatus
{
    width:70px;
    
}
.HealthRptEnqRcvd
{
    width:110px;
    
}

.HealthRptReference
{
    width:90px;
    
}

.HealthRptMember
{
    width:150px;
    
}

.HealthRptDob,.HealthAcceptedDate,.HealthRptJoiningDate,.HealthRptLeavingDate,.HealthRptRenewalDate,.HealthRptChangeDate,.HealthRptDateLIve

{
    width:90px;
    
}
.HealthRptPeriodFrom
{
    width:90px;
    
}
.HealthRptPeriodTo
{
    width:90px;
    
}

.HealthRptAgent
{
    width:90px;
    
}

.HealthRptGroup 
{
    width:100px;
    
}
.HealthRptPolicyNo
{
    width:100px;
    
}
.HealthRptPlanName 
{
    width:250px;
    
}

.HealthRptPpsNo
{
    width:90px;
    
}
.HealthRptStaffNo
{
    width:90px;
    
}

.HealthRptEmail 
{
    width:250px;
    
}

.HealthRptPlan
{
    width:250px;
    
}


.HealthRptHomePhone, .HealthRptWorkPhone,.HealthRptMobileNumber
{
    width:90px;
    
}

.HealthRptAddress1,.HealthRptAddress2,.HealthRptAddress3,.HealthRptAddress4
{
    width:250px;
    
}
.HealthRptCounty
{
    width:90px;
    
}

.HealthRptBrokerName
{
    width:90px;
    
}

.HealthRptBrokerRef
{
    width:90px;
    
}

.HealthRptNetPremium,.HealthRptGvtLevy,.HealthRptGrossPremium,.HealthRptTrs,.HealthRptChangePremium
{
    width:90px;
    
}

.HealthRptActivity
{
    width:90px;
    
}


.HealthRptMemNo
{
    width:80px;
    
}
.HealthRptCancelReason
{
    width:100px;
    
}
.HealthRptTitle
{
    width:80px;
    
}

.HealthRptSturname,.HealthRptForename
{
    width:100px;
    
}


.HealthRptFamilyMember
{
    width:100px;
    
}

.HealthRptGender
{
    width:50px;
    
}
.HealthRptRelationship
{
    width:90px;
    
}
.HealthRptFteStudent
{
    width:60px;
    
}

.HealthRptAffiliation
{
    width:65px;
    
}
.HealthRptPayFrequency,.HealthRptPayMethod
{
    width:90px;
    
}
.HealthRptCancelReason
{
    width:100px;
    
}
.HealthRptChange
{
    width:110px;
    
}
.HealthRptSecBroker
{
    width:90px;
    
}

.HealthRptPlanCode
{
    width:90px;
    
}
.HealthRptScheme
{
    width:180px;
    
}
.HealthRptMasterBroker
{
    width:125px;
    
}


.HealthRptAgentName
{
    width:90px;
    
}
.HealthRptBranch
{
    width:90px;
    
}
.HealthRptBranchName
{
    width:90px;
    
}
.HealthRptChannel
{
    width:90px;
    
}
.HealthRptYourRef
{
    width:90px;
    
}

.HealthRptSchemeName
{
    width:90px;
    
}

.HealthPersonalDetailsEmailALeft
{
    position: relative;
	float: left;
	background-color: cyan;
}

.HealthEmailField
{
	width: 230px;
}

.healthPrintOnly
{
    display:none;
}

.healthPersonalDetailsLabel2
{
	width: 550px;
}}









