	/* These classes are used by the script as rollover effect for table 1 and 2 */
	
	.tableRollOverEffect1{
		background-color:#e3ebd3;
		color:#000;
	}
	.tableRowClickEffect1{
		background-color:#c2deab;
		color:#000;
	}
	.tdcwll{
    border-bottom: 1px solid #c2deab;
	padding:1px;
	}

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

#spotlight {
	padding-bottom: 5px;
}

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

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

#category {
	margin: 2px 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: 0px 5px 2px 0px;
	margin: 0px 5px 2px 0px;
}


.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: 4px 0px 4px 0px;
	background: #eee;
}

div.title a{
	font-weight: bold;
	color:#428fc5;	
}

div.title a{
	font-weight: bold;
}

div.title-list {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	background-color : #f9fbf5;
	margin: 1px 0px 1px 0px;
	border: 1px solid #c2deab;
}

div.title-list a {font-size: 14px;font-weight: bold; color:#428fc5;}
div.title-list a:hover {color:#006ab6;}
div.title-list a:visited {font-size: 14px;}

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 0px 0px;
}

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


#pagetitle{
	margin-bottom: 0px;
	color:#679e38;
/* 
	padding: 2px;
	border-bottom: 1px solid #eee;
 */
}
#pagetitle div.title a, #pagetitle div.title{
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px;
	border: 0px;
}
#pagetitle div.title{
	background: transparent !important;
}
#pagetitle div.title span{
	border-bottom: 0px 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{
	margin: 10px 0px;
}

div.keywords, div.elink{
    width : 100%;
	margin: 2px 0px;
	padding: 2px;	
 	border: 1px 1px 1px 1px;	
    border: 1px solid #679e38;
	background-color : #f9fbf5;
}
div.keywhdr, div.elinkhdr{
    color:#428fc5;
	font-weight: bold;
	background-color : #f2f5e9;
}


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

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

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

#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: right;
}
span.label{
	font-weight: bold;
	width: 50px;
	text-align: right;
	padding-right: 2px;
}
span.content{
	padding-left: 2px;
}

span.button{
	border: 1px solid #999;
	display: inline;
	text-align: right;
	padding: 2px 4px 2px 4px;
	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;
}

#article-body:first-line {
	/*padding-left: 10px;*/
}

/*
 * From http://www.positioniseverything.net/easyclearing.html
 */
.clear:after {
    content: "."; 
    display: block; 
    height: 10; 
    clear: both; 
    visibility: hidden;
}
.clear {display: inline-table;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */