.rowover {                                        /*当鼠标移上时当前行的高亮显示颜色*/
	background-color: #f0f0f0;
}

.rowoutlight {                                    /*当鼠标移出时当前行的高亮显示颜色*/
	background-color: #FFFFFF;
}

.rowoutdark {                                     /*当前行默认的背景颜色*/
	background-color: #f0f0f0;
}

.mytable{                                         /*列表边框颜色*/
	background-color:#CCCCCC;
}

.listtitlebg {                                   /*表格列表标题颜色及背景色*/
	background-color:#666666;
	color: #FFFFFF;
	font-weight: bold;
}
.list_head {
	color:#ff0000;
}

.list_end {
	color:#000000;
}
.input_botton{                                   /*按钮样式设置*/
	background-color:;
}
.input_textinput{                               /*输入框样式设置*/
	background-color:;
}
.input_checkbox{								/*多选按钮样式设置*/
	background-color:;
}
.current_title {							   /*当前栏目导航样式*/
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12pt;
	line-height: 16pt;
	height: 20px;
	width: auto;
	filter: DropShadow(Color=#FFFFFF, OffX=1, OffY=1, Positive=1);
	font-weight: bold;
	text-transform: uppercase;
	color: #0052CA;
}

.curent_titlebg {							   /*当前栏目导航背景样式*/
	background-color:#336699;
	line-height:1px;
	height:1;
}

.subtitle {							   /*已办任务与待办任务样式设置*/
	background-color: #99FFCC;
	background-image:;
	padding: 4px;

}
/*翻页样式------------------------------------------------------------*/
.page_backgroundcolor{			       /*翻页背景颜色设置*/
	 background-color:#f4f4f4;
}
.pagestyle{							/*翻页字体颜色设置*/   
	color:#339999;
}
a.pagelinkstyle:link {							/*首页|上一页|下一页|末页链接样式设置*/
	font-size:12px;
	color:#000000;
	text-decoration: none;
}
a.pagelinkstyle:visited {
	font-size:12px;
	color:#000000;
	text-decoration: none;
}
a.pagelinkstyle:hover {
	font-size:12px;
	color: #595A8F;
	text-decoration: underline;
}
/*翻页样式end------------------------------------------------------------*/
a.cur_path:link {							/*首页|上一页|下一页|末页链接样式设置*/
	font-size:12px;
	color:#ff0000;
	text-decoration: none;
}
a.cur_path:visited {
	font-size:12px;
	color:#000000;
	text-decoration: none;
}
a.cur_path:hover {
	font-size:12px;
	color: #ff0000;
	text-decoration: underline;
}
.cur_pathlogo{/*当前位置导航前的图片设置样式*/
	background-image:URL('../images/lead_top.gif');
	background-repeat:no-repeat;
	
}

.searcharea {      /*搜索栏背景*/
	background-color: #F4F4F4;
	padding: 4px;

}


/*listend & detail Begin---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.detail_topbg{/*详细页面顶部的CSS样式*/
	/* background-image:URL('../images/ucmslogo.gif');  */
	background-image:URL('');
	background-repeat:no-repeat;
	/* background-color:#F2F2F2;  */
	background-color:#FFFFFF;

}

.detail_subtitle{/*deatil"编辑信息"的CSS样式*/
	font-size:12px;
	font-weight:;
	color:;
	padding:4px;
}

.detail_subtitlebg{/*deatil"编辑信息"背景颜色的CSS样式*/
	background-color:#99ffcc;
}

.detail_bottombg{/*deatil详细页面顶部的CSS样式*/
	background-image:URL('');
	background-repeat:no-repeat;
	background-color:#0087bc;
}

.detail_input_botton{                                   /*deatil按钮样式设置*/
	background-color:;
}
.detail_input_textinput{                               /*deatil输入框样式设置*/
	background-color:;
	border:1px solid #cccccc;
}
.detail_input_checkbox{								/*deatil多选按钮样式设置*/
	background-color:;
}

.detail_input_textarea{								/*deatil简介文本域样式设置*/
	background-color:;
	width:100%;
}

.detail_line{/*deatil详细页面顶部的CSS样式*/
	background-color:#0087bc;
}

a:link {
	font-size:12px;
	color:#000000;
	text-decoration: none;
}
a:visited {
	font-size:12px;
	color:#000000;
	text-decoration: none;
}
a:hover {
	font-size:12px;
	color: #595A8F;
	text-decoration: underline;
}
.news {
	font: 9pt/16px "Verdana", "Arial", "Helvetica", "sans-serif";
	text-decoration: none;
	color: #666666;

}
.news a:link {color: #006600;	text-decoration: none;}
.news a:visited {color: #666666;	text-decoration: none;}
.news a:hover {color: #006600; text-decoration: underline;}
.menu {
	font: 9pt "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #000000;
	text-decoration: none;
	height: 14px;
	width: auto;

}
.menu a:link {color: #000000; text-decoration: none;}
.menu a:visited {color: #000000; text-decoration: none;}
.menu a:hover {color: #000000; text-decoration: none;}
.menu a:visited:hover {color: #656565; text-decoration: underline;}

td {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	line-height: 14pt;
}

.sitemap_firstlevel {
	background-image:URL("sitemap_firstlevel.gif");
	background-repeat:no-repeat;
	padding-left:25px;
	letter-spacing:3px;
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
	width:86px;
	height:36px;
}

.sitemap_secondlevel {
	background-image:URL("sitemap_secondlevel.gif");
	background-repeat:no-repeat;
	padding-left:9px;
	letter-spacing:1px;
	padding-top:6px;
	font-size:12px;
	width:65px;
	height:30px;
}
