@charset "utf-8";
/* CSS public.css */
/*==Author: Cat==*/
/* 主要负责一些基本样式定义，因为一个class中可以使用class=”navbar font12px”这种利用中间空格分隔的方法来应用多个class样式，所以可以定义一些比较常用的或者在非凡情况下需要修改的公用class，方便局部微调*/


body{ font: 13px Tahoma, Arial, \5b8b\4f53, sans-serif, simsun;/* font:Arial,Tahoma,Times New Roman,;*/ color:#787878;}
a{ color:#1c62be;}
a:hover{ color:#fba90d; text-decoration:underline;}
a:focus{ outline:0;}
input,label,select,option,textarea,button,fieldset,legend {font-family:Tahoma, simsun;}
strong{ font-weight:bold;}
h1{ font-size:25px;}
h2{ font-size:13px;}
h4{}
h5{}
h6{}
.colorBlue{color:#1c62be;}
.colorOrange{color:#09F}
.colorRed{ color:#C00;}
.colorFba{ color:#fba90d;/*主色调橙色*/}
.colorBlack{ color:#000;}
.marginR30{ margin-right:30px;}
.marginR80{ margin-right:70px;}
.marginL15{ margin-left:15px;}
.marginL30{ margin-left:30px;}
.marginT30{ margin-top:30px;}
.marginT10{ margin-top:10px;}
.marginT5{ margin-top:5px;}
.bold{ font-weight:700;}
.font9px{ font-size:9px;}
.font11px{ font-size:11px;}
.font13px{ font-size:13px;}
.font15px{ font-size:15px;}
.font18px{ font-size:18px;}
.font20px{ font-size:20px;}
.font23px{ font-size:23px;}
.font25px{ font-size:25px;}
.font28px{ font-size:28px;}
.font30px{ font-size:30px;}
.textalign_c{ text-align:center;}
.textalign_l{ text-align:left;}
.textalign_r{ text-align:right;}
.lineheight30{ line-height:30px;}
.lineheight60{ line-height:60px;}
table{border-collapse:collapse; border-spacing:0;}
th,td{ padding:0;}
th{ height:30px;}
td{ height:20px;}

.txtbox{ height:21px; line-height:21px; width:200px; border:1px solid #999; color:#333; padding-left:5px;}
.vctxtbox{ height:21px; border:1px solid #999; width:80px; vertical-align:middle;}
.vcimg{ height:21px; width:80px; margin-left:8px;vertical-align:middle;}


.floatL{ float:left}
.floatR{ float:right}
.overflowAuto{ overflow:hidden}
.tbGo{ height:18px; width:20px; border:1px solid #ddd;}


/*=颜色样式=*/
.Red{background:Red;}
.Yellow{background:Yellow;}
.Black{background:Black;}
.White{background:White;}
.Gray{background:Gray;}
.Pink{background:Pink;}
.Coffee{background:#6c2d24;}
.Brown{background:Brown;}
.Blue{background:Blue;}
.Purple{background:Purple;}
.Green{background:Green;}
.Deep-blue{background:#008;}
.Beige{background:Beige;}
.Cream{background:#f5f5dc;}
.Off-white{background:#dcdcdc;}
.Gold{background:Gold;}
.Mixed{background:#ff00ff;}
.Rose{background:#ff4500;}
.Orange{background:Orange;}
.Cyan{background:Cyan;}
.Others{background:;}/*=颜色样式=*/

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/* html .clearfix {height: 1%;}
.clearfix {display: block;}/* End hide from IE-mac */
.clear{ clear:both;font-size: 0;line-height: 0;height: 0;}
.xcRed{ color:#F00;}







