/* jQuery Tabs Stylesheet */

#tabs {
	margin: 0;
	}

#tabs ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
	
#tabs li {
	margin: 0;
	list-style: none;
	}
	
* html #tabs li {
	display: inline; /* ie6 double float margin bug */
	}
		
#tabs li,
#tabs li a {
	float: left;
	}
	
#tabs ul li a {
	text-decoration: none;
	margin: 0 12px 0 0;
	padding: 6px 12px 6px 0;
	color: #777;
	font: normal 1.3em arial,verdana,sans-serif;
	border-right: 1px solid #fff;
}

#tabs ul li a:hover {
	color: #4892db;
	text-decoration: none;
}

#tabs ul li a.no-border {
	text-decoration: none;
	margin: 0 12px 0 0;
	padding: 6px 12px 6px 0;
	color: #777;
	font: normal 1.3em arial,verdana,sans-serif;
	border-right: 1px solid #fff;
}
	
#tabs ul li.active {
	font-weight: bold;
}
	
#tabs ul li.active a {
	color: #000099;
	font-weight: bold;
}

#tabs ul li.active a:hover, #tabs ul li a:hover.no-border {
	color: #a2ad00;
	text-decoration: none;
}
	
#tabs div {
	clear: both;
	padding: 16px 0 0 0;
	min-height: 200px;
	}
	
#tabs div h3 {
	margin-bottom: 10px;
	}
	
#tabs div p {
	line-height: 1.5em;
	}
	
#tabs div table {
  width: 730px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  border-left: none;
}	

#tabs div td {
  padding: 6px 4px;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

#tabs div tr.shaded, #tabs div td.shaded {
  background: #ededed;
}

#tabs div td.none {
  padding: 6px 4px;
  border-left: none;
  border-bottom: none;
  border-right: none;
}

#tabs div td.name {
  color: #000099;
  text-align: left;
}

/*

#tabs div td.name a {
  color: #000099;
  text-decoration: none;
}

#tabs div td.name a:hover {
  color: #a2ad00;
  text-decoration: none;
  background: url(../unitvalues/images/pdf-vsmall.gif) right bottom no-repeat;
  padding-right: 20px;
}

*/

span.fund a {
  display: block;
  color: #000099;
  text-decoration: none;
}

span.fund a:hover {
  color: #a2ad00;
  text-decoration: none;
  padding-right: 10px;
  background: url(../unitvalues/images/pdf-vsmall.gif) bottom right no-repeat;
}

#tabs div tr.head {
  font: bold 1.2em arial,verdana,sans-serif;
  color: #fff;
  padding: 6px 4px;
  background: #a2ad00;
  border-bottom: 1px solid #e0e0e0;
}

span.fund-temp a {
  color: #000099;
  text-decoration: none;
}

span.fund-temp a:hover {
  color: #a2ad00;
  text-decoration: none;
  padding-right: 24px;
  background: url(../unitvalues/images/pdf-vsmall.gif) bottom right no-repeat;
}