.TabbedPanels {

	margin: 0px 0px 0px 0px;
	padding: 0px;

	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	height: 100% auto;
}


.TabbedPanelsTabGroup {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: -1px;
	left: 0px;
	float: left;
	padding: 4px 10px 4px 10px;
	margin: 0px 1px 0px 0px;
		_margin: 0px 1px 0px 0px;	/* ie6 */
		#margin: 0px 1px 0px 0px;	/* ie7 */
	

	font-size: 12px;
	font-weight: bold;
	
	list-style: none;
	border-left: solid 1px #121212;
	border-bottom: solid 1px #3A3A3A;
	border-top: solid 1px #3A3A3A;
	border-right: solid 1px #121212;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	z-index: 20;
	background-color: #171616;

	background: url(http://cdn.carbonpoker.ag/skins/carbonBlue/images/tabbedButtonBG.gif) repeat-x;

}


.TabbedPanelsTabHover {

	background: url(http://cdn.carbonpoker.ag/skins/carbonBlue/images/tabbedButtonBG_over.gif) repeat-x;
	border-left: solid 1px #3A3A3A;
	border-bottom: none;
	border-top: solid 2px #31426e;
	border-right: solid 1px #3A3A3A;
	top: 1px;
}


.TabbedPanelsTabSelected {
	position: relative;
	float: left;
	top: 1px;
	background: url(http://cdn.carbonpoker.ag/skins/carbonBlue/images/tabbedButtonBG_over.gif) repeat-x;	
	background-color: #1C1C1C;
	border-bottom: none;	
	border-left: solid 1px #3A3A3A;

	border-top: solid 2px #31426e;
	border-right: solid 1px #3A3A3A;
	color: #fff;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {

	clear: both;
	width: 100% auto;
	height: 100% auto;
}


.TabbedPanelsContent {

	background: url(http://cdn.carbonpoker.ag/skins/carbonBlue/images/tabbedContentBG_over.gif) repeat-x;	

	border: 1px solid #3A3A3A;
	width: 100% auto;
	height: 100% auto;
	padding: 10px;
	clear: both;
}


.TabbedPanelsContentVisible {

}

.tabimages {

	float: right;
	border: 1px solid #3A3A3A;
	width: 100% auto;
	height: 100% auto;
	margin: 10px;
clear: both;
}

/* Tables */
table, 
table p,
table a:link,  
table a:visited,
table li,{
	color: #000000;
}

table {
	background-color: #66666;
}
th,
th p,
th a:link,
th a:visited,
th li  {
	font-weight: bold;
	background-color: #b8b8b8;
	color: #000000;
}
td,
td p,
td a:link,
td a:visited,
td li {
	color: #000000;
}
tbody {
	background-color: #e6e6e6;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
