﻿body, div, ul, li
{
	padding: 0;
	text-align: center;
}
body
{
	font: 12px "宋体";
	text-align: center;
}
a:link
{
	color: #00F;
	text-decoration: none;
}
a:visited
{
	color: #00F;
	text-decoration: none;
}
a:hover
{
	color: #c00;
	text-decoration: underline;
}
ul
{
	list-style: none;
}

/*- Top导航超链接样式--------------------------- */

#top
{
    background-color:#3C90E6;
    }
    
#top a
{
    color:White;
    }

#menu {
        width: 100%;
        }
        
#menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

#menu li
{
    float:left;
        border-style: solid solid none solid;
        border-color: #FFFFFF;
        border-width: 0px;
    }
    
#menu li a
{
    float:left;
    height: 24px;
    text-decoration: none;
    text-align: center;
    font-weight:bold;
        margin: 8px 5px 0 3px;
        border-width: 1px;
}

#menu li a:link, #menu li a:visited li a:hover, #menu li #current{
        color: #FFFFFF;
        display: block;
        }

/*- 内容区样式--------------------------- */

/*选项卡1*/
#Tab1
{
	width: 95%;
	margin: 0px;
	padding: 0px;
	margin: 0 auto;
}
/*选项卡2*/
#Tab2
{
	width: 95%;
	margin: 0px;
	padding: 0px;
	margin: 0 auto;
	margin-bottom : 10px;
	margin-top : 10px;
	background-color:White;
}
/*菜单class*/
.Menubox
{
	width: 100%;
    background-image:url(../images/index/menuitem.gif) ;
    background-repeat:repeat-x;
	height: 28px;
	line-height: 28px;
}
.Menubox ul
{
	margin: 0px;
	padding: 0px;
}
.Menubox li
{
	float: left;
	display: block;
	cursor: pointer;
	width: 114px;
	text-align: center;
	color: #949694;
	font-weight: bold;
}
.Menubox li.hover
{
    padding: 0px;
    width: 116px;
    border-left: 1px solid #3EA5F2;
    border-top: 1px solid #3EA5F2;
    border-right: 1px solid #3EA5F2;
    color: #739242;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    background-image: url(../images/index/selecteditem.gif);
    background-repeat: repeat-x;
    background-color: transparent;
}

/*Tab内容框*/
.Contentbox
{
	clear: both;
	margin-top: 0px;
	border: 1px solid #3EA5F2;
	border-top: none;
	height: 100%;
	text-align: center;
	padding-top: 8px;
}

#wizard
{
    }

#info
{ 
    text-align:left;
    }

.interfaceinfo
{
    width:100%;
    height:100%;
    text-align : center;
    }
    
    .interfaceinfo td
    {
    border-bottom:1px solid #ccc; padding:5px 0 0 5px;
        }
      

