#linkBar
{
	height: 35px;
	text-align: center;
}

#linkBar a
{
	padding: 0 10px 0 10px;
}

#linkBar .active 
{
	padding: 0 10px 0 10px;
	display: inline;
}

#customList {
	margin-top: 20px;
}

.listHeader 
{
	font-weight: bold;
	font-size:12px;
	height: 20px;
	border-bottom: 1px solid #c5c5c5;
}

#customList .customRow
{
	height: 34px;
	border-bottom: 1px solid #c5c5c5;
 	padding-top: 4px;
	text-align: left;
}

#customList .customRow .listName
{
	padding-top: 5px;
	height: 24px;
}

#customList .customRow .listInfo
{
	float: right;
	margin-top: -24px;
}