/* Tabs Interface Elements */

TABLE.tabTable{
	width: 400px;
}

TH.over{
	vertical-align: middle;
	background: white;
	color: #000066;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}

TD.tip{
	background: #eee;
	color: black;
	text-align: center;
}