/*
 * date:	2002-10-13
 * info:	http://inspire.server101.com/js/tp/
 */

/* links */
ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 60%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-weight: bold;
	color: #0080FF;
	
}
ul.tabs li {
	position: relative;
	float: left;
	width: 6em;
	margin: 0;
	padding: 0 4px 0 0;
}
ul.tabs a {
	display: block;
	width: 5em;
	padding: 0.5em;
	border-top-width: 2px;
	text-decoration: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #639EE7;
	border-right-color: #639EE7;
	border-bottom-color: #639EE7;
	border-left-color: #639EE7;
}
ul.tabs a, ul.tabs a:link, ul.tabs a:visited {
	color: #000066;
	background-color: #D8E7F9;
}
ul.tabs a.active, ul.tabs a:link.active, ul.tabs a:visited.active {
	background: #FFF;
	color: #00F;
	font-weight: bold;
}
ul.tabs a.active {
	position: relative;
	top: 1px;
}

/* panels */
div.tabs {
	padding: .5em;
}
div.tabs div.tabs {
	padding: 0;
}
div.tabs div.tabs div {
	clear: left;
	padding: .5em;
	border: 1px solid #639EE7;
}
