@charset "UTF-8";


.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 99%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 11px arial, sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;



	cursor: pointer;
	background-image: url(./PanelNopo.gif);
	background-repeat: repeat-x;
}


.TabbedPanelsTabHover {
	background-color: #999;
	background-image: url(./PanelHover.gif);
	background-repeat: repeat-x;
}

.TabbedPanelsTabSelected {
	background-color: #DFE2ED;
	border-bottom: 1px solid #EEE;
	background-image: url(./PanelNadpis.gif);
	background-repeat: repeat-x;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	padding: 6px;
	font: normal 11px arial, sans-serif;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #F2F2F3;
	background-image: url(./TablePanel2.gif);
	background-repeat: repeat-x;
	text-align:left;
}

.TabbedPanelsContentGroup a {
	text-decoration: none;
	color: #000099;
	font: bold 13px arial, sans-serif;
}
.TabbedPanelsContentGroup a:hover {
	text-decoration: underline;
	color: #000080;
	font: bold 13px arial, sans-serif;
}
.TabbedPanelsContentGroup2 {
	clear: both;
	padding: 6px;
	font: normal 11px arial, sans-serif;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #C0CDEF;
	background-image: url(./TablePanel.gif);
	background-repeat: repeat-x;
}

.TabbedPanelsContentGroup3 {
	clear: both;
	padding: 6px;
	font: normal 11px arial, sans-serif;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #F7F1CC;
	background-image: url(./TablePanel33.gif);
	background-repeat: repeat-x;
}

.TabbedPanelsContent {
	padding: 4px;
}


.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
A.subNavLink:link, A.subNavLink:visited, A.subNavLink:active {
      FONT-SIZE: 11px;
      color: #666666;
      text-decoration: none;
}

#navipath {
        clear: both;
        font: 11px Arial, Helvetica, Geneva, sans-serif;
        height: 30px;
        margin-left: 0px;
        padding-top: 0;
        margin-bottom: 10px;
        margin-right: 44px;
        border-top-color: #65ff00;
}

.navipath_separator_active {
        width: 8px;
        font-size: 1px;
        float: left;
        height: 20px;
        background: url(nav_naviactive_sep.gif) repeat-x;
}

.navipath_separator_first {
        font-size: 1px;
        float: left;
        width: 8px;
        background: url(nav_navi0_sep.gif) repeat-x;
        height: 20px;
        visibility: hidden;
        display: none;
        padding-left: 20px;
}

.activenavipathitem {
        text-decoration: none;
        float: left;
        background: url(nav_navi1_bcg.gif) repeat-x;
        color: #5e6a76;
        font-size: 9px;
        height: 15px;
        padding-top: 6px;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: bold;
        text-transform: uppercase;
}

.activenavipathitem a {
        color: #0083e7;
        text-decoration: none;
        font-size: 9px;
        font-weight: bold;
}

.activenavipathitem a:hover {
        text-decoration: none;
        color: #30478a;
}

/* @group navi0 */

.navipathitem0 {
        text-decoration: none;
        float: left;
        height: 13px;
        padding: 5px 15px 0;
        border: 1px solid #e3e3e3;
        background: url(menubcg.gif) repeat-x;
        text-transform: uppercase;
}

.navipathitem0 a {
        color: #0083e7;
        text-decoration: none;
        font-size: 9px;
        font-weight: bold;
}

.navipathitem0 a:hover {
        text-decoration: none;
        color: #30478a;
}

/* @end */

/* @group navi1 */

.navipathitem1 {
        text-decoration: none;
        float: left;
        background: url(nav_navi1_bcg.gif) repeat-x;
        color: #0083e7;
        font-size: 9px;
        height: 15px;
        padding-top: 6px;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: bold;
        text-transform: uppercase;
}

.navipathitem1 a {
        color: #007cff;
        text-decoration: none;
}

.navipath_separator {
        width: 8px;
        font-size: 1px;
        float: left;
        height: 20px;
        background: url(nav_navi1_sep.gif) repeat-x;
}

.navipathitem1 a:hover {
        text-decoration: none;
        color: #0f61bb;
}

/* @end */

/* @group navi2 */

.navipathitem2 {
        text-decoration: none;
        float: left;
        padding: 6px 25px 4px 20px;
        border: 1px solid #e1e1e1;
        background: url(menubcg.gif) repeat-x;
        height: 15px;
}

.navipathitem2 a {
        color: #007cff;
        text-decoration: none;
}

.navipathitem2 a:hover {
        text-decoration: none;
        color: #375da1;
}
