/* ######### CSS for Shade Tabs. Remove if not using ######### */

#tabs {
	border: 1px solid #0063a6;
	width: 539px;
	padding-top: 22px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 12px;
}
.td_midle #aktualno #tabs-container #tabs td {
	margin: 0px;
	padding: 0px;
}


.shadetabs{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	height: 17px;
}

.shadetabs li {
	display: inline;
	margin: 0;
}

.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 0px;
	color: #000000;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	background-color: #e6e6e6;
	font-weight: bold;
	top: 1px;
}

.shadetabs li a:visited{
	color: #000;
}

.shadetabs li a:hover {
	background-color: #d1dbe2;
	color: #000;
}

.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	top: 1px;
	font-weight: bold;
	background-image: url(images/tab-hover.gif);
	background-repeat: repeat-x;
	text-transform: uppercase;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
