/* Author: chinamonster    */
/* File Name:common.css */

body{text-align:center;font-size:12px;color:#11193e;line-height:150%;font-family:'verdana','ËÎÌå';}
*{margin:0px;padding:0px;}
table,th,td{border-collapse:collapse;}
img{border:0px;}
.input{height:18px;line-height:18px;padding-left:2px;border:1px solid #808080;border-top:1px solid #333;border-left:1px solid #909090;}
.button{height:24px;line-height:24px;font-size:14px;font-weight:bold;}
textarea{padding:2px;border:1px solid #808080;border-top:1px solid #333;border-left:1px solid #909090;}

a{font-size:12px;color:#11193e;text-decoration:none;}
a:hover{color:#d60000;text-decoration:underline;}
ul{list-style-type:none;margin:0px;padding:0px;}
.bold{font-weight:bold;}

/* color */
.red{color:#d60000;}
.green{color:green;}
.black{color:black;}
.gray{color:gray;}
.yellow{color:yellow;}
.orange{color:#f75e00;}
.blue{color:#004bbc;}
.other_color{color:#11193e;}

.nobg{background:none !important;}
.unline{text-decoration:underline;}
.verdana{font-family:'verdana';}
.more{float:right;}
.time{float:right;color:gray;font-size:11px;}
.buff_bg{background:#ffffef;}

.l_float{float:left;}
.r_float{float:right;}
.clear{clear:both;}

.f11{font-size:11px;}
h1{font-size:16px;}
h2{font-size:14px;}
h3{font-size:12px;}
