/* ================================
    CSS STYLES FOR Module [!output PROJECT_NAME]
   ================================
*/

.contentbdr_1 {
	border-right: solid 1px #96beb8;
	border-bottom: solid 1px #96beb8;
	border-left: solid 1px #96beb8;
	background-image: url(/images/bottombg_1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


.tabgreen
{
	border-right: #96beb8 1px solid;
	border-top: #96beb8 1px solid;
	font-weight: bold;
	background-image: url(/images/topbg_green2.gif);
	vertical-align: middle;
	border-left: #96beb8 1px solid;
	cursor: pointer;
	color: #a34a08;
	border-bottom: #ffffff 1px solid;
	background-repeat: repeat-x;
	height: 24px;
	text-align: center;
}
.tabgreen a:link, .tabgreen a:visited {
	color: #a34a08;
	cursor:pointer;
}

.tabgrey
{
	border-right: #e1e8e5 1px solid;
	background-position: 50% bottom;
	border-top: #e1e8e5 1px solid;
	background-image: url(/images/greybtn1.gif);
	vertical-align: middle;
	border-left: #e1e8e5 1px solid;
	cursor: pointer;
	color: #575757;
	border-bottom: #96beb8 1px solid;
	background-repeat: repeat-x;
	height: 24px;
	text-align: center;
}
.tabgrey a:link, .tabgrey a:visited {
	color: #575757;
	cursor:pointer;
	height: 24px;
}