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;
    }

.waterMarkUsername
{
    border: 1px solid #999;
    margin: 0;
    padding: 3px 2px 0 0px;
    color: #f5f4f4;
    background: #f5f4f4 url('../images/wmUsername.gif') no-repeat;
    vertical-align: middle;
    height: 19px;
}
.waterMarkPassword
{
    border: 1px solid #999;
    margin: 0;
    padding: 3px 2px 0 0px;
    color: #f5f4f4;
    background: #f5f4f4 url('../images/wmPassword.gif') no-repeat;
    height: 19px;
}

#tblMyHomeMenu 
{
    width:100%;
    background:#25a0da none repeat-x top;
    height:30px;
    box-shadow:2px 2px 5px #4D4D4D;
}
/* ***** AJAX TAB STYLES ***** */
.ajaxTabTechnorati .ajax__tab_header 
{
    font-family: Segoe UI,Calibri,Arial, Sans-Serif;
    background-color:#c9e3f1;
    font-size:12px;
    display:block;
    height:26px;
    border-bottom:1px solid #9fbfdf;    
}

.ajaxTabTechnorati .ajax__tab_header .ajax__tab_outer 
{
    margin-left:3px;
}
.ajaxTabTechnorati .ajax__tab_header .ajax__tab_inner 
{
    background:transparent;
    color:#000099;
    border:1px solid transparent;
    border-bottom:none;
    border-radius:4px 4px 0px 0px;   
    padding:3px 3px 3px 1px;
    height:19px;
    text-align:center;
    min-width:85px;
}
.ajaxTabTechnorati .ajax__tab_hover .ajax__tab_inner 
{
    cursor:pointer;
    border-color:#9fbfdf;    
}
.ajaxTabTechnorati .ajax__tab_active .ajax__tab_outer 
{
    margin-left:3px;
}
.ajaxTabTechnorati .ajax__tab_active .ajax__tab_inner 
{
    background:#f5fafc;
    color:#000099;
    border:1px solid #9fbfdf;
    border-bottom-color:#ffffff;
    min-width:85px;
    border-radius:4px 4px 0px 0px;        
}
.ajaxTabTechnorati .ajax__tab_body 
{
    font-size:1em;
    padding:5px;
    background-color:#ffffff;
    border:solid 1px #9fbfdf;
    border-top:none;
    border-radius:0px 0px 3px 3px;    
}

/* ***** AJAX HOVER MENU ON GRIDVIEWS ***** */
.hoverMenuPopupPanel,.hoverMenuPopupPanel td {
    background-color:#f1f1f1;
    border: 1px solid #e3e3e3;
    padding: 2px;
    line-height: 1.6em;
    font-size: small;
    width: 90px;
    border-radius:0px 2px 2px 0px;
    color: navy !important;   
    box-shadow:2px 2px 4px #818181;
}
.hoverMenuHighlighted, .hoverMenuHighlighted a {
    /*background-color: transparent;
      color:blue !important;
    */
    background:transparent;
    padding:2px;
    text-decoration:underline;
    border:1px solid lightblue;
    border-radius:3px;
    color:#2f68a4 !important;
    cursor:pointer; 
    text-align:center;  
}
/* Hover Menu Options Styles */
.hoverMenuOpener{
    background:transparent url('../images/menu-bg.gif') center repeat-x;
    padding:2px;
    text-decoration:underline !important;
    border:1px solid lightsteelblue;
    border-radius:1px;
    color:navy !important;
    cursor:pointer;  
    text-align:center; 
    filter:alpha(opacity=70);
    opacity:0.70; 
}

/* AJAX validator Callout Extender */
.CustomValidator 
{
    position:absolute;
    width:150px !important;
    height:35px !important;
    opacity:.95;
}
.CustomValidator div
{
    background-color:#25a0da; /* #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:200px;
    min-height:30px;
    background:#ffffff url(../images/subnav_hover_bg.gif) repeat-y;
    padding: 5px 5px 10px 20px;        
    border: 1px solid lightsteelblue !important;
    border-right: none !important;      
    width: 100%; 
    font-family:'Segoe UI';
    font-size: 13px; 
    font-weight:bold;   
    color:red;      
    border-radius:4px 0px 0px 3px;
    box-shadow:3px 2px 5px #939393;
}

.CustomValidator .ajax__validatorcallout_close_button_cell
{
    vertical-align: top;
    background:#ffffff;    
    padding-top: 7px;
    padding-right:5px;
    text-align: right;
    border:1px solid lightsteelblue;
    border-left:none !important;
    border-radius:0px 2px 2px 0px;
    box-shadow:2px 2px 5px #939393;
}
  
.CustomValidator .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
    border: none;    
    background:#ffffff;
    text-align: center;
    width: 10px;
    padding: 2px;
    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 */
table.gridView {
    border:1px solid lightsteelblue;
    padding:2px;  
    box-shadow:2px 2px 4px #919191;
}
.gridView {
    width:auto;
    background-color:#fff;
    padding:2px;   
    border-collapse:separate !important; 
}

.gridView td {
    padding: 4px;    
    border-right: solid 1px #d3d3d3;    
    border-bottom:solid 1px #e3e3e3; 
    border-left-color:transparent;
    border-top-color:transparent; 
    font-size:12px;     
    color:#000;
}

.gridView .gridViewEmpty td {
	border: solid 1px steelblue; 
    border-left:none;  
}
.gridView .gridViewEmpty:hover td {
	border:solid 1px steelblue;	
    border-left:none;
	background-color:Transparent;
    color:Black;
}
.gridView tr:hover td,.gridView tr .gridViewAlternatingRow:hover td
{
    padding: 4px;    
    background: #efefef;    
    color:black;
}

.gridView tr:hover td table,.gridView tr .gridViewAlternatingRow:hover td table
{
    padding: initial;    
    background:initial;    
    color:initial;
}

.gridView tr:hover a {
    color: blue;
}

.gridView tr:hover .hoverMenuPopupPanel a { 
    color:blue;
}
.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,.gridViewHeader td,.gridView th,.gridView tr:hover td table tr.gridViewHeader td,.gridView tr:hover td table tr td.gridViewHeader
{
    background: #2f68a4 none; /*#91AEBE url('../images/gvHeader.png') center repeat-x;*/
    font-weight: normal !important;
    color: #fff;
    font-size:12px;
    text-align: center;
    min-height:30px !important;
    border:1px solid navy;
    border-left-color:#3e78b5;
    border-bottom-color:#3e78b5;
    padding : 5px 3px 5px 3px;

}

.gridViewHeader a, .gridViewHeader a:visited,.gridView th a,.gridView th a:hover,.gridView th a:visited{
    color: #fff !important;
}

.gridViewSubHeader {
    background-color: #00AEEF;
    color: #E8E8E8;
    text-align: left;
    font-size: 0.85em;
    line-height: 1.2em;
    vertical-align: top;
}

.gridViewAlternatingRow {
    background-color: #f3f3f3;  /*#B6CED6;*/
}
.gridViewPager td,.gridViewPager tr:hover{
    padding:2px !important;
    border:none !important;
    background:#ffffff url(../images/menu-bg.gif) center repeat-x !important;
    color:#636363 !important;
}
.gridView .gridViewPager a,.gridView .gridViewPager a:hover {
    border:none;
    color:blue !important;        
}

.gridView .gridViewPager table td {
    border:1px solid #d3d3d3 !important;
    border-radius:3px;    
    width:14px;
    text-align:center;
}

.gridView .gridViewPager table{
    padding:1px;
    border-spacing:2px 0px;
    border-collapse: separate;
}

/* ***** 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: 170px; /*width of label (left column)*/    
    border-bottom: solid 1px #e3e3e3;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;*/
    /*text-transform:uppercase;
    border-bottom: solid 1px #999999;*/
}
div.fieldwrapper div.cellRight {
    float: left;
    margin-bottom: 10px;
}
div.fieldwrapper div.cellRightOnly {
    padding-left: 180px;
    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;
    /*text-transform: uppercase;*/
}
div.pagewrapper div.rightMain {
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}
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 8px #d3d3d3 !important;
    background:#ffffff !important;
    z-index:999999;
}

.Calendar .ajax__calendar_body
{
    height: 139px;
    width: 190px !important;
    position: relative;
    overflow: hidden;
    margin: 0;    
    z-index:999999;
}

.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 steelblue;
    border-width:1px !important;
    border-radius: 2px;
    position:relative;
    padding:0px !important;  
    top :2px;
    width:190px !important;
    background:#ffffff !important;  
    z-index:999999;  
}

.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;*/
    background:#25a0da none !important;
    border-radius:1px;
    color:#ffffff !important;
}

.Calendar .ajax__calendar_title
{
    height: 12px;
    cursor: pointer;
    vertical-align:middle;
    font-weight: bold;    
    color:#ffffff !important;
}

.Calendar .ajax__calendar_footer
{
    height: 18px;
    border: 1px solid lightsteelblue !important;
    /*background:#ffffff url(../images/menu-bg.gif) repeat-x center;*/
    background-color:#e9e9e9;
    border-radius:1px;
    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;
}

.ajaxCombo .ajax__combobox_textboxcontainer input
{
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 0px 0px 0px 2px;
    font-family:Segoe UI;
    font-size: 12px;
    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: 12px;
    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;
}

.rtWrapperContent { 
    padding: 3px !important; 
    color: #000000 !important; 
} 

.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;
}

img {
    border:none;
    z-index: 100;
}
/* .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: #ffffff;
    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: #ffffff;
    border: 1px solid #f00;
}

.textBox, .TextBox {
    font-family: Segoe UI,Arial, Sans-Serif;
    border: 1px solid lightsteelblue;
    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;
    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: #ffffff;
}

.textBoxSASSI {
    font-family: Segoe UI,Arial, Sans-Serif;
    border: 1px solid lightsteelblue;
    margin: 0;
    font-size:1em;
    /*padding: 3px 2px 0 2px;*/
    padding: 0px 1px 0px 1px;
    height: 24px;
}

.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: #ffffff;
}

.textBoxSmallFont {
    font-family: Segoe UI,Arial, Sans-Serif;
    border: 1px solid lightsteelblue;
    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: #ffffff;
}

.textBoxMultiple, .TextBoxMultiple {
    font-family: Segoe UI,Arial, Sans-Serif;
    border: 1px solid lightsteelblue;
    margin: 0;
    font-size:1em;
    /*padding: 3px 2px 0 2px;*/
    padding: 0px 1px 0px 1px;
    width: 30%;
    height: 220px;
}

.textBoxMultipleSmallFont {
    font-family: Segoe UI,Arial, Sans-Serif;
    border: 1px solid lightsteelblue;
    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: #ffffff;
}

.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 lightsteelblue;
    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: #ffffff;    
}

.numericTextBox {
    font-family: Segoe UI,Arial, Sans-Serif;
    border: 1px solid lightsteelblue;
    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: #ffffff;
}

.rdoBtnList{
    font-family:Segoe UI, Arial, Sans-Serif;
    font-size:0.85em;
}

.tabs {
    font-size:1.05em;
    margin: 0;
    padding: 0;
}

.listBox,select[size] {
    font-family: Segoe UI,Arial, Sans-Serif;
    margin: 1px;
    padding: 2px;
    border: 1px solid #c3c3c3;
    box-shadow:2px 2px 4px #919191;
}
select {
    margin: 1px;
    padding: 2px;    
}
.listBox option,select option,.listBoxMandatory option,.listBoxSmallFont option,.listBoxSmallFontMandatory option:hover
{
    border:1px solid #fff !important;
}
.listBox option:hover,select option:hover,.listBoxMandatory option:hover,.listBoxSmallFont option:hover,.listBoxSmallFontMandatory option:hover
{
    border:1px solid #fff !important;
    background-color:#25a0da !important;
    opacity:.85;
    cursor:pointer;    
}

.listBox option:checked,select option[selected="selected"],.listBox option[selected="selected"],.listBoxMandatory option[selected="selected"],.listBoxSmallFont option[selected="selected"],.listBoxSmallFontMandatory option[selected="selected"]
{
    border:1px solid #fff !important;
    border-bottom-color:#e3e3e3 !important;
    background-color:#d3d3d3 !important;
}

.listBoxMandatory {
    font-family: Segoe UI,Arial, Sans-Serif;
    margin: 1px;
    padding: 2px;    
    border: 1px solid #f00;
    box-shadow:2px 2px 4px #919191;
}
.listBoxSmallFont {
    font-family: Segoe UI,Arial, Sans-Serif;
    margin: 1px;
    padding: 2px;    
    border: 1px solid #c3c3c3;
    box-shadow:2px 2px 4px #919191;
    font-size: 0.85em;
}

.listBoxSmallFontMandatory {
    font-family: Segoe UI,Arial, Sans-Serif;
    margin: 1px;
    padding: 2px;
    background-color: #ffffff;
    font-size: 0.85em;
    border: 1px solid #f00;    
    box-shadow:2px 2px 4px #919191;
}

.greybg {
    background-color: #EEEEEE;
}

.ppe {
    border: 1px solid #C7C8CA;
}

input[type=submit],input[type=button] { 
    background:#ffffff none no-repeat left;    
    cursor:pointer;
    color:#333;
    font-weight:bold;
    font-family:Segoe UI,Arial,verdana;
    font-size:12px;
    border:1px solid #999;
    border-radius:2px;
    height:24px;
    text-align: center;
    padding: 1px;    
    min-width:50px;
    box-shadow:#919191 2px 2px 4px;
}
input[type=button].SASSIBtnError {
    height: 40px !important;
    border:1px solid steelblue;
    color: #ffffff;
    background: #00AEEF url('../images/button_gradient.png') repeat-x !important;
}
input[type=button]:hover.SASSIBtnError {    
    border:1px solid dodgerblue;   
    color: #ffffff; 
    background: #00AEEF url('../images/button_gradient.png') repeat-x !important;
    box-shadow:#38b0e9 2px 2px 2px;
}
input[type=submit]:hover,input[type=button]:hover{   
    color:#000;   
    border:1px solid #2f68a4;
    box-shadow:#7F9DB9 2px 2px 4px;
}
 input[type=submit].iconbtn_off, input[type=submit].iconbtn_on,input[type=button].iconbtn_off, input[type=button].iconbtn_on {
    min-width:80px;
    background-position: 5px 50%;
    padding:2px 4px 2px 28px;
    text-align:center;
   
 }
 .RadGridView input[type=submit],.RadGridView input[type=submit]:hover {
   width:auto;      
   border:none;  
   box-shadow:none;      
 }
.RadGridView .rgCommandRow input[type=submit],.RadGridView .rgPager input[type=submit],.RadGridView .rgPager .RadButton input{  
   width:auto !important;
   min-width:20px !important;    
   border: none;  
   box-shadow:none;      
 }
/********MODAL POPUP STYLES********/
.modalBackground {
    background-color:#ffffff;
    filter:alpha(opacity=90);
    opacity:0.85;
}

.modalPanel {
    border: solid 1px #3e96ff;
}

.modalHeader {
    font-weight: bold;
    color: #ffffff;
}

.modalPopupLoading {
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    /*position: absolute;*/
    padding-top: 370px;
    width: 100%;
    height: 100%;
    z-index: 999999; /* 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;
}


.SASSIRad, .SASSIRad2, .SASSIRad200 {
    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, .SASSIRad2 input, .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,  .SASSIRadList350, .SASSIRadList600, .SASSIRadListGV, .SASSIChkList350 {
    font-size: 1em;
    z-index: 1000;
}
    
.SASSIRadList 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;    
}
.SASSIRad label, .SASSIRad2 label {
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    width: 50px;
    border: solid 1px #000000;
}

.SASSIRad200 label {
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    width: 200px;
    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;
}

/*  For desktop*/
.SASSIRadBtnList {
    padding:0px;
    margin:0px;
    font-size: 9pt;
    z-index: 1000;      
}

.SASSIRadBtnList label {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    width: 40px;      
}

.SASSIRadBtnListItem {
    color: #000000;
    background-color: #ffffff;
    text-align: left;
    display: table;
    table-layout:fixed;
    border-spacing :0;
    padding:0 0 0 0;
    border:1px solid lightsteelblue;
    border-radius:4px;   
}

.SASSIRadBtnListItemSelected {
    color: #ffffff;
    background-color: Steelblue;
    text-align: left;
    display: table;
    table-layout:fixed;
    border-spacing :0;
    padding:0 0 0 0;
    border:1px solid lightsteelblue;
    border-radius:4px;    
}

.SASSIRadBtnListItem input, .SASSIRadBtnListItemSelected input {
    height: 0 !important;
    width: 0 !important;    
    display: table-row;
    border-spacing :0;   
}
/*-----------------*/


.columnHTMLText {
    font-size:9px;
    text-align:right;
    color:aqua turquoise;
}

.hidden {
    display:none;
}

.htmlBodySmallFont {
    margin: 0;
    font-size: 0.85em;
}

#pageHeader { 
    margin: 0px;
    vertical-align: middle;
    border-top:2px solid #25a0da;    
}
#pageHeader table {
    min-height:80px;
}
.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 {
    margin-left:5px;
    padding: 15px 100px 15px 15px;
    min-height: 850px;
    /*background: #91AEBE url('../images/bg_gradient.gif') repeat-x;*/
    background-attachment: fixed;
}

#contentbody-wrapper {
	padding-bottom:68px;
}
#contentbody {
	width:100%;
	margin:0 auto;
}
div#footer-wrapper {
    border-top: solid 1px #25a0da;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 68px;
    z-index:10;
}
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 */
    padding-top: 14px;
    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;
    background-color: #ffffff;
}
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;
}

.watermarkSASSIlogo {
    position: absolute;
    left: 56%;
    top: 450px;
}

/* 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 !important;
    font-size: .85em !important;
    border:none !important;
    margin-bottom:5px;       
}

.menuBar
{
    height: 15px;
    font-weight: bold;
    font-size: x-small;
}

#pageMainMenu
{
    height: 33px;
    float: left;
    background: url('../images/menu-bg.gif') repeat-x;
    display: block;
}

#pageMainMenuKiosk
{
    height: 33px;
    float: left;
    background: url('../images/menu-bg.gif') repeat-x;
    display: block;
    width: 100%;
}

#pageMainMenuL
{
    background: url('../images/menuleft-bg.gif') no-repeat;
    height: 33px;
    width: 14px;
    float: left;
    display: block;
}

#pageMainMenuR
{
    background: url('../images/menuright-bg.gif') no-repeat;
    height: 33px;
    width: 14px;
    float: left;
    display: block;
}

#pageMainMenu .menu1
{
    font-weight: bold;
    font-family: Segoe UI,Arial;
    font-size: 0.8em;
}
#pageMainMenuKiosk .menu1
{
    font-weight: bold;
    font-family: Segoe UI,Arial;
    font-size: 0.8em;
    float: right;
}
.menu1 a
{
    display: block;
    padding: 8px;
}
.menu1StaticMenuItemStyle
{
    color: #4D4D4D;
    text-align: center;
}
.menu1StaticMenuItemStyle a {
    width: 120px;
}
.menu1StaticSelectedStyle
{
    background-color: #4D4D4D;
    color: #FFFFFF;
}
.menu1StaticHoverStyle
{
    background-color: #4D4D4D;
    color: #FFFFFF;
}
.menu1DynamicMenuStyle
{
    z-index: 100;
    border: inset 1px #88A5B4;
}
.menu1DynamicMenuItemStyle
{
    color: #4D4D4D;
    font-size: 0.85em;
}
.menu1DynamicMenuItemStyle a {
    width: 118px; /* have to take into account the border - 2px less than menu1StaticMenuItemStyle.width */
}
.menu1DynamicSelectedStyle
{
    background-color: #E9E9E9;
    color: #808080;
}
.menu1DynamicHoverStyle
{
    background-color: #00AEEF;
    color: #FFFFFF;
}

#pageSubMenu 
{
    height: 30px;
}

.menu2
{
    font-weight: normal;
    font-size: 0.8em;
}
.menu2 a
{
    display: block;
    padding: 5px 1px 5px 1px;
}
.menu2StaticMenuItemStyle
{
    color: #4D4D4D;
    padding: 2px 2px 2px 2px;
}
.menu2StaticHoverStyle
{
    color: #00AEEF;
}




/* From WebLSIM.CSS (CMS/ESM) */

.labelEmphasis
{
	font-family: Segoe UI,Arial, Sans-Serif;	
	font-size: 0.9em;
	font-weight:bold;
	text-align:left;
}

.ScheduleResultsHeaderCell
{
	font-family: Segoe UI,Arial, Sans-Serif;
	text-align: Center;
	border-style:solid;
	border-width: 1px;
	background-color:Silver;	
	font-size: 10px;
	font-weight:100;
}

.ScheduleResultsDataCell
{
	font-family: Segoe UI,Arial, Sans-Serif;
	font-size: 10px;	
	border-style:solid;
	border-width: 1px;	
	vertical-align:top;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

.Warning
{
    font-family: Segoe UI,Arial, Sans-Serif;
    background-color:#ffffcc;
    border-style:solid;
    border-color:Black;
    border-width:1px; 
    margin-top:  2px;
    padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

.SubHeader
{
    font-family: Segoe UI,Arial, Sans-Serif;
    color:Black;
    font-size: 12px;
    font-weight:bold;
    width:525px;
    background-color:#F7F7F7;
    padding:2px;   
    border-style:solid;
    border-color:Gray;
    border-width:1px;
}

.SubHeaderText
{
    font-family: Segoe UI,Arial, Sans-Serif;
    color:Black;
    font-size: 12px;
    width:525px;
    background-color:#F7F7F7;
    padding:2px;
    border-style:solid;
    border-color:Gray;
    border-width:1px;
}

/***** PERCENTAGE BAR *********/

.progressBarBG
{
    text-align:left;
    background-image: url(../images/pipe_grey.gif);
    padding-left: 0px;
	padding-Right: 0px;
	width: 100px;
	height:15px;	
}
.progressBarLeft
{
    background-image: url(../images/end_left.gif);
    padding-left: 0px;
	padding-Right: 0px;
	width: 2px;
	height:15px;
}
.progressBarRight
{
    background-image: url(../images/end_right.gif);
    padding-left: 0px;
	padding-Right: 0px;
	width: 2px;
	height:15px;
}

.waterMark
{
    border: 1px solid #999;
    font-family: Segoe UI,Arial, Sans-Serif;	
	margin: 0;
    padding:3px 2px 0 2px;		
    font-size:1em;
    color:Gray;
    background-color:#f5f4f4;
    height:18px;
}

/**********  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: 0px solid #d3d3d3; 
	border-top:none;
	vertical-align:middle;
	text-align:left;	
	background-color:#fff; /*#e7f4fd;*/
	width:100%;
	border-radius:1px;
}

 .collapsiblePanel td 
 {
    min-height:18px;   
 }
.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:9pt;
    border:1px solid lightSteelBlue;   
    height:18px; 
}

.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:2px 2px 2px 2px;
    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:2px 2px 2px 2px;
    font-size:.85em;
    text-align:center;    
    height:22px;
}

.newTableHeader,.newTableHeader td
{
    /*background:#91AEBE url('../images/gvHeaderNew.jpg') repeat-x !important;*/
    background-color:#3f5162;
    border:1px solid LightSteelBlue;    
    font-size:.85em;
    text-align:center; 
    color:#fff;   
}

#boxRight /* release notes and SSD box */
{
    float: right;
    padding: 20px;
    width: 300px;
    font-family:Segoe UI,Times New Roman;
    border: 2px solid #25a0da; /*Yellow #DDDD55; Pink #FF00FF; Green #00FF00; Orange #FFBF00; Aqua #00FFFF;*/
    background-color: #bee9fe; /*Yellow #F2F5A9; Pink #F5A9F2; Green #A9F5A9; Orange #F3E2A9; Aqua #A9F5F2;*/
    border-radius:2px;
    box-shadow:5px 5px 10px #636363;
    color: #000000;
    position:relative;
    top:-30px;
}

.blink_text {

    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;

     /*color: red;*/
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

.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;
   
}

  .instruction
  {
      font-weight: normal;
      color: mediumblue;
      display: inline-block;
      padding: 15px 0px 5px 0px;
      text-transform: none;
      margin: 0px 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:2px 2px 2px 2px;
    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;
    font-size:11px;    
    border:1px solid lightSteelBlue;    
    background-color:#d3d3d3;
    border-top-color:#c3c3c3;
    box-shadow: #919191 2px 2px 4px;
}

/* My Home Page */
.AppTable {
    background-color: #fff;
    min-height:296px;    
    border:1px solid #eaeaea;
    border-radius:2px;
    box-shadow:#e1e1e1 2px 2px 7px; 
    border-collapse:separate;
    border-spacing:1px;
}
.AppHeader{
    font-weight:bold;
    font-size:12px;
    text-align: left;
    background:#2f68a4 none;
    border-radius:3px;     
    border:1px solid navy;
    color:#ffffff;
    height:20px;   
}

/* rad menu*/
div.cmsMenu {
    width:100%;
    background-color:#25a0da !important;    
}
div.cmsMenu .rmRootGroup {
    height:32px;    
    box-shadow:2px 2px 5px #4D4D4D;
    padding:0px !important;
    background-color:#25a0da !important;  /*#2f68a4;*/  
} 

.cmsMenu .rmText {
    font-weight: normal; 
    min-width:60px;
    text-align:center;   
}

.cmsMenu .rmRootGroup .rmSeparator
{   
   height:29px;   
   min-width:5px;  
   display:none;
}
.cmsMenu .cmsMenuHomeIcon img, .cmsMenuHomeIcon img{
    height:16px;
    width:18px;
    position:relative;
    top:-1px;
    left:-1px;            
}
div.cmsMenu ul.rmLevel1 {
    position:absolute;
    top:0px !important;  
    border-top:1px solid #eaeaea !important;  
}
.cmsMenu .rmRootGroup .rmItem,div.cmsMenu .rmRootGroup .rmFirst:hover {
    height:32px !important;  
    top:0px;
    position:relative;     
    color:#fff;  
    background-color:transparent !important;    
    border-bottom:1px solid transparent;  
}

.cmsMenu .rmGroup .rmItem {
    background-color:#fff;
}
.cmsMenu .rmGroup .rmItem .rmText {
    height:32px !important;
    text-align:left;  
    border-bottom:1px solid transparent;    
}

.cmsMenu .rmRootGroup .rmItem a
{
    font-size:13px;
    font-weight: bold;
    border:none !important;  
    color:#fff !important;  
}

div.cmsMenu .rmRootGroup .rmItem:hover a {    
    color:#000 !important;
}
.cmsMenu .rmRootGroup .rmItem:hover {    
    color:#000 !important; 
    background-color:#eaeaea !important;   
    height:32px !important;   
    border-bottom:1px solid #eaeaea;    
    top:0px;   
}

.cmsMenu .rmGroup .rmItem .rmLink:hover,div.cmsMenu .rmGroup .rmFirst:hover
{
    background:#eaeaea none !important;     
    opacity:.90;        
    top:0px;      
}
.cmsMenu .rmGroup .rmItem,.cmsMenu .rmGroup .rmItem:hover {    
    height:32px !important;
    padding:0px;
    top:0px;
}
.cmsMenu .rmGroup .rmItem .rmLink:hover .rmText
{ 
    border:none !important;
    background:none !important;
}

.cmsMenu .rmGroup .rmItem .rmFocused .rmText
{
    border:none !important;
    background:none !important;   
}

.cmsMenu .rmGroup .rmItem .rmText {
    border:none !important;
    color:#4D4D4D;    
}

.cmsMenu .rmGroup .rmItem .rmText:hover,.cmsMenu .rmGroup .rmItem .rmExpanded .rmText {
    color:#000;
    border:none !important;
}
.cmsMenu .rmGroup .rmItem .rmExpanded 
{
    color: #fff;  
    background: #d3d3d3 none !important;    
}
.cmsMenu .rmGroup,.cmsMenu .rmGroup:hover {
    background: #fff none;
    filter:alpha(opacity=95);
    opacity:.95;            
    border-right:1px solid #838383 !important;
    border-bottom:1px solid #838383 !important;       
}
div.cmsMenu .rmGroup .rmLink a {
    background-image:none !important;
    height:32px !important;
}

/* Rad Template Menu for desktop */
div.TemplateMenu {
    width:100%;  
    background-color:#25a0da !important;  /*#2f68a4;*/ 
    box-shadow:2px 2px 5px #4D4D4D; 
}
div.TemplateMenu .rmRootGroup {
    height:32px; 
    background-color:#25a0da !important;  /*#2f68a4;*/    
    padding:0px !important;
} 

div.TemplateMenu ul.rmRootGroup{
   left:10px;    
}

div.TemplateMenu .rmText{
    font-weight: normal; 
    text-align :center !important;
    min-width:60px;
}
div.TemplateMenu .rmRootGroup .rmItem,div.TemplateMenu .rmRootGroup .rmItem:hover {top:-1px;}
div.TemplateMenu .rmRootGroup .rmItem:hover,div.TemplateMenu .rmRootGroup .rmItem:hover a {
    background-color:#e1e1e1;
    color:#000 !important;    
}
div.TemplateMenu .rmGroup .rmItem,div.TemplateMenu .rmGroup .rmItem:hover {
    background-color:#fff;
    top:0px;
}
div.TemplateMenu .rmRootGroup .rmItem a
{
    font-size:13px;
    font-weight: bold;
    border:none !important;  
    color:#fff !important;  
}
div.TemplateMenu .rmGroup .rmItem a,div.TemplateMenu .rmRootGroup .rmItem:hover .rmGroup .rmItem a {
    color:#000 !important;
}

div.TemplateMenu .rmRootGroup ul.rmGroup,div.TemplateMenu .rmRootGroup ul.rmGroup:hover {
    width:750px !important;
    color:#000 !important;  
    background-color:#fff !important;    
    box-shadow:2px 2px 4px #919191;
    border:1px solid #e1e1e1 !important; 
    opacity:.95;
}

.TemplateMenuCell1 {
    vertical-align:top;
    text-align:center;    
}
.TemplateMenuCell2 {
    vertical-align:central;
    text-align:center;
    background-color: #eaeaea;
}
img.TemplateMenuImage {
    width:220px;
    height:200px; 
    padding:1px;    
    background-color:#4D4D4D;  
    border:1px solid #000;
    border-radius:3px;
    box-shadow:1px 1px 6px #000;    
 }
.TemplateMenuTable {
    width:100%;    
    height:300px;
    margin:0 auto;
}
.RadTemplatePanel {
    width:700px;
    background-color:transparent;   
    opacity:80;    
    height:auto;
    padding:10px 5px 10px 5px;
    margin:0 auto;
}  

div.TemplateMenuPanelBar {
    width:280px !important;  
    border: none !important;      
    background:#fff; 
    border-collapse:collapse !important;      
}

div.TemplateMenuPanelBar ul {
    width:100% !important;
}

div.TemplateMenuPanelBar .rpItem .rpText {
    border-top: none !important;
    font-weight:normal;
    position:relative;
    left:11px;
    min-height:24px;
}

div.TemplateMenuPanelBar .rpItem .rpExpandable .rpText{
    border-top: none !important;
    position:unset;
}

div.TemplateMenuPanelBar .rpRootGroup,div.TemplateMenuPanelBar .rpRootGroup .rpLink 
 {  
    border: none;    
    text-decoration: none;
    padding:0px 0px 0px 0px !important;  
 } 

div.TemplateMenuPanelBar .rpRootGroup .rpExpandable:link,div.TemplateMenuPanelBar .rpRootGroup .rpExpandable,div.TemplateMenuPanelBar .rpRootGroup .rpLink,div.TemplateMenuPanelBar .rpRootGroup .rpSelected
 {  
    color: #000  !important;
    background:#fff none !important;   
    border-top:none !important;
    border-radius:0 0 0 0 !important;
    padding:0px 0px 0px 0px !important;   
 }
div.TemplateMenuPanelBar .rpRootGroup .rpExpandable:link:hover .rpText,div.TemplateMenuPanelBar .rpRootGroup .rpLink:hover,div.TemplateMenuPanelBar .rpRootGroup .rpExpandable:link:hover
{
    background: #efefef none !important;   
    color:#000 !important;  
    border:none !important;
}
div.TemplateMenuPanelBar .rpRootGroup .rpExpanded .rpText, div.TemplateMenuPanelBar .rpGroup .rpExpanded span {
    background: #e1e1e1 none !important;
}
div.TemplateMenuPanelBar .rpSlide {
    border-left:1px dashed #e1e1e1 !important;
    border-bottom:1px dotted #efefef !important;
    position:relative;
    left:3px;
}
div.TemplateMenuPanelBar .rpGroup .rpExpanded span:hover {background:#000000 none !important;}
div.TemplateMenuPanelBar .rpRootGroup .rpExpandable span.rpExpandHandle 
 {
    float:left !important;
    background:url(../images/ExpandDown.png) repeat-x !important;
    background-position:top;
  }
div.TemplateMenuPanelBar .rpRootGroup .rpExpanded span.rpExpandHandle 
 {
     float:left !important;
     background:url(../images/CollapseUp.png) repeat-x !important;
     background-position:left;
 }



/* Rad Grid View */
.RadGridView,.RadGridView .MasterView {
   border:1px solid lightsteelblue !important;
   border-collapse:collapse !important;
   padding:2px 2px 2px 2px !important;
   border-spacing:0px !important;
   font-size:1em;
   box-shadow:2px 2px 4px #919191;   
}
.RadGridView .Calendar td,.RadGridView .MasterView .Calendar td{padding:0 0 0 0 !important;}
.RadGridView td
{
    border-color:steelblue !important;
    border-collapse:collapse !important;
    border-spacing:0px !important;
}

.RadGridView .rgHeader,.RadGridView .rgCommandRow {        
    font-weight: normal !important;
    font-size:12px;
    min-height:30px !important;
    color: #fff !important;
    text-align:center !important;    
    background: #2f68a4 none !important;     
}
.RadGridView .rgCommandRow table {
    border-color:#2f68a4 !important; 
}
 .RadGridView .rgCommandRow a {    
    color:#ffffff !important;   
}

.RadGridView .rgHeader a {
    color:#fff !important; 
}
.RadGridView th.rgHeader
{
    border-color:#4682b4 !important;   
    border-right-color:#4682b4 !important;
    border-bottom-color:#4682b4 !important;    
    text-align:center;    
}

.RadGridView .rgRow{
    background-color: #ffffff !important;
}

.RadGridView .rgHoveredRow,.RadGridView .rgAltRow:hover,.RadGridView .rgRow:hover
{
    color: #000000;
    padding:4px 4px 4px 4px !important;
    background-color: #efefef !important; 
}
.RadGridView .rgHoveredRow td .Calendar td,.RadGridView .rgAltRow:hover td .Calendar td,.RadGridView .rgRow:hover td .Calendar td 
{
    padding:0px 0px 0px 0px !important;
    color: #000000 !important;
}

.RadGridView .rgHoveredRow td a,.RadGridView .rgAltRow:hover td a,.RadGridView .rgRow:hover td a  
{
     color: #000000;
     text-decoration:underline;
}
.RadGridView .rgAltRow {
    /*background-color: #dde3e8 !important;    */
    background-color: #f9f9f9 !important; 
}

.RadGridView .rgSelectedRow,.RadGridView .rgEditRow {
    background-color: #f1f1f1 !important;
}

.RadGridView .rgAltRow td,.RadGridView .rgRow td,.RadGridView .rgSelectedRow td,.RadGridView .rgEditRow td
{
    border-color:#d9d9d9 !important;
    border-bottom-color:#e3e3e3 !important;
    border-collapse:collapse !important;
    border-spacing:0 !important;
    font-size:1em;
}

.RadGridView .rgPager {
    background: #d3d3d3 none !important;
    border: 1px solid lightsteelblue !important;
}

/* Rad combo */

.RadComboWrapper .rcbInput
{
    color:#000000 !important; 
}

.RadComboWrapper .rcbInputCell,.RadComboWrapper .rcbInputCell:hover
{ 
    background:none !important; 
    border:1px solid lightsteelblue !important;
    border-right:none !important;
    /*border-radius:3px 0 0 3px !important;   */
    background-color:#fff !important;     
} 
  

.RadComboWrapper .rcbArrowCellRight
{ 
    background:#fff url(../images/ExpandDown.png) no-repeat !important; 
    background-position:0px 3px !important;    
    border:1px solid lightsteelblue !important;
    border-left:none !important;
    /*border-radius:0 3px 3px 0 !important;  */
}


div.RadComboBox .rcbHovered ,div.RadComboBoxDropDown .rcbHovered 
{
    cursor:pointer !important;
    color:#ffffff !important;         
    background:#25a0da none !important;          
}
.RadComboBox .rcbItem input[type="checkbox"],.RadComboBox .rcbHovered input[type="checkbox"]{
    height:13px;
    width:13px;      
    background-image:url(../images/CheckBoxImage_Uncheck.gif) !important;
}
.RadComboBox .rcbItem input[type="checkbox"]:checked,.RadComboBox .rcbHovered input[type="checkbox"]:checked{
    height:13px;
    width:13px;      
    background-image:url(../images/CheckBoxImage_Checked.gif) !important;
}

.RadComboBox .rcbItem, .RadComboBox .rcbFocused .rcbReadOnly .rcbInputCell 
{
    color:#000000 !important;
    cursor:pointer !important;
}

.RadComboBoxMandetory .rcbInput
{
    color:#000000 !important;
}

.RadComboBoxMandetory .rcbInputCell
{ 
    background:none !important; 
    border:1px solid red !important;
    border-right:none !important;
    /*border-radius:4px 0 0 4px;*/   
    background-color:#ffffff !important;    
} 

.RadComboBoxMandetory .rcbArrowCellRight,.RadComboBoxMandetory .rcbArrowCellRight .rcbInput
{ 
    cursor:pointer !important;
    background:#ffffff url(../images/ExpandDown.png) no-repeat !important; 
    background-position:0px 3px !important;    
    border:1px solid red !important;
    border-left:none !important;
    /*border-radius:0 4px 4px 0;*/
}

div.rcbSlide div.RadComboBoxDropDown {
    border-radius:0px 0px 3px 3px !important;
    border:1px solid lightsteelblue !important;   
    box-shadow:2px 2px 2px #d1d1d1; 
}

.RadComboWrapperNoArrow .rcbInput
{
    color:#000000 !important; 
}

.RadComboWrapperNoArrow .rcbInputCell,.RadComboWrapperNoArrow .rcbInputCell:hover
{ 
    background:none !important; 
    border:1px solid LightSteelBlue !important;
    border-right:none !important;
    /*border-radius:3px 0 0 3px !important;   */
    background-color:#fff !important;     
} 
  

.RadComboWrapperNoArrow .rcbArrowCellRight
{ 
    background:#fff none no-repeat !important; 
    background-position:0px 3px !important;    
    border:1px solid LightSteelBlue !important;
    border-left:none !important;
    /*border-radius:0 3px 3px 0 !important;    */
}

/* Rad List Box */
.RadListBoxMandatory .rlbGroup,.listBoxMandatory .rlbGroup{
    border:1px solid red !important;
    border-radius:2px !important;
    padding:2px;
}
div.listBoxMandatory,div.listBox {
    border:none !important;
    box-shadow:none;
}
.RadListBoxMandatory .rlbGroup,.RadListBox .rlbGroup,.listBox select,.listBoxMandatory select{
    box-shadow:2px 2px 4px #919191;
}
.RadListBox ,.RadListBox .rlbList .rlbItem
{
    padding:0px 0px 0px 1px !important;        
    font-size:1em !important;
    border-bottom:1px solid #fff;
}
.RadListBox .rlbList .rlbItem .rlbText 
{
    padding:0 0 0 0 !important; 
    font-size:12px !important;
}
.RadListBox .rlbList .rlbItem:hover
{
    background-color:#25a0da !important;
    opacity:.85;
    cursor:pointer;    
}
.RadListBox .rlbList .rlbItemSelected {
    background-color:#b1d4f3 !important;
    border-bottom:1px solid #e3e3e3;
}

/*Rad List box Grid Like Look*/

.RadListBoxGV .rlbList .rlbItem
{
    padding:2px !important;        
    font-size:1em !important;
    border-top:none;
    border-bottom:1px solid #d9d9d9;
}
.RadListBoxGV .rlbList .rlbItem:hover
{
    background-color:#efefef !important;
    opacity:unset;
    cursor:pointer;    
}
div.RadListBoxGV .rlbList .rlbItem .rlbItemSelected  {   
    background-color:#e1e1e1 !important;    
}

/* Rad Panel Bar */
.RadPanelBar
{ 
    border: 1px solid lightsteelblue !important;
    border-radius:1px 1px 1px 1px;    
 }
 
 .RadPanelBar .rpRootGroup,.RadPanelBar .rpRootGroup .rpLink 
 {  
    border: none !important;
    text-decoration: none;
 } 

.RadPanelBar .rpRootGroup .rpExpandable:hover,.RadPanelBar .rpRootGroup .rpExpandable:link:hover,.RadPanelBar .rpRootGroup .rpExpandable:link,.RadPanelBar .rpRootGroup .rpExpandable,.RadPanelBar .rpRootGroup .rpSelected 
 {  
    color:#000 !important;
    background:#d0cece none !important;
    background-position:center !important;
    border-top: 1px solid lightsteelblue !important;
    border-radius:1px 1px 0 0;
 }

.RadPanelBar .rpRootGroup .rpExpanded .rpExpandHandle,.RadPanelBarDB .rpRootGroup .rpExpanded .rpExpandHandle:hover {background: transparent url(../images/Collapse.png) repeat-x top !important; }
.RadPanelBar .rpExpandHandle {    background: transparent url(../images/Expand.png) repeat-x top !important; }
 
/* Rad Panel Bar dashboard */
div.RadPanelBarDB {
    width:280px !important;
}
.RadPanelBarDB
{ 
    border: 1px solid lightsteelblue !important;      
    background:#25a0da; 
    border-collapse:collapse !important;        
 }

.RadPanelBarDB .rpItem .rpText {
    border-top: 1px solid #c3c3c3 !important;
}

.RadPanelBarDB .rpItem .rpExpandable .rpText{
    border-top: none !important;
}

.RadPanelBarDB .rpRootGroup,.RadPanelBarDB .rpRootGroup .rpLink 
 {  
    border: none;    
    text-decoration: none;
    padding:0px 0px 0px 0px !important;  
 } 

.RadPanelBarDB .rpRootGroup .rpExpandable:link,.RadPanelBarDB .rpRootGroup .rpExpandable,.RadPanelBarDB .rpRootGroup .rpSelected,.RadPanelBarDB .rpRootGroup .rpLink
 {  
    color: #ffffff  !important;
    background:#25a0da none !important;   
    border-top:0px solid steelblue;
    border-radius:0 0 0 0 !important;
    padding:0px 0px 0px 0px !important;   
 }
.RadPanelBarDB .rpRootGroup .rpExpandable:link:hover .rpText,.RadPanelBarDB .rpRootGroup .rpExpandable:link:hover,.RadPanelBarDB .rpRootGroup .rpLink:hover
{
    background: #166286 none !important;   
    color:aqua !important;  
}
 .RadPanelBarDB .rpGroup .rpLink:hover,.RadPanelBarDB .rpGroup .rpExpandable:link:hover .rpText,.RadPanelBarDB .rpGroup .rpExpandable:link:hover,.RadPanelBarDB .rpGroup .rpLink span .rpText:hover
 {
    background:#dbeaf2 none !important; 
    color:#323232 !important;     
    border-bottom-color:transparent !important;
    border-top-color:#eaeaea !important;           
 }
.RadPanelBarDB .rpGroup .rpLink span .rpText { border-top:none !important; border-bottom:1px solid #eaeaea;}

.RadPanelBarDB .rpGroup .rpExpandable:link,.RadPanelBarDB .rpGroup .rpExpandable:link:hover { border-top:0px !important; }
.RadPanelBarDB .rpRootGroup .rpExpanded .rpText,.RadPanelBarDB .rpGroup .rpExpanded span{    
    background:#417187 none !important;
    color:aqua !important;   
 }
.RadPanelBarDB .rpGroup .rpExpanded span:hover {background:#000000 none !important;border-top:1px solid #eaeaea;}
.RadPanelBarDB .rpGroup .rpExpanded span .rpText{color:aqua !important;}
.RadPanelBarDB .rpRootGroup .rpExpanded .rpExpandHandle,.RadPanelBarDB .rpRootGroup .rpExpanded .rpExpandHandle:hover {background: transparent url(../images/Collapse.png) repeat-x top !important; }
.RadPanelBarDB .rpExpandHandle {    background: transparent url(../images/Expand.png) repeat-x top !important; }
.RadPanelBarDB .rpGroup,.RadPanelBarDB .rpGroup .rpLink,.RadPanelBarDB .rpGroup .rpLink .rpText,.RadPanelBarDB .rpGroup .rpExpandable:link,.RadPanelBarDB .rpGroup .rpSelected {
     color:#3f5162 !important;
     background:transparent none !important;          
     padding:0px 0px 0px 0px;
 }

 .RadPanelBarDB .rpGroup
 {  
    background: #fff none !important;
 }
 
/*  Rad Scheduler */
div.RadScheduler{    
    box-shadow:1px 1px 3px #919191;
}
 .RadScheduler .rsContent table
 {     
    width:100%;   
 }
 .RadScheduler .rsHeader
 {
    background:#eaeaea url(../images/menu-bg.gif) repeat-x bottom !important;
    color:navy !important;
 }

 .RadScheduler .rsHeader .rsHeaderDay:hover span,.RadScheduler .rsHeader .rsHeaderDay:hover,
 .RadScheduler .rsHeader .rsHeaderWeek:hover span,.RadScheduler .rsHeader .rsHeaderWeek:hover,
 .RadScheduler .rsHeader .rsHeaderMonth:hover span,.RadScheduler .rsHeader .rsHeaderMonth:hover,
 .RadScheduler .rsHeader .rsSelected .rsHeaderDay,.RadScheduler .rsHeader .rsSelected .rsHeaderWeek,.RadScheduler .rsHeader .rsSelected .rsHeaderMonth,
 .RadScheduler .rsHeader .rsSelected
 {  
    color: #ffffff !important;  
    background:#2f68a4 none !important;
 }

 .RadScheduler .rsHorizontalHeaderWrapper {background:none !important;color: #ffffff !important;}    
 .RadScheduler .rsHorizontalHeaderTable th
 {
    color: #ffffff !important;
    border:1px solid #ffffff !important; 
    background:#2f68a4 none !important;
    border-radius:2px;
 }
 .RadScheduler .rsHorizontalHeaderTable a {color: #ffffff !important;}
.RadScheduler .rsContentTable .rsRow .rsDateBox,.RadScheduler .rsContentTable .rsRow .rsDateBox:hover {
    background:#e1e1e1 none !important;    
    border:1px solid #fff !important;
    height:18px;
    padding-top:3px;   
}
.RadScheduler .rsContentTable .rsRow td {
    border-right:1px solid #d3d3d3 !important;
    border-bottom:1px solid #e1e1e1 !important;
}

.RadScheduler .rsVerticalHeaderWrapper table tr th,.RadScheduler th.rsAllDayHeader,.RadScheduler td.rsSpacerCell {
    border-color:lightsteelblue !important;    
    background:#fff url(../images/subnav_hover_bg.gif) repeat-y;
    background-position: -40px;
}
.RadScheduler .rsAllDayTable .rsWrap {
    border-color:lightsteelblue !important;    
    background:#f5f5f5 none;
} 
.RadScheduler .rsAllDayTable .rsWrap:hover {
    background:#dcedfe none;    
}

RadScheduler div.rsApt,.RadScheduler div.rsAptOut,.RadScheduler div.rsAptMid {
    border:none !important;
    background:transparent none !important;
}

.RadScheduler div.rsAptIn {
    border:none;
    background:transparent none !important;
    margin-bottom:1px;    
}   
.RadScheduler div.rsAptContent {
    border:1px solid #9fd0e8 !important;
    border-radius:3px;  
    background:#f0f6fc url(../images/gvHeader.png) 0px -35px !important;    
}
.RadScheduler div.rsAptContent:active {
    border-color:#25a0da !important;
}
.RadScheduler div.rsAptSelected .rsAptIn .rsAptContent {
     border-color:#0faffa !important;
     background:#f9fbfe none !important;  
}
 .RadScheduler div.rsAptContent:hover {    
    background-image:none !important;
 }

.RadScheduler div.rsAptContent span {
    display:table;
    margin: 0;
    position: absolute;
    top: 50%; 
    left:50%;  
    transform: translate(-50%, -50%);    
}
 /* Rad window without border */

.RadWindow_NoBorder .rwCorner .rwTopLeft,  
.RadWindow_NoBorder .rwTitlebar,  
.RadWindow_NoBorder .rwCorner .rwTopRight,  
.RadWindow_NoBorder .rwIcon, 
.RadWindow_NoBorder table .rwTopLeft,  
.RadWindow_NoBorder table .rwTopRight,  
.RadWindow_NoBorder table .rwFooterLeft,  
.RadWindow_NoBorder table .rwFooterRight,  
.RadWindow_NoBorder table .rwFooterCenter,  
.RadWindow_NoBorder table .rwBodyLeft,  
.RadWindow_NoBorder table .rwBodyRight,  
.RadWindow_NoBorder table .rwTitlebar,  
.RadWindow_NoBorder table .rwTopResize, 
.RadWindow_NoBorder table .rwStatusbar, 
.RadWindow_NoBorder table .rwStatusbar .rwLoading 
    {    
        display: none !important;
        background-image:none !important; 
        background-color:transparent !important;
    }
 .RadWindow_NoBorder .rwLoading  
{  
    background-color:transparent !important; 
}

.RadWindow_Borderonly {
    border:1px solid grey !important;    
    background:#ffffff none !important;    
    opacity:.90;
    filter:alpha(opacity=90);
}

/*Rad Button*/

.RadButton  {
    background:none !important;
    height: 26px !important;
    }
.RadButton input {    
    border-radius: 2px !important;
    color:#000 !important;    
    min-width:unset;
    font-size:12px !important;
    height: 24px !important;
    padding:1px !important;
    /*background: #bedef8 url(../images/btnBlue.png) center !important;*/
    background: #ffffff none !important;
    border: 1px solid #999 !important;
    box-shadow:#919191 2px 2px 4px;
}

.RadButton input:hover {  
    /*background-image:url(../images/btnBlueHover.png) !important; */
    box-shadow:#7F9DB9 2px 2px 4px; 
    border-color:#2f68a4 !important;
 }

.RadButton .rbPrimaryIcon {   
    margin-top:1px !important;
    margin-left:5px !important;   
}

.RadButton .rbSecondaryIcon {   
    margin-top:1px !important;
    margin-right:0px !important;   
}

.RadButtonBlue input {
    border: 1px solid #25a0da !important;
 }
 .RadButtonBlue input:hover {
    background:#42c5fb none !important;
 }
 .RadButtonRed input {
    background:#ff0000 none !important;
    border: 1px solid #ff0000 !important;
 }
 .RadButtonRed input:hover {
    background:#fc9595 none !important;
 } 
 .RadButtonGreen input {
    background:#009900 none !important;
    border: 1px solid #009900 !important;
 }
 .RadButtonGreen input:hover {
    background:#77c277 none !important;
 }
 /**/

 .iconbtn_off{
    background:#ffffff url(../images/spacer.gif) no-repeat left;
    background-position: 5px 50%;
    cursor:pointer;
    color:#333;
    font-weight:bold;
    font-family:Segoe UI,Arial,verdana;
    font-size:12px;
    border:1px solid #999;
    border-radius:2px;
    height:24px;
    text-align: left;
    padding-right: 4px;
    padding-left: 28px;
    min-width:80px;
    box-shadow:#919191 2px 2px 4px;
}
.iconbtn_on{
    background:#ffffff none no-repeat left;    
    cursor:pointer;
    background-position:5px 50%;    
    color:#000;
    font-family:Segoe UI,Arial,verdana;
    font-weight:normal;   
    font-size:12px;
    border: 1px solid #2f68a4;
    border-radius:2px;
    height:24px;
    text-align: left;
    padding-left: 28px;
    padding-right: 4px;
    min-width:80px;
   box-shadow:#7F9DB9 2px 2px 4px;
   
}

#divFrameMain {overflow:hidden;}


.modalPanelK td {
    color: #ffffff; /*#07076b !important;*/
}
.jscriptloader {
  border: 8px solid #07076b;
  border-top: 8px solid #d3d3d3;
  border-radius: 50%;
  width: 30px;
  height: 30px;  
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;  
  margin:0 auto; 
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modalBackgroundKTransparent {
    text-align:left;
    border:1px solid #636363 !important;
    background-color:#3D3D44;
    margin: auto;
    z-index:99999;  
    top: 10%;
    left:15%;       
    position:fixed;    
}

.modalBackgroundK {
    text-align:left;
    border:5px double #636363;
    background-color: #3D3D44;
    margin:0 auto;
    z-index:99999;
    top: 30%;
    left:25%;       
    position:fixed;
    color:white;
    filter:alpha(opacity=80);
    opacity:0.85;
}

.modalOverlay 
{
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    text-align:center;
    vertical-align:middle;
    background-color: whitesmoke;
    color:white;
    /*z-index:999999;*/  
    /*filter:alpha(opacity=90);
    opacity:0.90;*/      
}
.modalHeaderK {
    font-weight: bold;
    color: #ffffff;
    
}