@CHARSET "UTF-8";
body{
	margin:0px;
	padding:0px 0px;"
}
div.topBanner{
	background:#f5f5f5;
	padding:5px 50px 5px 0px; 
	cursor:pointer;
	text-align:right;
	border-bottom:solid 1px lightblue;
	color:gray;
	font-size:12px;
}
.menuBar{
	margin-top:10px;
	width:100%;
	height:46px;
	background:red;
	line-height:46px;
}
.menuItems{
	width:88%;
	margin:0px auto;
	padding:0px;
}
ul.menuItems li{
	float:left;
	list-style-type:none;
	margin-left:5px;
	text-align:center;
	height:46px;
}
a.menuItem{
	display:inline-block;
	height:46px;
	text-decoration:none;
	font-weight:bold;
	padding:0px 18px;
	color:white;
}
ul.menuItems li:hover{
	background:#cc0404;
}
li.currentMenu{
	background:#cc0404;
}

#childMemuItems a{
	display:inline-block;
	margin-left:12px;
	text-decoration:none;
	cursor:pointer;
	border-radius:3px;
	padding:3px;
}
#childMemuItems a:hover{
	text-decoration:underline;
	color:red;
}
.childMenuItemSelected{
	background:orange;
	border-radius:3px;
	color:white;
}

#scrollToTop,#scrollToBottom{
	display:inline-block;
	border:solid 1px orange;
	cursor:pointer;
	padding:3px;
	font-size:14px;
	bacground:lightgray;
	font-weight:bold;
	color:orange;
	border-radius:3px;
}
.scrollTo{
	display:inline-block;
	border:solid 1px orange;
	cursor:pointer;
	padding:3px;
	font-size:14px;
	bacground:lightgray;
	font-weight:bold;
	color:orange;
	border-radius:3px;
}
#scrollToTop:hover,#scrollToBottom:hover{
	background:red;
}




a.gpName{
	text-decoration:none;
}
.nameAndCodeColor{
	color:#c24203;
}
a.gpName:hover{
	color:blue;
	text-decoration:underline;
}

a.xName{
	text-decoration:none;
	color:blue;
	line-height:25px;
}

.moduleTitle{
	border-bottom:solid 1px lightgray;
	padding-bottom:2px;
}

a.xName:hover{
	color:blue;
	text-decoration:underline;
}
th{
	color:#676565
}
a.friendUrl{
	text-decoration:none;
	color:gray;
}
a.friendUrl:hover{
	text-decoration:underline;
	color:red;
}
a.article{
	text-decoration:none;
	color:#1f1f1f;
}
a.article:hover{
	text-decoration:underline;
	color:red;
}

hr.bottomLine{
	width:88%;
	margin-top:60px;
}
a.more{
	position:absolute;
	right:10px;
	cursor:pointer;
	text-decoration:none;
}
a.more:hover{
	color:red;
	text-decoration:underline;
}
#articleContent p{
	text-indent:2em;
	font-size:16px;
	color:#3d3939;
	line-height:24px;
}
.header{
	height:40px;
	background:#ebebeb;
	text-align:center;
	line-height:40px;
}
#article_content{
	white-space:normal;
	padding:1px 6px 68px;
}
#article_content p{
	line-height:28px;
	font-size:16px;
	text-indent:2em;
}
