.portalHeadersGrid 
{
	width: 100%;
	font-size: 11px;
	margin-bottom: 20px;
}

.portalHeadersGrid tr
{
	height: 23px;
}

.portalHeadersGrid th 
{
	padding-left: 5px;
	padding-right: 5px;
}

.portalHeadersGrid td 
{
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	/*border-bottom: 1px solid #8b8b8b;*/
}

.portalGridLineAlt {
	background-color: #dfe6ee;
	height: 3em;
	overflow: hidden;
}
.portalGridLine {
	height: 3em;
	overflow: hidden;
}
.portalGridLine td{
	padding: 5px;
}
.portalGridLineAlt td{
	padding: 5px;
}

.portalGridLink
{
	/*color: #336699;*/
	font-weight: bold;
}

.portalGridLineSelected
{
	background-color: #ABABAB;
}

.portalGridHeader
{
	/*color: #FFFFFF;*/
	/*background-color: #336699;*/
	font-weight: bold;
}

.portalGridHeader th {
	font-size: 11px;
	color: #455560;
	border-bottom: 1px solid #8b8b8b;
}

.portalGridHeader tr
{
	border: none;
}

.portalGridLeftBorder
{
	/*border-left: 1px solid #8D8D8D;*/
}

.portalGridRightBorder
{
	/*border-right: 1px solid #8D8D8D;*/
}