﻿body   
{
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-family:Arial,sans-serif,"宋体";
}
/***********************************后台管理处样式--大的分类页样式***********************************/
.list_head_frame
{
	margin: 0px;
	width:100%;
}

.list_head_table
{
	line-height:28px;
	width:100%;
}

.list_head_select_left
{
	width:2px;
	background-image: url(/images/ht/head_left.jpg);
}

.list_head_select_middle
{
	width:120px;
	text-align:center;
	background-image: url(/images/ht/head_middle.jpg);
    background-repeat: repeat-x; 
    font-size: 14px; 
    color: White; 
    font-weight: bold;
}

.list_head_select_right
{
	width:2px;
	background-image: url(/images/ht/head_right.jpg);
}

.list_head_no_left
{
	width:2px;
	background-image: url(/images/ht/head_left_no.jpg);
}

.list_head_no_middle
{
	width:120px;
	text-align:center;
	background-image: url(/images/ht/head_middle_no.jpg);
    background-repeat: repeat-x; 
    font-size: 14px; 
}

.list_head_no_right
{
	width:2px;
	background-image: url(/images/ht/head_right_no.jpg);
}


/***********************************后台管理处样式--大的分类页样式***********************************/

/***********************************后台管理处样式--小的分类页样式***********************************/

.list_head_frame_small
{
	margin: 0px; 
	border: 1px solid #6F74A9; 
    width:100%;
}

.list_head_frame_b_small
{
	margin: 0px 0px 0px 0px; 
	line-height: 32px; 
	background-image: url(/images/ht/head_line.jpg);
	background-repeat: repeat-x;
	padding-top:7px;
	width:100%;
}

.list_head_table_small
{
	line-height:25px;
	width:100%;
	height:25px;
}

.list_head_select_left_small
{
	width:2px;
	background-image: url(/images/ht/head1_left.jpg);
	background-repeat:no-repeat;
}

.list_head_select_middle_small
{
	width:80px;
	text-align:center;
	background-image: url(/images/ht/head1_middle.jpg);
    background-repeat: repeat-x; 
    color: #013299; 
    font-weight: bold;
}

.list_head_select_right_small
{
	width:9px;
	background-image: url(/images/ht/head1_right.jpg);
	background-repeat:no-repeat;
}

.list_head_no_left_small
{
	width:1px;
	background-image: url(/images/ht/head1_left_no.jpg);
	background-repeat:no-repeat;
}

.list_head_no_middle_small
{
	width:80px;
	text-align:center;
	background-image: url(/images/ht/head1_middle_no.jpg);
    background-repeat: repeat-x; 
    color:#013299;
}

.list_head_no_right_small
{
	width:8px;
	background-image: url(/images/ht/head1_right_no.jpg);
	background-repeat:no-repeat;
}
/***********************************后台管理处样式--小的分类页样式***********************************/


/**********************************表格编辑窗体样式*******************************/
.Table_Edit td
{
	padding:5px 0px;
}
/*table:维护表格的下划点点线*/
.Field_Name
{
	text-align: right;
}
/*维护字段的名称*/
.Field_Star
{
	text-align: center;
	color: Red;
	width: 10px;
}
/*td:必填"*"颜色*/
.Field_Caption
{
	line-height:18px;
}

.Table_Edit div
{
    font-size:12px;
    line-height:16px;
}
/**********************************表格编辑窗体样式*******************************/

