/*width:968px;*/
ul.statistic{
	width:100%;
	font-weight:bold;
	font-family:arial,sans-serif;
    text-align:center;
	position:relative!important;
	list-style-type:none;
	overflow:hidden;
	display:block;
	float:left;
}
ul.statistic li{
    display:inline;
}
ul.statistic li.top{
    width:100%;
    height:5px;
    background:#555555;
    float:left;
}
ul.statistic li.top .topL{
    width:5px;
    height:5px;
    background:url('../images/gCtrlEdges.gif') no-repeat top left;
    float:left;
}
ul.statistic li.top .topR{
    width:5px;
    height:5px;
    background:url('../images/gCtrlEdges.gif') no-repeat top right;
    float:right;
}
ul.statistic li.bottom{
    width:100%;
    height:5px;
    background:#555555;
    float:right;
}
ul.statistic li.bottom .bottomL{
    width:5px;
    height:5px;
    background:url('../images/gCtrlEdges.gif') no-repeat bottom left;
    float:left;
}
ul.statistic li.bottom .bottomR{
    width:5px;
    height:5px;
    background:url('../images/gCtrlEdges.gif') no-repeat bottom right;
    float:right;
}
ul.statistic li.center{
    width:99%;
    padding:0px 5px 0px 5px;
    background:#555555;
    float:left;
}
/*width:968px;*/
ul.result{
	width:100%;
	font-family:arial,sans-serif;
	text-align:center;
    background:url('../images/gInfo_bg.png') repeat-x;
	position:relative!important;
	list-style-type:none;
	overflow:hidden;
    display:block;
	float:left;
}
ul.result LI{
    display:inline;
}
ul.result li.left{
    width:10px;
    height:26px;
    background:url('../images/gInfo_bgLeft.png') no-repeat top left;
    float:left;
}
ul.result li.right{
    width:10px;
    height:26px;
    background:url('../images/gInfo_bgRight.png') no-repeat top right;
    float:right;
}
ul.gInfo li.center{
    height:26px;
    overflow:hidden;
    float:left;
}