﻿/* 浅灰色文本 */
.c_aaaaaa{ color:#aaa}
.c_abaaaa{ color:#abaaaa;}
.c_555555{ color:#555555;}
.c_757575{ color:#757575;}

/* 灰色背景 */
.bc_5b5b5b{ background-color:#5B5B5B}

/* 灰色背景2 首页底部新闻表头 */
.bc_eeeeee{ background-color:#EEEEEE}

/* 灰色背景3 首页底部新闻交替行 */
.bc_f6f6f6{ background-color:#F6F6F6}

/* 灰色背景4 首页左侧内容框背景色 */
.bc_d2d2d2{background-color:#D2D2D2;}

.bc_2d2d2d{ background-color:#2D2D2D}

/* 黑色背景 */
.bc_black{ background-color:#000}

/* 黑色边框 */
.border_black{ border:solid 1px #000}
/* 白色边框 */
.border_white{ border:solid 1px #FFF}

/* 灰色边框 */
.border_dddddd{ border:solid 1px #ddd}
.border_888888{ border:solid 1px #888}

/* 灰蓝边框 */
.border_bfc4c8{ border:solid 1px #BFC4C8;}

/* 灰蓝边框 顶部 */
.border_t_bfc4c8{ border-top:solid 1px #BFC4C8;	}

/* 灰蓝边框 顶部 */
.border_b_bfc4c8{ border-bottom:solid 1px #BFC4C8;	}

.border_b_dotted_abaaaa{ border-bottom:dotted 1px #abaaaa;}

.border_b_dashed_abaaaa{ border-bottom:dashed 1px #abaaaa;}

/* 灰色虚线底线2像素 */
.border_b_dotted2_888888{ border-bottom:dotted 2px #888}

.border_b_dotted_888888{ border-bottom:dotted 1px #888}

.border_e8e8e8{ border:solid 5px #E8E8E8}

.delete_txt{ color:Red; text-decoration:line-through}


/* 灰色虚线侧线（快速功能导航） */
.border_side_b5{ border-right:1px dashed #b5b5b5}

/* 列表表格表头的颜色样式 */
.table_head_color
{
	border:solid 1px #BFC4C8;
	border-bottom:0px;
}
.table_head_color th
{
	background-color:#EEEEEE;
	color:Black;
	font-weight:normal;
}

/* 列表表格的颜色样式 */
.table_list_color td
{
	border-bottom:solid 1px #BFC4C8; 
}

.table_list_color .altertd td
{
	border-bottom:solid 1px #BFC4C8;
	background-color:#F6F6F6
}

.border_b0
{
	border-bottom:0px;
}

.table_list_color .border_0 td
{
	border:0px !important;
}

