div#rightColumn div#latestNews{
	border: 1px solid #0066cc;
	background-color: #ffffff;
}

div#rightColumn div#latestNews div#newsEntries{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 200px;
	background-color:#fff;
}

div#rightColumn div#latestNews div#newsEntries div#entry{
	border-bottom: 1px dotted #0066cc;
	padding: 5px;
	padding-bottom: 10px;
	cursor: pointer;
}

div#rightColumn div#latestNews div#newsEntries div#entry p{
	padding: 0px;
	margin: 0px;
}

div#rightColumn div#latestNews div#newsEntries div#entry h2{
	color: #0066cc;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
}

div#rightColumn div#latestNews div#newsEntries div#entry:hover{
	background: #eff5fa;
}

div#rightColumn div#latestNews div#newsEntries div#entry:hover h2{
	text-decoration: underline;
}

div#rightColumn div#latestNews div.hideEntries{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("/images/gadgetLoading.gif");
}

div#rightColumn div#latestNews div.hideEntries div{
	visibility: hidden;
}

div#rightColumn div#latestNews div div#divNoEntries{
	text-align: center;
	padding: 3px;
}

div#rightColumn div#latestNews div div#stopper{
	background-image: url("/images/logoSmall.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
}

div#rightColumn div#latestNews div#newsControls 
{
	border-top: 1px solid #0066cc;
	background-image: url("/images/buttonBackground.png");
	background-repeat: repeat-x;
	background-position:middle;
	padding-top:1px;
	text-align:center;
}

div#rightColumn div#latestNews div#newsControls span
{
	margin-left: 5px;
	margin-right: 5px;
	height:14px;
	cursor: pointer;
}
