.tabs { /* 38px tall*/
	float:left;
	width:100%;
	line-height:normal;
	background: #EBEAE0 url(../images/tab_bg.gif) repeat-x bottom;
}

.tabs ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}

.tabList li {
	float:left;
	background:url(../images/left_both.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	list-style:none;
}

.tabList span {
	float:left;
	display:block;
	background:url(../images/right_both.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
}

.tabs > ul a {
	width:auto;
}

 /* Commented Backslash Hack hides rule from IE5-Mac \*/
 .tabList a {float:none;}
 /* End IE5-Mac hack */
 .tabList a:hover {
	color:#333;
 }

.tabList {
	background-position:0 -150px;
	border-width:0;
}

.tabList a {
	background-position:100% -150px;
	padding-bottom:5px;
	color:#333;
}

.tabList {
	background: transparent;
}

.tabList li span {
	display: inline;
	float: left;
}

.tabHandle {
	display: inline;
}

.tabList li span img {
	position: relative;
	left: 2px;
	top: 2px;
}


.tabList li:hover a, .tabList li:hover {
	background-position:0% -150px;
	color:#333;
}

.tabList a:hover, .tabList span:hover  {
	background-position:100% -150px;
	cursor: pointer;
}


.tabList li.selected {
	background-position:0% -150px;
	border-bottom:1px solid #F8F7F5;
}

.tabList li.selected span {
	background-position: 100% -150px;
	color:#8B9E47;
}

.tabPanels {
	background-color: #f8f7f5;
	border-bottom:1px solid #765;
	border-left:1px solid #765;
	border-right:1px solid #765;
	height: 100%;
	padding: 5px;
}

.tabContainer {
	text-align: left;
	margin: 0px auto;
	width: 683px; /* IE5.5 needs an implicit value*/
}

#outerContainer {
	background: #EBEAE0;
	margin: 0px auto;
	padding: 0px 20px;
}

#underForm {
	text-align: center;
	position: relative;
}

#totalDisplay {
	padding: 20px 0px 10px;
	width: 100%;
}

#form {
	font-size: .8em;
	text-align: left;
}

#form select {
	width: 320px;
	position: relative;
	font-size: .9em;
}
