tr.tabListRow td{
	padding: 0px;
	
}
table.tabListBordered {
    border-collapse: collapse;
	border-bottom:0px;
	margin-bottom: 0px;
	background:white;
}
table.tabListBordered tr td, table.tabList tr td{
	padding: 4px;
	vertical-align: middle;
	text-align: center;
	border-right: solid 3px white;

}
td.tabListLeftBordered, td.tabListLeftBorderedActive{	
	border-left: solid 0px #004a9c;
	background-color: #77787a;
	padding-right:10px;
	color: white;
}
td.tabListActive, td.tabListLeftBorderedActive{
	background-color: #083163;
	
}

td.tabListLeftBorderedPortfolio{
	background-color: #4d6045;	
}

td.tabListLeftBorderedActivePortfolio{
	background-color: #006699;	
}

table.tabListBordered tr td a, table.tabList tr td a{
	height: 100%;
	width: 100%;
	color: white;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	border-bottom:0px;
	
}

