
/* --- FORM --- */


table.editform {
	
	width: 100%;
	padding-bottom: 20px;

}

table.editform td {
	
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;

}

table.editform td.name {

	text-decoration: underline;
	padding-bottom: 10px;
}

td#submitform {
	text-align: right;
	padding: 5px;
}

/* --- TAB  --- */

ul#tabnav {
	font: bold 11px verdana, arial, sans-serif;
	font-size: 10px;
	list-style-type: none;
	padding-bottom: 26px;
	padding-left: 20px;
	border-bottom: 1px solid #7eb937;
	margin: 0;
}

ul#tabnav li {
	float: left;
	height: 15px;
	color: #333333;
	background-color: #a8e75c;
	margin: 0px 4px 0px 0px;
	border: 1px solid #7eb937;
	padding: 5px 10px;
	cursor: pointer;
}

ul#tabnav li.current {

	border-bottom: 1px solid #F7F7F7;
	background-color: #F7F7F7;
	cursor: default;
	
}

/* --- TAB CONTENT --- */

#tabcontent {

	background: #F7F7F7;
	border: 1px solid #7eb937;
	border-top: 0;
	padding: 10px;
	text-align: left;

}

#tabcontent dd {
	display: none;

}

#tabcontent dd.current {
	display: inline;
}