body{

margin:0px;
padding:0px;
font-family: arial,helvetica;
font-size: 12px;
}


.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
}

.mootabs_title li {
	float: left;
	background-color: #A8B400;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 3px;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
/*	height: 24px;
	line-height: 24px;*/
	background: #a8b400 url("images/tabs/5l.gif") left top no-repeat;
}

.mootabs_title li span {
background: url("images/tabs/5r.gif") right top no-repeat; 
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 3px;
	margin: 0;
/*	height: 24px;*/
}

.mootabs_title li.active {
	background-color: #024731;
	background: #024731 url("images/tabs/4l.gif") left top no-repeat;
}

.mootabs_title li.active span{
background: url("images/tabs/4r.gif") right top no-repeat; 
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 3px;
	margin: 0;
	height: 24px;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	clear: both;
	color: #000;
	overflow: auto;
	padding: 5px;
	border: #024731 1px solid;
}

.mootabs_panel.active {
	background-color: #fff;
	display: block;
	
}

.mootabs_title li.over {
}

th,td{
text-align: left;
}

.r0{
background-color: #ffffff;
}

.r1{
background-color: #eeeeee;
}


////// navigation styles

#header{
background-color: #024731;
height: 150px;
width: 930px;
}

#content{
padding-top: 20px;
clear:both;
width:930px;
margin: auto;
}

.navigation a 
{ 
color: #024731; 
background: #a8b400 url("images/tabs/2l.gif") left top no-repeat; 
text-decoration: none; 
padding-left: 12px;
font-size: 14px;
} 

.navigation a span 
{ 
background: url("images/tabs/2r.gif") right top no-repeat; 
padding-right: 12px;
padding-top: 6px;
padding-bottom: 3px;
} 

.navigation a, .navigation a span 
{ 
display: block; 
float: left 
} 

/* Commented backslash hack hides rule from IE5-Mac \*/ 
.navigation a, .navigation a span 
{ 
float: none 
} 
/* End IE5-Mac hack */ 

.navigation a:hover 
{ 
color: #024731; 
background: #fff url("images/tabs/3l.gif") left top no-repeat; 
text-decoration: none; 
padding-left: 12px 
} 

.navigation a:hover span 
{ 
background: url("images/tabs/3r.gif") right top no-repeat; 
padding-right: 12px
} 

.navigation 
{ 
list-style: none; 
padding: 0;
margin: 0;
} 

.navigation li 
{ 
float: left; 
display: block; 
margin: 0; 
padding: 0 
}

.navigation #selected
{ 
color: #024731; 
background: #fff url("images/tabs/3l.gif") left top no-repeat; 
text-decoration: none; 
padding-left: 12px 
} 

.navigation #selected span 
{ 
background: url("images/tabs/3r.gif") right top no-repeat; 
padding-right: 12px
}
