﻿/* Ohraničující blok */
.mtabs
{
	width: 100%;
	text-align: center;	
	background-color: white;
	margin: 0px auto 23px auto;
	border: transparent 1px solid;
}

.mtabs_nejclanky
{
	width: 100%;
	text-align: center;	
	background-color: white;
	margin: 0px auto 0px auto;
	border: transparent 1px solid;
}

/* Pole pro výsledný text */
.tab_result
{
	position: relative;
	top: 0px;
	height: auto;
	background-color: white;
	clear: both;
	/*height: 150px;*/
	text-align: left;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 0px 0px;
	border: 10px solid #EDEDED;
	border-top: 5px solid #EDEDED;
}
.mtabs_nejclanky .tab_result
{
	height: auto;
	background-color: white;
	clear: both;
	/*height: 150px;*/
	text-align: left;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 0px 0px;
	border: 10px solid #EDEDED
}

.oddeleni
{
	clear: both;
	border-bottom: 1px transparent solid;
	width: 100%;
	padding-bottom: 25px;
}
.mtabs_nejclanky .oddeleni
{
	clear: both;
	border-bottom: 1px transparent solid;
	width: 100%;
}

/* Seznam se záložkami */
ul.stredtab
{
	list-style-type: none;
	margin: 0px 0px 0px 0px; /* odsazení první záložky (nic nic nic zleva)*/
	padding: 0px;
	
}
.mtabs_nejclanky ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px; /* odsazení první záložky (nic nic nic zleva)*/
	padding: 0px;
	
}

/* Záložky */
.stredtab li
{

	display: inline;
	list-style-type: none;
	float: left;
	height: 23px; /* výška obrázku - horní padding */
	position: relative;
	top: 1px;
	cursor: pointer;
	font-family: "Tahoma", "Verdana", "Arial", "sans-serif";
	font-weight: bold;
	font-size: 0.9em;
	/*line-height: 160%;*/
	color: #606060;
	background: url(tabs_inactive.gif) repeat-x left bottom;
	background-color: #F6F6F6;	
	padding: 0px 0px 0px 7px;	
	margin: 0px 2px 0px 0px;
	/*border-bottom: white solid 1px;*/
/*	background-color: #A0A0A0;
	color: #F6F6F6;*/
}
.mtabs_nejclanky li
{

	display: inline;
	list-style-type: none;
	float: left;
	height: 23px; /* výška obrázku - horní padding */
	position: relative;
	top: 1px;
	cursor: pointer;
	font-family: "Tahoma", "Verdana", "Arial", "sans-serif";
	font-weight: bold;
	font-size: 0.9em;
	/*line-height: 160%;*/
	color: #606060;
	background: url(tabs_inactive.gif) repeat-x left bottom;
	background-color: #F6F6F6;	
	padding: 0px 0px 0px 7px;	
	margin: 0px 2px 0px 0px;
	/*border-bottom: white solid 1px;*/
/*	background-color: #A0A0A0;
	color: #F6F6F6;*/
}

.stredtab li span
{
	background: url(tabs_inactive.gif) repeat-x left top;
	padding: 0px 7px 0px 0px;
	cursor: pointer;
	font-family: "Tahoma", "Verdana", "Arial", "sans-serif";
	font-weight: bold;
	font-size: 1em;
	line-height: 130%;
	color: #606060;
}

.stredtab li.active
{
	color: black;
	background-color: white;
	border-bottom: #E5F2E5 solid 1px;
	background: url(tabs_left.gif) no-repeat left top;
}
.stredtab li.active span
{
	background: url(tabs_right.gif) no-repeat right top;
}
.stredtab li.active span a
{
	color: #404040;
	background-color: transparent;
}
.stredtab li span a
{
	color: #606060;
	background-color: transparent;
	position: relative;
	/*margin-top: 5px;*/
	padding-top: 5px;
	top: 5px;
}


.mtabs_nejclanky li span
{
	/*background: url(tabs_inactive.gif) repeat-x left top;*/
	padding: 0px 7px 0px 0px;
	cursor: pointer;
	font-family: "Tahoma", "Verdana", "Arial", "sans-serif";
	font-weight: bold;
	font-size: 1em;
	line-height: 130%;
	color: #606060;
}

.mtabs_nejclanky li.active
{
	color: black;
	background-color: white;
	border-bottom: #E5F2E5 solid 1px;
	background: url(tabs_left.gif) no-repeat left top;
}
.mtabs_nejclanky li.active span
{
	background: url(tabs_right.gif) no-repeat right top;
}
.mtabs_nejclanky li.active span a
{
	color: #404040;
	background-color: transparent;
}
.mtabs_nejclanky li span a
{
	color: #606060;
	background-color: transparent;
	position: relative;
	/*margin-top: 5px;*/
	padding-top: 5px;
	top: 5px;
}

