
.yui-navset {
	position:relative;

}

.yui-navset ul.yui-nav {
	display:block;
	_position:relative;
	_left:25px;
	margin-left:25px;
	margin-top:30px;
	=margin-left:25px;

}

.yui-content .cnt {
	width:930px;
	min-height:150px;
	_height:150px;
	/*background: url(/images/content/tabstuff/tab-body.jpg) 0 bottom no-repeat;	*/
	margin-top:-1px;
	=margin-top:-31px;
	margin-bottom:30px;
	color:#74aed0;
}

.yui-content .cnt .tab-top {
	display:block;
	height:9px;
	width:930px;
	/*background: url(/images/content/tabstuff/tab-top.jpg) 0 0 no-repeat;*/
}

ul.yui-nav li {
	float:left;
	cursor:pointer;
	padding-left:10px;
	position:relative;
	margin-left:-35px;
}

ul.yui-nav li a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	margin-left:5px;
	text-transform:uppercase;
	padding-left:10px;
	position:relative;
	top:8px;
}

ul.yui-nav li span{
	float:left;
}


ul.yui-nav li span.rightEdge{
	width:47px;
	height:30px;
	/*background: url(/images/content/tabstuff/right-edge.gif) 0 0 no-repeat;*/

}

ul.yui-nav li span.leftEdge{
	height:30px;
	/*	background: url(/images/content/tabstuff/left-edge.gif) 0 0 no-repeat;*/

}

ul.yui-nav li.selected {
	z-index:1;
}

ul.yui-nav li.selected span.leftEdge{
	/*background: url(/images/content/tabstuff/actv-left-edge.gif) 0 0 no-repeat;*/
}

ul.yui-nav li.selected span.rightEdge{
	/*background: url(/images/content/tabstuff/actv-right-edge.png) 0 0 no-repeat;
	_background: url(/images/content/tabstuff/actv-right-edge.gif) 0 0 no-repeat;*/

}

/* obsah tabiku */

.yui-content .cnt { margin-top:20px;}

.yui-content .cnt .label {
	padding:0 10px;
	font-size:1.4em;
	color:#ffffff;
}

.yui-content .cnt p {
	
	margin-top:10px;
	padding:5px 10px;
}

.yui-content .cnt .day {
	width:44px;
	height:51px;
	background: url(/images/content/tabstuff/date-holder.png) 0 0 no-repeat; _behavior:url(/css/iepngfix.htc); 
	float:left;
	text-align:center;
	color:#081d36;
	font-size:1.4em;
	line-height:1.2em;
	margin:0 10px 0px 0;
	font-weight:bold;
}

.yui-content .cnt p {
	font-size:0.9em;

}

.yui-content .cnt .day .month {
	font-size:0.4em;
	position:relative;
	top:-15px;
	text-transform:uppercase;
}


ul.yui-nav li.selected a {
	color:#000000;
}

.label a {color:#fff; margin-left:0px; text-decoration:none;}
.label a:hover { text-decoration:underline;}


