ul.tabs_latest {
	padding:0;
	margin:0;
}

ul.tabs_latest li {
	list-style:none;
	float:left;
	cursor:pointer;
}

ul.tabs_latest li a {
	text-indent:-9999px;
}

.tab_latestNews {
	background:url(/Portals/0/images/Tabs_tiltle_latest.jpg) no-repeat;
	background-position:0 -34px;
	display:block;
	width:133px;
	height:34px
}

.tab_latestNews:hover {
	background-position:0 -68px;
}

.tab_latestNews_active {
	background:url(/Portals/0/images/Tabs_tiltle_latest.jpg) no-repeat;
	background-position:0 0;
	display:block;
	width:133px;
	height:34px
}

.tab_latestEvents {
	background:url(/Portals/0/images/Tabs_tiltle_latest.jpg) no-repeat;
	background-position:-133px -34px;
	display:block;
	width:148px;
	height:34px
}

.tab_latestEvents:hover {
	background-position:-133px -68px;
}

.tab_latestEvents_active {
	background:url(/Portals/0/images/Tabs_tiltle_latest.jpg) no-repeat;
	background-position:-133px 0;
	display:block;
	width:148px;
	height:34px
}

.tab_contents {
	width:600px;
	clear:both;
	padding:8px;
	background-color:#FFFFFF;
}

.latestNews {
	width: 580px;
	border:1px solid #d6d6d6;
	font-family:arial;
	padding:8px;
}

.latestNews p {
	margin:0;
	padding:0;
}

.latestNews p.title {
	font-weight:bold;
	font-size:1.2em;
	color:#000000;
	font-family:arial black;
	text-transform:uppercase; 	/* added */
	letter-spacing: -1px;		/* added */
	
}

.latestNews p.date {
	font-size:0.9em;
	color:#FF0000;
}

.latestNews p.desc {
	font-size:0.9em;
	color:#333333;
}

.latestNews_footer {
	margin-top:8px;
}

.latestNews_footer div.selector {
	
	margin-left:200px; 	
	width:150px; 	
}

.latestNews_footer div.selector #pager a, .latestNews_footer div.selector #next, .latestNews_footer div.selector #prev {
	font-family:arial;
	font-weight:bold;
	font-size:0.9em;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
	width:17px;
	height:17px;
	display:block;
	float:left;
	background-color:#e0e0e0;
	margin-right:8px;
	text-align:center;
	line-height:17px;
}

.latestNews_footer div.selector #pager a.activeSlide, .latestNews_footer div.selector #pager a:hover {
	color:#FF0000;
}

.latestNews_footer div.btn {
	width:100px;
	float:right;
}

