/*容器*/
#container{
  width:100%;
  font-family:Microsoft YaHei, Segoe UI, Tahoma, Arial, Verdana, sans-serif;
  font-size:12px;
  background:url(/Outside/GetFile.aspx?DP=/WebSite/Bg/bgimg.gif);
}
/*默认链接样式*/
a{
  color:#666;
  text-decoration:none;
}
a:hover{
  color:red;
  text-decoration:underline;
}
input{
  border:#cccccc 1px solid;
}
/*主区域*/
#main{
   width:1000px;
   margin:0 auto;
   background:#FFFFFF;
}
/*菜单*/
#tab ul{
   width:100%;
   height:34px;
   background:url(/Outside/GetFile.aspx?DP=/WebSite/Bg/MenuBar.jpg) no-repeat;
   padding-left:1px;
}
#tab ul li{
   float:left;
   line-height:34px;
}
#tab ul li a{
   color:#FFFFFF;
   height:34px;
   width:124px;
   display:block;
   text-align:center;
}
#tab ul li a:hover,#tab .MenuSelect a{
  background:url(/Outside/GetFile.aspx?DP=/WebSite/Bg/selected.jpg) no-repeat;
  color:#4274a5;
  text-decoration:none;
}
.tabSplit{
  background:url(/Outside/GetFile.aspx?DP=/WebSite/Bg/SplitBar.jpg) no-repeat;
  height:34px;
  width:1px;
  font-size:16px;
} 
#header{background-image:url(/Outside/GetFile.aspx?DP=/WebSite/Bg/_HeaderBgImg.gif);background-position:top center;background-repeat:repeat-x;height:104px;}
#seleLanguage{
  position:absolute;
  left:800px;
  top:20px;
}#footer{background-image:url(/Outside/GetFile.aspx?DP=/WebSite/Bg/_FootBgImg.gif);background-position:bottom left;background-repeat:repeat-x;}
#footer{
  padding-top:10px;
  padding-bottom:10px;
  color:#fff;
}
#footer p{
text-align:center;
line-height:20px;
}
#footer tr{
 height:20px;
}
