


#announce a, #news a {
	color: blue;
	text-decoration: underline;
}
#announce a:hover, #news a:hover {
	color: #FFCC00;
	text-decoration: underline;	
}

/* Admin Context Style */
#news_content #announce a.adminlnk, #news_content #news a.adminlnk {
	color: red;
}






/* main content tables */
div.dbboxes {
	margin-top: 10px;
}
div.info_box div h2 {
	font-size: 24px;
	text-align: center;
	color: #000000;
	}

div.info_box {
	margin-top: 10px;
	float: left;
	clear: none;
	width: 33%;
}

div.info_box div {
	color: #000000;
	font-size: small;
}

div.info_box div div h3 {
	font-size: medium;
	margin-top: 0px;
}

div.info_box a {color:#fff;}
div.info_box a:hover {color:#000;}

div.info_box div form {
	height: 0px;
	margin: 0px;
	padding: 0px;
}


div.rstat {
	margin: 2px;
	padding: 2px;
}
div.rentry a {
	color: #000;
}
div.rentry a:hover {
	color: #FFCC00;

}
div.rentry {
	margin: 2px;
	padding: 4px 4px 4px 4px;
	height: 64px;
}
div.rentry img {
	float: left;
	height: 60px;
	width: 60px;
	border: none;
	margin: 2px;
}
div.search {
	text-align: center;
	padding: 2px;
}






                /* Game Section */
div.game_title{
	background: #990000;
	width: 90%;
	margin-left: 6%;
}
div.game{
	background: #FFE8E8;
	width: 90%;
	margin-left: 6%;
	margin-top: -19px;
}
div.game div.rentry {
	border: 1px solid #990000;
}
div.game div.rstat {
	border: 1px solid #990000;
}
div.game div.search {
	background: #990000;
}

                /* User Section */
div.comm_title{
	background: #330099;
	width: 90%;
	margin-left: 6%;
}
div.comm{
	background: #E6D9FF;
	width: 90%;
	margin-left: 6%;
	margin-top: -19px;
}
div.comm div.rentry {
	border: 1px solid #330099;
}
div.comm div.rstat {
	border: 1px solid #330099;
}
div.comm div.search {
	background: #330099;
}

                /* PuppetMaster Section */

div.puma_title{
	background: #006600;
	width: 90%;
	margin-left: 6%;
}
div.puma{
	background: #E0F4DD;
	width: 90%;
	margin-left: 6%;
	margin-top: -19px;
}
div.puma div.rentry {
	border: 1px solid #006600;
}
div.puma div.rstat {
	border: 1px solid #006600;
}
div.puma div.search {
	background: #006600;
}






                /* News Section */
#box_clear { clear: both; }
                
#news_content {
	position: relative;
	background-color: #FFF7D2;
	margin: 45px 2% 0;
	margin-top: 50px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-size: small;
}
#newshead {
	background: #FFFFFF;
	border-bottom: 4px solid #FFCC00;
	text-align: right;
	padding: 4px;
}
#announce {
	position: absolute;
	right: 10px;
	width: 300px; 
	padding: 10px 5px 5px 10px;
}
#announce div div { 
	margin-top: 0px; 
}
#news {
	position: relative;
	margin: 0 340px 0 0; 
	padding: 10px 5px 5px 10px;
}
#news div div {
	margin-top: 0;
}
#newsfoot { 
	clear: both;
	height: 1px;
}
#news_content div h3 {
	font-size: medium;
	color: #FFCC00;
}
#news_content div div div.title {
	font-size: small;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 20px;
}
#news_content div div div.date {
	font-size: smaller;
	text-align: right;
	margin-top: -24px;
	margin-bottom: 10px;
	font-style: italic;
}
#news_content div div div.author {
	font-size: smaller;
	margin-top: -25px;
	margin-bottom: 10px;
	font-style: italic;
	}

