
.portalhome {
	border-collapse: collapse;
	border:0;	
	width: 100%;
	/*margin: 8px 0 8px 0;*/
	background:#FFF;
}

.portalhome  thead {
	height:25px;
}
.portalhome  thead .left {
	background: url(/suspensionexercise/assets/images/portals/graythinheaderLeft.gif) 0 0 no-repeat;
	width: 10px;
	height:25px;
}

.portalhome  thead .middle {
	background: url(/suspensionexercise/assets/images/portals/graythinheaderCentre.gif) 0 0 repeat-x;
	width:auto;
	color: #656565;	
	font-size: 12px;
	font: 9pt Arial;
}

.portalhome  thead .middle .lefttitle {
	float: left;
	width: auto;
	font-weight: bold;
	/*text-transform: uppercase;*/	
}

.portalhome  thead .middle .righttitle {
	float: right;
	width: auto;
}

.portalhome  thead .right {
	background: url(/suspensionexercise/assets/images/portals/graythinheaderRight.gif) 100% 0 no-repeat;
	width: 9px;
	height:25px;
}	

.portalhome  .content .left
{
	background: url(/suspensionexercise/assets/images/portals/graythinmainLeft.gif) 0 0 repeat-y;
}

.portalhome  .content .middle
{
	/*
	padding-top:4px;
	margin-top:16px;
	*/
	font: 9pt Verdana;
	color: #656565;
}

.portalhome  .content .right
{
	background: url(/suspensionexercise/assets/images/portals/graythinmainRight.gif) 100% 0 repeat-y;
}


.portalhome  tfoot {
	height:12px;
}
.portalhome  tfoot .left {
	background: url(/suspensionexercise/assets/images/portals/graythinmainBottomLeft.gif) 0 100% no-repeat;
	height:12px;
}

.portalhome  tfoot .middle {
	background: url(/suspensionexercise/assets/images/portals/graythinmainBottomCentre.gif) 0 100% repeat-x;
	height:12px;
}

.portalhome  tfoot .right {
	background: url(/suspensionexercise/assets/images/portals/graythinmainBottomRight.gif) 100% 100% no-repeat;
	height:12px;
}	



.portalgap {
	width: 100%;
	height: 16px;
}

.bullet {
	vertical-align:middle;
	border: 0;
}

.portallist {
	list-style: none;
	margin-left: 0;
	font-size:8pt;
	padding-left: 1em;
	padding-right: 2px;
}

