@CHARSET "ISO-8859-1";
.main_wrapper {
	box-shadow: 0 0 8px 2px #ccc ;
}
.header_container {
	background: none;
}
#sidebar .sidebar_block h4 a, #sidebar .sidebar_block h4, #sidebar .fr_login h4 {
	color: #0b4e9f;
}
#sidebar .sidebar_block h4 a:hover, #sidebar .fr_login a:hover{
    text-decoration: none;
    color: #073670;
}
.fr_login .Actions #ForgotPassword a {
	color: #AF001B;
}
a.btn, .typography a.btn,
form a.btn, form button, form input[type="button"],
form input[type="reset"], form input[type="submit"],
.ui-dialog .ui-dialog-buttonpane button {
	background: #0b4e9f;
}
a.btn:hover, .typography a.btn:hover, form a.btn:hover, form button:hover,
form input[type="button"]:hover, form input[type="reset"]:hover, form input[type="submit"]:hover,
a.btn:focus, .typography a.btn:focus, form a.btn:focus, form button:focus,
form input[type="button"]:focus, form input[type="reset"]:focus, form input[type="submit"]:focus{
    background: #0a448b;
	color: #fff;
}
.Page .typography h2, .typography h2, .CompanyPage .typography h2 {
	color: #0b4e9f;
}