.navbar-inverse .nav .active > a {
	color: #ffffff;
	background-color: #bc000a !important;
}


.mainfilter {
	padding-top:10px !important;
	padding-bottom:0px !important;
	margin:0px !important;
}

table tr:nth-child(odd) td { background-color:#fbfbfb } /*odd*/
table tr:nth-child(even) td { background-color:#e8ecee } /* even*/

.timeout-dialog button {
cursor: pointer !important;
color: #333333 !important;
font-size: 14px !important;
line-height: normal !important;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
font-size: 100% !important;
}

.main_logo {
	height:auto;
}

.navbar .nav {
    margin: 10px 10px 0 0 !important;
}

.navbar .brand {
    padding: 10px !important;
}

div.ajax-loading{
    position: fixed;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
    z-index: 9999999;
    background-color: #fff;
    background-image: url('../../../../../common/images/ajax-loader.gif') no-repeat;
    opacity: 0.7;
    filter: alpha(opacity=70); /* ie */
    -moz-opacity: 0.7; /* mozilla */
    display:none;
}
div.ajax-loading * {
    height:100%;
    width:100%;
    background-color: #fff;
    background-image: url('../../../../../common/images/ajax-loader.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
    filter: alpha(opacity=100); /* ie */
    -moz-opacity: 1; /* mozilla */
}

.red {
    color:#DF0101 !important;
}

.black {
    color:#424242 !important;
}
#contentarea {
    margin-top: 40px;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{
    color:#ffffff;
    text-decoration:none;
    outline:0;
    background-color:#ba122b;
    background-image:-moz-linear-gradient(top, #ba122b, #ba122b);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ba122b), to(#ba122b));
    background-image:-webkit-linear-gradient(top, #ba122b, #ba122b);background-image:-o-linear-gradient(top, #ba122b, #ba122b);
    background-image:linear-gradient(to bottom, #ba122b, #ba122b);
    background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba122b', endColorstr='#ba122b', GradientType=0);
}

.dropdown-menu>li>a{
    display:block;
    padding:3px 20px;
    clear:both;
    font-weight:normal;
    line-height:20px;
    color:#000000;
    white-space:nowrap;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{
    color:#000000;
    text-decoration:none;
    outline:0;
    background-color:#ba122b;
    background-image:-moz-linear-gradient(top, #ba122b, #ba122b);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ba122b), to(#ba122b));
    background-image:-webkit-linear-gradient(top, #ba122b, #ba122b);background-image:-o-linear-gradient(top, #ba122b, #ba122b);
    background-image:linear-gradient(to bottom, #ba122b, #ba122b);
    background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba122b', endColorstr='#ba122b', GradientType=0);
}

.navbar .nav>li>a{
    float:none;padding: 22px 15px 28px !important;
    color:#777777;
    text-decoration:none;
    text-shadow:0 1px 0 #ffffff;
}

.dynamic-float {
    margin-top: 35px !important;
}