﻿div.content {
	border-left: #48f solid 1px;
	border-right: #48f solid 1px;
	border-bottom: #48f solid 1px;
	clear: left;
	padding: 1em;
	margin-top: 0px;
}
#toc
{
        border-bottom: #48f solid 1px;
}
ol#toc {
	height: 38px;
	list-style: none;
	margin: 0;
	padding: 0;
}
ol#toc a {
	background: url(tabs1.gif) 100% 0;
	float: left;
	line-height: 38px;
	outline: none;
	padding-right: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #003399;
	padding-bottom: 0px;
}

ol#toc li.current {
	background-color: #48f;
	background-position: 0 -39px;
}

ol#toc li.current a {
	background-position: 100% -39px;
	padding-bottom: 1px;
	font-weight: bold;
}

ol#toc li {
	background: #bdf url(tabs1.gif);
	float: left;
	margin: 0 1px 0 0;
	padding-left: 10px;
}
