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

.tabwindow {
	width:665px;
	height:59px;
	background-image:url(imgs/window-header.gif);
	margin-left:-10px;
}

.tab-menu {
	height:32px;
	width:665px;
	margin-top:6px;
}


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

ol#toc li {
    background: #fff url(imgs/tab.png);
    float: left;
    margin: 14px 1px 0 0;
    padding-left: 10px;
}

ol#toc a {
    background: url(imgs/tab.png) 100% 0;
    color: #000;
    display: block;
    float: left;
    height: 2em;
    line-height: 2em;
    padding-right: 10px;
    text-decoration: none;
}

ol#toc li.current {
    background-color: #48f;
    background-position: 0 -60px;
}

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

div.content {
    border: #090 solid 3px;
	margin-top:12px;
	border-top:none;
	min-height:100%;
    padding: 1em;
}

div.content2 {
    border: #090 solid 3px;
	margin-top:30px;
	min-height:405px;
    padding: 1em;
	margin-left:140px;
}

.content2 a {
	color:#060;
	font-weight:bold;
}

.content a {
	color:#060;
	font-weight:bold;
}
