﻿a , a:hover{
	color: #00985f;
}
h6{
	color: #00985f;
	font-size: 18px;
}
.hero{
/*background-color: #000000;*/
	background:url('/cases/alpharestructuring/shared/anr_banner.jpg') left top no-repeat #000;
	height: 160px;
}

.hero .company-logo .circle{
border-radius: 0%;
-moz-border-radius: 0%;
-webkit-border-radius:0%;
-khtml-border-radius:0%;
background-color: transparent;
}

.hero .company-logo .content-color{
background-color: transparent;
}

.hero .caption.withlogo, .hero .caption.withoutlogo {
	display:none;
}

.sidebar .tabs.vertical li {
	border-left: 3px solid #00985f;
}

.sidebar .tabs.vertical li a {
	border-left: #00985f;
	background-image: -webkit-gradient(linear,left top,right top,from(#00985f),to(#414148));
	background-image: -webkit-linear-gradient(left,#00985f 50%,#414148 50%);
	background-image: linear-gradient(to right,#00985f 50%,#414148 50%);
}

.sidebar .tabs.vertical li a.current{
	background-color: #00985f;
}

.sidebar .tabs.vertical li a.current, .sidebar .tabs.vertical li a:hover{
	background-color: #00985f;
}

.top-bar .top-bar-section ul li {
	border-left: 3px solid #00985f;
}
.module{
	border-left: 6px solid #00985f
}

.module.closed:before {
	border-color: transparent #00985f transparent transparent
}

.toggle a:hover{
	background-color: #959ca2;
}

.toggle a.current, .toggle a:hover.current{
	background-color: #00985f;
}

input.button{
	background-color: #00985f;
}

div.module-wrap p{
	font-weight: 600;
}

div.module-wrap label, div.module-wrap label em{
	font-weight: 600;
	font-size: 16px;
}