#myTabs,
#myTabs2 {
	display:block;
	width:100%;
}

div.moduletable ul.ajaxtabs {
	list-style-image: none;
	list-style-type: none;
	height: 38px;
	color:#000000;
	padding:0 0px 4px 5px;
	font-size:100%;
	overflow:hidden;
}

.ajaxtabs_panel {
	display: none;
	position:relative;
}

.ajaxtabs_panel.active {
	display: block;
	padding:0px;
	overflow:auto;
	height:300px;
}

.ajaxpanel {
	padding:5px 18px 10px 8px;
	height:315px;
}

.t {
	background:url(../images/tabs/tab-t.png) 0 32px repeat-x;
}

.tl {
	background: url(../images/tabs/tab-tl.png) 0 32px no-repeat;
}

.tr {
	background: url(../images/tabs/tab-tr.png) 100% 32px no-repeat;
}

.l {
	background: #fff url(../images/tabs/tab-l.png) 0 0 repeat-y;
	position:relative;
	top:-10px;
	width:100%;
	height:330px;
}

.r {
	background: url(../images/tabs/tab-r.png) 100% 0 repeat-y;
	width:100%;
	height:330px;
}

.b {
	background: url(../images/tabs/tab-b.png) 0 100% repeat-x;
	height:330px;
	width:100%;
}

.bl {
	background: url(../images/tabs/tab-bl.png) 0 100% no-repeat;
	width:100%;
	height:330px;
}

.br {
	background: url(../images/tabs/tab-br.png) 100% 100% no-repeat;
	width:100%;
	height:330px;
}

.tab-contents, .loading {
	margin:0px;
	background-color:#fff;
	display:block;
}

.tab-nav {
	text-align:right;
	width:100%;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
	margin:6px 0 3px; 
}

.tab-nav a {
	text-decoration:none;
	margin:0px 5px;
}

.tab-nav a.previous {
	background:url(../images/tabs/leftarrow.png) 0 0 no-repeat;
}

.tab-nav a.next {
	background:url(../images/tabs/rightarrow.png) 0 0 no-repeat;
}

.loading {
	height:93%;
	text-align:left;
	padding:12px 0px 0px 30px;
    background:#fff url(../images/tabs/spinner.gif) 10px 12px no-repeat;
}

div.moduletable ul.ajaxtabs li {
	float: left;
	background-color: #ccc;
	background:url(../images/tabs/tabLeft.png) 0 0 no-repeat;
	padding: 0px 0px 0px 7px;
	cursor: pointer;
	height: 40px;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}

div.moduletable ul.ajaxtabs li span {
	float: left;
	background:url(../images/tabs/tabRight.png) 100% 0 no-repeat;
	padding: 9px 28px 0px 15px;
	cursor: pointer;
	height: 30px;
	text-align:center;
	vertical-align:middle;
}

div.moduletable ul.ajaxtabs li.over {
	background:url(../images/tabs/tabHoverLeft.png) 0 0 no-repeat;
}

div.moduletable ul.ajaxtabs li.over span {
	background:url(../images/tabs/tabHoverRight.png) 100% 0 no-repeat;
}

div.moduletable ul.ajaxtabs li.active {
	background:url(../images/tabs/tabActiveLeft.png) 0 0 no-repeat;
}

div.moduletable ul.ajaxtabs li.active span {
	background:url(../images/tabs/tabActiveRight.png) 100% 0 no-repeat;
}

