/* =================================================================== */
/* ==  中企动力合肥--H.yIng专用主样式表  www.ce.net.cn  2006-11-01  == */
/* =================================================================== */

/* ========全局设置(背景/边距/滚动框/自定义鼠标样式/主链接样式)======= */
@import url(css-div.css);  /* =调用DIV样表= */
body {
	background-color: #FFFFFF;  /* =主体背景颜色= */
	background-image: url(bg.jpg);  /* =主体背景图片= */
	background-position:center top;  /* =背景图片中/上对齐= */
	margin: 0px;  /* =边距0= */
	text-align:center;  /* =BODY居中显示= */
/*	scrollbar-highlight-color: ##022BAB;
	scrollbar-shadow-color: ##022BAB;
	scrollbar-3dlight-color: #006699;
	scrollbar-base-color:#144397;
	scrollbar-arrow-color:  #FFFFFF;
	scrollbar-track-color: #EFEFEF;
	cursor: url(mouse.cur);  --滚动框颜色/鼠标样式设置*/
}

body,td,div,form,p,select,input,textarea,option {
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana, "宋体";
	color: #000000;
	line-height:20px;
	letter-spacing: 1px;
}

div	 {text-align:left;}  /* =DIV中左对齐= */

A {
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* ====表单(输入框/文本域/按钮)==== */

input {
    line-height: 14px;  /* =字体基本行高= */
	border: 1px solid #E4E4E4;  /* =边框线= */
	background-color: #FAFAFA;  /* =背景= */
}

textarea{  
	border: 1px solid #E4E4E4;  /* =边框线= */
	background-color: #FAFAFA;  /* =背景= */
}

.button {   /* =标准按钮= */
	  color: #0066CC;
      border: none; 
	  background-image: url(button_bg.gif);
	  width: 60px; 
	  height: 20px; 
	  padding-top: 3px;
}

.button2 {   /* =老式文字= */
	  color: #FFEDD2;
      border: none; 
	  background-image: url(button_bg.gif);
	  background-color: #000000; 
	  width: 60px; 
	  height: 20px; 
	  padding-top: 3px;
}

/* ====各种字体==== */

.font_black {
    color: #333333; 
}
.font_white {
    color: #FFFFFF; 
}
.font_red {
	font-size: 12px;
	color: #FF0000;
}
.font_gg {
	font-size: 12px;
	color: #FF9933;
}
.font_com {
	font-size: 12px;
	line-height: 25px;
	color: #003399;
	font-family: Arial, Tahoma, Verdana, "宋体";
	text-decoration: none;
}
.font_top {
	color: #FFFFFF;
	font-size: 12px;
}
.font_left {
	color: #003399;
	text-decoration: none;
}
.font_end {
	color: #666666;
	line-height: 22px;
	letter-spacing: 1px;
}
.font_input {
	color: #666666; 
	background-color: #FFFFFF; 
	height: 18px;
	border: 1px solid #666666;
}

/* ====其他链接样式==== */

A.l_menu {
	color: #FFFFFF;
	text-decoration: none;
}
A.l_menu:hover {
	color: #CCFF00;
	text-decoration: none;
}
/* ------------左侧链接(带背景图)----------------- */

A.l_left {
	color: #000000;
	line-height: 20px;
	text-decoration: none;
	background-image: url(left_a.gif);
	height: 20px;
	width: 156px;
}
A.l_left:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(left_b.gif);
	height: 20px;
	width: 156px;
}
/* ---------------底部链接------------------------ */

A.l_end {
	color: #666666;
	text-decoration: none;
}
A.l_end:hover {
	color: #003399;
	text-decoration: none;
}
/* ----------------------------------------------- */

/* ====表格/单元格==== */

.tabcss {background: #ffffff; border: 1px solid #0059B9}

.td_bg   {background: #f8f8f8}

/* ====扩展滤镜(字&图片的透明度/颜色渐变/字图发光/字图阴影/文字光影效果)==== */

.filt_Alpha {
	filter: Alpha(Opacity=50);
}
.filt_bg_a-b1 {
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#1e64ba, endColorStr=#6e9bea, gradientType=0);
	color:#ffffff;
	font-weight: bold;
	padding:4px 0 2px 0;
	height:25px;
}
.filt_faguang {
    filter:Glow(Color=#1e64ba,Strength=4);
	color:#FFFFFF;
	cellpadding:0;
	height:100%;
}
.filt_shadow	{
    filter:Shadow(Color=#1e64ba, Direction=1);
	color:#FFFFFF;
	cellpadding:0;
	height:100%;
}
.filt_fontshadow	{
    filter: dropshadow(offx=1, offy=1,color=#ffffff);
	vertical-align:middle;
	height: 0px;
}
.filt_zzzz {
    filter: revealTrans(duration=1,transition=12);
	width:20;
	height:60;
}

/* ====结束==== */

/* =================================================================== */
/* ==  中企动力合肥--H.yIng专用主样式表  www.ce.net.cn  2006-11-01  == */
/* =================================================================== */

