@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}

/*a:link {
	color: #83a400;
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	color: #83a400;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color: #83a400;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	color: #83a400;
	font-weight:bold;
	text-decoration:underline;
}*/

/*****************TABS*****************/
#tabs {
	/*position: absolute;
	top: 55px;
	list-style-image:url(images/bullet_arrow.gif);
	
	padding: 1px 1px;*/

}

#tabs a {
	/*float: left;*/
	padding: 3px 3px;
display:block;
	/*background-color: #DCDCDC;*/
	text-decoration: none;

}

#tabs a.active-tab {
	background-color: #95b610;
	display:block;
	/*border-top: 2px solid #666;*/
	padding: 3px 3px;
	color: #ffffff;
}

.panel {
	clear: both;
	display: none;
	/*background-color: #3e3e3e;*/
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}