﻿@charset "utf-8"; /*copyright:wuhuayang; time:2009-01-27*/
/*重置*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {margin:0; padding:0;}
body,button,input,select,textarea {font:12px/1.5 tahoma,arial,simsun,sans-serif;}
body {background-color:#fff; color:#333;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
address,cite,dfn,em,var {font-style:normal;}
code,kbd,pre,samp {font-family:courier new,courier,monospace;}
small {font-size:12px;}
ul,ol {list-style:none;}
a {color:#333; text-decoration:none;}
a:hover {text-decoration:underline;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
legend {color:#000;}
fieldset,img {border:0;}
button,input,select,textarea {font-size:100%;}
table {border-collapse:collapse; border-spacing:0;}
caption,th {text-align:left;}

/*浮动*/
.left {float:left;}
.right {float:right;}
.clearfix:after {visibility: hidden; display: block; clear: both; height: 0; font-size: 0; content: ".";}
.clearfix{zoom:1;}

/*布局*/
.page {width:980px; margin:0 auto;}
.mod {margin-bottom:10px;}

/*属性*/
.red {color:#e60000;}
.blue {color:#008000;}

/*系统提示*/
.overlay {display:none; position:fixed; _position:absolute; left:0; top:0; width:100%; height:100%; z-index:9990; _height:expression(Math.max((document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight ), document.documentElement.clientHeight)+ 'px'); background-color:#aaa; opacity:0.3; filter:Alpha(Opacity=30);}
.tipLightbox {display:none; position:absolute; z-index:9999; left:50%; top:0; width:350px; margin:-100px 0 0 -195px; padding:75px 10px 20px 10px; border:10px solid #ccc; background-color:#fff; background-repeat:no-repeat; background-position:center 15px; font-size:18px; font-family:"黑体"; text-align:center;}
.flagOk {color:#080; background-image:url(../images/ok.gif);}
.flagError {color:#bf231c; background-image:url(../images/error.gif);}
.flagAlert {color:#f60; background-image:url(../images/alert.gif);}
.flagWaiting {color:#f60; background-image:url(../images/waiting.gif);}
