@charset "UTF-8";

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 100%;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	margin-left:140px;
	text-transform: uppercase;
	font-size: 18px;
	color:#FFFFFF;
	font-weight: normal;
	background:url(../i/BoxKonkursy_TabbedPanelsTabGroup_bg.gif) no-repeat;
	background-position:0% 0%;
	height:19px;
	padding-left:15px;
}

.TabbedPanelsTab {
	width:23px;
	height:19px;
	float: left;
	margin:0px 1px;
	text-align:center;
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	color:#938167;
	font-weight:bold;
	line-height:19px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background:url(../i/BoxKonkursy_TabbedPanelsTabHover_bg.gif) no-repeat;
	color:#50463b;
}

.TabbedPanelsTabSelected {
	background:url(../i/BoxKonkursy_TabbedPanelsTabSelected_bg.gif) no-repeat;
}

.TabbedPanelsContentGroup {
	clear: both;
	margin-top:5px;
	height: 130px;
}

.TabbedPanelsContent {
}

.TabbedPanelsContentVisible {
}


