body {
	background-color: transparent;
	background-image: none;
}

ul.formular_tabs li.active, ul.formular_tabs li:hover {
    background-color: #3499FF;
	
	background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #3499FF), color-stop(1, #155CC2));
    background-image: -o-linear-gradient(center top , #3499FF 0%, #155CC2 100%);
    background-image: -moz-linear-gradient(center top , #3499FF 0%, #155CC2 100%);
    background-image: -webkit-linear-gradient(center top , #3499FF 0%, #155CC2 100%);
    background-image: -ms-linear-gradient(top, #3499FF 0%, #155CC2 100%);
    background-image: linear-gradient(center top , #3499FF 0%, #155CC2 100%);
}

.content_wrap {
	background-color: #d9e0ea;
	background-image: none;
}

#statusbar {
	color: black;
}

.navigation > ul > li.active > a, .navigation > ul > li:hover > a {
    background-color: #cce5ff;
    background-image: none;
	color: #000000;
}

table#fundlist tr th {
    background-color: white;
	color: #002e73;
}

table#fundlist tr:nth-child(2n+1) {
    background-color: #d9e0ea;
}

table#fundlist tr:nth-child(n+1):hover {
    background-color: #8CA3C0;
}

a {
	color: #002e73;
}
