﻿body
{

	font-size:9pt;
	font-style:normal;
	font-family:宋体, Arial;
	/*background: #ffffff;*/
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
	background-image:url(images/bg.gif)
	
}

#container
{
	width: 776px;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	background: #FFFFFF;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	border: 1px solid #000000;
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
}


#header
{ 
    width: 776px;
    margin:0 auto;
	background: #FFFFFF;
	clear:both;
	overflow:hidden;
}
 
#Header_Menu
{
   width:776px;
   margin:0 auto;
   height:30px;
   background:#6BB464;
   clear:both;
   padding-left:4px;
   padding-right:4px;
   FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#6BB464', endColorStr='#B0D970', gradientType='0'); 

}

#Header_SiteMap
{
    width: 570px;
    margin:0 auto;
    clear:both;
    background:#FFFFFF;
    height:26px;
    display:block;line-height:26px;
    background-image: url(images/dotline.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    text-align: left;
    vertical-align:middle;
}

#Header_SiteMap_Left
{
 width:342px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
}

#Header_SiteMap_Right
{
 width:228px; /*设定宽度*/
 text-align:right; /*文字左对齐*/
 float:right; /*浮动居左*/
 clear:right; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
}

#Menu
{
 width:100%;
 font-size:12px;
 font-weight:bolder;
 color:White; 
 clear:right;
 overflow:hidden;
 vertical-align:middle;
}


#Menu ul {float:left;list-style:none;margin:0px auto;overflow:hidden;FILTER: progid:DXImageTransform.Microsoft.DropShadow(Color=#663300, OffX=1, OffY=1, Positive=True);}
/*添加了float:left使得菜单位于页面左侧*/
#Menu ul li {float:left;margin:0 11px;display:block;line-height:30px;overflow:hidden;}
.menuDiv {width:1px;height:30px;background:#FFFFFF}
#Menu ul li a:link,#Menu ul li a:visited { text-decoration:none;color:#FFFFFF}
#Menu ul li a:hover{text-decoration:none;color:Orange;}
#Menu ul li a:active {text-decoration:none;color:red}

#PageBody
{
    width: 774px;
    position: relative;
    margin:0 auto;
    clear:both;
    background:#FFFFFF;
    padding-left:1px;
    padding-right:1px;


}

#PageBodyBG
{
    width: 774px;
    position: relative;
    margin:0 auto;
    clear:both;
    background:#FFFFFF;
    padding-left:1px;
    padding-right:1px;
	background-position:left bottom;
	background-image: url(Service/images/service3.jpg);
	background-repeat: no-repeat;
	clear:both;
	overflow:hidden;


}


#PageBody_SiteMap
{
    width: 774px;
    margin:0 auto;
    clear:both;
    background:#FFFFFF;
    height:26px;
    display:block;line-height:26px;
    background-image: url(images/dotline.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    text-align: left;
    vertical-align:middle;
}



#PageBody_SiteMap_Left
{
 /*width:546px; 设定宽度*/
 width:60%;
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
 display:block;line-height:26px;
}

#PageBody_SiteMap_Right
{
 /*width:228px; 设定宽度*/
 width:40%;
 text-align:right; /*文字左对齐*/
 float:right; /*浮动居左*/
 clear:right; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
 display:block;line-height:26px;

}

#PageBody_Content
{
 width:768px;
 text-align:left;
 clear:both; 
 overflow:hidden;
 background-position: right bottom; background-repeat:no-repeat;background-image: url(images/bg_www.gif); 
 vertical-align:middle;
 font-size:14px;
 padding-left:4px; 
 padding-right:4px; 
 overflow:hidden;
}

#Sidebar {
 width:200px; /*设定宽度*/
 text-align:center; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
 padding-left:1px;
 padding-right:1px;
}


#MainSidebar {
 width:200px; /*设定宽度*/
 text-align:center; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
 padding-right:2px;
 height:600px;

}




#MainBody_Content
{
 width:570px;
 text-align:left;
 clear:both; 
 overflow:hidden;
  background-position: right bottom; background-repeat:no-repeat;background-image: url(images/bg_www.gif); 

}



#MainBody {
 width:570px;
 text-align:left;
 float:right; /*浮动居左*/
 clear:right; /*不允许左侧存在浮动*/
 overflow:hidden;
 padding-left:1px;
 padding-right:1px;
}

#MainBody_Top
{
 width:570px;
 text-align:left;
 clear:both; 
 overflow:hidden;
}

#MainBody_Top_Left
{
 width:246px; /*设定宽度*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
 padding-right:2px;
}

#MainBody_Top_Right
{
 width:322px;
 text-align:left;
 float:right; /*浮动居右*/
 clear:right; 
 overflow:hidden;

}


#MainBody_Bottom
{
 width:570px;
 text-align:left;
 clear:both; 
 overflow:hidden;
}


#Footer
{
   height:96px;
   margin:0 auto;
   clear:both;
   overflow:hidden;
   text-align:center;
   font-size:9pt;
  font-style:normal;
 font-family:宋体, Arial;
	background-position: right top; background-repeat: repeat-x;background-image: url(images/footer_bg.jpg); 
}


.querybg
{
	background-position: center bottom; background-image: url(Query/images/querybar1.jpg); background-repeat: no-repeat; height: 27px;COLOR: #003399; font-weight:bolder; width:776px; display:block;line-height:27px;

}

p.news 
{
	font-style:normal;
	font-family:宋体, Arial;
	text-indent:2em;line-height:120%
}


input
{
	font-size:9pt;
	font-style:normal;
	font-family:宋体, Arial; 
	
}

a:link {text-decoration:none;font-style:normal;color:black}
a:visited {text-decoration:none;font-style:normal;color:black}
a:active {text-decoration:none;font-style:normal;color:red}
a:hover {text-decoration:none;font-style:normal;color:green; }


a.info:link {text-decoration:none;font-style:normal;color:black}
a.info:visited {text-decoration:none;font-style:normal;color:black}
a.info:active {text-decoration:none;font-style:normal;color:red}
a.info:hover {text-decoration:none;font-style:normal;color:green}

a.news:link {text-decoration:none;font-style:normal;color:#000099}
a.news:visited {text-decoration:none;font-style:normal;color:#000099}
a.news:active {text-decoration:none;font-style:bold;color:red}
a.news:hover {text-decoration:none;font-style:normal;color:green}

a.mainmenu:link {text-decoration:none;color:#0000FF; line-height: 14px; font-weight:bolder; font-size: 9pt; }
a.mainmenu:visited {text-decoration:none;color:#0000FF; line-height: 14px; font-weight: bolder; font-size: 9pt;}
a.mainmenu:active {text-decoration:none;color:#0000FF; line-height: 14px; font-weight: bolder; font-size: 9pt;}
a.mainmenu:hover {text-decoration:none;color:#FFFF00; line-height: 14px; font-weight:bolder; font-size: 9pt;}


a.leftmenu:link {text-decoration:none;color:Green; line-height: 14px; font-weight:bolder; font-size: 9pt; }
a.leftmenu:visited {text-decoration:none;color:Green; line-height: 14px; font-weight: bolder; font-size: 9pt;}
a.leftmenu:active {text-decoration:none;color:Green; line-height: 14px; font-weight: bolder; font-size: 9pt;}
a.leftmenu:hover {text-decoration:none;color:#FFFF00; line-height: 14px; font-weight:bolder; font-size: 9pt;}


.headerbottom
{
	height: 30px; width: 778px; background-position: center bottom; background-image: url(images/menubg.jpg); background-repeat:repeat-x;color:White; filter: DropShadow(Color=#663300, OffX=1, OffY=1, Positive=True);
}

.button {
	BORDER-RIGHT: #f0f0f0 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #f0f0f0 1px solid; PADDING-LEFT: 5px; FONT-SIZE: 9pt; BACKGROUND-IMAGE: url(images/button_b.gif); BORDER-LEFT: #f0f0f0 1px solid; CURSOR: default; COLOR: #000000; PADDING-TOP: 2px; BORDER-BOTTOM: #f0f0f0 1px solid; HEIGHT: 24px; BACKGROUND-COLOR: #333333
}



.msgTitle
{
	font-weight:bolder; font-size: 11pt; color:#000000; font-family:宋体,华文中宋,黑体;
}

.maintitle
{
	font-family: 华文中宋,黑体,宋体,隶书;font-weight: bold; font-size: x-large;COLOR: Green; text-decoration: none; line-height:150%;text-align:left;
}

.newstitle
{
	font-family: 华文中宋,黑体,宋体,隶书;font-weight: bold; font-size: x-large;COLOR: Green; text-decoration: none; line-height:150%;text-align:center;
}

.newssubtitle
{
	font-size:9pt;font-style:normal;font-family:宋体, Arial;line-height:120%; text-align:center;
}


.fontFilterWhite
{  
	color:White; 
	FILTER:progid:DXImageTransform.Microsoft.DropShadow(Color==#663300, OffX=1, OffY=1, Positive=True);

}

.fontFilterBlack
{
	font-size:9pt;
	font-style:normal;
	font-family:宋体, Arial;
	FILTER:progid:DXImageTransform.Microsoft.DropShadow(Color=#FFFFFF, OffX=1, OffY=1, Positive=True);
	color:Black; 
}



.ordertopbg
{
	background-position: center top; background-image: url(News/images/order1.jpg); background-repeat: no-repeat; height: 90px;filter:DropShadow(Color=white, OffX=2, OffY=2, Positive=True);
}


.orderbg
{
	background-position: center top; background-image: url(News/images/order2.jpg); background-repeat: no-repeat; height: 333px; margin:2px;
}

.bottombg
{
	background-position:center bottom; background-image: url(News/images/order3.jpg); background-repeat: no-repeat;height:500px; background-color:#ffffff;
}

.servicetopbg
{
	background-position: center top; background-image: url(Service/images/order4.jpg); background-repeat: no-repeat; height: 90px;filter:DropShadow(Color=white, OffX=2, OffY=2, Positive=True);
}


.standardmainbg
{
	background-image: url(Standard/images/fontbg.gif);background-repeat:no-repeat;background-position:center center; height:261px;
}

.black1
{
	FONT-SIZE: 12px; COLOR: #000000; LINE-HEIGHT: 18px; FONT-FAMILY: 宋体; TEXT-DECORATION: none;
}


.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:85px;
}


.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;
}

.table2
{ 
	BORDER-RIGHT: #336666 3px double; BORDER-TOP: #336666 3px double; BORDER-LEFT: #336666 3px double; BORDER-BOTTOM: #336666 3px double; BACKGROUND-COLOR: Transparent;
}

.table3 
{ BORDER-RIGHT: #336666 3px double; BORDER-TOP: #336666 3px double; BORDER-LEFT: #336666 3px double; BORDER-BOTTOM: #336666 3px double; BACKGROUND-COLOR: #ffffff }
.header
 { BORDER-RIGHT: 1px groove; BORDER-TOP: 1px groove; FONT-WEIGHT: bold; BORDER-LEFT: 1px groove; COLOR: #ffffff; BORDER-BOTTOM: 1px groove; BACKGROUND-COLOR: #336666 }
.item
 { COLOR: #333333; BACKGROUND-COLOR: #ffffff; }

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}


/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.autocompletelistitem
{
	font-weight:normal;
	font-size:8pt;
}

/*Textbox Watermark*/

.unwatermarked {
	/*height:18px;*/
	width:148px;
}

.watermarked {
	/*height:20px;*/
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	