@charset "UTF-8";

.TabbedPanels 
{
	float: left;
	width: 331px;
}

.TabbedPanelsTabGroup 
{
	
}

.TabbedPanelsTab 
{
	position: relative;
	top: 0px;
	float: left;
	padding: 4px 10px;
	margin: 0px 2px 0px 0px;
	color: #ad2020;
	font-weight: bold;
	background-color: #D3CFCF;
	border-left: solid 1px #CCC;
	border-bottom: solid 0px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	/*-khtml-user-select: none;*/
	cursor: pointer;
}

.TabbedPanelsTabHover 
{
	background-color: #e3e0e0;
}

.TabbedPanelsTabSelected 
{
	top: 0px;
	background: url(images/tab_selected.gif) repeat-x;
	border-bottom: none;
}

.TabbedPanelsTab a 
{
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup 
{
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 5px #ffffff;
	border-top: solid 0px #999;
	border-right: solid 0px #999;
	background-color: #E9E9E9;
    height: 80px;
    overflow: auto;
	color: #5D6B71;
	font-size: 10px;
	line-height: 18px;
}


.TabbedPanelsContent 
{
	padding: 4px;
}

.TabbedPanelsContent img
{
	float: right;
}

.TabbedPanelsContent a
{
	color: #AD2020;
}

.TabbedPanelsContentVisible 
{
	
}


