@charset "utf-8";
/* CSS Document */




div.contenttabs {
	border-top: #fff solid 1px;
	border-right: #fff solid 0px;
	border-bottom: #fff solid 0px;
	border-left: #fff solid 0px;
	/*clear: left; */
	padding: 0em 1em;
	margin: 0 0 0 0;
}




ol#toc {
	height: 2.3em;
	list-style: none;
	margin: 0 5px 0 5px;
	padding-left: 15px;
	padding-top: 3px;
	background:#CCCCCC;
}

ol#toc a {
	background: #ccc url(tab.png);
	color: #000;
	display: block;
	float: left;
	height: 2.3em;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
}

ol#toc a:hover {
	background-color: #3af;
	background-position: 0 -120px;
	font-weight: bold;
	color: #fff;
}

ol#toc a:hover span {
	background-position: 100% -120px;
}

ol#toc li {
	float: left;
	margin: 0 5px 0 0;
}

ol#toc li.current a {
	background-color: #48f;
	background-position: 0 -60px;
	color: #ac703d;
	font-weight: bold;
}

ol#toc li.current span {
	background-position: 100% -60px;
}

ol#toc span {
	background: url(tab.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 2.3em;
	padding-right: 10px;
}


ul.threecolwline, ul.threecolnoline {
	margin: 0 10px 10px 0;
	padding:0px 10px 10px 10px;
	float: left;
	text-align: left;
	float:left;
	width:200px;
}
ul.threecolwline {
	border: solid #ac703d;
	border-width: 0 0 0 1px;
}
ul.threecolwline li, ul.threecolnoline li {
	display: inline;
	margin:0;
	padding:0;
}
#othersites ul {
	list-style:none;
	padding: 0;
	margin-left: -50px;
}
#othersites li {
	display:inline;
	padding: 0px 0px;
	margin:0px 20px 0px 0px;
}
.greybold {
	color: #444444;
	font-weight: bold;
}



