/* tabulka v hodnoceni */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 21px; /*--Set height of tabs--*/
	border-bottom: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 20px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 20px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #f0f0f0;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #f7f7f7;
}
ul.tabs li a {
	text-decoration: none;
	color: #666666;
	display: block;
	font-size: 11px;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #e0e0e0;
        color:#CC0000;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
	border: 1px solid #f0f0f0;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
        margin-top:-20px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 11px;
}

.tab_content p {
    padding:0;
    margin:0;
	padding-bottom:5px;
}

.tab_content p strong{
	font-size: 13px;
}

.tab_content p.hodnoceni-centrum
{
    width:100%;
    background-color:#F7F7F7;
    margin:0;
    padding:3px;
    border:1px solid #ffffff;
    display:block;
}
.tab_content p.hodnoceni-centrum:hover
{
    background-color:#E0E0E0;
}

.tab_content p.hodnoceni-centrum .datum1
{
    width:160px;
    padding-left:5px;
    display:block;
    float:left;
}
.tab_content p.hodnoceni-centrum .bodu1
{
    width:160px;
    display:block;
    float:left;
}
.tab_content p.hodnoceni-centrum .hodnoceni1
{
    width:160px;
    padding-right:5px;
}
