
.panel {
	clear: both;
	display: none;
	padding: 1em;
}

.panel.active-tab-body {
	display: block;
}
/*.bar {
        height:20px;
	background: url("../icons/menu.png");
}*/

#tabs {
	position: relative;
	background: url("../icons/menu.png");
        height:20px;
	list-style: none;
	text-align:center;
	padding-left:4px;
}

#tabs li {
        padding:0px;
        margin:0;
        width:110px;
        height:20px;
        display: inline;
        list-style-type: none;
        float: left;
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #AAAAAA;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #AAAAAA;
        text-align:center;
	/*background: url("../icons/menu.png");*/
}

#tabs a {
        font-size: 10pt;
        color: #ffffff;
        text-decoration: none;
        margin: 0px;
        padding:0;
}

#tabs a.active-tab {
        font-weight: bold;
        text-decoration: underline;
}
