div.Left , div.Right
{
	text-align:center;
	margin-top:10px !important;
	margin-top:0px;
}


/* The Left Part */
/*=================================================================================*/
div.Left div.Head
{
	background:url(img/head.gif) no-repeat top center;
	width:150px;
	height:25px;
}

div.Left div.Content
{
	background:url(img/bg.gif) no-repeat top center;
	width:150px;
	height:350px;
	text-align:center;
}

div.Left div.Content div.itemOn,div.Left div.Content div.itemOff
{
	width:150px;
	height:20px;
	text-align:center;
	line-height:20px;
	cursor:pointer;
	font-size:11px;
}

div.Left div.Content div.itemOn
{
	background:url(img/itemOn.gif) no-repeat top center;
	color:#000000;
}

div.Left div.Content div.itemOff
{
	background:url(img/itemOff.gif) no-repeat top center;
	color:#555555;
}

div.Left div.Content div.sperator
{
	height:5px;
	line-height:5px;
}

/*=================================================================================*/


/* The Right Part */
/*=================================================================================*/
div.Right
{
	margin-left:15px;
}
div.TabHead,div.TabFoot,div.TabContent
{
	text-align:center;
	width:550px;
	margin-left:15px;
}

div.TabHead div.On,div.TabHead div.Off
{
	width:171px;
	height:25px;
	float:left;
	text-align:center;
	line-height:25px;
	vertical-align:bottom;
	font-size:13px;
	cursor:pointer;
}

div.TabHead div.On
{
	background:url(img/On.gif) no-repeat top center;
	color:#000000;
}
div.TabHead div.Off
{
	background:url(img/Off.gif) no-repeat top center;
	color:#555555;
}

div.TabFoot div.Bottom
{
	text-align:center;
	width:513px;
	height:25px;
	background:url(img/bottom.gif) no-repeat bottom center;
	float:left;
}

div.TabContent
{
	margin-bottom:10px;
	color:#FAF000;
	height:315px;
	overflow-y:auto;
	text-align:left;
	font-size:13px;
	float:left;
	margin-left:0px;
}

div.TabContent ul li
{
	margin-top:5px;
	margin-bottom:5px;
}

div.TabContent ul li a:link
{
	color:#00878A;
}

div.TabContent a:visited
{
	color:#00878A;
}

div.TabContent a:active
{
	color:#FF8A00;
}

div.TabContent a:hover
{
	color:#FF8A00;
}
/*=================================================================================*/

div.RoundContent div.header
{
	margin-top:10px;
	margin-bottom:10px;
	background:url(img/hbg.gif) repeat-x center center;
	height:30px;
	width:90%;
	line-height:30px;
}

div.RoundContent div.header a:link
{
	color:#990000;
	text-decoration:none;
}
div.RoundContent div.header a:visited 
{
	color:#990000;
	text-decoration:none;
}
div.RoundContent div.header a:focus{}
div.RoundContent div.header a:hover
{
	color:#FFFFFF;
	text-decoration:none;
}
div.RoundContent div.header a:active{}

div.RoundContent div.content
{
	width:90%;
	text-align:left;	
}
