﻿/** 
*	Begin reset-min 
*	Copyright (c) 2007, Surmount Project! Inc. All rights reserved.
*	Version: 1.0.0
*	By: Kevin Feng Nov/14/2007
*   Featrure:Layout of background
*/

/**
*	Hack Defining
*/
body {
	margin: 0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	border: 0px;
	background-color:#000000;
}
/**
*
*	通用单元格
*/
td {font-size: 10pt;}

/**
*
*	初始化开始
*/

/*IE6以上识别*/
html {
    border-right: 0px;
    padding-right: 0px;
    border-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: 0px;
    padding-top: 0px;
    border-bottom: 0px;
    font-family: "宋体"
}
/*IE6及IE6以下识别 */
*html
{
    border-right: 0px;
    padding-right: 0px;
    border-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: 0px;
    padding-top: 0px;
    border-bottom: 0px;
    font-family: "宋体"
}
#menu {}
    #menu td{padding-left:20px;line-height:21px;}
    
a:link    {text-decoration: underline; color:#666666}
a:visited {text-decoration: underline; color:#666666}
a:hover   {text-decoration: none; color:#000000}
a:active  {text-decoration: underline; color:#666666}

#content {padding-left:10px;}

.bomLine td{border-bottom: 1px;border-color:#72706d;}

.list_tb {margin-top:20px;}
#intro {margin-top:20px;}

.intro1 {margin-left:100px;color:#4c5d85;margin-top:20px;}

#currLocal {margin-top:10px;}

#cmsdetail td {height:30px;}

.field {color:#4c5d85;font-weight:bold;float:left;}

.star {font-family: "宋体";font-size:12px;color:Red}

.remark {color:#f69063;}


a:link {
	color: #798C93;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #798C93;
}
a:hover {
	text-decoration: underline;
	color: #798C93;
}
a:active {
	text-decoration: none;
	color: #798C93;
}

.a_1:link 
{
	color: #FF9933;
	text-decoration: none;
}
.a_1:visited 
{
	text-decoration: none;
	color: #FF9933;
}
.a_1:hover 
{
	text-decoration: underline;
	color: #FF0000;
}
.a_1:active 
{
	text-decoration: none;
	color: #FF9933;
}

/* 文字样式 */

.font_14px {font-size:14px}
.font_wz {color:#798C93}
.font_white {color:#FFFFFF}


/*文本输入框*/
#emp_field
{
	width: 100%; border: 0; background-color: #253C4E; height: 30px;
}

#emp_field td
{
	background-color: #000000; color:#798C93;
}

/*列表框*/
#emp_list
{
	border: 0; background-color: #798A92; width: 100%;
}

#emp_list td
{
	text-align:center; height: 22px; background-color: #000000; color:#FFFFFF;
}

#emp_list_head
{
	width: 100%; height: 20px;
}

#emp_list_head td
{
	background-color: #31363A; text-align: center; height: 20px; font-weight:bold; color:#798C93;
}

/*地区列表*/
#area_list
{
	border: 0; background-color: #798A92; width: 100%;
}

#area_list td
{
	text-align:center; height: 22px; background-color: #000000; color:#FFFFFF;
}

#area_list td a
{
	text-decoration:none;
}

#area_list_head
{
	width: 100%; height: 20px;
}

#area_list_head td
{
	background-color: #31363A; text-align: center; height: 20px; font-weight:bold; color:#798C93;
}

/*人员详细*/
#emp_detail
{
	background-color: #253C4E; border: 0; width: 100%;
}

#emp_detail td
{
	background-color: #000000; color:#798C93;
}