/*  http://www.silverscripting.com/mootabs/  */


.mootabs_title {
list-style: none;
margin: 0px;
padding: 0px;
width:370px;
height: 38px;
background:transparent;
}
.mootabs_title li {
float: left;
background:transparent;
padding:2px 8px 0px 8px;
margin:0px 5px 0px 30px;
cursor:pointer;
height:38px;
width:83px;
}
.mootabs_title li.active {
background:transparent;
}
.mootabs_panel {
display: none;
background:transparent;
position: relative;
width:370px;
height:500px;
clear: both;
overflow: hidden;
}
.mootabs_panel.active {
background:transparent;
display: block;
width:370px;
height:500px;
}
.mootabs_panel ul{
width:350px;
margin:0px 4px 12px 10px;
background:transparent;
list-style:none;
padding:0px 0px 0px 6px;
display:block;
}
.mootabs_panel ul li{
margin:0px 0px 10px 0px;
font:normal 500 11px verdana;
color:#004480;
float:left;
display:inline;
margin:0px 40px 15px 20px;
}
