
/*
  Tabbed menus
*/
#tabs {
	height: 26px;
	border: outset 0px #808080;
	padding: 3px 2px 0px 2px;
	border: 0px solid #A7C682;
	background-color: transparent;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 0.9em;
}

#tabs.for_layer,#tabs.mid_layer { margin-top: 0px; border-left: 1px solid #ababab; border-right: 1px solid #A7C682; }
#tabs.back_layer,#tabs.mid_layer { border-bottom: 1px solid #aaaaaa; }

#tabbed {
	border: solid 1px #aaaaaa;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 5px;
	padding: 5px 2px 5px 2px;
	background-color: #ffffff;
	border-radius: 2px 5px 5px 5px;
}

#tabbed .notice { }

#tabs li  {
	list-style: none;
	float: left;
	background-color: #eeeeee;
	height: 19px;
	color: #aaaaaa;
	border: 2px solid #A7C682;
	border: solid 2px #bdbdbd;
	border-bottom-width: 0px;
	border-radius: 4px 4px 0px 0px;
	padding: 5px 7px 0px;
	margin-right: 4px;
}
#tabs li.flt_r  { float: right; }
#tabs .selected { background-color: #FffffF; height: 20px; color: #232323; border-color: #aaaaaa; }
#tabs .active { background-color: #eeeeee; color: #444444; }
#tabs .inactive:hover { cursor: default; }
#tabs .active:hover { background-color: #eeeeff; cursor: pointer; color: #222222;  border-color: #aaaaaa; }
#tabs .active a:link,#tabs .active a:visited,#tabs .active a:active { color: #444444; }
#tabs .active a:hover { color: #222222; }

#tabbed h2.tab {
	font-size: 1em;
	margin-left: 10px;
}

/************************************
 *
 * Probably some not used below here
 *
**************************************/
#tabbed .page_num {
	float: left;
	margin-left: 20px;
	margin-bottom: 3px;
}

#tabbed .pagination {
	float: right;
	color: #000000;
	margin-right: 20px;
	margin-bottom: 3px;
}

#tabbed .pagination a:link,#tabbed .pagination a:active,#tabbed .pagination a:visited {
	color: #3333ff;
}

#tabbed .pagination a:hover {
	color: #aaaaaa;
}

#tabbed .page_continue {

}

#tabbed .page {
	float: left;
	width: 15px;
	height: 15px;
	border: 1px solid #444444;
	text-align: center;
	padding-top: 1px;
	background-color: #ffffff;
}

#tabbed .page:hover {
	float: left;
	width: 15px;
	height: 15px;
	border: 1px solid #444444;
	text-align: center;
	padding-top: 1px;
	background-color: #33ff99;
	cursor: pointer;
}

#tabbed .active_page {
	float: left;
	width: 15px;
	height: 15px;
	border: 1px solid #444444;
	text-align: center;
	padding-top: 1px;
	background-color: #995599;
}
