/*************************************************
  Description:	公共样式，global.css
  History：             
				曾光		2007-3-22
*************************************************/

* { font-size: 12px;font-family:Arial, Helvetica, sans-serif; }
a:link { color:#020167; text-decoration: none; font-size: 12px }
a:visit { color:#020167 }
a:visited { color:#020167 ; font-size: 12px; text-decoration: none }
a:hover { color:#499238 }

/*************************************************
  默认样式
.bt_title		文章标题默认样式
.bt_link		标题链接默认样式
.bt_content		文章内容默认样式
.bt_time		时间默认样式
.bt_more		更多默认样式
.btn_top		顶部小菜单按钮����С�˵���ť
*************************************************/
.bt_title{
	font-weight: bold; 
	font-size: 18px; 
	filter: Glow(Color=#000000, Strength=1) DropShadow(Color=#000000, OffX=2, OffY=1, Positive=1); 
	color: #ffffff; 
	line-height: 350%
} 
.bt_link{
	color:#000099; 
	text-decoration: none; 
	font-size: 12px;
}
.bt_content{
	font-size: 10.5pt; 
	text-decoration:none;
	line-height:22px; 
}
.bt_time {
	font-size: 7pt; 
	color: #999999;
	font-family: Verdana
}
.bt_more
{
	color:#000099; 
	text-decoration: none; 
	font-size: 12px
}
.btn_top{
	text-align:center;
	vertical-align:middle;
	height:26px;
	width:80px;
	padding-top:5px;
	cursor:hand;
	color:#FFFFFF;
}
.btn_top_over{
	text-align:center;
	vertical-align:middle;
	height:26px;
	width:80px;
	background-image:url(oawindowimagest_bt_bg.gif);
	padding-top:5px;
	cursor:hand;
	color:#000000;
}
/*************************************************
  默认样式
.leftframe			主框架左边td
.midframe			主框架中td
.rightframe			主框架右边td
.tb_top				顶部主表格
.td_logo			logo单元格
.tb_mainmenu		主菜单
.tb_submenu			主菜单内层
.tb_menutop			主菜单顶部修饰行
.menuprfix			菜单前面空袭
.menuitem			菜单单元格
.menuleft			菜单单元格左边
.menuright			菜单单元格右边
.menuitemactive		激活菜单单元格
.menuleftactive		激活菜单单元格左边
.menurightactive	激活菜单单元格右边
.menuitemover		移上菜单单元格
.menuleftover		移上菜单单元格左边
.menurightover		移上菜单单元格右边�
*************************************************/
.leftframe{
	vertical-align:top;
	text-align:left;
	width:180px;
}
.midframe{
	width:8px;
	background-color:#EFF2F7;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	vertical-align:middle;
	text-align:center;
	cursor:e-resize;
}
.rightframe{
	vertical-align:middle;
	text-align:center;
	width:100%
}
.tb_top{
	background:url(oawindowimagestop_bg.png) repeat-x;
	height:45px;
	width:100%;
	border:0;
}
.td_logo{
	background-image:url(oawindowimagesjcmsmain_01.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:45px;
	width:200px;
	border:0;
}
.tb_mainmenu{
	background-color:#3a80d1;
	height:30px;
	width:100%;
	text-align:left;
}
.td_mainmenu{
	vertical-align:bottom;
}
.tb_submenu{
	background-color:#3a80d1;
	padding:0px;
	height:27px;
	vertical-align:bottom;
}
.tb_menutop1{
	background-color:#3a80d1;
	height:1px;
	width:100%;
	cellpadding:0px;
	cellspacing:0px;
}
.tb_menutop2{
	background-color:#c0daf8;
	height:1px;
	width:100%;
	cellpadding:0px;
	cellspacing:0px;
}
.menuprfix{
	width:30px;
}
.menuspace{
	width:5px;
}
.menuitem{
	color:#ffffff; 
	text-decoration: none; 
	font-size: 12px;
	cursor:hand;
	padding-left:4px;
	padding-right:4px;
	text-align:center;
	vertical-align:middle;
	height:27px;
}
.menuleft{
	width:3px;
	padding:0px;
	height:23px;
}
.menuright{
	width:3px;
	padding:0px;
	height:23px;
}
.menuitemactive{
	color:#094385; 
	text-decoration: none; 
	font-size: 12px;
	cursor:hand;
	padding-left:4px;
	padding-right:4px;
	text-align:center;
	vertical-align:middle;
	background-repeat: no-repeat;
	height:27px;
	background-image:url(oawindowimagesmenu_active_bkg_span.jpg);
}
.menuleftactive{
	width:3px;
	padding:0px;
	height:27px;
	background-image:url(oawindowimagesmenu_active_cap_lft.gif);
}
.menurightactive{
	width:3px;
	padding:0px;
	height:27px;
	background-image:url(oawindowimagesmenu_active_cap_rt.gif);
}
.menuitemover{
	color:#deeefe; 
	text-decoration: none; 
	font-size: 12px;
	cursor:hand;
	padding-left:4px;
	padding-right:4px;
	text-align:center;
	vertical-align:middle;
	background-repeat: no;
	height:27px;
	background-image:url(oawindowimagesmenu_over_bkg_span.jpg);
}
.menuleftover{
	width:3px;
	padding:0px;
	height:27px;
	background-image:url(oawindowimagesmenu_over_cap_lft.gif);
}
.menurightover{
	width:3px;
	padding:0px;
	height:27px;
	background-image:url(oawindowimagesmenu_over_cap_rt.gif);
}