/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* New Version */
#content_main .navbar {
	height: 25px;
	background: url(/images/framework_css/navi/bk_maindwn.gif) top left no-repeat; 
	background-position: -20px 0;
	display:block;
}

#content_main .naviunten {
background: url(/images/framework_css/navi/bk_maindwn.gif) top left no-repeat;
background-position: -20px 0; 
height: 25px;
display:block;
}

#content_main .naviunten ul {
  margin: 0;
}

#content_main .naviunten ul li {
	display: inline; /* Fix IE Step Down */
}

#content_main .naviunten ul li a:link, #content_main .naviunten ul li a:visited {
display: block;
height: 25px;
float: right;
background: url(/images/framework_css/navi/navi3dwn_right2.gif) top right no-repeat; 
margin: 0 ;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 12px;
text-decoration: none;
color: #000;
border: 0;
padding: 0;
}

#content_main .naviunten ul li a span {
display: block;
height: 17px;
float: left; /* IE 6 Fix */
padding: 8px 25px 0px 25px;
background: url(/images/framework_css/navi/navi3dwn_left2.png) top left no-repeat;
border: none;
margin: 0;
}

#content_main .naviunten ul li a:hover, #content_main .naviunten ul li a:active {
background-position: bottom right;
}

#content_main .naviunten ul li a:hover span {
background-position: bottom left;
cursor: pointer; /* Remind IE which cursor to use! */
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#profilflash .ui-tabs-nav, .navioben {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
	background: url(../images/framework_css/navi/bk_main.gif) no-repeat -20px 1px;
}
.navioben {
	overflow:hidden;
}

#hotspot .ui-tabs-nav {
    list-style: none;
    margin: 3px 3px 3px 3px;
	padding: 0;	
}
.navioben ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ui-tabs-nav:after,  .navioben:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#profilflash .ui-tabs-nav li, .navioben li {
    float: left;
    margin: 0 0 0 0;
    min-width: 84px; /* be nice to Opera */
}
#hotspot .ui-tabs-nav li {
    float: left;
    margin: 0 0 0 0;
}

#profilflash .ui-tabs-nav a, #profilflash .ui-tabs-nav a span, .navioben a, .navioben a span {
    display: block;
    padding: 0 25px;
    background: url(../images/framework_css/navi/tab_left.gif) no-repeat;
	cursor: pointer;
}

#profilflash .ui-tabs-nav a, .navioben a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #000000;
    font-weight: normal;
    line-height: 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}

#profilflash .ui-tabs-nav, #profilflash .ui-tabs-selected a, .navioben {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
#profilflash .ui-tabs-nav a span, .navioben a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-right: 0;
	padding-top: 3px; 
	padding-bottom: 3px;
	line-height:12px; 
	font-size:12px;
}

*>#profilflash .ui-tabs-nav a span, *>.navioben a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
#profilflash .ui-tabs-nav #profilflash .ui-tabs-selected a span {
    padding-bottom: 0;
}
#profilflash .ui-tabs-nav .ui-tabs-selected a, #profilflash .ui-tabs-nav a:hover, #profilflash .ui-tabs-nav a:focus, #profilflash .ui-tabs-nav a:active, .navioben a:hover {
	background: url(../images/framework_css/navi/tab_right_on.gif) no-repeat 100% 0;
}
#profilflash .ui-tabs-nav a, #profilflash .ui-tabs-nav .ui-tabs-disabled a:hover, #profilflash .ui-tabs-nav .ui-tabs-disabled a:focus, #profilflash .ui-tabs-nav .ui-tabs-disabled a:active, .navioben a {
	background: url(../images/framework_css/navi/tab_right.gif) no-repeat 100% 0;
}
#profilflash .ui-tabs-nav .ui-tabs-selected a span, #profilflash .ui-tabs-nav a:hover span, #profilflash .ui-tabs-nav a:focus span, #profilflash .ui-tabs-nav a:active span, .navioben a:hover span {
	background: url(../images/framework_css/navi/tab_left_on.gif) no-repeat;
}

#profilflash .ui-tabs-nav a span, #profilflash .ui-tabs-nav .ui-tabs-disabled a:hover span, #profilflash .ui-tabs-nav .ui-tabs-disabled a:focus span, #profilflash .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
#profilflash .ui-tabs-nav .ui-tabs-selected a:link, #profilflash .ui-tabs-nav .ui-tabs-selected a:visited, #profilflash .ui-tabs-nav .ui-tabs-disabled a:link, #profilflash .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
#profilflash .ui-tabs-nav a:hover, #profilflash .ui-tabs-nav a:focus, #profilflash .ui-tabs-nav a:active,
#profilflash .ui-tabs-nav .ui-tabs-unselect a:hover, #profilflash .ui-tabs-nav .ui-tabs-unselect a:focus, #profilflash .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
}
.ui-tabs-panel {
    padding: 0;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


