/**
 * The RockSolid Theme for DOCman is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or is derivative of works
 * licensed under the GNU General Public License or other free or open source software licenses.
 * The RockSolid Theme for DOCman is based on the Default DOCman Theme (copyright JoomlaTools)
 * and RokDownloads (copyright RocketWerx) and is offered without any warranty, expressed or implied.
 **/

/* pane-sliders  */
.pane-sliders .title {
color:#666;
cursor:pointer;
margin:0;
padding:2px;
}
.pane-sliders .panel {
border:1px solid #ccc;
margin-bottom:3px;
}
.pane-sliders .panel h3 {
background:#f6f6f6;
color:#666;
}
.pane-sliders .content {
background:#f6f6f6;
}
.jpane-toggler span {
background:transparent url(../images/j_arrow.png) 5px 50% no-repeat;
padding-left:20px;
}
.jpane-toggler-down span {
background:transparent url(../images/j_arrow_down.png) 5px 50% no-repeat;
padding-left:20px;
}
.jpane-toggler-down {
border-bottom:1px solid #ccc;
}
/* tabs */
dl.tabs {
float:left;
margin:10px 0 -1px;
z-index:50;
}
dl.tabs dt {
background:#f0f0f0;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-top:1px solid #ccc;
color:#666;
float:left;
margin-left:3px;
padding:4px 10px;
}
dl.tabs dt.open {
background:#F9F9F9;
border-bottom:1px solid #F9F9F9;
color:#000;
z-index:100;
}
div.current {
border:1px solid #ccc;
clear:both;
padding:10px;
}
div.current dd {
margin:0;
padding:0;
}
.pane-sliders .adminlist,.pane-sliders .adminlist td {
border:0 none;
}