@charset "UTF-8";
/* CSS Document */

ol#toc {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc a {
	color: #213D67;
	display: block;
	float: left;
	padding-left: 10px;
	text-decoration: none;
	background-color: #CCCCCC;
	width: auto;
	padding-right: 10px;
	padding-top: 5px;
	font-weight: bold;
	height: auto;
}

ol#toc a:hover {
	background-color: #DA693C;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
	background-color: #999999;
	background-position: 0 -60px;
	color: #fff;
	font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(tab.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

div.content {
	clear: left;
	padding: 1em;
	background-color: #999999;
	color: #FFFFFF;
}

.content p {
	color: #FFFFFF;
}
