/*
// JoomlaWorks "Tabs & Slides" Plugin for Joomla! 1.5.x - Version 2.4
// License: http://www.gnu.org/copyleft/gpl.html
// Copyright (c) 2006 - 2008 JoomlaWorks, a Komrade LLC company.
// More info at http://www.joomlaworks.gr
// Developers: Fotis Evangelou
// ***Last update: May 20th, 2008***
*/

/* --- Generic --- */
a:active,a:focus {
outline:0;
}

.jwts_clr {
clear:both;
height:0;
line-height:0;
}

/* --- Tabs --- */
.jwts_tabberlive {
margin: 15px 0 0 0;
padding: 15px 0 0 0;         
background: transparent url('jwts_tabberlive_top.gif') no-repeat top right; 
position:relative;
}     

.rb_top_right, .rb_bottom_right {
display:block;
margin: 0;
padding: 0;   
width:13px;      
height:13px;      
background-image:  url('RB_Elbepark.gif'); 
background-color:transparent;
position:absolute;
} 

.rb_top_right {   
background-position: top right; 
top:0;              
right:0;
} 

.rb_bottom_right {   
background-position: bottom right; 
bottom:0;    
right:0;
} 

.jwts_tabberlive .jwts_tabbertab {
text-align:right;
text-indent:0px;  
height:150px;  
margin: 0;
padding:11px 140px 15px 15px;    
background: transparent url('jwts_tabberlive.gif') no-repeat bottom right;    
}

.jwts_tabberlive .jwts_tabbertab p {
padding:0 0 18px 0;
}

.jwts_tabberlive .jwts_tabbertab p strong {
font-size:14px;
color:#ff6600;
}

.jwts_tabberlive .jwts_tabbertab h2,.jwts_tabberlive .jwts_tabbertab h3,.jwts_tabberlive .jwts_tabbertabhide {
display:none;
}

ul.jwts_tabbernav {
list-style:none;
list-style-image:none;
background: transparent url('nav_bg_red.gif') no-repeat top right;     
line-height:normal;
height:auto;
margin:-15px 0 0 0;
padding:0;  
} 

ul.jwts_tabbernav li {
list-style:none;
list-style-image:none;
background:none;
display:block;
margin:0;
padding:0;
}

ul.jwts_tabbernav li a,ul.jwts_tabbernav li a:link {
font-size:11px;
font-weight:normal;
color:#FFF;
border-bottom:none; 
display:block;
margin:0;
padding:0;
height:38px;
line-height:38px;
text-align:center;
}

ul.jwts_tabbernav li a:hover {
font-size:11px;
font-weight:normal;
color:#000033;
border-bottom:none;
text-decoration:none;
background:white;
}

ul.jwts_tabbernav li a:active,ul.jwts_tabbernav li a:focus {
background:white;
outline:0;
}

ul.jwts_tabbernav li.jwts_tabberactive a {
color:#000033;
background:white;
}

ul.jwts_tabbernav li.jwts_tabberactive a:hover {
text-decoration:none;
background:white;
}

ul.jwts_tabbernav li.jwts_tabberactive,ul.jwts_tabbernav li.jwts_tabberinactive {
margin:0;
padding:0;
}

ul.jwts_tabbernav {
text-align:left;
text-indent:0px;  
padding:0;
display:block;
width:114px;
float:right;
}

.wts_title a.jtoggle{
    color: #0c3086;
    text-decoration: underline;
    font-size: 1.2em;
    background: transparent url('arrow.png') no-repeat right center;
    padding-right: 10px;
    cursor: hand;
    }
    
.wts_slidewrapper{
    display: none;
    border: #e7e7e7 1px solid;
    padding: 0 5px 3px 5px;
}

.wts_title a.jtoggle{
    color: #0c3086;
    text-decoration: underline;
    font-size: 1.2em;
    background: transparent url('arrow.png') no-repeat right center;
    padding-right: 10px;
    cursor: hand;
    }
    
.wts_slidewrapper{
    display: none;
    border: #e7e7e7 1px solid;
    padding: 0 5px 3px 5px;
}
