/* Tabs */
#content_head {
	/*width: 941px;*/
	position:relative;
}

#tabs, #tabs2 {
	position: relative;
	text-align: left;
	top: 2px;
	z-index: 2;
	height: 25px;
}

#tabs2 {
	top: 12px;
	left:10px;
	z-index: 2;
}

#tabs h2 {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 180px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
}

#tabs2 b {
	float: left;
	margin: 4px 12px 0px 0px;
	font-size: 11px;
}

#tabs ul, tabs2 ul {
	float: left;
}

#tabs li, #tabs2 li {
  	display: block;
  	float: left;
    height: 25px;
    margin-right: 5px;
	cursor:pointer;
}

#tabs li a, #tabs2 li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	display: block;
	float: left;
	height: 25px;
	padding-right: 5px;
  	background: url(/img/global/tab_right.gif) no-repeat top right;
	cursor:pointer;
}

#tabs2 li a {
	color: #868686;
  	background: url(/img/global/tab2_right.gif) no-repeat top right;
}

#tabs li a span {
	display: block;
	float: left;
	height: 20px;
	padding: 5px 10px 0 15px;
	background: url(/img/global/tab_left.gif) no-repeat;
}

#tabs2 li a span {
	text-transform: uppercase;
	display: block;
	float: left;
	height: 22px;
	padding: 4px 10px 0 15px;
	background: url(/img/global/tab2_left.gif) no-repeat;
}

#tabs li a:hover, #tabs2 li a:hover {
	background-image: url(/img/global/tab_right_sel.gif);
	text-decoration: none;
	color: #0080d1;
}

#tabs2 li a:hover {
	background-image: url(/img/global/tab2_right_sel.gif);
	color: #0080d1;
}

#tabs li a:hover span {
	background-image: url(/img/global/tab_left_sel.gif);
}

#tabs2 li a:hover span {
	background-image: url(/img/global/tab2_left_sel.gif);
}

#tabs li.selected a, #tabs li.selected a:hover  {
	background-image: url(/img/global/tab_right_sel.gif);
	color: #000;
	text-decoration: none;
	cursor: default;
}

#tabs2 li.selected a, #tabs2 li.selected a:hover  {
	background-image: url(/img/global/tab2_right_sel.gif);
	text-decoration: none;
	cursor: default;
	color: #000;
}

#tabs li.selected a span, #tabs li.selected a:hover span, #tabs2 li.selected a span, #tabs2 li.selected a:hover span {
	background-image: url(/img/global/tab_left_sel.gif);
	cursor: default;
}

#tabs2 li.selected a span, #tabs2 li.selected a:hover span {
	background-image: url(/img/global/tab2_left_sel.gif)
}



#legend_top {
  	margin: 0 0 0 255px;
  	color: #000;
  	font-size: 9px;
  	width: 250px;
  	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
	_right:20px;
	z-index: 3;
}

#legend_top label {
	float: right;
	padding: 0 0 0 12px;
	margin: 4px 0 0 0;
}

#legend_top img {
  float: left;
  margin-right: 2px;
}

#legend_top a {
  color: #000;
  text-decoration: none;
  vertical-align: middle;
  font-size: 9px;
}

#content_head_tools {
	/*width:941px;*/
	background: #fff;
	position: relative;
	border: #ccc 1px solid;
	border-bottom: none;
	border-top: none;
} 

#legend_bottom {
  	color: #000;
  	font-size: 9px;
	padding: 10px 13px 15px 0;
}

#legend_bottom img {
	float: left;
	margin-right: 3px;
}

#legend_bottom label {
	float: right;
	margin: 0 0 0 12px;
}

/*Section Anchor Tab Styles*/
#section_anchors {
	position: absolute;
	top: 25px;
	left: 11px;
	text-align: left;
	font-size: 10px;
}

#section_anchors li {
	float: left;
	margin: 4px 1px 0 0;
	border-right: 1px solid #d5d5d5;
}

#section_anchors a {
	float: left;
    height: 20px;
    display: block;
    padding: 0 5px 0 0; 
    font-size: 10px;
	color: #000;
   	text-decoration: none;
   	text-transform: uppercase;
	background: url(/img/global/view_tab_middle.gif) repeat-x;
	cursor: pointer;
}

#section_anchors a b {
	float: left;
	height: 17px;
	display: block;
	padding: 3px 0 0 5px;
	background: url(/img/global/view_tab_left.gif) no-repeat;
	white-space:nowrap;
}

#section_anchors a:hover, #section_anchors li.selected a {
	color: #333;
	background: url(/img/global/view_tab_middle_sel.gif) repeat-x;
}

#section_anchors a:hover b, #section_anchors li.selected a b {
	background: url(/img/global/view_tab_left_sel.gif) no-repeat;
}
