	body{
		margin:0px;
		padding:0px;
		font-size:13px;
		color:#00519C;
	}

	a {
		text-decoration: none;
	}

	a:hover {
		text-decoration: none;
	}

	i{
		margin:0 5px;
		color:red;
	}

	#navigator {
		border:1px solid #ccc;
		background:url("../../resource/images/big_icon_003.gif") no-repeat 8px bottom;
	}
	
	#navigator_title {
		width:100%;
		height:24px;
		line-height:24px;
		background:#eee; /* #E3EFFD */
		display:table;
	}
	
	#navigator_title a {
		float:left;
		margin-left:5px;
	}
	#navigator_title a:hover {
		height:22px;
		line-height:22px;
		color:#333;
		border:1px solid #999;
		padding: 0px 2px 0px 2px;
		background-color:#ccc;
	}
	
	#navigator_title .title_bold
	{
		font-weight:700;
	}
	
	#navigator_title .title_arrow
	{
		height:24px;
		line-height:24px;
		padding: 0px 2px 0px 2px;
		float:right;
	}
	
	#navigator_help {
		width:100%;
		padding-top:10px;
		display:table;
	}
	
	#navigator_help div {
		margin:3px 3px 10px 3px;
		padding-left:100px;
	}
	
	#navigator_help .help_blod {
		font-weight:700;
		margin:3px;
	}
	
	.line {
		height: 5px;
		border: 0px;
		margin: 0px;
		font-size:5px;
	}
	
	.tab {
		
	}

	.tabTitle {
		height:28px;
		line-height:28px;
		text-align:left;
		font-weight:700;
		background-color:#427FBA;
	}
	.tabTitle a {
		color:#fff;
		padding: 7px 10px 0px 10px;
	}
	
	.tabTitle .item {
		height: 24px;
		z-index:2;
		position:relative;
		margin-left:10px;
		margin-top:4px;
		color:#00519C;
		background:transparent url("../../resource/images/tab_left_bg.gif");background-position:0px 0px;
		border-bottom:#fff;
	}
	.tabTitle .item_a {
		height: 24px;
		z-index:2;
		position:relative;
		margin: 0px;
		color:#00519C;
		background:transparent url("../../resource/images/tab_right_bg.gif") no-repeat;background-position:top right;
		border-bottom:#fff;
	}

	.tabTitle ._item {
		height: 24px;
		z-index:2;
		position:relative;
		margin-left:10px;
		margin-top:4px;
		color:#00519C;
		background:transparent url("../../resource/images/tab_left_bg.gif");background-position:0px 30px;
		border-bottom:#fff;
	}
	.tabTitle ._item_a {
		width:100%;
		height: 24px;
		z-index:2;
		position:relative;
		margin: 0px;
		color:#fff;
		background:transparent url("../../resource/images/tab_right_bg.gif") no-repeat;background-position:0px 30px;
		border-bottom:#fff;
	}
/*
	.tabTitle a:hover {
		width:100%;
		height: 24px;
		z-index:2;
		position:relative;
		margin: 0px;
		color:#fff;
		background-color:#4A94DC;
		border-bottom:#fff;
		float:left;
	}
*/
	.tabTitle span {
		height: 24px;
		z-index:2;
		position:relative;
		margin-left:10px;
		margin-top:4px;
		color:#00519C;
		float:left;
	}

	

	/*
	.tabTitle a {
		z-index:2;
		color:#fff;
		margin-top:4px;
		position:relative;
		padding: 0px 10px 0px 10px;
		float:left;

	}
	.tabTitle a:hover {
		z-index:2;
		position:relative;
		padding: 0px 10px 0px 10px;
		color:#00519C;
		background-color:#5E8EBC;
		float:left;

	}*/
	
	.tabContent {
		height:auto;
		/*height:100px!important   不能加';'为了兼容ie5.5 */
		margin-top:-1px;
		padding:8px;
		text-align:center;
		border:1px solid #427FBA;
	}

	.warning {
		width: 300px;
		height:80px;
		font-size:14px;
		text-align:left;
		text-indent: 20px;
		margin: 20px 0px 20px 0px;
		padding: 15px 5px 5px 100px;
		background:url("../../resource/images/big_icon_002.gif") no-repeat;
	}

	.confirm {
		position:absolute;
		z-index:2;
		border: 1px solid red;
		padding:5px;
		background-color:#FBE5E9;
	}
	.confirm_content {
		color:red;
		font-size:12px;	
	}
	.confirm_pic_focus {
		border-left:1px solid red;
		border-top:1px solid red;
		border-right:1px solid red;
		padding:0 5px 2px 5px;
		background:url("../../resource/images/warning.gif") no-repeat;
		cursor:pointer;
	}
	.confirm_pic_unfocus {
		border:0;
		padding:0 5px 2px 5px;
		background:url("../../resource/images/warning.gif") no-repeat;
		cursor:pointer;
	}
	
	.table {
		background:#86B9E9;
	}
	.currentTable {
		background:#86B9E9;
		display:table;
	}
	.notCurrentTable {
		background:#86B9E9;
		display:none;
	}
	.table_title {
		background:#E3EFFD;
		font-size:14px;
	}
	.table_content {
		background:#fff;
	}
	
	td {
		font-size:13px;
		color:#00519C;
	}

	.submitDiv {
	}
	
	.submitButton {
		padding:0 8px;
		height:25px;
	}
	
	input[type=text] {
		height:17px;
		width: 180px;
		border:1px solid #7F9DB9;
	}
	input[type=password] {
		height:17px;
		width: 180px;
		border:1px solid #7F9DB9;
	}
	input[type=radio] {
		border:0px;
		width:auto;
	}
	input[type=button] {
	}

	input[type=text]:focus {
		width: 180px;
		border:1px solid green;
	}
	.input_readonly {
		background:#ccc;
	}

	textarea {
		height:30px;
		width:500px;
	}

	select {
		width:180px;
	}

	.select {
		width: 180px;
		background:transparent url("../../resource/images/select_arrow.gif") no-repeat 166px 1px;
		cursor:default;
	}
	.selectFocus {
		width: 180px;
		background:transparent url("../../resource/images/select_arrow.gif") no-repeat 166px -17px;
		cursor:default;
	}
	.selectDown {
		width: 180px;
		background:transparent url("../../resource/images/select_arrow.gif") no-repeat 166px -35px;
		cursor:default;
	}
	.option {
		padding: 1px;
		color: #444;
		background:#ccc;
		/*font-weight: 700;
		font-style:italic;*/
		cursor:default;
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow:hidden;
	}
	.lastOption {
		padding: 1px;
		color: #000;
		font-style:none;
		background:#fff;
		cursor:pointer;
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow:hidden;
	}
	.lastOptionFocus {
		padding: 1px;
		color: #fff;
		background:blue;
		cursor:pointer;
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow:hidden;
	}

	.warn {
	}

	#welcome {
		height:40px;
		text-align:left;
		padding: 5px 10px 10px 80px;
		background:url("../../resource/images/big_icon_001.gif") no-repeat 5px 0px;
	}
	#welcome_title {
		font-size:14px;
		font-weight:700;
		margin-bottom: 10px;
	} 

	.work_list {
		margin:0px;
		padding:0px;
		font-size:14px;
		text-align:left;
		
	}

	.work_list li {

		padding:5px;
		border-bottom:1px dotted  #ccc;
	}
/********************拖拽***********************/
.drag{
width:200px;
height:200px;
border:1px solid #333;
position:absolute;
z-index:10;
text-align:left;
display:none;
left:3px;
bottom:3px;
background:#fff;
}
.drag_title {
height:20px;
line-height:20px;
padding:2px;
text-align:center;
font-size:13px;
background:red;
color:#fff;
font-weight:700;
cursor:pointer;
}
.drag_content {
font-size:14px;
color:red;
margin:2px;
height:170px;
overflow:auto;
overflow-x:hidden;
}
.drag_row {
padding:2px;
width:190px;
white-space:nowrap;
text-overflow:ellipsis;
overflow:hidden;
cursor:pointer;
}

/********************fckedit********************/
.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

/********************翻页开始***********************/
.navigator {
	float:right;
	height:28px;
	line-height:28px;
	width:500px;
}
.navigator a {
	font-size:14px;
	font-family:verdana;
	padding:3px 6px;
	margin-right:5px;
	border: 1px solid #ccc;
	background:#eee;
}

.navigator a:hover {
	font-size:14px;
	background:#ccc;
}
.nav-title {
	font-weight:700;
	font-size:14px;
}
.nav-current
{
	color:red;
	font-weight:700;
	font-size:14px;
	font-family:verdana;
	padding:3px 6px;
	margin-right:5px;
}
.nav-page
{
}
.nav-last
{
}

/****************** 表格式列表开始 **************/
  .list {
  	border:1px solid #ccc;
	background:url("../../resource/images/title_bg.gif") repeat-x right top;
  }
  .list_title {
	font-weight:700;
	text-align:center;
	
  }
  .list_title_td {
  	height:20px;
	border-bottom:1px solid #ccc;
	background:transparent url("../../resource/images/title_td_bg.gif") no-repeat right 2px;
  }
  .list_content {
  	text-align:center;
	
  }
  .list_content_td {
  	height:25px;
	font-size:14px;
	/*border-bottom:1px dotted  #ccc;*/
	background:url("../../resource/images/table_td_bg.gif") repeat-x left bottom;
  }
  .list_content_name {
  	height:25px;
	font-size:14px;
	text-indent: 14px;
	background:url("../../resource/images/table_td_bg.gif") repeat-x left bottom;
	/*background:url("../../resource/images/arrow.gif") no-repeat 6px 6px;*/
  }
  
  .remark {
  	width:100px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	cursor:pointer;
  }
/***********************结束******************/

/**********日历样式开始********************/
.calendar {
	background:transparent url("../../resource/images/calendar.gif") no-repeat 163px 0px;
	cursor:default;
}
#calendar_container {
	width:180px;
	border:1px solid #06C;
}
#calendar {
	border-collapse:collapse;
	background-color:#FFF;
	width:180px;
	height:120px;
	margin:0px auto;
	cursor:default;
}
#calendar td {
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	font-family:"宋体";
}
#calendar thead {
	background-color:#999;
	color:#FFF;
}
#calendar caption {
	background-color:#06C;
}
#calendar a{
	color:#F90;
	margin:0 5px;
	text-decoration:none;
}
#calendar #prev_month,#calendar #next_month {
	font-size:18px;
	margin:0;
}
#calendar #c_today {
	background-color:#036;
	color:#FFF;
}
#calendar .over {
	background-color:#CCC;
}
#calendar .keydate {
	color:#06F;
}