html {
    font-family: Segoe UI, Arial, Sans-Serif;
    /*color: #646464;*/
    color: #343434;
    font-size:.9em;
}
.homeHeading
{
    font-family: Segoe UI,Calibri, Sans-Serif;
    font-size: 1.5em;
    color: #000000;
    font-weight: bold;
    }

.evacHomeHeading2
{
    font-family: Segoe UI,Calibri, Sans-Serif;
    font-size: 1.5em;
    color: #299C5B;
    font-weight: bold;
    }

.homeSubHeading
{
    font-family: Segoe UI,Calibri, Sans-Serif;
    color: #000000;
    font-weight: bold;
    }


/* ***** AJAX HOVER MENU ON GRIDVIEWS ***** */
.hoverMenuPopupPanel {
    background-color: #00AEEF;
    border: 1px outset #00AEEF;
    padding: 2px;
    line-height: 1.6em;
    font-size: small;
    width: 90px;
    border-radius:0px 0px 6px 0px;
   
}
.hoverMenuHighlighted, .hoverMenuHighlighted a {
    background-color:Transparent;
    color: #ffffff;
}


/* AJAX validator Callout Extender */
.CustomValidator 
{
    position:absolute;
    width:150px !important;
    height:35px !important;
}

 .CustomValidator td {
    padding:0px !important;
 }

.CustomValidator div
{
    background-color:steelblue; /* #FFCC00;*/
    position: relative;      
}

.CustomValidator .ajax__validatorcallout_icon_cell
{
    width: 0px;
    padding: 0px;    
    display:none;
}

.CustomValidator .ajax__validatorcallout_error_message_cell
{
    min-width:50px;
    max-width:300px;
    min-height:30px;
    background:#ffffff url(../images/subnav_hover_bg.gif) repeat-y;
    padding: 5px 5px 10px 20px !important;    
    border: 1px solid steelblue !important;
    border-right: none !important;   
    width: 100%;      
    font-family:'Segoe UI';
    font-size: 13px; 
    font-weight:bold;   
    color:red;      
    border-radius:0px 0px 0px 6px;
}

.CustomValidator .ajax__validatorcallout_close_button_cell
{
    vertical-align: top;
    background:#ffffff;    
    padding-top: 7px;
    padding-right:5px !important;
    text-align: right;
    border:1px solid steelblue;
    border-left:none !important;
    border-radius:0px 6px 6px 0px;
}
  
.CustomValidator .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
    border: none;    
    background:#ffffff;
    text-align: center;
    width: 10px;
    padding: 2px !important;
    cursor: pointer;
}

/* ***** AJAX PASSWORD STRENGTH BAR INDICATOR ***** */
.barIndicatorBorder {border:solid 1px #999999;width:200px;}
.indicator_poor {background-color:#F8FF81;}
.indicator_weak {background-color:#DAFF81;}
.indicator_good {background-color:#BCFF81;}
.indicator_strong {background-color:#9FFF81;}
.indicator_excellent {background-color:#80FF80;}

/* ***** the following 3 classes are for ServerErrorPage ***** */
/*h1.error {
    display: block;
    color: red;
    font-weight: normal;
    font-size: 2.2em;
    line-height: 1.5em;
    font-family: Arial;
}*/
p.error {
    color: black;
    font-weight: normal;
    font-family: Segoe UI,Arial;
}
.SASSIBtnError {
    height: 60px;
    font-family: Segoe UI,Arial, Sans-Serif;
    font-size: 1.1em;
    border: outset 1px #000;
    color: #ffffff;
    background: #00AEEF url('../images/button_gradient.png') repeat-x;
    text-align: left;
}

/* GRID VIEWS */
.gridView {
    width:auto;
    background-color:#fff;
    /*border:solid 1px #4D4D4D;*/
    border: solid 1px steelblue;
}

.gridView td, .gridView th {
    padding: 4px;
    /*border:solid 1px #4D4D4D;*/
    border: solid 1px steelblue;
}

.gridView .gridViewEmpty td {
	border: solid 1px steelblue;
}
.gridView .gridViewEmpty:hover td {
	border:solid 1px steelblue;	
	background-color:Transparent;
	color:Black;
}
.gridView tr:hover td,.gridView tr .gridViewAlternatingRow:hover td
{
    padding: 4px;
    border: solid 1px White;
    background: dodgerblue;
    color:White;
}

.gridView td .ajax__validatorcallout_popup_table td,.gridViewEmpty:hover td .ajax__validatorcallout_popup_table td
{
    padding : 0px !important; 
    color:#000 !important;
    background:#ffffcc;
    border: 1px solid #000;
 } 

.gridViewHeader {
    background: #91AEBE url('../images/gvHeader.jpg') repeat-x;
    font-weight: bold;
    color: #000000;
    font-size:1em;
    text-align: center;
}

.gridViewHeader a, .gridViewHeader a:visited {
    color: #000000;
}

.gridViewSubHeader {
    background-color: #00AEEF;
    color: #E8E8E8;
    text-align: left;
    font-size: 0.85em;
    line-height: 1.2em;
    vertical-align: top;
}

.gridViewAlternatingRow {
    background-color: #B6CED6;
}


/* ***** Table-less Form ***** */
div.fieldwrapper { /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
    /*width: 870px;*/ /*width of form rows*/
    overflow: hidden;
    padding: 5px 0;
}
div.fieldwrapper div.cellLeft { /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
    float: left;
    margin-bottom: 10px; /* space following the field */
    margin-right: 10px;
    margin-top: 5px;
    width: 190px; /*width of label (left column)*/
    border-bottom: solid 1px #999999;
    /*text-transform: uppercase;*/
}
div.fieldwrapper div.cellRight {
    float: left;
    margin-bottom: 10px;
}
div.fieldwrapper div.cellRightOnly {
    padding-left: 200px;
    margin-bottom: 10px;
}

div.fieldwrappershort { /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
    width: 870px; /*width of form rows*/
    padding: 0;
}

div.pagewrapper { /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
    /*width: 870px;*/ /*width of form rows*/
    overflow: hidden;
    padding: 5px 0;
}
div.pagewrapper div.leftHeader { /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
    /*float: left;
    margin-bottom: 10px;  space following the field 
    margin-right: 10px;
    margin-top: 5px;
    width: 290px;
    */
    width: 100%;
    position:relative;
    font-size:.8em;
    /*text-transform: uppercase;*/
}

div.pagewrapper div.rightMain {
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;    
    width:95%;
}
div.pagewrapper div.rightMainOnly {
    padding-left: 300px;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* ***** AJAX CALENDAR STYLES ***** */

.Calendar .ajax__calendar_container
{
    padding: 2px;
    position: absolute;
    cursor: default;
    width: 190px !important;
    font-size: 11px !important;
    text-align: center;
    font-family: Segoe UI,tahoma,verdana,helvetica !important;
    border-radius:3px;    
    border-color:#86A5B4 !important;
    border-width:1px !important;
    border-style:solid;
    box-shadow:3px 3px 3px #636363 !important;
    background:#ffffff !important;
}

.Calendar .ajax__calendar_body
{
    height: 139px;
    width: 190px !important;
    position: relative;
    overflow: hidden;
    margin: 0;    
}

.Calendar .ajax__calendar_days, .Calendar .ajax__calendar_months, .Calendar .ajax__calendar_years
{
    top: 0px;
    left: 0px;
    height: 139px;
    width: 190px !important;
    position: absolute;
    text-align: center;
    margin: 0;
}
.Calendar .ajax__calendar_container table
{
    border:1px solid lightsteelblue;
    border-width:1px !important;
    border-radius: 3px;
    position:relative;
    padding:0px !important;  
    top :2px;
    width:190px !important;
    background:#ffffff !important;    
}

.Calendar .ajax__calendar_container table tr td
{
    font-size: 12px;
    column-gap:0px !important;
    border-collapse:collapse;
    border:none !important;    
}

.Calendar .ajax__calendar_container table tr td:hover 
{   
    background-color: #edf9ff !important;
    color: #646464 !important;
}

.Calendar .ajax__calendar_header
{
    width: 100%;
    border:1px solid lightsteelblue;
    background:#ffffff url(../images/menu-bg.gif) repeat-x center;
    border-radius:3px;
    color:#000000 !important;
}

.Calendar .ajax__calendar_title
{
    height: 12px;
    cursor: pointer;
    vertical-align:middle;
    font-weight: bold;    
    color:#000000 !important;
}

.Calendar .ajax__calendar_footer
{
    height: 18px;
    border: 1px solid lightsteelblue !important;
    background:#ffffff url(../images/menu-bg.gif) repeat-x center;
    border-radius:3px;
    color: #000000 !important;
}
.Calendar .ajax__calendar_dayname
{
    height: 18px;
    text-align: center;
    width:auto;
    color:midnightblue;
}

.Calendar .ajax__calendar .ajax__calendar_active .ajax__calendar_day
{
    background-color: #edf9ff;
    border-color: #0066cc !important;
    color: #0066cc !important;
}

.Calendar .ajax__calendar .ajax__calendar_active .ajax__calendar_month
{
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.Calendar .ajax__calendar .ajax__calendar_active .ajax__calendar_year
{
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.Calendar .ajax__calendar .ajax__calendar_other .ajax__calendar_day
{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464 !important;
}

.Calendar .ajax__calendar .ajax__calendar_other .ajax__calendar_year
{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.Calendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_day
{
    background-color: #edf9ff !important;
    border-color: #daf2fc !important;
    color: #646464 !important;
}

.Calendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_month
{
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.Calendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_year
{
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.Calendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_title
{
    color: #0066cc !important;
}

.Calendar .ajax__calendar .ajax__calendar_hover .ajax__calendar_today
{
    color: #0066cc !important;
}

.gridView tr:hover .Calendar td,.gridViewEmpty tr:hover .Calendar td,.gridViewRow tr:hover .Calendar td
{
    padding: 0 0 0 0;
    background-color:#ffffff !important;
    color:#646464 !important;
    border:1px solid lightsteelblue !important;
}

.LargeCalendar td, .LargeCalendar th
{
    padding: 0px;
}
.LargeCalendar .ajax__calendar_container
{
    background-color: #e2e2e2;
    border:solid 1px #cccccc;
    width: 280px;
}
.LargeCalendar .ajax__calendar_header
{
    background-color: #ffffff;
    margin-bottom: 4px;
}
.LargeCalendar .ajax__calendar_title, .LargeCalendar .ajax__calendar_next, .LargeCalendar .ajax__calendar_prev
{
    color: #004080;
    padding-top: 3px;
}
.LargeCalendar .ajax__calendar_body
{
    background-color: #f2f2f2;
    border: solid 1px #cccccc;
    width: 280px;
    height: 230px;
}
.LargeCalendar .ajax__calendar_dayname
{
    text-align:center;
    font-size: 1.3em;
    font-weight:bold;
    height: 30px;
    color: #ff0000;
}
.LargeCalendar .ajax__calendar_day
{
    text-align:center;
    font-size: 1.6em;
    padding: 2px;
    width: 35px;
    height: 30px;
}
.LargeCalendar .ajax__calendar_month, .LargeCalendar .ajax__calendar_year
{
    text-align:center;
    vertical-align: middle;
    font-size: 1.6em;
    padding: 1px;
    width: 70px;
}
.LargeCalendar .ajax__calendar_hover .ajax__calendar_day, .LargeCalendar .ajax__calendar_hover .ajax__calendar_month, .LargeCalendar .ajax__calendar_hover .ajax__calendar_year, .LargeCalendar .ajax__calendar_active
{
    color: #004080;
    background-color: #ffffff;
}
.LargeCalendar .ajax__calendar_today
{
    font-weight:bold;
}
.LargeCalendar .ajax__calendar_other, .LargeCalendar .ajax__calendar_hover .ajax__calendar_today, .LargeCalendar .ajax__calendar_hover .ajax__calendar_title
{
    color: #bbbbbb;
}

.ajaxCombo .ajax__combobox_textboxcontainer input
{
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 0px 0px 0px 2px;
    font-family:Segoe UI;
    font-size: 13pt;
    height: 22px;   
    border-radius:3px 0px 0px 3px;
}
.ajaxCombo .ajax__combobox_buttoncontainer button
{
    position:relative;
    left:-17px;
    border:solid 1px #7F9DB9;
    border-left:none;
    height:22px;
    background: #ffffff center url(../images/ExpandDown.png) no-repeat;
    border-radius:0px 3px 3px 0px;
}
.ajaxCombo .ajax__combobox_itemlist
{
    font-family:Segoe UI;
    font-size: 13pt;
    margin: 0px;
    padding: 1px 0px 1px 0px;
    cursor: default;
    list-style-type: none;
    text-align: left;
    border: solid 1px ButtonShadow;
    background-color: #ffffff;
    z-index:99999 !important;
}
.ajaxCombo .ajax__combobox_itemlist li
{
    white-space: nowrap;
    padding: 0 3px 0 2px;
    min-height:18px;
}
.ajaxCombo .ajax__combobox_itemlist li:hover
{
    white-space: nowrap;
    padding: 0 3px 0 2px;
    background-color: dodgerblue;
    border-radius:2px;
    cursor:pointer;
}

/* Below are the common classes from the individual CSS files for each client */

body {
    margin: 0;
    font-size: 1em;
    background-color: #FFFFFF;
}

a {
    color: #0000ff;
}

a:hover {
    text-decoration: none;
}

.redText {
    color: #f00;
}

.boldText, .BoldText {
    font-weight: bold;
}

.highlight {
    font-weight: bold;
    background-color: #FFFF00;
    border: 1px solid #FF0000;
}

.greenStatus {
    color: #4D4D4D;
    background-color: #D6E3BD;
    text-align: center;
    height: 60px;
}
.redStatus {
    color: #4D4D4D;
    background-color: #FF7777;
    text-align: center;
    height: 60px;
}

.controlLabel {
    font-weight:bold;
    text-align: right;
}

.controlLeft {
    font-weight:bold;
    text-align: left;
}

.rejectedText {
    color: #f00;
    font-weight: bold;
    background-color: #FFDDDD;
}

.acceptedText {
    color: #009900;
    font-weight: bold;
    background-color: #DDFFDD;
}

/* .NET CONTROL STYLES */
.dropDownList, .DropDownList {
    font-family: Segoe UI,Arial, Sans-Serif;
    font-size:1em;
}

.dropDownListMandatory {
    font-family: Segoe UI,Arial, Sans-Serif;
    font-size:1em;
    background-color: #E9E9E9;
    border: 1px solid #f00;
}

.dropDownListSmallFont {
    font-family: Segoe UI,Arial, Sans-Serif;
    font-size: 0.85em;
}

.dropDownListSmallFontMandatory {
    font-family: Segoe UI,Arial, Sans-Serif;
    font-size: 0.85em;
    background-color: #E9E9E9;
    border: 1px solid #f00;
}

.textBox, .TextBox {
    font-family: Segoe UI,Arial, Sans-Serif;
    border: 1px solid #999;
    margin: 0;
    font-size:1em;
    /*padding: 3px 2px 0 2px;*/
    padding: 0px 1px 0px 1px;
    height: 22px;
}

.textBoxNew 
{
    color:#000;
    font-family: Segoe UI,Calibri, Arial, Sans-Serif;
    border: 1px solid lightsteelblue !important;
    margin: 0;
    font-size:1em;
    padding: 0px 0px 0px 0px !important;    
    min-height: 18px;
    background-color:White !important;
    text-align:justify !important;
}

.textBoxReadOnly {
    font-family: Segoe UI,Calibri, Arial, Sans-Serif;
    border: none !important;
    margin: 0;
    font-size:1em;
    padding: 0px 0px 0px 0px !important;    
    min-height: 18px;
    /*color:#000 !important;*/
    background-color:transparent !important;
    cursor:default !important;
    text-align:justify !important;
}

.textBoxMandatory {
    font-family: Segoe UI,Arial, Sans-Serif;
    border: 1px solid #f00;
    margin: 0;
    font-size:1em;
    /*padding: 3px 2px 0 2px;*/
    padding: 0px 1px 0px 1px;
    height: 22px;
    background-color: #E9E9E9;
}

.textBoxSASSI {
    font-family: Segoe UI,Arial, Sans-Serif;
    border: 1px solid #999;
    margin: 0;
    font-size:1em;
    /*padding: 3px 2px 0 2px;*/
    padding: 0px 1px 0px 1px;
    height: 24px;    
    border-radius:3px;
}

.textBoxSASSIMandatory {
    font-family: Segoe UI,Arial, Sans-Serif;
    border: 1px solid #f00;
    margin: 0;
    font-size:1em;
    /*padding: 3px 2px 0 2px;*/
    padding: 0px 1px 0px 1px;
    height: 24px;
    background-color: #E9E9E9;
}

.textBoxSmallFont {
    font-family: Segoe UI,Arial, Sans-Serif;
    border: 1px solid #999;
    margin: 0;
    font-size: 0.85em;
}

.textBoxSmallFontMandatory {
    font-family: Segoe UI,Arial, Sans-Serif;
    border: 1px solid #f00;
    margin: 0;
    font-size: 0.85em;
    background-color: #E9E9E9;
}

.textBoxMultiple, .TextBoxMultiple {
    font-family: Segoe UI,Arial, Sans-Serif;
    border: 1px solid #999;
    margin: 0;
    font-size:1em;
    /*padding: 3px 2px 0 2px;*/
    padding: 0px 1px 0px 1px;
    width: 30%;
    height: 50px;
}

.textBoxMultipleSmallFont {
    font-family: Segoe UI,Arial, Sans-Serif;
    border: 1px solid #999;
    margin: 0;
    font-size:0.85em;
    /*padding: 3px 2px 0 2px;*/
    padding: 0px 1px 0px 1px;
    width: 30%;
    height: 50px;
}

.textBoxMultipleMandatory {
    font-family: Segoe UI,Arial, Sans-Serif;
    border: 1px solid #f00;
    margin: 0;
    font-size:1em;
    /*padding: 3px 2px 0 2px;*/
    padding: 0px 1px 0px 1px;
    background-color: #E9E9E9;
}

.textBoxMultipleMandatorySmallFont {
    font-family: Segoe UI,Arial, Sans-Serif;
    border: 1px solid #f00;
    margin: 0;
    font-size:0.85em;
    /*padding: 3px 2px 0 2px;*/
    padding: 0px 1px 0px 1px;
    background-color: #E9E9E9;
}

.dateTextBox {
    font-family: Segoe UI,Arial, Sans-Serif;
    border: 1px solid #999;
    margin: 0;
    font-size:1em;
    /*padding: 3px 2px 0 2px;*/
    padding: 0px 1px 0px 1px;
    height: 22px;
    width: 90px;
}

.dateTextBoxMandatory {
    font-family:Segoe UI, Arial, Sans-Serif;
    border: 1px solid #f00;
    margin: 0;
    font-size:1em;
    /*padding: 3px 2px 0 2px;*/
    padding: 0px 1px 0px 1px;
    height: 22px;
    width: 90px;
    background-color: #E9E9E9;
}

.numericTextBox {
    font-family: Segoe UI,Arial, Sans-Serif;
    border: 1px solid #999;
    font-size:1em;
    /*padding: 3px 2px 0 2px;*/
    padding: 0px 1px 0px 1px;
    height: 22px;
    width: 60px;
    text-align: right;
}

.numericTextBoxMandatory {
    font-family: Segoe UI,Arial, Sans-Serif;
    border: 1px solid #f00;
    font-size:1em;
    /*padding: 3px 2px 0 2px;*/
    padding: 0px 1px 0px 1px;
    height: 22px;
    width: 60px;
    text-align: right;
    background-color: #E9E9E9;
}

.rdoBtnList{
    font-family:Segoe UI, Arial, Sans-Serif;
    font-size:0.85em;
}

.tabs {
    font-size:1.05em;
    margin: 0;
    padding: 0;
}

.listBox {
    font-family: Segoe UI,Arial, Sans-Serif;
    margin: 0;
    padding: 0;
}

.listBoxMandatory {
    font-family: Segoe UI,Arial, Sans-Serif;
    margin: 0;
    padding: 0;
    background-color: #E9E9E9;
    border: 1px solid #f00;
}

.listBoxSmallFont {
    font-family: Segoe UI,Arial, Sans-Serif;
    margin: 0;
    padding: 0;
    font-size: 0.85em;
}

.listBoxSmallFontMandatory {
    font-family: Segoe UI,Arial, Sans-Serif;
    margin: 0;
    padding: 0;
    background-color: #E9E9E9;
    font-size: 0.85em;
    border: 1px solid #f00;
}

.greybg {
    background-color: #EEEEEE;
}

.ppe {
    border: 1px solid #C7C8CA;
}

/********MODAL POPUP STYLES********/
.modalBackground {
    background-color:#ffffff;
    filter:alpha(opacity=80);
    opacity:0.85;
}

.modalPanel {
    border: solid 1px #3e96ff;
}

.modalHeader {
    font-weight: bold;
    color: #ffffff;
}

.modalPopupLoading {
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    padding-top: 370px;
    width: 100%;
    height: 100%;
    z-index: 100002; /* default for modal popup is 100001 */
    background-color:#ffffff;
    filter:alpha(opacity=80);
    opacity:0.85;
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
}

.modalPopupLoadingSml {
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    width: 100%;
    height: 100%;
    z-index: 100002; /* default for modal popup is 100001 */
    background-color:#ffffff;
    filter:alpha(opacity=80);
    opacity:0.85;
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
}

.formattedPanel {
    border: #cac7c7 1px solid; 
    padding:5px;
    margin-bottom:2px;
    vertical-align:middle;
    text-align:left;
    BACKGROUND-COLOR: #e7f4fd;
}

.SASSIChkSingle input, .SASSIChkSingle {
    height: 2.5em;
    width: 2.5em;
    vertical-align: middle;
    border: none 0px #ffffff; /* for some reason when we add this, the check box looks fine now on IE9 */
}

.SASSIChk input {
    height: 2.5em;
    width: 2.5em;
    vertical-align: middle;
    border-right: none 0px #ffffff; /* for some reason when we add this, the check box looks fine now on IE9 */
    border-left: solid 1px #C7C8CA;
    border-bottom: solid 1px #C7C8CA;
    border-top: solid 1px #C7C8CA;
    display: inline-block;
}

.SASSIChk label {
    border-left: none 0px #ffffff; /* for some reason when we add this, the check box looks fine now on IE9 */
    border-right: solid 1px #C7C8CA;
    border-bottom: solid 1px #C7C8CA;
    border-top: solid 1px #C7C8CA;
    height: 2.35em;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.SASSIChkList350 label {
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 350px;
    padding: 2px 0 0 3px;
    border: solid 1px #000000;        
}

.SASSIChkList350 label:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;    
}

.SASSIRad {
    font-size: 1.1em;
}

.SASSIRadLabel {
    height: 40px;
    width: 330px; 
    font-size: 1em;
    border: solid 1px #000;
    text-align: left;
    padding: 2px 0 0 3px;
    vertical-align: top;
}

.SASSIRad input {
    height: 2.5em;
    width: 2.5em;
    vertical-align: middle;
    border-right: none 0px #ffffff; /* for some reason when we add this, the radio button looks fine now on IE9 */
    border-left: solid 1px #C7C8CA;
    border-bottom: solid 1px #C7C8CA;
    border-top: solid 1px #C7C8CA;
    display: inline-block;
}

.SASSIRadList, .SASSIRad2,.SASSIRad200, .SASSIRadList350, .SASSIRadList600, .SASSIRadListGV, .SASSIChkList350 {
    font-size: 1em;
    z-index: 1000;
}

.SASSIRad200 input{
    height: 2.5em;
    width: 2.5em;
    vertical-align: middle;
    border-right: none 0px #ffffff; /* for some reason when we add this, the radio button looks fine now on IE9 */
    border-left: solid 1px #C7C8CA;
    border-bottom: solid 1px #C7C8CA;
    border-top: solid 1px #C7C8CA;
    display: inline-block;
 
 }
    
.SASSIRadList input, .SASSIRad2 input, .SASSIRadList350 input, .SASSIRadList600 input, .SASSIRadListGV input, .SASSIChkList350 input {
    height: 3.75em;
    width: 3.75em;
    vertical-align: middle;
}

.SASSIRadList label {
    height: 2.4em;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 450px;
    padding: 10px;
    border: solid 1px #000000;
}

.SASSIRadList label:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;    
}
.SASSIRad2 label {
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    width: 50px;
    border: solid 1px #000000;
}

.SASSIRadList350 label {
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 350px;
    padding: 2px 0 0 3px;
    border: solid 1px #000000;        
}

.SASSIRadList350 label:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;    
}

.SASSIRadList600 label {
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 600px;
    padding: 2px 0 0 3px;
    border: solid 1px #000000;
}

.SASSIRadList600 label:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;    
}

.SASSIRadListGV label {
    /*height: 50px;*/
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 2px;
    border: solid 1px #000000;
}

.columnHTMLText {
    font-size:9px;
    text-align:right;
}

.hidden {
    display:none;
}

.htmlBodySmallFont {
    margin: 0;
    font-size: 0.85em;
}

#pageHeader { 
    margin: 0px;
    vertical-align: middle;
}
.pageHeaderLeft {
    float: left;
    vertical-align: middle;
    font-family: Segoe UI,Arial;
    font-weight: bold;
    color: #4D4D4D;
}
.pageHeaderRight {
    float: right;
    text-align: left;
    margin-right: 20px;
    vertical-align: middle;
}

.topText {
    font-weight: bold;
    font-family: Segoe UI,Arial;
    color: #4D4D4D;
}

#pageBody {
    padding: 15px 100px 15px 15px;
    min-height: 850px;
    background: #91AEBE url('../images/bg_gradient.gif') repeat-x;
    background-attachment: fixed;
}
#pageBodyKiosk {
    padding: 15px 100px 15px 15px;
    min-height: 600px;

    background-image:url('../images/SASSI_logo_watermark.png');
    background-repeat:no-repeat;
    background-position: center top;
    background-attachment: scroll;

}
/*#pageBodyLeft
{
    float: left;
    width: 100px;
}
#pageBodyRight
{
    float: left;
    min-width: 600px;
}*/
#contentbody-wrapper {
	padding-bottom:68px;
}
#contentbody {
    position:relative;
    top:2px;
	width:100%;
	margin:0 auto;
}
div#footer-wrapper {
    border-top: solid 1px #000000;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 68px;
}
body form>div#footer-wrapper {
    position: fixed;
}
div#footerContainer {
    position: relative;
    height: 68px; 
    background-color: #ffffff;
}
div#footerlogoleft {
    height: 68px;
    position:absolute;
    top:0;
    left:0;

    width: 189px;
    background-image:url('../images/SASSI-logo.png');
    background-repeat:no-repeat;
    background-position: left;
    background-color: #ffffff;
    float: left;
}
div#footer {
    margin: 0 auto;
    margin-top: 0px; /* 98 total. 26*/
    position:absolute;
    top:0;
    left:189px;
    vertical-align: middle;

    color: #999;
    display: inline-block;
    text-align: left;
    font-size: 0.6em;
}
div#footerKiosk {
    margin: 0 auto;
    margin-top: 14px; /* 98 total. 40 */
    height: 58px; /* 98 total */
    position:absolute;
    top:0;
    left:189px;
    vertical-align: middle;

    color: #999;
    display: inline-block;
    text-align: left;
    font-size: 0.6em;
}

.verticallyAlignMiddle {
    vertical-align: middle;
}

.footermenus {
    text-align: center;
    padding: 20px 20px 20px 20px;
}



img {
    z-index: 100;
}

/* the following is probably not used - was the old left nav */
.dmRoot {
    line-height: 1.7em;
    font-weight: bold;
    color: #0000ff;
}

.dmParent {
    line-height: 1.7em;
    font-weight: bold;
    color: #666666;
}

.dmLeaf {
    line-height: 1.7em;
    color: #0000ff;
}

.dmHover {
    text-decoration: none;
}

h1 {
    display: block;
    color: #4D4D4D;
    font-weight: normal;
    font-size: 1.85em;
    line-height: 1.5em;
}
h2 {
    display: block;
    color: #4D4D4D;
    font-weight: normal;
    font-size: 1.7em;
}
h3 {
    display: block;
    color: #4D4D4D;
    font-weight: normal;
    font-size: 1.5em;    
    border:none !important;
}
h4 {
    display: block;
    color: #000;
    font-weight: normal;
    font-size: 1.2em;
    border:none !important;
    margin-bottom:5px;  
}
h5 {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: .85em !important;
    border:none !important;
    margin-bottom:5px;       
}

.menuBar
{
    height: 15px;
    font-weight: bold;
    font-size: x-small;
}



#pageMainMenuKiosk
{
    height: 33px;
    float: left;
    background: url('../images/menu-bg.gif') repeat-x;
    display: block;
    width: 100%;
}

#pageMainMenuKiosk .menu1
{
    font-weight: bold;
    font-family: Segoe UI,Arial;
    font-size: 0.8em;
    float: right;
}

.menuNewLink
{
    background:url('../images/menu-bg.gif') repeat-x;
    width:100%;
    font-size:12px !important;
    color:#636363 !important;       
    position:sticky;    
}
/* new .net menu 4.5 */


.menuNew
{
    padding: 4px 0px 4px 2px;
}

    
.menuNew ul 
{
    list-style:none;
    margin: 0px;
    padding: 0px;
    width: auto;
    border: 1px outset #e3e3e3;
    background:white url(../images/subnav_hover_bg.gif) repeat-y;
    z-index:9999 !important;    
   
}

.menuNew ul li a, .menuNew ul li a:visited
{
    background:transparent;
    border-bottom:1px solid #eaeaea;
    color: #000000;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;      
}

.menuNew ul li a.popout 
{
    background:transparent url("../images/ExpandRight.png") no-repeat right center !important;
    padding-right:14px;    
}

.menuNew ul li a.popout:hover 
{
    background-color:dodgerblue !important;    
}
.menuNew ul li a:hover
{
    background:dodgerblue none;
    color: white;
    text-decoration: none;
}

.menuNew ul li a:active
{
    background-color: darkblue;
    color: #ffffff;
    text-decoration: none;
}

/*top level menu*/
 .menuNew ul.level1 
 {
    padding: 0px!important;
    border: none;
    background:transparent none;
 }

.menuNew ul li a.level1 {
    text-align:center;
    width:100px !important;
    background:transparent none!important;
    border:1px solid transparent;
    color:#636363 !important;
    font-weight:bold;
    }
.menuNew ul li a.level1.popout 
{
    width:100px !important;
    padding-right: 4px !important;
}
.menuNew ul li a.level1:hover 
{
    border:1px solid skyblue !important;
    background:url('../images/menu-bg.gif') repeat-x bottom!important;
}

/* Menu for .Net 3.5*/

.MenuNew3
{
    padding: 2px 3px;
    border: 1px outset transparent;           
    background:transparent;
    width:auto;
    height:26px;     
}

.MenuNew3level1
{
    padding: 3px!important;
    border: 1px solid transparent;
    text-align:center;
    width:100px !important;
    background:transparent none!important;    
    color:#636363 !important;
    font-weight:bold;   
    z-index:99999;
}

 .MenuNew3level1:hover {
    border-color: lightskyblue;
 }

 /* Level 2*/

.MenuNew3level2 tr
{
    width: 150px !important;
    background-color:whitesmoke;
    z-index:99999 !important;     
}

.MenuNew3level2 td {
    margin: 0px;
    padding: 2px 10px;
    border-bottom: 1px solid #e3e3e3;   
    z-index:99999 !important; 
    height:22px;       
}
.MenuNew3level2 td a {
    color:#000000 !important
}

.MenuNew3level2 tr:hover td,.MenuNew3level2 tr:hover {
    background:dodgerblue none !important;        
}
.MenuNew3level2 td:hover a {
    color:#ffffff !important;
}

/* Level 3*/
.MenuNew3level3 tr
{
    width: 150px !important;
    background-color:whitesmoke;
    z-index:99999 !important;     
}

.MenuNew3level3 td {
    margin: 0px;
    padding: 2px 10px;
    border-bottom: 1px solid #e3e3e3;    
    z-index:99999 !important; 
    height:22px;       
}
.MenuNew3level3 td a {
    color:#000000 !important
}

.MenuNew3level3 tr:hover td {
    background:dodgerblue none!important;        
}
.MenuNew3level3 td:hover a {
    color:#ffffff !important;
}



/* From WebLSIM.CSS (CMS/ESM) */




/**********  Collapsible Styles **************/
.collapsiblePanelHeader
{
    font-family: Segoe UI,Arial, Sans-Serif;
    border-bottom:double 1px #000;
    color:RED;
    font-size: 18px;
    font-weight:bold;
    margin-bottom:2px;
}
.collapsiblePanel
{
	border-left: #d9d9d9 1px solid; 
	border-bottom: #d9d9d9 1px solid; 
	border-right: #d9d9d9 1px solid; 
	vertical-align:middle;
	text-align:left;	
	background-color:#e7f4fd;
}

.showDetailsLabel
{
	font-family: Segoe UI,Arial, Sans-Serif;	
	font-size: 10px;
	font-weight:bold;
	text-align:left;
}

/* CMS Tabs */
#tblDetails, #tblCaseWorkSteps, #tblDiaryNotes, #tblDocuments, #tblActuals, #tblQuotes, #tblIssues, #tblContacts, #tblTimesheet, #tblMyHome
{
    width: 830px;
    border: solid 1px #e1e1e1;
}                                   

/***CASE DETAILS HEADER CONTROL**/
.cdhcLabel
{
    font-size: 1em;
	color: Black;
	font-family: Segoe UI,Arial, Sans-Serif;
	text-align: right;
}

/***CASE DETAILS HEADER LABEL *****/
.cdhLabel
{
    font-family: Segoe UI,Arial, Sans-Serif;	
	font-size: 1em;
	font-weight:bold;
}

.Level1
{
	margin: 5px 0 0 0px;
	font-weight: bolder;
}

.Level2
{
	margin: 0 0 0 30px;
	font-weight: bold;
}

.Level3
{
	margin: 0 0 0 60px;
	font-weight: normal;
}

.Level4
{
	margin: 0 0 0 90px;
	color: #444444;
}

.reportViewer
{
    font-family: Segoe UI,Arial, Sans-Serif;	
    font-size:0.8em;
    height:500px;
    width:750px;
    margin-bottom: 120px;
}

/********** PAGE DIV SECTION STYLES *************/

#tree
{    
    font-family: Arial, Sans-Serif;
    color:Black;
    font-size: 10px;
    font-weight: bold;
    background-color:#F7F7F7;
    padding:2px;   
    border-style:solid;
    border-color:Gray;
    border-width:1px;
    
}

/******* SUB NAVIGATION ***********/
.collapseExpand
{
    /* DO NOT DELETE
    used as an element identifier*/    
}

.btn_off{
    background:url(../images/Title_BG.gif);
    cursor:pointer;
    color:#191919;
    font-weight:bold;
    font-family:Segoe UI,Arial,verdana;
    font-size:12px;
    border:1px ridge #a3a3a3;
    height:24px;
 }
 .btn_on{
    background-Color:#f9ffff;
    cursor:pointer;
    color:Black;
    font-weight:bold;
    font-family:Segoe UI,Arial,verdana;
    font-size:12px;
    border:1px solid SteelBlue;
    height:24px;
 }
 
 .LabelHelpDesk 
{
    font-size:9pt;
    font-family:Segoe UI,Sans-Serif, Arial, Verdana;
    font-weight:normal;
    text-align: right;
   
}
.txtBoxHelpDesk{
    color:Black;
    text-align:left;
    font-family: Segoe UI,Arial, Sans-Serif;
    font-size:0.85em;
    border:1px solid #d9d9d9;    
}

.MasterPageHelpDesk
{
    border:1px solid LightSteelBlue;
    background: #90ADBD url('../images/bg_gradient.gif') repeat-x;
    background-attachment: fixed;
}

.newTableCell,.newTableCell td
{
    border:1px solid #d3d3d3;
    font-family:Segoe UI,Times New Roman,System,Calibri,Arial;
    padding:2 2 2 2;
    font-size:.85em;
    text-align:center;    
    height:22px;
}

.newTableCellAlt,.newTableCellAlt td
{
    background-color:#cedee3 !important;
    border-bottom:1px solid lightsteelblue;
    font-family:Segoe UI,System,Calibri,Arial;
    padding:2 2 2 2;
    font-size:.85em;
    text-align:center;    
    height:22px;
}

.newTableHeader,.newTableHeader td
{
    /*background:#91AEBE url('../images/gvHeaderNew.jpg') repeat-x !important;*/
    border:1px solid LightSteelBlue;
    font-family:Segoe UI,Times New Roman,System,Calibri,Arial;
    font-size:.85em;
    text-align:center;    
}

#boxRight
{
    float: right;
    padding: 20px;
    width: 300px;
    font-family:Segoe UI,Times New Roman;
    border: 2px solid #DDDD55; /*Yellow #DDDD55; Pink #DD99FF; Blue #04B4AE*/
    background-color: #FFFF55; /*Yellow #FFFF55; Pink #FFA3FF; Blue #01DFD7*/
    border-radius:5px;
    box-shadow:5px 5px 8px #636363;
    color: #000000;
    position:relative;
    top:-30px;
}

.fieldSet
{
    width:100%;
}

/******* RAP *********/
#header1 ul {
    list-style: none;
    margin: 0px;
    padding: 0;
}

#header1 ul li 
  {
    background-color: Transparent;
    border: 1px solid Silver;
    color: #222;
    width: 50%; /* this is for RAP Heading - check */
    display : block;
    font-size: 14px;
    margin-bottom: -1px;
    padding: 12px 10px; 
    text-decoration: none;
}

#header1 ul li a 
{   
    background-color: Transparent;
    color: #222;
    font-size: 14px;
    margin-bottom: -1px;
    text-decoration: none;
    display: block;
}

#header ul {
    list-style: none;
    margin: 0px;
    padding: 0;
}
/* For all other Header - list view */
#header ul li a
  {
    background-color: Transparent;
    border: 1px solid Silver;
    color: #222;
    display : block;
    font-size: 14px;
    margin-bottom: -1px;
    padding: 12px 10px; 
    text-decoration: none;
  }
  
  .label
{ 
    font-weight: bold; 
    color: #001648; 
    display: inline-block; 
    padding: 15px 0px 5px 0px; 
    text-transform: none; 
    margin: 0 0px 0px 0px;
    font-size: 14px;
   
}
.heading
{ 
    font-weight:bold; 
    font-size:medium;
    color: Gray; 
    display: inline-block; 
    padding: 15px 0px 5px 0px; 
    text-transform: none;
    margin: 0 0px 0px 0px;
    
}

#header h3 {
    margin: 0;
    padding: 0;
}
#header h3 a {
    background-color: Transparent;
	
	background-repeat: no-repeat;
    font-weight:bolder;
    color: #222;
    display: block;
    height: 40px;
    font-size: 20px;
    font-weight: normal;
    padding: 0px 0;
    /*text-align: center; */
    vertical-align:middle;
    position:relative;
    text-decoration: none;
}

.TopSummaryTable
{
    border:1px solid lightsteelblue;
    font-family:Segoe UI,Times New Roman,System,Calibri,Arial;
    padding:2 2 2 2;
    border-collapse:collapse;
    font-size:0.90em;
    width:100%;
}

.TopSummaryTable th
{
    border:1px solid lightsteelblue;
    text-align:center;    
    min-height:22px;
    text-align:center;
    font-weight:bold;
    color:#001648;
    background-color:#B0D0DF;
}

.TopSummaryTable td
{
    border:1px solid lightsteelblue;
    text-align:left;    
    min-height:22px;
}

hr 
{
    border:none;
    height:1px;
    background-color:steelblue;
    width:100%;
}
/* GRID View Mobile */

.gridViewHeaderMobile
{  height: 0px;
    width: 0px;
    
}
.gridViewMobile
{
    margin:  0;
    width: 100%;
    background-position: center;
	/*padding:2px 2px 2px 2px;*/
}

.gridViewRowMobile {
   
   /* padding: 2px 2px 2px 2px; */
    height:30px;
    line-height: 1.2em;
}
.labelTop
{ 
    vertical-align: top;
    
    /*display: inline-block;
    padding: 15px 0px 5px 0px; 
    text-transform: none; 
    margin: 0 0px 0px 0px;  */
}
.labelTopBold
{ 
    vertical-align: top;
    font-weight: bold;
     color: #001648; 
    display: inline-block; 
    padding: 15px 0px 5px 0px; 
    text-transform: none; 
    margin: 0 0px 0px 0px;
    font-size: 14px;
}
.labelUnderline
{  font-weight: bold;
     color: #001648; 
    display: inline-block; 
    padding: 15px 0px 5px 0px; 
    text-transform: none; 
    margin: 0 0px 0px 0px;
    font-size: 14px;
    text-decoration:underline;
    }
div.hr
{
    border:  2px;
    color: Black;
    height: 1px;
    width: 100%;
}    
  .labellesspadding
{ 
    font-weight: bold; 
    color: #001648; 
    display: inline-block; 
    padding: 3px 0px 0px 0px; 
    text-transform: none; 
    margin: 0 0px 0px 0px;
    font-size: 14px;
   
}

.pagingButton
{
    padding:0 0 0 0;
    text-align:left;
    vertical-align:middle;
    background:url(../images/gvHeaderNew.jpg);
    border:1px solid SteelBlue;
    border-top:none;
}


/* Rad List Box */
.RadListBox ,.RadListBox .rlbList .rlbItem
{
    padding:0 0 0 0 !important;    
    font-size:1em !important;
}
.RadListBox .rlbList .rlbItem .rlbText 
{
    padding:0 0 0 0 !important; 
    font-size:1em !important;
}
.RadListBox .rlbList .rlbItem:hover
{
    background-color:LightSkyBlue !important;
    cursor:pointer;    
}


 .iconbtn_off{
    background:#efefef url(../images/spacer.gif) no-repeat left;
    background-position: 5px 50%;
    cursor:pointer;
    color:#191919;
    font-weight:bold;
    font-family:Segoe UI,Arial,verdana;
    font-size:12px;
    border:1px ridge #a3a3a3;
    border-radius:3px;
    height:24px;
    text-align: left;
    padding-left: 26px;

}
.iconbtn_on{
    /*background-Color:#f9ffff;*/
    background:#efefef url(../images/spacer.gif) no-repeat left;
    background-position: 5px 50%;
    cursor:pointer;
    color:Black;
    font-weight:bold;
    font-family:Segoe UI,Arial,verdana;
    font-size:12px;
    border:1px solid SteelBlue;
    border-radius:3px;
    height:24px;
    text-align: left;
    padding-left: 26px;

}

.textBoxReadOnly {
    font-family: Segoe UI,Calibri, Arial, Sans-Serif;
    border: none !important;
    margin: 0;
    font-size:1em;
    padding: 0px 0px 0px 0px !important;    
    min-height: 18px;
    color:#000;
    background-color:transparent !important;
    cursor:default !important;
}
#divFrameMain {overflow:hidden;}

.modalBackgroundK {
    text-align:left;
    border:5px double #636363;
    background-color:#3D3D44;
    margin: auto;
    z-index:99999;  
    top: 30%;
    left:25%;       
    position:fixed;
}

.modalOverlay 
{
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    text-align:center;
    vertical-align:middle;
    background-color:whitesmoke;
    filter:alpha(opacity=90);
    opacity:0.90;  
    z-index:999999;   
}

.modalOverlayNoTransparent 
{
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    text-align:center;
    vertical-align:middle;
    background-color:whitesmoke;
    filter:alpha(opacity=95); 
    opacity:0.95;
    z-index:999999;   
}

.sticker
{
    /*width: 520px;*/
    width:100%;
    height:100%;
    margin-left: 0px;
    margin-top: 270px;	
    object-position:center;
    font-family: Segoe UI, Arial, Sans-Serif;
    font-size:inherit;
}

