#at_tablatwrap {
	background-color: #f3f3f3;
	background-repeat: repeat-y; 
	background-attachment: scroll; 
	background-position: 0 0; 
	position: relative; 
	overflow: hidden; 
	z-index: 10;
	margin-left: 10px; 
}

#at_tablatwrap-top {
	background-color: #3d85c0;
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: left top;
}

#at_tablatwrap-bot { 
	background-color: transparent; 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: left bottom; 
	position: relative; 
	overflow: hidden; 
	z-index: 10; 
}

#at_tablatwrap div.at-innerpad {
	padding: 20px 0;
}

ul.mootablat-title {
	margin: 0;
	padding: 0;
}

.mootablat-title li {
	float: left;
	background: #6eaeda;
	padding: 0;
	margin: 0;
	color: #cccccc;
	cursor: pointer;
	display: block;	
}

.mootablat-title li h3 { 
	color: #fff;
	font-size: 110%; 
	line-height: 23px; 
	margin: 0; 
	text-align: center; 
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	background: no-repeat left bottom; 
	text-decoration: underline; 
	text-transform: capitalize; 
	height: 23px; 
	padding-right: 0; 
	padding-left: 0;
}

.mootablat-title li.hover { 
	color: #ffffff;
	background-color: #3d85c0;
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: center bottom; 
}

.mootablat-title li.firstactive h3,
.mootablat-title li.first h3 {
	background: none;
}

.mootablat-title li.active { 
	padding: 0; 
	margin: 0;
	color: #ffffff; 
	background-color: #3d85c0;
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: center bottom; 
}

.mootablat-title li.firsthover h3 {
	background: none;
	color: #FFFFFF;
}

.mootablat-title li.lasthover h3 {
	color: #FFFFFF;
}

.mootablat-title li.firsthover { 
	background-color: #3d85c0;
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: left bottom; 
}

.mootablat-title li.lasthover { 
	background-color: #3d85c0; 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: right bottom; 
}

.mootablat-title li.firstactive { 
	padding: 0; 
	margin: 0;
	color: #ffffff; 
	background-color: #3d85c0;
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: left bottom;
	/*
	border-left: 1px solid black;
	*/
}

.mootablat-title li.lastactive { 
	padding: 0; 
	margin: 0; 
	color: #ffffff; 
	background-color: #3d85c0;
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: right bottom; 
}

.at-tab-panels {
	position: absolute;
	clear: both;
	overflow: hidden;
	top: 15px;
}

#at_tablatwrap .moduletable { 
	color: #fff;
	font-weight: normal; 
	position: absolute; 
	top: 0; 
	background: transparent; 
	z-index: 100; 
	border-right-width: 0; 
	border-left-width: 0;
}

#at_tablatwrap .moduletable ul {
	margin: 0 !important;
	padding: 0 !important;
}

#at_tablatwrap .moduletable li { 
	background-color: transparent; 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 3px 7px; 
	padding-left: 15px; 
	margin: 0; 
}