@charset "utf-8";
/* CSS Document */

div#allcontent {
	width:960px;
	margin-top: 0;
/*	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto; */
}
div#flashlayer {
	position:relative;
}
div#tab_menu {
	position:relative;
	display:inline-table;
	/* *width:300px; /*IE CSS Hack*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 250px;
	width: 710px;
	top: 45px;
}
div.bottom_content {
	clear: both;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
	width: 960px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/redgdbgbottom.png);
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	padding-top: 5px;
}
div.bottom_content.inactive {
	display: none;
}

ol#toc {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
ol#toc li {
	float:left;
	margin: 0 1px 0 0;
}
ol#toc a {
	background: url(../images/tabimg.png);
	/*background-color:blue;*/
	color: #000000;
	display:block;
	float: left;
	height:30px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	outline:none;
	margin-right: 2px;
	width: 128px;
	text-align: left;

	/*padding-left: 20px;*/
}

ol#toc a:hover {
	margin-top: -5px;
	padding-bottom: 5px;
}
ol#toc li a.active {   /*background,left corner*/
	background-position: 0 -40px;
	/*background-color:white;*/
	/*border:1px solid #FFFF00;*/
		
	color: #fff;
	font-weight: bold;
}
ol#toc li a.active span {  /*right corner*/
	/*background-color:green;*/
	/*border:1px solid #00FF00;*/
	
	background-position: right -40px;

}
ol#toc span {
	/*background: url(../images/tabimg.png) 100% 0;*/
	display: block;
	line-height: 30px;
	
	margin-left:30px;
}

