<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.view {
	background: url("images/site_bg_redwhite.jpg")no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg-success, .btn-success {
	background-color: #FE0000 !important
}
.text-success, .light-green-text {
	color: #FE0000 !important
}
.success-color {
	background-color: #FE0000 !important;
}
.btn-custom_1_Active {
	background-color: #FE0000;
	color: #ffffff !important;
}
.bg-success-light {
	background-color: #ffcccc !important;
}
.AcountSnipLink:hover {
	background-color: #FE0000 !important;
	margin-bottom: 2px;
	padding: 5px;
	color: #ffffff;
}
a.bg-success:focus, a.bg-success:hover {
	background-color: #fe7f7f !important;
}
.hrStyle {
	border-bottom: 3px solid #FE0000 !important;
}
.LoginHeaderBorder {
	border-bottom: 10px solid #FE0000 !important;
}
ol.progtrckr li.progtrckr-done::before {
	background-color: #FE0000 !important;
}
a {
	color: #FE0000;
}




/*Session Popup NEW-------------- added on 08-08-2013*/
    #fallr-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #333;
    height: 100%;
    width: 100%;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    }
      #divAjaxTimer, #ifAjaxTimer{
        position: absolute;
        top: 0px;
        left: 200px;
        display: none;
        width: 350px;
        font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-align:left; text-decoration:none;
        
      }
      
      #divAjaxTimer{
        background-color: #fff;
border:1px solid #FE0000;
        z-index: 9999;
      }
      #ifAjaxTimer
      {
		z-index: 100;
      }
      #divAjaxContent,#divAjaxTitle{
       font-family:Arial, Helvetica, sans-serif; 
        font-size: 1em;
        font-weight: bold;
      }
      #divAjaxTitle{
        background-color: #FE0000;
        color: white;
		height:22px;
		padding-left:5px;
		vertical-align:middle; text-align:left;   background: -moz-linear-gradient(top, #FE4C4C 20%, #FE0000 80%);background: -ms-linear-gradient(top, #FE4C4C 20%, #FE0000 80%); background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#FE4C4C), color-stop(80%,#FE0000)); font-weight:bold; font-size:12px; color:#ffffff; padding-top:2px;
      }
      #divAjaxContent{
        color: black;
        width: 330px;
        margin: 5px 5px 10px 5px;
		font-weight:normal;
      }
      #divAjaxBut{
        text-align: center;
        margin-bottom: 10px;
      }
      #divAjaxBut input[type="button"]{ background-color: #FE0000;  background: -moz-linear-gradient(top, #FE4C4C 20%, #FE0000 80%);background: -ms-linear-gradient(top, #FE4C4C 20%, #FE0000 80%); background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#FE4C4C), color-stop(80%,#FE0000)); font-weight:normal; font-size:12px; color:#ffffff; border:0px; border-radius:4px; height:25px; margin-right:5px;padding-bottom:2px; cursor:pointer;
        }

      #divAjaxBut .confirm{width: 70px;}
      #divAjaxBut .ignore{width: 70px;}
	  
	  
/*Session Popup NEW-------------- added on 08-08-2013*/


.btn-success:focus, .btn-success:hover {
    background-color: #7f0000 !important;
}</pre></body></html>