.navbar {
    background: none repeat scroll 0 0 #6DA2D6;
}    

a.navbar-brand, a.navbar-brand.noBg {
    background: none repeat scroll 0 0 #6DA2D6;
    border-bottom: 1px solid #6DA2D6;
}   

#sidebar-left {
    background: none repeat scroll 0 0 #3B5680;
}    

body, footer {
	background: none repeat scroll 0 0 #3B5680;
}

.login-box input {
	color:black !important;
}


td.dataTables_empty {
color:#F9F9F9;
}

#DepartmentalTabs {
margin-top:10px;
}

.narrow_table {
font-size:10px;
}

table.nbe tr td {
	padding:10px;
}

table.nbe tr td h4 {
	font-weight:bold;
	font-size:1.3em;
	color:#FFFFFF;
	background-color:#CECECE;
	border-bottom:8px #6DA2D6 solid;
	line-height:40px;
	margin-bottom:0px;
	padding-left:5px;
}

table.nbe td.nbevalue {
	background-color:white;
	border:1px #6DA2D6 solid !important;
	text-align:center;
	font-size:30px;
	color:#6DA2D6;
}

table.nbe td.nbevalue span {
	color:black;
}

table.nbe tr td input[type=text] {
	border:1px #6DA2D6 solid !important;
}

tab.nbe_guard {
	background-color:white;
	border:1px #6DA2D6 solid !important;
}

.subheader {
	background-color:#FFFFFF;
	color:#6DA2D6;
	/* font-weight:bold; */
	border-bottom:3px #6DA2D6 solid;
}

table.report tr.report_head {
	background-color:#305DB2;
}

table.report tr.report_head td {
	color:white;
}

table.report tr.report_body {
	background-color:#AFBDD8;
}
	
table.report td {
	padding:10px;
}