/* Shim to make Twitter Bootstrap CSS work alongside ProZ.com stylesheets. */
a.btn-default:visited, a.btn-default:link { color: #333; }
.btn-danger,
a.btn-danger,
a.btn-danger:link,
a.btn-danger:visited {
    color: #fff;
}
body a:hover { color: #900; }
body .btn-primary {
    background-color: #224343;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#448786), to(#224343));
    background-image: -moz-linear-gradient(top, #448786, #224343);
    background-image: -ms-linear-gradient(top, #448786, #224343);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #448786), color-stop(100%, #224343));
    background-image: -webkit-linear-gradient(top, #448786, #224343);
    background-image: -o-linear-gradient(top, #448786, #224343);
    background-image: linear-gradient(#448786, #224343);
    border-color: #224343 #224343 hsl(179, 33%, 15%);
    color: #fff !important
}
body .btn-primary:hover,
body .btn-primary:focus,
body .btn-primary:active,
body .btn-primary.active,
body .btn-primary.disabled,
body .btn-primary[disabled] {
    color: #ffffff;
    background-color: #224343;
    *background-color: #224343;
}

body .btn-primary:active,
body .btn-primary.active {
    background-color: #224343 \9;
}
body .btn-link,
body .btn-link:hover,
body .btn-link:focus {
    color: #900;
}

select, textarea, input[type="text"], input[type="password"] {
    padding: 6px 12px;
    line-height: 1.42857143;
    background: #FFFFFF;
    border: 1px solid #ccc;
}
