﻿td.tabfront
{
	text-align: center;
	width: 15%;
	font-weight: bold;
	border-top: 1px solid #6080A0;
	border-bottom: none;
	border-left: 1px solid #6080A0;
	border-right: 1px solid #6080A0;
	cursor: hand;
	background: #6080A0;
	color: White;
	padding: 3px;
}
td.tabback
{
	text-align: center;
	width: 15%;
	border-top: 1px solid White;
	border-right: none;
	border-bottom: 1px solid #6080A0;
	cursor: hand;
	background: #D0E0F0;
	color: #6080A0;
	padding: 3px;
}
td.tabempty
{
	width: 70%;
	font: x-small;
	padding: 0px 0px 0px 0px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #6080A0;
	border-left: 1px solid White;
	background: white;
}
td.tabcontent
{
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #D0E0F0;
	border-bottom: 1px solid #D0E0F0;
	border-top: none;
	border-right: 1px solid #D0E0F0;
}
