﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #474747;
}
body.default
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #474747;
	background-color: #131842;	
}
div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #203962;	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #203962;
}
a:hover {
	text-decoration:underline;
	color: #203962;
}
a:active {
	text-decoration: none;
	color: #203962;
}
.nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight: bold;
}
.nav a:link {
	color: #FFFFFF;
	font-size: 14px;
}
.nav a:hover {
	color: #FFFF00;
	font-size: 14px;
}
.nav a:visited {
	color: #FFFFFF;
	font-size: 14px;
}
.nav a:active {
	color: #FFFFFF;
	font-size: 14px;
}
.nav2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474747;
}
.nav2 a:link {
	color: #474747;
	font-size: 12px;
}
.nav2 a:hover {
	color: #474747;
	font-size: 12px;
}
.nav2 a:visited {
	color: #474747;
	font-size: 12px;
}
.nav2 a:active {
	color: #474747;
	font-size: 12px;
}
/*菜单样式*/
.menunav
{
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 2px;
	filter: DropShadow(Color=#30497e, OffX=1, OffY=1, Positive=3);
	font-weight: bold;
}
.menunavdisable
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.menunavhover
{
	color: #FFFF00;
	text-decoration:underline;
}
.menunavItem
{
	background-color:#5A99C7;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;	
}
.menunavItemhover
{
	color: #FFFF00;
	text-decoration:underline;
}
/*表格背景色定义样式*/
.menubg1
{
    background-color:#30497e;	
}
.menubg2
{
    background-color:#5a99c7;	
}
.leftbg1
{
    background-color:#395787;	
}
.leftbg2
{
	background:#bfd8e6 url(wwwimages/navH2.jpg) repeat-x;
}


.acList{ border:solid 1px red; margin-left:0px; padding-left:5px;}
.acItem{ font-size:9pt;font-family:"宋体";}
.acSelect{ font-weight:bolder;font-size:9pt;font-family:"宋体"; color:White; background-color:Navy;}
.acList1 
{  
	padding-left:5px;
	padding-right:15px;
	visibility : hidden;
	margin : 0px!important;
	background-color : white;
	color : #999999;
	border : #cccccc;
	border-width : 1px;
	border-style : solid;
	cursor :default;
	overflow : auto;
	height : 120px;
    text-align : left; 
    list-style-type : none;
    font-size: 9pt;
    white-space: nowrap;
    line-height: 14px;
}
.acList2 
{  
	padding-left:1px;
	padding-right:0px;
	visibility : hidden;
	margin : 0px!important;
	background-color : white;
	color : #999999;
	border : #cccccc;
	border-width : 1px;
	border-style : solid;
	cursor :default;
	overflow : auto;
	height : 120px;
    text-align : left; 
    list-style-type : none;
    font-size: 9pt;
    white-space: nowrap;
    line-height: 14px;
}
/* AutoComplete highlighted item */

.acSelect1
{
	background-color: #FFE6A0;
	color: #999999;
	padding: 1px;
	border: 1px solid #D2B47A;
	cursor: default;
}

/* AutoComplete item */

.acItem1 
{
	display: block;
	background-color : white;
	color : #999999;
	padding : 1px;
	white-space: nowrap;
}
.ContextMenuPanel 
{
	border: 1px solid #999999;
	background-color :White;
	width:140px;
	height:120px;
    margin-left:-2px;
	z-index: 1000;
	cursor: default;
	padding: 0px 0px 0px 1px;
	font-size: 9pt;
    line-height: 14px;
}

.ContextMenuItem
{
	display: block;
	color: #666666;
	text-decoration: none;
	cursor: pointer;	
	margin: 1px 10px 1px 5px;
	padding:2px 0 1px 2px;
	white-space: nowrap;
	cursor: default;
}
.ContextMenuItem a:link
{
	display: block;
	color: #666666;
	text-decoration: none;
	cursor: pointer;	
	white-space: nowrap;
	cursor: default;
}
.ContextMenuItem a:hover
{
	background-color: #FFE6A0;
	color: #666666;
	border: 1px solid #D2B47A;
}
.ContextMenuItem a:visited {
	display: block;
	color: #666666;
	text-decoration: none;
	cursor: pointer;	
	white-space: nowrap;
	cursor: default;
}
.ContextMenuItem a:active 
{
	background-color: #FFE6A0;
	color: #666666;
	border: 1px solid #D2B47A;
}
.tbSelect
{
    border:solid 1px #999999;
    border-right:none 0;
    height:16px;
    width:120px;
    font-size: 9pt;	
    padding:2px 0 0 2px;
}
.tbNormal
{
    border:solid 1px #999999;
    height:16px;
    font-size: 9pt;	
    padding:2px 0 0 2px;
}
.tbFileupload
{
    border:solid 1px #999999;
    height:20px;
    font-size: 9pt;	
    padding:2px 0 0 2px;
}
.tbMultiLine
{
    border:solid 1px #999999;
    font-size: 9pt;	
    padding:2px 1px 1px 2px;
}
/*Textbox Watermark*/

.watermarked {
	height:16px;
	padding:2px 0 0 2px;
	border:solid 1px #999999;
    border-right:none 0;
    font-size: 9pt;	
	color:gray;
}	
.watermarked1 {
	height:16px;
	padding:2px 0 0 2px;
	border:solid 1px #999999;
    font-size: 9pt;	
	color:gray;
}
.tbCalendar
{
    border:solid 1px #999999;
    height:16px;
    width:100px;
    font-size: 9pt;	
}

.MyCalendar .ajax__calendar_container 
{    border:1px solid #999999;    background-color: white;    color: #999999;}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,.MyCalendar .ajax__calendar_other .ajax__calendar_year 
{    color: #cccccc;}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,.MyCalendar .ajax__calendar_hover .ajax__calendar_month,.MyCalendar .ajax__calendar_hover .ajax__calendar_year 
{    color: #003399;background-color: #FFE6A0;}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,.MyCalendar .ajax__calendar_active .ajax__calendar_month,.MyCalendar .ajax__calendar_active .ajax__calendar_year 
{    color: black;    font-weight:bold;}



/* 左侧panel样式*/
/* Accordion */
.accordionHeader
{
    border: 0px;
    font-size: 14px;
	color: #474747;
    background: #bfd8e6 url(wwwimages/+.gif) no-repeat 10px 7px;
    padding: 5px;
    padding-left:25px;
    margin-top: 2px;
    cursor: pointer;
}
.accordionHeader  a
{
	font-size: 14px;
    color:#474747;
}
.accordionHeader a:link
{
	font-size: 14px;
    color:#474747;
}
.accordionHeader a:hover {
	color: #474747;
	font-size: 14px;
	text-decoration:underline;
}
.accordionHeader a:visited {
	font-size: 14px;
    color:#474747;
}
.accordionHeader a:active {
	font-size: 14px;
    color:#474747;
    text-decoration:underline;
}
.accordionHeaderSelected
{
	background:#d8e8f0 url(wwwimages/-.gif) no-repeat 10px 7px;
	color: #474747;
	border: 0px;
	font-size: 14px;
	font-weight: bold;
    padding: 5px;
    padding-left:25px;
    margin-top: 2px;
    cursor: pointer;
}
.accordionHeaderSelected  a
{
	font-size: 14px;
    color:#474747;
}
.accordionHeaderSelected a:link
{
	font-size: 14px;
    color:#474747;
}
.accordionHeaderSelected a:hover {
	color: #474747;
	font-size: 14px;
	text-decoration:underline;
}
.accordionHeaderSelected a:visited {
	font-size: 14px;
    color:#474747;
}
.accordionHeader a:active {
	font-size: 14px;
    color:#474747;
    text-decoration:underline;
}
.accordionContent
{
    background-color: #FFFFFF;
    border: 0px;
    border-top: none;
    padding: 5px;
    font-size: 12px;
    color:#203962;
}

.accordionContent2
{
    display:none;
    padding: 0px;
    margin:0px;
}
/*tabs 样式*/
.ajax__tab_0 .ajax__tab_header {font-family:Arial, Helvetica, sans-serif;font-size:14px;background:url(wwwimages/tabs/tab-line.gif) repeat-x bottom;}
.ajax__tab_0 .ajax__tab_outer {background:url(wwwimages/tabs/tab-right.gif) no-repeat right;height:27px;}
.ajax__tab_0 .ajax__tab_inner {padding-left:3px;background:url(wwwimages/tabs/tab-left.gif) no-repeat;}
.ajax__tab_0 .ajax__tab_tab {height:17px;padding:7px 4px 3px 4px;margin:0;background:url(wwwimages/tabs/tab.gif) repeat-x;}
.ajax__tab_0 .ajax__tab_hover .ajax__tab_outer {background:url(wwwimages/tabs/tab-hover-right.gif) no-repeat right;}
.ajax__tab_0 .ajax__tab_hover .ajax__tab_inner {background:url(wwwimages/tabs/tab-hover-left.gif) no-repeat;}
.ajax__tab_0 .ajax__tab_hover .ajax__tab_tab {background:url(wwwimages/tabs/tab-hover.gif) repeat-x;}
.ajax__tab_0 .ajax__tab_active .ajax__tab_outer {background:url(wwwimages/tabs/tab-active-right.gif) no-repeat right;}
.ajax__tab_0 .ajax__tab_active .ajax__tab_inner {background:url(wwwimages/tabs/tab-active-left.gif) no-repeat;}
.ajax__tab_0 .ajax__tab_active .ajax__tab_tab {background:url(wwwimages/tabs/tab-active.gif) repeat-x;}
.ajax__tab_0 .ajax__tab_body {font-family:Arial, Helvetica, sans-serif;font-size:12px;border:1px solid #999999;border-top:0;padding:5px;background-color:#ffffff;}

ul.l1 li
{
	list-style-type:none;
	padding-left:30px;
	background:url(images/unfcn_mj_01.gif) no-repeat -4978px 50%;
	line-height:20px;
}

.h1 {
	font-family: "黑体";
	font-size: 16px;
	color: #0e2954;
	filter: DropShadow(Color=#b0c4d6, OffX=1, OffY=1, Positive=1);
}
.h1_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e2954;
	filter: DropShadow(Color=#b0c4d6, OffX=1, OffY=1, Positive=1);
}
.h2 {
	filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1);
}
.bai_e {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0e3671;
}
.wordbiao {
	
	font-size: 16px;
	font-weight: bold;
	color: #F1F8FA;
}
.title
{
	font-family: "黑体";
	font-size: 16px;
	color: #0e2954;
}	

.word {
	line-height: 22px;
}

.xy_biaod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	scrollbar3dLightColor: #777777;
 	scrollbarArrowColor: #777777;
	scrollbarBaseColor: #777777;
	scrollbarDarkShadowColor: #777777;
	scrollbarFaceColor: #777777;
	scrollbarHighlightColor: #777777;
	scrollbarShadowColor: #777777;
	scrollbarTrackColor: #777777;
}
.end{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.end a:link {
	color: #474747;
	font-size: 9px;
}
.end a:hover {
	color: #474747;
	font-size: 9px;
}
.end a:visited {
	color: #474747;
	font-size: 9px;
}
.end a:active {
	color: #474747;
	font-size: 9px;
}

hr
{
	border:solid 1px #CCCCCC; /*更改*/
	height:1px;	
}
td .td_toplist
{
    border-bottom:dashed 1px silver;
}
.td_toplist a:link {
	color: #474747;
	font-size: 12px;
}
.td_toplist a:hover {
	color: #474747;
	font-size: 12px;
}
.td_toplist a:visited {
	color: #474747;
	font-size: 12px;
}
.td_toplist a:active {
	color: #474747;
	font-size: 12px;
}
td .tdhr1
{
    height:2px;
    width:30%;
    background-color:#e1a02f;
}
td .tdhr2
{
    height:2px;
    width:70%;
    background-color:#2973a1;
}
table.tbList
{
	 vertical-align:middle;
}
table.tbList td .td2
{
    border-bottom:dashed 1px #BACBE6;
    
}
table.tbList td
{
	 padding-top:3px;
	 padding-bottom:2px;
	 vertical-align:middle;
}


.in_nvend{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9ba0c4;
}
.in_nvend a:link {
	color: #9ba0c4;
	font-size: 12px;
}
.in_nvend a:hover {
	color: #FFFFFF;
	font-size: 12px;
}
.in_nvend a:visited {
	color: #9ba0c4;
	font-size: 12px;
}
.in_nvend a:active {
	color: #9ba0c4;
	font-size: 12px;
}
.in_end2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
}
.in_end2 a:link {
	color: #777777;
	font-size: 12px;
}
.in_end2 a:hover {
	color: #777777;
	font-size: 12px;
}
.in_end2 a:visited {
	color: #777777;
	font-size: 12px;
}
.in_end2 a:active {
	color: #777777;
	font-size: 12px;
}

.in_end{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #777777;
}
.in_end a:link {
	color: #777777;
	font-size: 9px;
}
.in_end a:hover {
	color: #777777;
	font-size: 9px;
}
.in_end a:visited {
	color: #777777;
	font-size: 9px;
}
.in_end a:active {
	color: #777777;
	font-size: 9px;
}
.in_h1 {
	font-family: "宋体";
	font-size: 14px;
	color: #105c9a;
	font-weight: bold;
}
.index_form {
	background-image: url(images/index_ibg.jpg);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #adafbd;
	border-bottom-color: #adafbd;
	border-left-color: #adafbd;
}
.index_formtop {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #adafbd;
	border-left-color: #adafbd;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #adafbd;
	font-size: 14px;
	font-weight: bold;
	color: #474747;
}
.index_formtop2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	font-weight: normal;
	color: #474747;
}
.index_formtop3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.index_formse {
	font-size: 12px;
	color: #ccccc;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #adafbd;
	border-bottom-color: #adafbd;
	border-left-color: #adafbd;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #adafbd;
}
.ptpage1{
	font-size: 18px;
	color: #FF3300;
}
.ptpage2{
	font-size: 12px;
	color: #FF3300;
}
.ptpage3{
	font-size: 12px;
	color: #026377;
	FILTER: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1);
}
.h3 {
	font-family: "宋体";
	font-size: 12px;
	color: #485f82;
	filter: DropShadow(Color=#81bfe4, OffX=1, OffY=1, Positive=1);
	font-weight: bold;
}
.thHeader
{
	font-family: "宋体";
	font-size: 12px;
	color: #485f82;
    background:url(/wwwimages/about_navH3.jpg);
    vertical-align:middle;
    text-align:center;
	font-weight: bold;	
}
.trRed
{
	background:#FFFF8C;
	color:red;
}
.trNormal
{
	background:#F3F9FC;
}
.tdBody
{
	font-family: "宋体";
	font-size: 12px;
    vertical-align:middle;
    text-align:center;
}
.ptdh4 {
	font-size: 12px;
	height:12px;
	color: #ffffff;
}

.gray9
{
     font-size:9pt;
     color:Gray;	
}


.warn
{
	margin:1px 0 0 2px;
	padding:3px 10px 2px 10px;
	background-color:#FFFF80;
	border:Dashed 1px DarkOrange;
    font-size:10.5pt;
    color:#8F6903;
}
.info
{
	margin:1px 0 0 2px;
	padding:3px 10px 2px 10px;
	background-color:#B6D2EC;
	border:Dashed 1px RoyalBlue;
    font-size:10.5pt;
    color:navy;
}
.error
{
	margin:1px 0 0 2px;
	padding:3px 10px 2px 10px;
	background-color:#EDC4B9;
	border:Dashed 1px #AD2F0D;
    font-size:10.5pt;
    color:red;
}

.noticePanel
{
	/*background:url(../../images/fina_mj_001.gif) repeat-x 0 -941px;*/
	margin-bottom:5px;
	border:solid 3px RoyalBlue;	/*更改*/
	background-color:#B6D2EC;		/*更改*/
	filter:alpha(opacity=95);
	opacity:0.95;
}
.noticePanelHeaderLeft
{
	background:url(../../wwwimages/Warn.gif) no-repeat 2px 0;
	height:20px;
	font-size:14px;
    font-weight:bold;
    padding-left:30px;
    padding-top:5px;
	color:#021a74;        /*更改*/
}

.noticePanelContent
{
	border-top:Dashed 1px RoyalBlue;
	padding:5px 0px 5px 0px;	
	font-size:14px;
	background-color:#EEEEEE;
	color:#021a74; 
}

.c_h_16
{
font-size:16px;
color: #FF3300;
text-align:center;
vertical-align:middle;
font-weight:bold;
line-height:30px;
background-color:#DFF4FF;
}
.c_l1
{
	font-size: 16px;
	color: #FF3300;
	font-weight:bold;
}
.c_l2
{
	font-size: 14px;
	color: #026377;
	font-weight:bold;
}
.c_l21
{
	font-size: 14px;
	color: #FF3300;
	font-weight:bold;
}
.c_zw
{
	line-height: 26px;
	font-size: 14px;
}
.c_zw table
{
background-color:#6FAED5;
}
.c_zw table th
{
	background-color:#B4D5E9;
	height:25px;
	text-align:center;
}
.c_zw table td
{
	background-color:#EBF3F7;
	text-align:center;
}
.c_zw a
{
	font-size: 14px;
}
.c_zw ul,ol
{list-style-type:none;margin-left:5px;margin-bottom:0px; margin-top:0px;}
.c_zw li
{
	padding-left:10px;background:url(/wwwimages/gif/bus_icon11.jpg) no-repeat 0px 11px;
}
/*
ul.ul_square
{
	margin-left:25px;
	margin-bottom:3px;
	margin-top:4px;
	list-style-type:square;
	list-style-image:url(../../images/bullet.gif)  ;
}
*/
.c_zw2
{
	line-height: 30px;
	font-size: 14px;
}
.c_z1
{
	color: #FF3300;
}
.c_z2
{
	color: #026377;
}
.c_2em
{
	text-indent: 2em;
}
