/******** NEWS BROWSER ***********/
.newsBrowser{}

.newsBrowser .row{
	padding: 0px 0px 10px 0px;
	float: left;
	width: 600px;
}

.newsBrowser .tableItem {
	width: 288px;
	margin: 0px 0px 0px 12px;
	float:left;
	display: inline;
}

.newsBrowser .thumbNail {
	padding-bottom: 5px;
}

.newsBrowser .tableData {
	height: 580px;
	float:left;
}

.newsBrowser .itemTitle, .newsBrowser .dateCreated {
	color: #414141;
}

.newsBrowser .tableNavigation {
	text-align:right;
	width: 600px;
}
.newsBrowser .tableNavigation a:hover {
	color: #414141;
	text-decoration: none;
}

.newsBrowser .tableNavigation .navCount{
	display: none;
}

.newsBrowser .tableNavigation .nextPageLink {
	padding: 0px 0px 0px 20px;
}
/******** NEWS BROWSER ***********/


.assetMenu {
	width: 150px;
	float: left;
}

.assetMenu .currentItem a{
	color: #414141;
}

