h1, h2, h3, h4, h5, h6 {
	color: #15245f;
}

#content div.leftcol ul li a {
	background: #CCCCCC;
    background: -webkit-linear-gradient(top, #CCCCCC, #CCCCCC);
    background: -moz-linear-gradient(top, #CCCCCC, #CCCCCC);
    -moz-transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    color: #333;
}

#content div.leftcol ul li a:hover {
    color: #777;
}

.business {
	padding-left:20px;
}

#head div.text h1 .home {
	color: #15245f;
}

.btn, form input[type="submit"], form .submit, .row .btn {
	background: #15245f;
	color: #fff;
	-moz-transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
}

.btn, form input[type="submit"]:hover, form:hover .submit:hover, .row:hover .btn:hover {
	background: #555;
	color: #fff !important;
}

.orange {
	background: #fffe03;
	color: #15245f;
}

.pink {
	background: #fffe03;
	color: #15245f;
}

.red {
	background: #fffe03;
	color: #15245f;
}

.dashboardWrap {
	border-top: 1px solid #222;
}

::-moz-selection {
	background: #fffe03;
    color: #15245f;
    text-shadow: none;
}
::selection {
    background: #fffe03;
    color: #15245f;
    text-shadow: none;
}

a {
	color: #777; text-decoration: none; cursor: pointer;
}

a:visited {
	color: #777; text-decoration: none;
}

a:hover {
	color: #15245f; text-decoration: none;
}

#content div.leftcol ul li ul a:hover, #content div.leftcol ul li ul li.active a{
	color: #777;
}

.tabnav li.selected a{
	background: #f1eff2;
	color: #333;
}

ul.pagination li.active a, ul.pagination li a:hover {
	background: #f0244a;
    background: -webkit-linear-gradient(top, #777, #f0244a);
    background: -moz-linear-gradient(top, #777, #f0244a);
}

.tabnav {
	border-bottom: 1px solid #f1eff2;
}
		
.topStats .google-visualization-table .google-visualization-table-th {
	background: #f0244a;
}

.ui-widget-header {
	background: #f0244a;
}

#content div.leftcol ul li ul li a {
	background: #eef1f4;
}

#content div.leftcol ul li ul li a:hover {
	background: #eef1f4;
}

#content div.leftcol ul li ul a:hover, #content div.leftcol ul li ul li.active a {
	background: #eef1f4;
}

#workArea .styleBox {
	background: #f1eff2;
}

#content ul#site-tree li a span i.icon-file, #content ul#site-tree li a span i.icon-home {
	color: #777;
}

#content ul#site-tree li a span i.icon-file, #content ul#site-tree li a span i.icon-home:active {
	color: #777;
}

#content ul#site-tree li a span i.icon-file {
	color: #777;
}

#content ul#site-tree li a span i.icon-file:active {
	color: #777;
}

#content ul#site-tree li a span.title_container {
	color: #333;
}

#content ul#site-tree li a span.title_container:active {
	color: #777;
}

#content ul#site-tree li a span i.submenu-button {
	color: #777;
}

#content div.leftcol ul li ul li a {
	background: #f3f3f3;
}

#content div.leftcol ul li ul li a:hover {
	background: #f3f3f3;
}

#head a.logo {
    
    background: rgba(0, 0, 0, 0) url("/uploads/images/partner_logos/bww-logo.png") no-repeat scroll left center;
    width: 87px;
    
}