﻿/* THIS FIXES MISSING BORDER IN RADGRID WHEN NO DATA IN CELL (IE7 BUG) */
* +html .ShowEmptyCells_IE7Fix 
{    
    border-collapse:collapse !important;
    background-color:transparent !important;
}

a.rcCalPopupCustom img
{
  border:none !important;
}

.mainForm
{
    border-bottom:thin groove #507CD1; 
    border-top:thin groove #507CD1; 
    background-color: #EFF3FB; 
    height: auto; 
    width: auto;
    padding-bottom:5px;
    z-index:-1;
}
        
/* Tool Tip Functions on EOBControlPanel */

a 
{
    text-decoration:none;
}

a.info
{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000;
    text-decoration:none
}


a.settingsCategoryItem:active
{
    font: 12px  verdana, arial, helvetica;
    text-decoration:none;
    color:#22558A; 
}

a.settingsCategoryItem:link
{
    font: 12px  verdana, arial, helvetica;
    text-decoration:none;
    color:#22558A; 
}

a.settingsCategoryItem:visited
{
    font: 12px  verdana, arial, helvetica;
    text-decoration:none;
    color:#22558A;    
}

a.info:hover
{
    z-index:25
}

a.info span
{
    display: none
}

a.info:hover span
{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1.5em; left:.5em; width:15em;
    border:1px solid;
    border-color: Black;
    background-color: #FFFF99;
    color: Black;
    text-align: center
}

/* Main Page Layout - Font and Background Color */

body 
{
    background-color: #D7DFE2;
    margin:0px;
    padding:0px;
    font: 12px  verdana, arial, helvetica;
    color: #416271;
}

.checkBox input{  
    display: table-cell; vertical-align: middle;
}
.checkBox label{  
    padding:0px;
    margin:0px;
}  
/* Claimant Information Summary (PhoneSearch.aspx) */

.claimantInfoLite
{
    width:100%;
    border:thin groove #D7DFE2;
}

.claimantInfoLiteData
{
    font: 12px  verdana, arial, helvetica;
    color: #416271;    
}

.claimantInfoLiteTitle
{
    font: 12px  verdana, arial, helvetica;
    font-weight: bold;
    color: #416271;   
}

.claimantNotesPanel
{
    width: 98%;
}


.currentUserWindow
{
    
    position: relative;    
    /*color: #416271;*/
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 25px;
    margin-right: 10px;
    top: 23px;
    float: right;
    left: 30%;
    z-index: 5000000;

    
}

.currentUser
{
    
    font: 12px  verdana, arial, helvetica;
    padding-left: 10px;
    padding-top: 5px;
    float: right;
    height: 18px;
    /*color: #416271;*/
}


.dashboardActionBox
{
    margin-left: 475px;
}

.EOBActionPanel
{
    /*width: 140px;*/
    height: 250px;
    float: left;
    margin-left: 0px;
    margin-top: 50px;
    margin-right: 5px;
}        


.EOBDetailPanel 
{
    height: 100%;
    position:relative;
    margin-right: 5px; margin-left: 0px;
    text-decoration:none;
    background-color: #D7DFE2;
    font: 11px  verdana, arial, helvetica;
    top: -2px;
    overflow:hidden;
}

.EOBNotePanel
{
    width: 428px;
    height: auto;
    float: left;
    overflow:hidden;
    margin-left: 5px;
    margin-bottom: 25px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;

}

.EOBSummaryPanel
{
    border: thin solid #22558A;
    width: auto;    
    margin: 15px 15px 15px 15px;   
    height: auto;
    float: left;
    background-color:#FFFFFF;
}        
    
.EOBSummaryTableHeader
{
    text-align:center;
    font-weight:bolder;     
}

.EOBSummaryTableFieldRightJustify
{
    width: auto;
}
.EOBSummaryTableFieldValueLeftJustify
{
    text-align: left;
    width: auto;
}
.EOBSummaryTableFieldValue
{
    text-align: right;
    width: auto;
}


.gridScrollPanel
{
    overflow: scroll; 
    height: 100%;
    -ms-overflow-y: hidden; 
    overflow-y: hidden; 
}

/* Grid Row Panel - Note View */

.gridRowNotePanel 
{
    /*
    height: 150px;
    position: relative;
    */
    background: #D7DFE2;
}
    
.gridRowNotePanelControls
{ 
    float: right;
    position: relative;
}   
    
.gridRowNotePanelNote
{	
    float: left;
    position: relative;
    width: 40%;
    height: 100%;
    margin-left: 20%;
}  
    
.gridRowNotePanelCompose
{
    float: left;
    position: relative;
    width: 40%;
    height: 100%;
}
    
.gridRowNotePanelNoteFormat 
{
    float: right;
    height: 60px;
    position: relative;
    width: 100%;
}
    
.gridRowNotePanelNoteComposeFormat 
{
    float: right;
    height: 60px;
    position: relative;
    width: 100%;
}    

/* Main Page Layout - Header Bar (Main.master) */

.header
{
    float:left;
    width: 100%;
    height:40px;
    background-color: #22558A;
    z-index:1;
    padding-top: 3px;
}


/* Main Page Layout - Header Bar Logo Spacing (Main.Master) */

#headerLogo
{
    margin-left: 15px;
    margin-top: 7px;
    height: auto;
    width: 150px;
}

/* Label Formatting - Field Captions */

.labelCaptionFormat
{
    font-weight: bold;
}

/* Label Formatting - Field Values */
.labelFieldFormat
{
    
}

/* Header for Logon Page (ResetPassword.aspx, Logon.aspx) */
.ledgerCalculator
{
    color: #D7DFE2;
}    

.ledgerCalculatorHeaderFormat
{
    font: 12px  verdana, arial, helvetica;      
    color: #416271;
    width: 135px;
}

.logonPageHeader
{
   background-color: #22558A;
}
/*Login Page Security */
.loginSecurityHeader {
    background-color: #FF0000;
}

.loginSecurityRadio {
    font-size: 15px;
    padding-left: 20px;
}

.loginSecurityDisclaimerTable{
    display: block;
}


.loginSecurityDisclaimer {
    display:block;
    font-size: 15px;
    padding-left: 20px;
    color:darkblue;    
}

.loginSecurityEmailDiv{
    display:block;
    padding: 10px;
    margin-bottom: 5px;
    text-align:left;  

}
.loginSecurityReceiveDiv {
    display: block;
    padding: 10px;
    margin-bottom: 5px;
    text-align: left;
}

.loginSecurityCodeError {
    display: block;  
    padding: 10px;
    width: 100%;      
    margin-bottom: 5px;    
    background-color: pink;
    margin-left: 0px;
    
}

.loginSecurityErrorLabel {
    font-size: 15px;
    padding-left: 20px;
    color: red;
}

.loginChoiceList {
    font-size: 22px;
    padding-left: 10px;
    color: black;
}

/*User Profile Page */
.userProfileHeader {
    background-color: #6495ED;
}

.inLineBlock {
    display: inline-block;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.wrappedLabel {
    width: 700px;
    display: inline-block;
    padding-left: 2em;
    color: black;
    padding-bottom: 1em;
    font-size:small;
}

.btnVerify {
    background-color: #6495ED !important;
    color: white !important;
    width: 300px !important;
    height: 35px !important;
    cursor: pointer !important;
}




    /* Header for Logon Page Table (ResetPassword.aspx, Logon.aspx) */
    .logonTableHeader {
        background-color: #22558A;
    }

#lblLogIn
{
    color:White;   
}

/* Content Panel For Login Page (ResetPassword.aspx, Login.aspx) */

logonPanel
{
    width:101px;
    height:59px;
    float:right;
    line-height:29px;
    text-align:center;    
}


/* Logon Page - Header Margin */

.logonPageHeaderMargin
{
    height: 75px;
}

/* Logon Page - Logon Table Main Panel */

.logonTableInnerWidnow
{
    background-color: #EFF3FB;
    width: 450px;
}

/* Logon Page - Caption Font */

.logonTableCaption
{
    font: 14px  verdana, arial, helvetica;
}

/* Logon Page - Table Header */

.logonTableHeader
{
    background-color: #22558A;
    color: #D7DFE2;
    font: 18px  verdana, arial, helvetica;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Logon Page - Reset Password Caption Font */

.logonTableResetPassword
{
    font: 12px  verdana, arial, helvetica;
    font-style: italic;
    text-decoration:none;
    color:#22558A;
}

/* Logon Page - Table Window Border */

.logonTableOuterBorder
{
    border:thin groove #507CD1; 
    background-color: #EFF3FB;
}




/* Main Site Content Window (Main.master) */

#MainContainer{

    /*width: 100%;
    overflow: hidden;*/
}

/* Main Site Content Window Frame (Main.master) */


#mainContentWindow 
{
    border-bottom:thin groove #507CD1; 
    border-top:thin groove #507CD1; 
    background-color: #EFF3FB;
    height:auto;
    width: 99.5%;
    margin-top:5px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left: 5px;
    padding-right: 25px;
    z-index:-1;
    /*overflow: hidden;*/
}

#mainContentHeader
{
    position: relative; 
    z-index: 100;
}

/* Main Site Header Navigation (Main.master) */

.mainMenu 
{
    position: absolute;
    margin-left: 175px;
    margin-top: -25px;
    width:auto;
}


/* Main Site Header Navigation Drop Down Menus (Main.master) */
/**** BEGIN SECTION ****/

.menu
{
    font: 12px  verdana, arial, helvetica;
    text-decoration:none;
    background:url(images/ArrowOff.gif) no-repeat left;
    z-index: 5000000;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
    padding:0;
    margin:0;
    list-style-type:none; 
    height:28px; 
    background-color: #22558A;
}

/* style the sub-level lists */
.menu ul ul 
{
    margin-left:15px;
    width: auto;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li 
{
    float:left;
    height:28px;
    line-height:28px;
}

/* style the sub level list items */
.menu ul ul li 
{
    display:block;
    width: auto;
    height:auto;
    position:relative;
    line-height:1em; 
    border-bottom:1px #2384BF solid;
}

/* style the links for the top level */
.menu a, .menu li a, .menu a:visited 
{
    display:block;
    float:left;
    height:100%;
    text-decoration:none;
    color:#fff;
    background: #22558A;
    background:url(images/arrowoff.gif) no-repeat left;
    padding-left:20px;
    padding-right:10px;
}

.menu ul a.current
{
    background: #22558A;
    background:url(images/menu_arrow.gif) no-repeat left;
    padding-left:20px;
}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited 
{
    display:block;
    background: #2384BF; 
    color:#fff;
    width:12em;
    height:100%;
    line-height:1em; 
    padding:0.5em 1em;
    z-index: 5000000;

}

.menu ul table ul a, .menu ul table ul a:visited  
{
    width:14em; 
    width:12em;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table 
{
    position:absolute; 
    left:0; 
    top:0;
}

.menu ul ul table 
{
    left:-1px;
}

.menu ul ul table ul.left 
{
    margin-left:2px;
}

.menu li:hover 
{
    position:relative;
}

* html .menu a:hover 
{
    position:relative;
}

/* style the sub level 1 background */
.menu ul :hover a.sub1 
{
    background:#3da1e0;
}

/* style the sub level 2 background */
.menu ul ul :hover a.sub2 
{
    background:#3da1e0;
}

/* style the level hovers */
/* first */
.menu a:hover 
{
    color:#fff;background:#3da1e0
}

.menu :hover > a 
{
    color:#fff;
    background:#3da1e0;
    background:url(images/menu_arrow.gif) no-repeat left;
}

/* second */
.menu ul ul a:hover
{
    color:#fff;
    background:#3da1e0;
}

.menu ul ul :hover > a 
{
    color:#fff;
    background:#3da1e0;
}

/* third */
.menu ul ul ul a:hover 
{
    background:#3da1e0;
}

.menu ul ul ul :hover > a 
{
    background:#3da1e0;
}

/* fourth */
.menu ul ul ul ul a:hover 
{
    background:#eee;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul 
{
    visibility:hidden;
    position:absolute;
    height:0;
    top:28px;
    left:0;
    width:14em;
}

/* position the third level flyout menu */
.menu ul ul ul
{
    left:14em;
    top:0;
    width:14em;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left 
{
    left:-14em;
}

/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul, .menu ul a:hover ul 
{
    visibility:visible; 
    height:auto;
    z-index: 5000000;

}

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul
{
    visibility:hidden;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul
{
    visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{
    visibility:visible;
}

/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul 
{
    visibility:visible;
}
/**** END SECTION ****/

/* Note Compose - Label Format */

.noteLabel
{
  position: relative;
}

/* Note Compose - Recipient Formatting */

.noteRecipient
{
 position: relative;
 left: 75px;
 top: -20px;
}

/* Note Compose - Note Content */

.noteContent
{
 position: relative;
 left: 75px;
 top: -20px;
}

/* Note Compose - Cancel Button Positioning */

.noteCancelButton
{
 position: relative;
 left: 73px;
 top: 7px;

}

/* Note Compose - Submit Button Positioning */

.noteSubmitButton
{
 position: relative;
 float: right;
 top: -17px; 
}    
    

/* Note Compose - Main Note Container */

.noteComposeError
{
    width: 350px;
    margin-left: 80px;
    margin-top: -16px;
    height: 10px;
    
}

.noteComposeErrorFormat
{
    margin-left: 0px;
    font-size:9pt;
    color: #990000;    
}


.noteContainer
{
 float: left;
 position: relative;
 width: 536px;    
 text-align: left;
 margin-left: 10px;
 margin-top: 20px;
}

.noteViewActionBar
{
    width: 470px;
    padding-top: 5px;
    height:25px;
    border-top: thin solid #22558A;
    background-color: #D7DFE2;
    position: relative;
}



.noteViewActionBarContainer
{
    width: 450px;
    margin-left: 5px;
    height:25px;
    overflow: hidden;
    z-index: 15;
    position: relative;
}

.noteViewCollapsed
{
    width: 450px;
    height: auto;    
    overflow: hidden;
    position: relative;
}

/*  START HERE */
/*
.noteViewComposeMessage
{
    text-align: left;
    width: 85px;
    height: 20px;
    padding-left: 5px;
    border-left :1px solid Black;
    background-color: #99ADB5;
    border-right :1px solid Black;
    border-top :1px solid Black;
}
*/
.noteViewComposeMessage
{
    text-align: left;
    float: left;
    width: 200px;
    padding-left: 10px;
    font-size: 11px;
}

.noteViewActionBarReadAll
{
    text-align: right;
    float: right;
    width: 155px;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 11px;
    }

/* Note View - Content Panel */

.noteViewContentPanel
{
    height: auto; 
    width: 315px; 
    padding-top: 15px;    
    padding-bottom: 15px;  
    padding-right: 15px;
    padding-left: -5px;
    z-index: -1;
    margin-left: 0px;
}

/* Note View - Top Content Border */

.noteViewContentBorderTop
{
    background: url(images/MsgWindow/TextBoxTop.gif) no-repeat left; 
    height: 11px; 
    width: auto; 
    margin-top: 0px; 
    margin-left: 25px;   
    /*background-color: #D7DFE2;*/ 
    z-index: 2;         
}           

/* Note View - Bottom Content Border */

.noteViewContentBorderBottom
{
    background: url(images/MsgWindow/TextBoxBottom.gif) no-repeat left; 
    /*background-color: #D7DFE2;  */
    height: 11px; 
    width: auto; 
    margin-top: 0px; 
    margin-left: 25px;      
    z-index: 2;    
}                      

/* Note View - Text Content */
 
.noteViewContent
{
    margin-left: 25px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: -25%;
    border-left-style: solid;
    border-left-width : 1px;
    border-left-color: #333366;
    border-right-style: solid;
    border-right-width : 1px;
    border-right-color: #333366;
    width: 263px;
    height: auto;
    z-Index:2;
    background-color: #FFFFFF;
}    
       
/* Note View - Content Background */
                        
.noteViewContentBackground
{
    height: auto;
    z-index:1;
    /*background-color: #D7DFE2;*/
}   

.noteViewContentPanel
{
    height: auto; 
    width: 315px; 
    /*background-color: #D7DFE2; */
    padding-top: 15px;    
    padding-bottom: 15px;  
    padding-right: 15px;
    padding-left: -5px;
    z-index: -1;
    margin-left: 0px;
}

.noteViewHeaderFormat
{
    font-size: 11px;
    width: 20px;
    font-style: italic;
    font-weight: bold;
}

.noteViewRecipient
{
    font-size: 11px;
    font-style: italic;
    top: -13px;
    margin-left: 30px;
    position: relative;
}

.noteViewRepriceVersionHeaderFormat
{
    font-size: 11px;
    width: 20px;
    font-style: italic;
    font-weight: bold;
}

.noteViewRepriceVersion
{
    font-size: 11px;
    font-style: italic;
    top: -15px;
    margin-left: 55px;
    position: relative;
}

.noteViewExpanded
{
    overflow: hidden; 
    height: 0px;
    position: relative;
}

/* Note View - Timestamp */    

.noteViewTimestampFormat
{
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    width: 145px;
    padding-top: 10px;
    position: relative;
}

.noteViewTimestampFormatRight
{
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    width: 155px;
    padding-top: 15px;
    position: relative;     
}

  
/* Note View - Reply Link Right Justified */

.noteViewReplyLinkRight
{
    font-size: 11px;
    width: 35px;
    position:relative;
    float:right;
    top: 10px;
    left: 0px;
    padding-top: 15px;
}

/* Note View - Reply Link Left Justified */

.noteViewTimestampFormatLeft
{
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    width: 155px;
    padding-top: 15px;
    position: relative;
    float: right;
}


.noteViewReplyLinkLeft
{
    font-size: 11px;
    width: 35px;
    position: relative;
    float:left;
    padding-top:10px;
    left: 0px;
    padding-top: 25px;
}
      
/* Note View - Author Formatting */
      
.noteViewAuthor
{
}
    
/* Note View - Author Name */

.noteViewAuthorUsername
{
    font-weight: bold;
}
    
/* Note View - Author Company */

.noteViewAuthorUserCompany
{
}        

/* New Note Compose Window (Main.master) */

.noteWindow
{
    position: absolute;
    top:1.5em; left:.5em; 
    height: 255px;
    width: 555px;
    z-index: 1025;
    visibility: hidden;
}

/* New Notee Compose Tab (Main.master) */

.noteWindowDropShadow
{
    position:absolute; 
    background-color: gray;
    height: 250px;
    width: 550px;
    z-index: 1027;
}

.noteWindowBody
{
    position:absolute; 
    background-color: #99ADB5;
    color: Black;
    height: 275px;
    width: 555px;
    z-index: 1025;
}

/* New Message Compose Tab (Main.master) */

.noteWindowTab
{
    text-align: left;
    left: 83px;
    border-top :1px solid Black;
    width: 460px;
    height: 2px;
    left: 5px;
    padding-left: 5px;
    margin-left: 1px;
    background-color: #99ADB5;
    z-index: 1025;
    float: right;
}    

/* Main Site Header Navigation - Right Justified Menu Options (Main.master) */

.optionMenu 
{
    float: right;
    margin-top: -25px;
    width:auto;
}

/* PDF Viewer Window Classes */

.PDFViewerWindow
{
    height: auto;
    width: 99.75%;
    min-width: 940px;
    border-width: 1px;
    border-color: Black;
    border-style: outset;    
    background-color: black;
    z-index: 0;
    overflow: auto;
}

.PDFViewerNavigationBar
{
    width: 100%;
    min-width: 935px;
    height: 30px;
    background-color:  #dfe9f5;
    z-index: 3;
    overflow: hidden;

}

.PDFViewerNavigationBarControlsHold
{
    width: 650px;
    margin-top: 3px;
    margin-left: 37%;
    margin-right: 63%;
    height: 15px;

}

.PDFViewerNavigationBarControls
{
    width: 1050px;
    margin-top: 3px;
    height: 15px;
    margin-right: auto;
    margin-left: auto;
}

.PDFViewerNavigationBarMarkAsRead
{
    width: 50px;
    float: right;
    margin-right: 55px;
    margin-top: -15px;
}

.PDFViewerNavigationBarControl
{
    height: 30px;
    top: 2px;
    float: left;
    margin-right: 5px;
    margin-left: 5px
}

.PDFViewerNavigationBarControlGroup
{
    height: 30px;
    top: 2px;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
}

.PDFViewerNavigationBarPageSearch
{
    left: 0px;
    height: 30px;
    position: relative;    
}

PDFViewerNavigationBarSavePrint:a
{
    left: 15px;
    top: -31px;
    font-family: Verdana;
}

.PDFViewerNavigationBarPageSearchCaption
{

    position: relative;
    left: 0px;
    top: -3px;
    font-family: Verdana;
    font-size: small;
    float: left;
}

.PDFViewerContentView
{
    height: auto;
    margin-top: -446px;
    width: 242px;
    background-color: gray;
    overflow: scroll;
    border-color: Black;
    border-width: 1px;
    border-style: solid;
    margin-left: -1px;
    z-index: 3;
}


.PDFViewerPageView
{
    height: auto;
    width: 100%;
    background-color: Gray;
    overflow: auto;    
    z-index: 1;
    margin-top: 5px;
    margin-bottom: 5px;
    
}

.PDFViewerStatusBar
{
    width: 100%;
    height: 5px;
    margin-top: 1px;
    background-color: silver;    
    z-index: 3;
    overflow: hidden;
}

.PDFViewerStatusBarFormattingOld
{
    float: left;   
    margin-top: 6px;
    font-family: Arial;
    color: Black;
    font-size: 12px;
    margin-right: 5px;
}

.PDFViewerStatusBarFormatting   
{
    margin-top: 6px;
    float: left;   
    font-family: Arial;
    color: Black;
    font-size: 12px;
    margin-right: 2px;    

}

PDFViewerThumbnailCaptions:a
{
    font-family: Verdana;
    font-size: small; 
    text-decoration: none;   
}

.PDFViewerStatusBarRotateAllFormatting
{
    margin-top: 2px;
    margin-left: -20px;
    float: left;   
    font-family: Arial;
    color: Black;
    font-size: 12px;
}

.PDFViewerStatusBarRotateAllCaptionFormatting
{
    margin-top: 2px;
    float: left;   
    font-family: Arial;
    color: Black;
    font-size: 12px;
    margin-right: 30px;
}

.PDFViewerStatusBarCaption
{
    margin-top: 2px;
    float: left;   
    font-family: Arial;
    color: Black;
    font-size: 12px;
    margin-right: 2px;
}

.pageSectionHeader
{
    background-color: #22558A;
}

.pageSectionHeaderLabel
{
    color: #D7DFE2;
    font-weight: bold;
}


/*  Phone Search Screen */

.phoneSearchClaimantSearchWidth
{
    width: 224px;
}
.phoneSearchClaimNumberSearchWidth
{
    width: 217px;
}

.phoneSearchFaxOptions
{
    width: 254px;
}

.policyInfoHeader
{
   font: 11px  verdana, arial, helvetica;
   font-weight: bold;
   color: #416271;
}

.policyInfoData
{
    font: 11px  verdana, arial, helvetica;
    color: #416271;
}

.PolicyInfoNumberPadding
{
     padding-right: 45px !important;
     text-align:right !important;

}
/* Reset Password - Error Message Formatting */

.relatedRequestsPanel
{
    width: 100%;   
}

.resetPasswordErrorMessage
{
    font: Verdana;
    font-size: small;
    font-weight: bold;
    color: #990000;
}

.securityQuestionLabel
{
    font-size: 14px;
    margin-top: 10px;
    margin-left: 10px;
}

.securityQuestion
{
    margin-left: 150px;
    margin-top: -17px;
}
.securityQuestionAnswerLabel
{
    font-size: 14px;
    margin-top: 17px;
    margin-left: 10px;
}
.securityQuestionAnswer
{
    margin-left: 150px;
    margin-top: -17px;
}

.securityQuestionContainer
{
    width: 600px;
    height: 100px;
    border-width: 1px;
    border-color: Black;
    border-style: solid;
    background-color: #D7DFE2; 
    margin-bottom:10px;
}

.securityQuestionDisplayContainer
{
    width: 600px;
    height: 125px;
    border-width: 1px;
    border-color: Black;
    border-style: solid;
    background-color: #D7DFE2; 
    margin-bottom:10px;
    top: 150px; 
    margin-top: 55px;   
    margin-left:-75px;
    
}

.securityQuestionDescription
{
    margin-top: 15px;
    margin-left: 45px;
    margin-right: 75px;
    font-size: 12px;
     
}

#securityQuestionMainContentWindow
{
    border:thin groove #507CD1; 
    background-color: #EFF3FB;
    width:898px;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
    z-index:-1;    
}

.securityQuestionSubmit
{
   float: right;
   margin-right: 145px;
}

.securityQuestionDisplaySubmit
{
   float: right;
   margin-right: 100px;
}

.securityQuestionError
{
    margin-top: 20px;
    margin-left: 10px;
    width: 575px;
    
}


.securityQuestionSetupError
{
    margin-top: 10px;
    margin-left: 10px;
    width: 575px;
    
}

.securityQuestionErrorFormat
{
    margin-left: 0px;
    top: 210px;
    color: #990000;    
}

.securityQuestionHeadline
{
     margin-top: 10px;
     margin-left: 25px;
     font-size: 16px;
}

.securityQuestionPanel
{
    margin-top: 20px;
    margin-left: 150px;
}

.securityQuestionDisplayMainPanel
{
   height: 300px;
 
}



.securityQuestionMainPanel
{
   height: 498px;
 
}

.securityQuestionMainWindow
{
    border:thin groove #507CD1; 
    background-color: #EFF3FB;
    width:898px;
    height:auto;
    margin-top:5px;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
    z-index:-1; 
}

/* Settings Page Classes */



.settingsCategoryOne
{
    width: 350px;
    height: 175px;
    border-width: 1px;
    border-color: Black;
    border-style: solid;
    background-color: #D7DFE2; 
    margin-bottom:10px;
    margin-top: 20px;
    margin-left: 40px
}

.settingsCategoryTwo
{
    width: 350px;
    height: 175px;
    border-width: 1px;
    border-color: Black;
    border-style: solid;
    background-color: #D7DFE2; 
    margin-bottom:10px;
    margin-top: -187px;
    margin-left: 410px
}


.settingsHeadline
{
     margin-top: 10px;
     margin-left: 25px;
     font-size: 16px;
}


.settingsCategoryHeadline
{
     margin-top: 10px;
     margin-left: 25px;
     font-size: 14px;
}

.settingsCategoryItems
{
    margin-left: 50px;
    margin-top: 20px; 
    width: 200px;
    font: 12px  verdana, arial, helvetica;
    color: #416271;    

}


.settingsCategoryItem
{
    font: 12px  verdana, arial, helvetica;
    color: #416271;    
    text-decoration: none;
}


.settingsPanel
{
    margin-top: 50px;
    margin-left: 125px;
}

.settingsMainPanel
{
   height: 500px;
 
} 


/* Drop Shadow Formatting Classes */

#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container 
{
	position: relative;
	left: -1px;
	top: -1px;
}
 
#shadow-container .shadow1 
{
	background: #F1F0F1;
}
 
#shadow-container .shadow2 
{
	background: #DBDADB;
}
 
#shadow-container .shadow3 
{
	background: #B8B6B8;
}
 
#shadow-container .container 
{
	background: #ffffff;
	border: 1px solid #848284;
	padding: 10px;
}

.RadGridHyperlink a
    {
    	color: Blue !important;
    	text-decoration: none !important;
    	
    }


.updatePasswordLabel
{
    font-size: 12px;
    margin-top: 20px;
    margin-left: 25px;
    margin-bottom: 35px;
    width: 165px;
    
}

.updatePassword
{
    left: 205px;
    width: 205px;
    border-width: 1;
    margin-top: -52px;
    position: relative;
}
.updatePasswordAnswerLabel
{
    font-size: 14px;
    font-weight: bold;
    margin-top: 17px;
    margin-left: 10px;
}
.updatePasswordAnswer
{
    margin-left: 150px;
    margin-top: -17px;
}

.updatePasswordContainer
{
    width: 425px;
    margin-left: 60px;
    height: 160px;
    border-width: 1px;
    border-color: Black;
    border-style: solid;
    background-color: #D7DFE2; 
    margin-bottom:10px;
}

.updatePasswordDescription
{
  
    font-size: 12px;
    width: 500px;
    overflow: visible;
    text-align: justify;
    white-space: normal;
    
     
}

.updatePasswordSubmit
{
    width: 55px;
    position: relative;
    float: right;
}

.updatePasswordError
{
 
}

.updatePasswordErrorFormat
{
    top: 30px;
    color: #990000;    
}

.updatePasswordHeadline
{
     margin-top: 10px;
     font-size: 16px;
     margin-left: 25px;
}

.updatePasswordPanel 
{
    margin-top: 50px;
    width: 481px;
}

.updatePasswordMainPanel
{
   height: 500px;
   margin-left: auto;
   margin-right: auto;
   width: 425px;
}    

.loading_lbl { height:22px; color:#A9A9A9; font-weight:bold; font-style:italic; font-family:  Segoe UI, Verdana, Arial, Tahoma; font-size:14px; }
.loading_img { margin-right: 3px; }

.ContactCopy
{
	font-size: smaller;
}

.ContactRow-Left
{
	width: 80%;
}

.ContactRow-Right
{
	width: 10%;
	padding-right: 5px;
}

#ContactCardFooter-Right
{
    width: 50%;
    position: relative;
    text-align: right;
    float: right;
}


.Copyable
{
	cursor: hand;
	text-decoration: underline;
}


div.ActionPanelContainer
{
	position: relative;
	float: right;
	margin-top: 3px;
	margin-bottom: 1px;
}

div.ActionPanelPrimary
{
	float: right;
	position: relative;
}

div.ActionPanelSecondary
{
	float: right;
	position: relative;
	padding-right: 30px;
}


.PolicyWarning
{
    visibility: hidden;
    vertical-align: bottom;
}

.EobDashDropDown {
    vertical-align: bottom;
}
    
#ManagerAppRow
{
    position: relative;
    height: 25px;  	    	
}
    
.ManagerAppCol
{
    position: relative;
    float: left;
    height: 25px;
}
    
#ManagerAppCol1
{
    width: 38px;
}
    
#ManagerAppCol2
{
    width: 93px;
}
    
#ActionButtonRow
{
    position: relative;
    height: 25px;  	
}    
    
.ActionButtonCol
{
    float: left;
    height: 25px;
}
    
#ActionButtonCol1
{
    width: 65px;
}
    
#ActionButtonCol2
{
    width: 67px;
}
    
#ActionButtonCol3
{
    width: 22px;
    height: 24px;
    padding-top: 1px;
}

div#EOBDetailPanel {
    position: relative;
    background: #D7DFE2;
    overflow: hidden;
}
    
/* 99ADB5, D7DFE2 */

div#EOBNotePanelHolder {
    width: 450px;
    position: relative;
    float: left;  
}
    
div#EOBSummaryPanel {
    position: relative;
    float: left;
    height: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
}
    
div#EOBActionPanel {
    width: 300px;
    height: 95%;
    position: relative;
    float: left;
    padding-top: 10px;
}


    
div.PanelContainerSpacer {
    width: 5px;
    height: 95%;
    position: relative;
    float: left;
}

div.dvDashboardDateHover {
    margin: 5px;
    width: 200px;
}

table.tblDateReceivedHover 
{
     border-collapse: collapse;
}

table.tblDueDateHover 
{
    border-collapse: collapse;
}


td.DashboardDateHoverFooter {
    
}

td.DashboardDateHoverHeader {
    background-color: #22558A;
    color: white;
    font-weight: bold;
    text-align: right;
    padding: 4px;
}

/* This explicitly sets "disabled" RadComboBoxItems to have grey text. Somehow was removed from Telerik Skins and noticed 
after upgrading. */
.RadComboBoxDropDown_Windows7 .rcbDisabled {
    color: #A7A7A7; 
}

  #EOBHB119Panel {
        width: 270px;
        height: auto;
        position: relative;
        padding-top: 5px;
      display: inline-block;
}
    
    .LicenseAddressHeader 
    {
        padding: 5px;
        background-color: #E1EAF3;
        border-top: 1px solid #7D9EC0;
        border-right: 1px solid #7D9EC0;
        border-left: 1px solid #7D9EC0;
        
    }
    
    .DateHolder 
    {
        padding: 3px;
        background-color: #E1EAF3;
        border-top: 3px solid #7D9EC0;
        border-right: 1px solid #7D9EC0;
        border-left: 1px solid #7D9EC0;
        border-bottom: 1px solid #7D9EC0;
        margin-bottom: 5px;

    }
    
    .HB119DateItem {
        padding: 10px;
    }

    .rcCalPopup {
        display: inline;
    }
    
   .InvalidDatePicker * input.riTextBox.riEnabled {
        border: 1px solid red;
    }

  #ActionPanelWrapper {
        width: 300px;
        float: left;
        position: relative;
        display: inline-block;
    }
    
   .modalDialog {
       z-index: 4000 !important;
   }
   
   #EditBillItemPopup 
   {
   }
            
    #EditBillItemPopup #MainContainer {
        width: 635px;       
        position: absolute;
        margin: 3px;
        padding: 1px;    
        background-color: #dfe9f5;
        border: 1px solid gray; 
    }
        
    #EditBillItemPopup #MainContent {
        text-align: left;
        position: relative;
        height: auto;
        width: auto;
        overflow: hidden;
        font-size: 11px;
        padding: 2px;

                        
    }
        
    #EditBillItemPopup #MainContent ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
            
    #EditBillItemPopup #MainContent li {
        padding: 5px 0 0 0;
    }
            
    #EditBillItemPopup #MainContent label {
        display: inline-block;
        text-align: right;
        padding-right: 5px;
    }
            
    #EditBillItemPopup .MainContentColumn {
        display: inline;
        float: left;
        position: relative;
        margin: 3px;
        padding: 3px;    
    }
        
    #EditBillItemPopup #MainContentColumnA { width: 300px; }            
    #EditBillItemPopup #MainContentColumnA label { width: 20px; }            
    #EditBillItemPopup #MainContentColumnB  { width: 300px; }            
    #EditBillItemPopup #MainContentColumnB label {  width: 20px;  }     
        
    #EditBillItemPopup #MainContent .CaptionFormat { width: 90px; display: inline-block; font-family:  Segoe UI, Verdana, Arial, Tahoma; font-weight: bold;margin-left: 10px;  }
    #EditBillItemPopup #MainContent .CaptionFormatLong { width: 160px; display: inline-block; font-family:  Segoe UI, Verdana, Arial, Tahoma; font-weight: bold;margin-left: 10px;  }
    #EditBillItemPopup #MainContent .CaptionFormatShort { width: 80px;  display: inline-block; font-family:  Segoe UI, Verdana, Arial, Tahoma; font-weight: bold; margin-left: 10px; }
    
    #EditBillItemPopup h3 { padding-top: 9px;border-bottom: 1px solid grey; font-family:  Segoe UI, Verdana, Arial, Tahoma;color: black; padding-left: 3px; }       
    
    div.RadGrid_Windows7 .rgEditForm .rgHeader
    {
        font-family: Segoe UI, Verdana, Arial, Tahoma;
        font-size: 16px;
        color: black;
    }

    .tblBillEdit td:first-child {
        padding-left: 10px;
    }
    
.BillEdit .pageSectionHeader
{
    background-color: #22558A;
    /* background-color: #6788BE; */
    padding-top: 2px;
    padding-bottom: 2px;
 
}

.BillEdit .pageSectionHeaderLabel
{
    /* color: #D7DFE2; */
    color: white;
    font-family: Segeo UI, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-left: 10px;
}


#EditBillItemEOB {
    padding: 5px;
}

#EditBillItemEOB-Add 
{
}

.racAddEob {
    display: inline-block;
}

.rbSaveNewEob {
    display: inline-block;
}

#RepricingTotals {
    text-align: left;
    position: relative;
    height: auto;
    width: auto;
    font-size: 11px;
    padding: 2px;
    background-color: #dfe9f5;
}
#ActionArea {
    text-align: left;
    position: relative;
    height: auto;
    width: auto;
    overflow: hidden;
    font-size: 11px;
    padding: 2px;
    background-color: #dfe9f5;
}



