/* CSS Document */
a.tab {
	margin-top: 5px;
	font-family: arial;
	text-decoration: none;
	color: #336699;
	height: 25px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	background-color: silver;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}

a.tab:hover { 
	color: #009900;
	border-color: black; 
	background-color: white; 
}

.panel {
	border-top: 0px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #DEE0D5;
	height: auto;
	}
