/* pane-sliders */
.pane-sliders .title {
margin: 0;
padding: 2px;
color: #666;
cursor: pointer;
}

.pane-sliders .panel { border: 1px solid #ccc; margin-bottom: 3px;}
.pane-sliders .panel h3 { background: #f6f6f6; color: #666}
.pane-sliders .content { background: #f6f6f6; }
.pane-sliders .adminlist { border: 0 none; }
.pane-sliders .adminlist td { border: 0 none; }
.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 0;
z-index: 50;
}

dl.tabs dt {
float: left;
padding: 4px 10px;
background: #DBDFE2;
color: #212121;
}

dl.tabs dt.open {
background: #F9F9F9;
z-index: 100;
color: #000;
}

div.current {
clear: both;
border: 1px solid #ccc;
    width: 100%;
    float: left;
}

div.current dd {
padding: 0;
margin: 0;
}

div.current dd.tabs {
margin: 0;
padding: 6px !important;
clear: both !important;
border: none !important;
background-color: transparent !important;
}

p{
	margin-bottom:0px;
}
div.termname{
    width: 20%;
    font-weight: bold;
    padding: 0px 1.5% 0px 0.5%;
    word-wrap: break-word;
    float: left;
    margin-bottom: 0px
	}

div.termclass{
	float:left;
	padding-right:6px;
	font-style:italic;
	margin-bottom:0px;
}
div.current dd.tabs >div {
    width: 100%;
        overflow: hidden;  margin-bottom: 15px;
}
div.termcharacteristic p{
	margin-bottom:0px;
	}

div.termcharacteristic{
	margin-left: 22%;
    
}
#contentarea dl.tabs dt.open {background: #0b7345;}
dt.tabs.glossary-tabs {
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 2px #0b7345;
}

@media screen and (max-width:540px){
#glossarycontent div.termname,#glossarycontent div.termcharacteristic p{font-size: 12px}
#glossarycontent div.termname {width: 100%;}
}
