/*
<!-- phppp (D.J.): http://xoopsforge.com; http://xoops.org.cn -->
*/


#page_header div {
	padding: 5px;
	font-size: 14px;
	font-weight: bold !important;
}

#spotlight {
	padding-bottom: 5px;
}

#spotlight .title, #spotlight .title a{
	font-size: 18px;
}

#spotlight, #category, #topic, #feature, #article, #rate, #api, 
#urlnav, #sponsor, #elink, #trackback, #type,
div.sibling, div.subtitle, div.pages {
	margin: 10px 0px;
}

#category .category{
	margin-top: 20px;
}
#category .category a{
	font-weight: bold;
}

#urlnav {
	padding: 5px;
	font-weight: bold;
	border: 0px solid #aaa;
	background: #eee;
}

#urlnav a{
}


#article-body{
	padding: 5px 0px;
	margin: 10px 5px;
}


.subtitle .title{
	line-height: 150%;
}
#trackback ol, .subtitle ol{
	margin: 0px;
}
#trackback li, .subtitle li{
	line-height: 120%;
	list-style-type: decimal;
}

div.title {
	font-weight: bold;
	line-height: 150%;
	margin: 10px 0px 10px 0px;
	background: #eee;
}
div.title a{
	font-weight: bold;
}

div .item {
	border: 0px;
}

#rate .item {
	padding: 5px;
	border: 1px solid #aaa;
	background: #eee;
}

#rate .item span{
	padding: 0px 5px;
}
#rate input{
	margin: 0px 2px;
}

div.writer{
	text-align: left;
	float: right;
	width: 200px;
	padding: 5px;
	margin: 0px 0px 10px 10px;
	border: medium;
	background: #eee;
}

div.writer .profile{
	text-align: left;
}

div.writer .avatar{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.image{
	float: left;
	text-align: center;
	font-size: small; /* caption */
	margin: 0px 10px 10px 0px;
}

#spotlight div.image{
	float: center;
	 margin: 0px 10px 0px 10px;
}


#pagetitle{
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	border-bottom: 0px solid #eee;
}
#pagetitle div.title a, #pagetitle div.title{
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0px;
	border: 0px;
}
#pagetitle div.title{
	background: transparent !important;
}
#pagetitle div.title span{
	border-bottom: 2px solid #aaa;
}

#article-body img{
	margin: 10px;
}
#trackback{
}

#article-header{
	margin: 10px 0px;
	padding: 0px 20px;
}

div.ednote{
	/*
	background: #EBEBEB;
	border: #aaa;
	display: block;
	*/
}

div.ednote{
	font-weight: bold;
 	padding: 0px 30px 0px 30px;	
}

div.ednote, div.summary, div.keywords{
	margin: 10px 0px;
}

#api {
	margin-top: 20px;
}
#api:before{
	content: "API: ";
}

#copyright {
	float: right;
	text-align: right;
	padding: 5px;
	margin: 20px 10px;
	border-top: 1px solid #888;
}

div.sibling span.previous{
	float: left;
}
div.sibling span.next{
	float: right;
}

#article{
}

#sponsor{
}

span.copytext{
	padding: 1px 2px;
	font-family: Arial;
	cursor: pointer;
	cursor: hand;
}

span.title, span.title a{
	font-weight: bold;
}
span.item{
	padding: 0px 2px;
}

span.label, span.content{
	display: block;
	float: left;
}
span.label{
	font-weight: bold;
	width: 50px;
	text-align: left;
	padding-right: 2px;
}
span.content{
	padding-left: 2px;
}

span.button{
	border: 1px solid #999;
	display: inline;
	text-align: left;
	padding: 2px;
	background: #eee;
}

span.button a{
	color: #666;
}

span.button a:hover{
	color: #000;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #000;
}

span.highlight{
	color: red;
}