﻿body { color: black; background-color: white; }
td {}

a:link { color:Black; text-decoration:none; }

a:visited { color:Black; text-decoration:none; }

a:hover { color:Black; text-decoration:none; }

a:active { color:Black; text-decoration:none; }



.SiteMap 
{
	font-size: 12px;
	font-family: 宋体;
}
.SiteMap a:link
{
	color:Black; 
	text-decoration:none;
}
.SiteMap a:visited 
{
	color:Black; 
	text-decoration:none;
}
.SiteMap a:hover
{
	color:Blue;
	text-decoration:none;
}
.SiteMap a:active
{
	color:Black; 
	text-decoration:none;
}



/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background: white;
 color: #333333;
 font-family: Arial;
 }
	 
#hdr{
 height:45px;
 background:#99cc00;
 color:white;
 border:solid #000000;
 border-width:1px 0px;
 margin:0 0 0 0 0;
 padding: 10px 10px 10px 10px;
 font-size: 32px;
 font-weight: bold;
 }

#lh-col{
 position: absolute;
 top: 73px;
 left: 5px;
 width: 250px;
 border: 1px solid #000000;
 background: white;
 margin: 0px;
 padding: 10px;
 height: 240px;
 font-size: 12px;
 }

#rh-col{
 margin: 6px 18px 20px 282px;
 border: 1px solid #000000;
 background: #ffffff;
 color: #333333;
 position :relative;
 line-height: 15px;
 }
 
/* Presentation Stylesheet */ 
h4, h2 {
 margin:0; 
 padding: 0;
 margin-top: 10px;
 }
 
 h2
 {
	margin-top: 15px;
	margin-left: 10px;
 }

#admin
{
	text-align: right;
	margin-right: 5px;
}

#admin a
{
	color: Blue;
	text-decoration: underline;
	font-size: 12px;
}

#msgForm
{
	 line-height: 25px;
}

#msgForm div
{
	text-align: center;
}

#msgForm #txtNick
{
	width: 215px;
	border: 0;
	border-bottom: solid 1px black;
}

#msgForm #txtEmail
{
	width: 207px;
	border: 0;
	border-bottom: solid 1px black;
}

#txtContent
{
	width: 245px;
	height: 75px;
	border: solid 1px black;
	margin-bottom: 3px;
}

#btnAddMsg
{
	border: solid 1px black;
	background-color: White;
	margin-top: 5px;
	width: 95px;
}

.curPage
{
	color: Red;
	font-weight: bold;
}

.pageMenu
{
	text-align: right;
	margin: 10px;
	font-size: 14px;
}

.pageMenu a
{
	text-decoration: none;
	color: Blue;
}

#msgContainer
{
	padding: 10px;
}

.msgItem
{
	width: 100%;
	border: solid 1px black;	
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 12px;
	line-height: 12px;
	word-break: break-all;
}

.msgItem hr
{
	height: 0;
	border-bottom: dotted 1px black;
}

.postTime, .msgItem a
{
	color: Gray;
	font-size : 10px;
}

.msgContent
{
	font-size: 12px;
}

.adminFeekback
{
	color: Orange;
}

#validInfo
{
	position: absolute;
	top: 350px;
	left: 5px;
	width: 250px;
	margin: 0px;
	padding: 10px;
	height: 240px;
	font-size: 12px;
}

#adminLogin, #adminLogout /*--后台登入登出--*/
{
	font-size: 12px;
}

#hdr a
{
	color: White;
	text-decoration: none;
}
.title_02 /*--项目工程中的标题--*/
{
	/*font-weight:bold;*/
	font-family:黑体;
	font-size:2;
	color:#ff7c3b;
}
.supportTitle /*--技术支持标题--*/
{
	font-family:黑体;
	font-size:13px;
	color:#ff7c3b;
}

.supportList /*--技术支持列表--*/
{
	font-size:12px;
}


.ProductTitle /*--�产品标题--*/
{
	font-family:幼圆;
	font-size:+3;
	color:white;
}



/* =-=-=-=-=-=-=-[Left Menu]-=-=-=-=-=-=-=- */
ul {
	list-style:none; /*--去除列表项号--*/
	margin: 0;
	padding: 0;
	}

#Leftmenu {
	font-family: 黑体, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	width: 170px;
	border-style: none none none none; /*--边框设置--*/
	border-color: #D76100; /*--边框颜色--*/
	border-width: 1px; /*--宽度--*/
	position:relative;
}

#Leftmenu div{
	/*margin-left:10px;*/
	width:170px;	
}

/*#menu div ul div{
	margin-left:20px;
	width:170px;
}*/
.ul_Div{
	margin-left:0;
	width:160px;
}
.ul_Div2{
	margin-left:20px;
	width:160px;

}
#Leftmenu li{
	border:0;
	margin-top:1px;
}


#Leftmenu li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 20px;
	text-decoration: none;
	width:140px;
}


#Leftmenu li a:visited {
	color:black;
	display: block;
	/*background: url(images/menu4.gif);*/
	background-color:white;
	padding: 4px 0 0 4px;
	
	/*width: 170px;*/
}


#Leftmenu li a:link {
	color:black;
	display: block;
	/*background: url(images/menu4.gif);*/
	background-color:white;
	padding: 4px 0 0 4px;
	
	/*width: 170px;*/
}

#Leftmenu li a:hover {
	color: #fff;
	background-color:#FF6600;
	/*background: url(images/menu4.gif) 0 -32px;*/
	padding: 4px 0 0 4px;
}

#Div_a{
	position:absolute;
	margin: 0 0 0 0;
}



/* =-=-=-=-=-=-=-[Left Menu End]-=-=-=-=-=-=-=- */
