.text-classified,.text-over-reserve,.text-under-reserve {
    color: #ffffff;
}

.wrapper-border {
    border: 5px solid #00A1CB;
    border-top: none;
	border-bottom: none;
    box-shadow: -5px 0px 0px #ddd, 5px 0px 0px #ddd;
    border-radius: 0px 0px 5px 5px;
}
.leftblock {
	margin-top:10px;
	background-color:#fff;
	border: 1px solid #fff !important;
}
.leftblock li {
    list-style: none;
}

h3.nav-header {
    background: none;
    color: #000;
    background-color: #ffc107;
    border-radius: 0px;
}
.commhead {
    background-color: #333;
    text-align: center;
    padding: 10px 0 !important;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.leftmenu {
    color: #08c;
}
ul.leftmenu {
    list-style: none;
    line-height: 22px;
	background-color: #fff;
	margin-top:-9px;
	display: block;
    padding: 10px 26px;
    -webkit-box-shadow: inset 0 3px 5px 1px #ccc;
    box-shadow: inset 0 3px 5px 1px #ccc;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    color: #08c;
	border:1px solid #ffc107;
}
ul.leftmenu a:hover{
	color:#f89406;
}
a:hover{
	color:#f89406;
}
