/******** Tab Styles ********/
#tabs {
	position: absolute;
	left: 0;
	top: 193px;
	height: 25px;
	padding: 0px;
}/* tabs */

.tab-table {
	border-collapse: collapse;
	border-spacing: 0px;
}/* tab-table */

.tab-table td {
	padding: 0px;
}/* tab-table td */

.tab-glyph {
	width: 0px;
	height: 0px;
	border-left: solid 25px transparent;
	border-bottom: solid 25px #347A2F;
}/* tab-glyph */

.tab-bar {
	background-color: #347A2F;
	height: 15px;
	padding: 5px;
	padding-right: 15px;
}/* tab-bar */

.selected-tab-glyph {
	width: 0px;
	height: 0px;
	border-left: solid 25px transparent;
	border-bottom: solid 25px #05541D;
}/* tab-glyph */

.selected-tab-bar {
	background-color: #05541D;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	height: 15px;
	padding: 5px;
	padding-right: 15px;
}/* tab-bar */

/******** Tab Links ********/

.tab-table a:link, .tab-table a:visited {
	color: white;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}/* tab-table a:link, tab-table a:visited */

.tab-table a:hover {
	color: #95D36A;
}/* tab-table a:hover */

