html body { background-color: #353535; }


html .navbar .nav > li > a { color: #ccc; }
html .navbar .nav > li > a:hover { color: #fff; }
html .navbar .nav > .active > a, 
html .navbar .nav > .active > a:hover, 
html .navbar .nav > .active > a:focus { box-shadow: inset 0 0 8px #000; }

html .navbar-inner{ 
	background-color:#5c5c5c;
	background-image:-moz-linear-gradient(top, #5c5c5c, #030303);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5c5c5c), to(#030303));
	background-image:-webkit-linear-gradient(top, #5c5c5c, #030303);
	background-image:-o-linear-gradient(top, #5c5c5c, #030303);
	background-image:linear-gradient(to bottom, #5c5c5c, #030303);
	background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c5c5c', endColorstr='#030303', GradientType=0);
	border:none;}

html .panel-content { background-color: #fff; }
html .panel-content-title { background-color: #7a7a7a; }
html .panel-content-title h2 { color: #fff; }
html .panel-banner {background-color: #fff;}

html .rounded-border { border: 0; }

html .search-background { background-color: #eaeaea; }

html #cal h2 { background-color: #eaeaea; color: #444; }

html .tab-content { background-color: #fff; }
html .nav-tabs { margin-bottom: 4px; }

html .footer .navbar-inner { background-color:#ffffff;
	background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}
html .footer p { color: #444; }

/* html a { color: #FFFFFF; } */

.footer a, .footer a:hover {color: #444444; }

.panel-banner h3 {color:#FFFFFF; }

/* .content-view {color: #FFFFFF; } */

#top-content .content-more a {color: #FFFFFF; } 