/*
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { background:#fff;position: relative; padding:0; zoom: 1; border:0;} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding:0 0 0 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


#tabs .ui-tabs .ui-tabs-nav {padding:0;}
#tabs .ui-corner-all {border:0; background:0;}
#tabs .ui-corner-all, #tabs .ui-corner-top, #tabs .ui-corner-left, #tabs .ui-corner-tl, #tabs .ui-corner-bottom, #tabs .ui-corner-left, #tabs .ui-corner-bl, #tabs .ui-corner-right, #tabs .ui-corner-br {
	-moz-border-radius: 0/*{cornerRadius}*/;
-webkit-border-radius: 0/*{cornerRadius}*/;
-khtml-border-radius: 0/*{cornerRadius}*/;
border-radius: 0/*{cornerRadius}*/;	
}

.ui-widget,
.ui-widget-content {
	font-family:Arial, Helvetica, sans-serif;	
	color: #5F5F5F;
	font-size:100%;
}

.ui-widget-content .send {
	color:#BFDEE0;
	height: auto;
}

.ui-widget-content .linkButton  {
	color:#007981;
	height: auto;
}
.ui-widget-content .linkButton:hover  {
	color:#BFDEE0;
}

.ui-tabs .ui-tabs-panel  {
	padding:10px 0 0 0;	
}

.ui-tabs .ui-tabs-nav li a {
	padding:.6em .8em;	
}

#tabs  {
	margin-top:20px;	
}

#tabs .ui-corner-all {
	border-bottom:1px #bedee0 solid;
}

#tabs .ui-state-default {
	background:#fff;
	/*height:45px;*/
	border:1px #bedee0 solid;
}

#tabs .ui-state-default li a {
	color:#007981;
	font-weight:bold;
}

#tabs li.ui-tabs-selected {
	background:#007981;
	color:#fff;
}

#tabs li.ui-tabs-selected a {
	color:#fff;	
}

.ui-widget-content a {
	color:#007981;
}

#tabs .ui-widget-content a.more {
	color:#007981;
	padding-left:12px;
	background: transparent url(../../../images/pi_bullet_pfeil_08.png) 0 3px no-repeat;
}