div.tcontent {
	border: #dcdcdc solid 1px;
	clear: left;
	padding: 1em 1em 0;
	text-align:left;
	font-family:arial;
	font-size:13px;
	line-height:22px;
	background:#e9e9e9;
}

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

ol#toc a {
	background: #bdf url(images/tab.png);
	color: #0099cb;
	font-size:15px
	font-weight:bold;
	display: block;
	float: left;
	height: 2em;
	text-decoration: none;
}

ol#toc a.purplec {
	background: #bdf url(images/tab2.png);
	color: #0099cb;
	font-size:15px
	font-weight:bold;
	display: block;
	float: left;
	height: 2em;
	text-decoration: none;
}

ol#toc a.greenc {
	background: #008000 url(images/tabg.png);
	color: #0099cb;
	font-size:15px
	font-weight:bold;
	display: block;
	float: left;
	height: 2em;
	padding-left:10px;
	text-decoration: none;
}

ol#toc a.yellowc {
	background: #ffff00 url(images/taby.png);
	color: #0099cb;
	font-size:15px
	font-weight:bold;
	display: block;
	float: left;
	height: 2em;
	padding-left:10px;
	text-decoration: none;
}

ol#toc a.orangec {
	background: #ff7f00 url(images/tabo.png);
	color: #0099cb;
	font-size:15px
	font-weight:bold;
	display: block;
	float: left;
	height: 2em;
	padding-left:10px;
	text-decoration: none;
}

ol#toc a:hover {
	background-color: #3af;
	background-position: 0 -120px;
}

ol#toc a:hover span {
	background-position: 100% -120px;
	color:#0099cb;
	font-weight: bold;
}

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

ol#toc li.current a {
	background-color: #48f;
	background-position: 0 -120px;
	color: #0099cb;
	font-weight: bold;
}

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

ol#toc .purplet {
	background: url(images/tab2.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 2em;
	padding-right: 20px;
	padding-left:10px;
	font-family:arial;
	font-size:15px;
	text-align:left;
	font-weight:bold;
}

ol#toc .greent {
	background: url(images/tabg.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 2em;
	padding-right: 20px;
	font-family:arial;
	font-size:15px;
	text-align:left;
	font-weight:bold;
}

ol#toc .yellowt {
	background: url(images/taby.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 2em;
	padding-right: 20px;
	font-family:arial;
	font-size:15px;
	text-align:left;
	font-weight:bold;
}

ol#toc .oranget {
	background: url(images/tabo.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 2em;
	padding-right: 20px;
	font-family:arial;
	font-size:15px;
	text-align:left;
	font-weight:bold;
}


.ndtable{
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	color:#202020;
	line-height:22px;
	}

.ndtable-title{
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	color:#202020;
	padding:4px 4px 4px 8px;
	}

.lth{
	border-left:1px solid #dcdcdc;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	}

.rth{
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	}

.ltd{
	border-left: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding:4px 4px 4px 8px;
	}

.rtd{
	border-left:1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding:4px 4px 4px 8px;
	}
