body {
	background: white url("http://www.di-o-matic.com/menu/images/gradientBG.gif");
	background-repeat: repeat-x;
	background-color: #d6d6d6;
	margin: 0px 0px 0px 0px;
	}


div.TABcontent {
    clear: left;
    padding: 10px;
	background-color:#ffffff;
}

div.TABcontent.inactive {
	display: none;
}

ol#toc {
    height: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc a {
    background: #bdf url(tabs.gif);
    color: #008;
    display: block;
    float: left;
    height: 25px;
    padding-left: 10px;
    text-decoration: none;
    width: 70px;
    text-align: center;
	font-family: arial;
	font-size: 10pt;    
}

ol#toc a:hover {
    color: #ccc;
    text-decoration: underline;
   	font-family: arial;
	font-size: 10pt;
}

ol#toc a:hover span {

}

ol#toc li {
    background-color: #808080;
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li a.active {
    background-color: #fff;
    background-position: 0 -60px;
    color: #000;
	font-family: arial;
	font-size: 10pt;
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(tabs.gif) 100% 0;
    display: block;
    line-height: 25px;
    padding-right: 10px;
}