﻿/*转为黑白
*{filter:gray; color:gray;}
*/
body,html
{

    font-size: 12px;
    margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	/*background:#3984BE;*/
    background:#FFFFFF url(/images/bg/bg_5.gif) left top;

}


a:link {text-decoration:none;font-style:normal;color:green}
a:visited {text-decoration:none;font-style:normal;color:green}
a:active {text-decoration:none;font-style:normal;color:red}
a:hover {text-decoration:none;font-style:normal;color:blue; }

#Page
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height:100%;
    position: relative;
    top: 0px;
    visibility:hidden;
    /*background:#95C4EF;
    visibility:visible;*/
}

.Page_top_bg
{
    /*background-image: url(images/tri_bg_top.jpg);
    background-repeat: repeat-x;*/
    padding-top:20px;
}


.Page_bottom_bg
{
    /*background-image: url(images/tri_bg_btm.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;*/
    text-align: center;
    position: relative;
}

#Header
{
   width:778px;
   margin:0 auto;
   height:auto;
   /*background:#c8e3f1;*/
   clear:both;
}
#Header_Gq
{
   width:774px;
   margin:0 auto;
   height:216px;
   border-right:2px solid #6BB464;
   border-left:2px solid #6BB464;
   border-top:1px solid #6BB464;
   border-bottom:0px solid #FF8409;
   background:#0066FF;
   clear:both;
   background:#0066FF url(/images/bg/GQ2009.jpg) no-repeat left bottom;

}

#Header_Top
{
   width:774px;
   margin:0 auto;
   height:26px;
   border-right:2px solid #6BB464;
   border-left:2px solid #6BB464;
   border-top:0px solid #6BB464;
   border-bottom:0px solid #FF8409;
   background:#0066FF;
   clear:both;
   FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0A5ED6', endColorStr='#0066FF', gradientType='0'); 

}

#Header_Top_Left
{
 font-size:12px;
 width:296px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
 padding-left:4px;
 display:block;line-height:26px;
 color:Orange;
 FILTER: progid:DXImageTransform.Microsoft.DropShadow(Color=#000000, OffX=1, OffY=1, Positive=True);
}

#Header_Top_Right
{
 width:400px;
 font-size:12px;
 text-align:right;
 float:right; /*浮动居右*/
 clear:right; 
 overflow:hidden;
 padding-right:2px;
 display:block;line-height:26px;
 color:Orange;
 vertical-align:middle;

}

#Header_Top_Right ul {float:right;list-style:none;margin:0px auto; FILTER: progid:DXImageTransform.Microsoft.DropShadow(Color=#000000, OffX=1, OffY=1, Positive=True);
}
/*添加了float:right使得菜单位于页面右侧*/
#Header_Top_Right ul li {float:right;margin:0 6px;display:block;line-height:26px}
#Header_Top_Right ul li a:link,#Header_Top_Right ul li a:visited { text-decoration:none;color:Orange;}
#Header_Top_Right ul li a:hover{text-decoration:none;color:White;}
#Header_Top_Right ul li a:active {text-decoration:none;color:red}


a.menu:link {text-decoration:none;font-style:normal;color:black;}
a.menu:visited {text-decoration:none;font-style:normal;color:black;}
a.menu:active {text-decoration:none;font-style:normal;color:red}
a.menu:hover {text-decoration:none;font-style:normal; color:green;}



#Header_Title
{
   width:774px;
   margin:0 auto;
   height:159px;
   background:#DEDEDE;
   clear:both;
   border-right:2px solid #6BB464;
   border-left:2px solid #6BB464;
   border-top:0px solid #FFFFFF;
   border-bottom:1px solid #FFFFFF;
}

#Header_Menu
{
   text-align:center;
   width:760px;
   border-top:0px solid #FFFFFF;
   border-right:2px solid #6BB464;
   border-bottom:1px solid #FFFFFF;
   border-left:2px solid #6BB464;
   height:28px;
   background:#1E981E;
   float:left;
   clear:both;
   padding:0px 7px 0px 7px;
   vertical-align:middle;
   filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#1E981E', endColorStr='#3CA63C', gradientType='0'); 

}

#Header_SiteMap
{
  position:relative;
   text-align:center;
   width:760px;
   margin:0 auto;
   height:28px;
   /*background:#1E981E;*/
   clear:both;
   display:block;
   line-height:28px;
   padding-left:10px;
    /*background-image: url(images/dotline.gif); */
    /*background-repeat:repeat-x; */
    /*background-position: left bottom; */
    text-align: left;
    /*filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#66B966', endColorStr='#FFFFFF', gradientType='0'); */
}

#Menu
{
 width:760px;
 font-size:12px;
 font-weight:normal;
 color:#FFFFFF;
 float:left;
 clear:both;
 display:block;
 overflow:hidden;
 vertical-align:middle;
 margin:0px auto;
}

#Menu li span
{
	width:95px;height:28px;display:block;text-decoration:none;color:Blue;background:url(/images/Header_Menu_BG.png) no-repeat left 1px; font-weight:bolder;
}



#Menu ul {float:left;list-style:none;margin:0; padding:0;overflow:hidden;FILTER: progid:DXImageTransform.Microsoft.DropShadow(Color=#663300, OffX=1, OffY=1, Positive=True); white-space:nowrap;}
/*添加了float:left使得菜单位于页面左侧*/
#Menu ul li {float:left; margin:0 auto;display:block;line-height:28px;overflow:hidden;}
.menuDiv {width:1px;height:28px;background:transparent;}
#Menu ul li a:link,#Menu ul li a:visited { width:95px; display:block;text-decoration:none;color:#FFFFFF;}
#Menu ul li a:hover{width:95px;display:block;text-decoration:none;color:Blue;background:url(/images/Header_Menu_BG.png) no-repeat left 1px; font-weight:bolder;}
#Menu ul li a:active {width:95px;display:block;text-decoration:none;color:red}

#PageBody
{
	position:relative;
    width: 770px;
    border-top:0px solid #6BB464;
    border-right:2px solid #6BB464;
    border-bottom:0px solid #6BB464;
    border-left:2px solid #6BB464;
    position: relative;
    margin:0 auto;
    clear:both;
    padding-left:2px;
    padding-right:2px;
    overflow: hidden;
    /*height:auto;
    height:600px!important;
    height:600px;*/
    background:#FFFFFF url(/images/PageBG.jpg) no-repeat right top;
}


#Footer
{
   width:778px;
   margin:0 auto;
   height:98px;
   clear:both;
   padding-bottom:20px;
}


#Footer_Left
{
 width:618px;
 height:98px;
 float:left; /*浮动居左*/
 clear:left; 
 /*display:inline;*/
 overflow:hidden;
 background:#FFFFFF; 
 text-align:center;
 background-image: url(/images/btmbg_l.jpg);
 background-repeat: no-repeat;
 background-position: left top;

}


#Footer_Right
{
 width:160px;
 height:98px;
 text-align:right;
 vertical-align:bottom;
 float:right; /*浮动居右*/
 clear:right; 
 overflow:hidden;
 background-image: url(/images/btmbg_r.png)!important;/* FF IE7 */
 background-repeat: no-repeat;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/btmbg_r.png'); /* IE6 */
background-image: none; /* IE6 */
 background-repeat: no-repeat;
 background-position: right top;
    
}


#SiteInfo
{
 width:588px;
 padding: 5px 0px 2px 80px;
 font-size:12px;
 text-align:center;
 vertical-align:middle;
 color:black; 
 FILTER:progid:DXImageTransform.Microsoft.DropShadow(Color=#FFFFFF, OffX=1, OffY=1, Positive=True);
 /*filter: progid:DXImageTransform.Microsoft.DropShadow(Color=#663300, OffX=1, OffY=1, Positive=True);*/
 float:left;
 clear:both;
 overflow:hidden;
 white-space:nowrap;
 margin:0 auto;
 line-height:140%;
}

#overlay {/*该层为覆盖层*/
      visibility:hidden;
      DISPLAY: block;
      Z-INDEX: 9998; /*设置高亮层的下方*/
      FILTER: alpha(opacity=80); /*设置成透明*/
      LEFT: 0px; 
      WIDTH: 100%; 
      POSITION: absolute; 
      TOP: 0px; 
      HEIGHT: 100%; 
      BACKGROUND-COLOR: #3CA24A; 
      moz-opacity: 0.8; 
      opacity: .80;
}

#loadinfo
{/*该层为高亮显示层*/
	left: 50%; 
	top:50%;
	visibility:hidden;
	position:absolute;
	z-index:200; 
	text-align:center;
    z-index: 9999; /*设置该层在网页的最上端,设置足够大*/
    BACKGROUND:transparent; /*设置背景色*/
    /*margin: -141px -300px  -31px -300px;*/
    margin: -30px -140px  -30px -140px;
}

#UserHits
{
    color:Lime;
    font-size:9pt;
    width:200px;
    float:right;
    clear:right;
    text-align:right;
    padding-right:10px;
}

p
{
	font-style:normal;
	font-family:宋体,Arial, Helvetica, sans-serif;
	/*text-indent:2em;*/
	line-height:140%;
}

p.news 
{
	font-style:normal;
	font-family:宋体,Arial, Helvetica, sans-serif;
	text-indent:2em;
	line-height:140%;
}

div.newsimg
{
   font-weight: bolder;
   font-size:9pt;
   width:100%; 
   padding:0px; 
   text-align: center;
   line-height:28px;
}

.more
{
	line-height:20px;
	height:20px;
	width:80px;
	float:right;
	position:relative;
	margin-right:5px;
	text-align:right;
}

.table1 
{ 
	BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; BACKGROUND: #3366cc; BORDER-LEFT: 1px solid; COLOR: #003399; BORDER-BOTTOM: 1px solid;
}

.tdtitle1
{
	FONT-WEIGHT: bold; font-size:9pt; BACKGROUND: #e2f0ff; COLOR: #003399;height: 28px;white-space:nowrap; width:100px;
}


.tdheader1
{ 
	FONT-WEIGHT: bold; font-size:9pt; BACKGROUND: #003399; COLOR: #ffffff;height: 28px;white-space:nowrap;
}

.tdcontext1
{ 
	BACKGROUND: #e2f0ff; COLOR: #003399;font-size:9pt; height: 28px;
}




/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	/*padding:3px;*/
	width:460px;
}

/* Accordion */
.accordionHeader
{
    border: 0px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight:bolder;
    padding: 2px;
    margin-top: 2px;
    cursor: pointer;
    background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-size: 12px;
    line-height:140%;
    height:auto;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
