div.tabbedContainer
{
	background-color: White;
	border: solid 1px #DDDDDD;
}

div.tcButtons
{
	background-color: #F1F1F1;
	border-bottom: solid 1px #DDDDDD;
}

ul.tcButtons
{
	display: inline-block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li.tcButton
{
	display: block;
	float: left;
	border-right: solid 1px #DDDDDD;
	padding: 8px 15px 8px 15px;
	cursor: pointer;
}

li.tcButton:hover
{
	background-color: #cccccc;
	color: black;
}

li.tcButtonSelected, li.tcButtonSelected:hover
{
	background-color: #569ed5;
	color: White;
}

div.tcContent
{
	padding: 10px;
}

div.tcContentItem
{
	display: none;
}

div.tcContentItemSelected
{
	display: block;
}

div.tcFooter
{
	margin-top: 10px;
	font-size: 8pt;
}
