﻿/****************************
CSS Document
WeiSite : http://www.woncent.net 中国网讯2010
Useing : Public Style(公共样式)
Author : 雪松
Power By: http://www.woncent.net
Passed : XHtml 1.0, CSS 2.0, IE6.0+, IE7.0+, FF2.0+, Opera9.26+
Update : 2010-3-25
****************************/
*{
margin:0;
padding:0;
list-style:none;
}
body,html{
width:100%;
height:100%;
overflow:hidden;
}
body{
font:12px/1.5em Verdana, Arial, "宋体",Helvetica, sans-serif;
color:#919191;
}
body a{
color:#aaa;
text-decoration:none;
outline:none;
}
body a:hover{
color:#FEC92C;
}
table{
border-collapse:collapse;
}
img,td,button{
border:none;
}
/*===== Body Style 主体框架样式 =====*/
#wrap{
width:100%;
height:100%;
margin:0 auto;
background:#E5E5E5;
}
#main{
width:100%;
height:100%;
margin:0 auto;
}
/*===== 弹出窗口样式 =====*/
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;word-break:break-all;}
ul{list-style-type:none;}
li{display:block;}
select,input{vertical-align:middle;}
a{text-decoration:underline;}
a:hover,a:active,a:focus{color:#f00;}
.hide{display:none;}

.Container{margin:0 auto;width:100%;height:615px;position:relative;}
.Fade{position:absolute;top:0;left:99px;width:805px;visibility:hidden;z-index:100;}
.Fade .BlkTop{clear:both;height:24px;}
.Fade .BlkTop a:link,.Fade .BlkTop a:visited{width:14px;height:14px;cursor:pointer;background:url(close.gif) no-repeat;float:right;display:inline;margin:5px 5px 0 0;}
.Fade .BlkTop a:hover,.Fade .BlkTop a:active{width:16px;height:17px;cursor:pointer;background:url(close_on.gif) no-repeat;float:right;display:inline;margin:4px 4px 0 0;}
.Fade .BlkMiddle{clear:both;height:359px;border:1px solid #cacaca;}
.Fade .BlkMiddle iframe{width:803px;height:359px;}
.Fade .BlkBot{clear:both;height:5px;background:url(bot.gif) no-repeat;line-height:0;font-size:0;overflow:hidden;}
.Titles{background:url(Titletop.gif) no-repeat;}