/*【皮肤1】初始化全局样式，设置文本应用规范
  (c) Urus
  测试通过: IE6 IE7 IE8 360se3 Maxthon2 TheWorld FF  Safari Opera Chorme 
------------------------------------------------------------------------------------------------------------------*/

/*Reset  config the stylesheet
------------------------------------------------------------------------------------------------------------------*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, label, table, th, tr, td, embed, object {margin: 0 0 0 0;	padding: 0 0 0 0;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset, img, a img, a:link img, a:visited img {border: 0;}
ul li{list-style:none;}

/*
------------------------------------------------------------------------------------------------------------------*/
body{
font-family:Lucida Grande,Helvetica,Arial,Verdana,sans-serif,;font-style: normal;font-variant: normal;font-weight: normal;font-size: 13px;line-height: 1.7em;color: #333333;}

a{color:#0085cf; text-decoration:none;}
a:hover{ text-decoration:underline;}
h3{ font-size:16px;}
h1{}
h2{ font-size:16px; line-height:23px; }
h4{ font-size:14px;}
h5{ font-size:14px; font-weight:bold;}

/*清除浮动*/
.clearfix:after { content:"."; display:block; height:0;  visibility:hidden; }   
.clearfix { display:inline-block; clear:both;}   
/* Hide from IE Mac */   
.clearfix {display:block;}



/*文本应用规范：
  （通用）文字颜色  黑 灰 蓝 橙 绿 白 红 粉 应用于不要求文字大小的文本域
  正文文字     14px   黑色 灰色
  描述        13px   灰色
  警告、提示   13px   橙色
  错误        13px   红色
  编辑        13px   蓝色
------------------------------------------------------------------------------------------------------------------*/
.text_black{ color:#000000;}
.text_gray{ color:#999999;}
.text_grayer{ color:#888;}
.text_indent{ text-indent:2em;}
.text_blue{color: #0099cc;}
.text_orange{ color: #e44800;}
.text_green{ color:#006600;}
.text_white{ color:#ffffff;}
.text_red{ color:#cc0000;}
.text_pink{ color:#ff0066;}

.text_content{ color:#353535; font-size:13px;}
.text_description{color:#7c7c7c; font-size:12px;margin-top:15px;}
.text_warning{ color:#ff9933; font-size:12px;}
.text_wrong{ color:#cc0000; font-size:12px;}
.text_edit{ color:#0099cc; font-size:12px;}
a.text_edit:hover{ text-decoration:none;}
a.text_wrong:hover{ text-decoration:none;}


.sdownlist{
	margin-left:60px;
    position:absolute;
    z-index:100;
    border:#000 1px solid;
    background-color:White;   
    display:none;
    overflow:auto;
    white-space:nowrap;
}
.lics,.lico { line-height: 20px; cursor: pointer; }
.lico { background-color: #99CCFF; }

a.btn:link, a.btn:visited{
	height:18px;}
a.btn:link, a.btn:visited, .btn {
	/* Box model */
	display:inline-block;
	padding:2px 6px;
	overflow:visible; /*HACK ie6 ie7默认padding值*/
	/* Font */
	color: #333;
	font-size:12px;
	vertical-align:middle;
	text-align:center;
	line-height:18px;
	text-decoration:none;
	font-weight:normal;
	white-space:nowrap;
	/* Border radius */
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border-radius:0px\9\0;
	/* Theme */
	border:1px solid #92979e;
	background-color:#edeef0;
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	cursor: pointer; margin-right: 6px; border-collapse: collapse; border-spacing: 0; background-image: linear-gradient(top, #ffffff 0%, #e3e5e8 100%);/* W3C */
	/* IE6-9 */
	/*Shadow*/

	/* Event */
	/*Layout*/
	}
.btn:hover, a.btn:hover {
	/* Theme */
	background-color:#e5e6e8;
	background-image: linear-gradient(top, #f4f5f6 0%, #d4d6d9 100%); /* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */ }
.btn:active, a.btn:active {
	background-image:none;
	filter:none;
	background-color:#cfd1d4;
}
.btn .mr6{ margin-right:6px;}
.btn .icon-w, .btn .icon-b,.btn .icon-bColor {
	float:left;
	margin:3px 0;
	cursor:pointer;
}
.icon-bColor{
	background:url(../Images/icon-editColor.gif) /*-48px 0px no-repeat*/;
	/*width:18px;
	height:18px;*/
}
.icon-addColor{
	background-position:0 0;
}
.icon-w, .icon-b,.icon-bColor{
	display: inline-block;
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	vertical-align: text-top;
	background-repeat:no-repeat;
}
.icon-printToColor{
	background-position:-96px 0;
}
.delbtn{
	background:url(../Images/icon-editColor.gif) -48px 0px no-repeat;
	width:18px;
	height:18px;
}

.HighCss { background-position: url(../Images/hot.gif) no-repeat; background: url(../Images/hot.gif) no-repeat; width: 16px; height: 12px; }