/* CSS Document - just for the latest news page */


#main_content .latestnext {
	border: 1px solid #DDE9FB;
	background: #EFF5FF;
	padding: 0.06em;
	height: 5em;
	width: 80%;
	margin: 15px auto 18px auto;
	overflow: hidden;
	font-family: "trebuchet MS", verdana;
}

#main_content .latestnext p {
	margin: 0;
	padding: 0;
}

#main_content .latestnext strong {
	letter-spacing: 0.06em;
}

#main_content .latest_result {
	width: 50%;
	float: left;
	background-color: transparent;
	text-align: center;
	padding: 0.65em 0 0.60em 0;
	line-height: 1.56em;
}

#main_content .next_game {
	width: 50%;
	float: right;
	background-color: transparent;
	text-align: center;
	padding: 0.65em 0 0.60em 0;
	line-height: 1.56em;
}

#main_content .result {
	font-size: 1em;
}

#main_content .date_comp {
	font-size: 0.8em;
	vertical-align: top;
}

#main_content .newsitem_black {
	color: #000000;
	font-weight: bold;
}

#main_content .newsitem_red {
	color: #ff0000;
	font-weight: bold;
}

#main_content div.newsitem {
	margin-left: 15px;
	margin-top: -10px;
}

#main_content .redline {
	border-top: 1px solid #CC0000;
	width: 60%;
	margin: 23px auto 0px auto;
	padding-bottom: 10px;
	font-size: 0;
}

#main_content .page_content {
	clear: both;
}

ul.news {
    	list-style-type: disc;
   	font-size: 0.8em;
    	line-height: 1.3;
}
