/*
 * Bootstrap Support
 *
 * Copyright 2013 Hostserver GmbH
 * http://www.hostserver.de
 *
 */
a {
    color: #003366;
    text-decoration: none;
}


.nav-list > .active > a, .nav-list > .active > a:hover {
    background-color: #003366;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
 
.form-horizontal .control-group-small {
    margin-bottom: 10px;
}
.control-group-micro {
    margin-bottom: 0 !important;
}
.form-horizontal .help-small {
	margin-top: 0 !important;
	font-size: 11px;
}
.form-horizontal .info {
	display: inline-block;
	padding-top: 5px;
}
.nav-header {
    color: #999999;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    padding: 3px 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.light {
	color: #999999 !important;
}