h1, h2, h3, h4, h5, h6 {
	color: #0f55c4;
}

#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: #0f55c4;
}

.btn, form input[type="submit"], form .submit, .row .btn {
	background: #0f55c4;
	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: #0f55c4;
	color: #fff !important;
}

.orange {
	background: #fffe03;
	color: #0f55c4;
}

.pink {
	background: #fffe03;
	color: #0f55c4;
}

.red {
	background: #fffe03;
	color: #0f55c4;
}

.dashboardWrap {
	border-top: 1px solid #0f55c4;
}

::-moz-selection {
	background: #fffe03;
    color: #0f55c4;
    text-shadow: none;
}
::selection {
    background: #fffe03;
    color: #0f55c4;
    text-shadow: none;
}

a {
	color: #777; text-decoration: none; cursor: pointer;
}

a:visited {
	color: #777; text-decoration: none;
}

a:hover {
	color: #0f55c4; text-decoration: none;
}

#content div.leftcol ul li ul a:hover, #content div.leftcol ul li ul li.active a{
	color: #777;
}

.tabnav li {
	background: #444444;
}

.tabnav li.selected a{

	color: #333;
}

ul.pagination li.active a, ul.pagination li a:hover {
	background: #0f55c4;
	border: 2px solid #0f55c4;
}

ul.pagination li.next a, ul.pagination li.prev a {
	color: #0f55c4;
}

.tabnav {
	border-bottom: 1px solid #f1eff2;
}

.tabnav li.selected {
	background: #0f55c4;
	color: #fff;
}

.tabnav li.selected a {
	color: #fff;
}

.topStats .google-visualization-table .google-visualization-table-th {
	background: #0f55c4;
}

.ui-widget-header {
	background: #0f55c4;
}

#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: #323234;
}

#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;
}

#site-tree li {
	background: #ececec;
	border-bottom: 1px solid #d6d6d6;
}

#site-tree li a {
	color: #323234;
}

#site-tree li:hover, #site-tree li.cms-page-active {
	background: #e3e3e3;
}

#site-tree .level_indent_holder .level_indent {
	background: #a0a0a0;
}

#header {
    background: #0f55c4;
}

#header .headerMenuSections li {
    border-right: 1px solid #0f55c4;
}

.topnav .sectionHeader.subMenuOpen {
    color: #0f55c4;
}
.topnav .sectionHeader:hover {
    color: #0f55c4;
}

.topnav .sectionHeader.subMenuOpen + ul li.active {
	background: #0f55c4;
}

.dashboardDates .csvContainer a
{
     color: #0f55c4;
}

.radio .inputContainer label.active {
    color: #0f55c4;
    }

form fieldset h1 a {
	color: #0f55c4;
}

.topnav .sectionHeader.subMenuOpen:after {
	color: #0f55c4;
}

.topnav li a:hover, .topnav .sectionHeader:hover:after {
	color: #0f55c4;
}

.btn:hover {
	background: #0f55c4;
}

.btn.greenBtn:hover {
	background: #1d5a00;
	background: linear-gradient(to top, #349E3C, #1d5a00);
}

.btn.redBtn:hover {
	background: #762020;
	background: linear-gradient(to top, #942929, #762020);
}
