/* portal sections -- shape and colours */
td.portalMain, td.portalPromo { width: 150px; }
td.portalMain h1 { color: #000000; border: none; }
td.portalPromo h1 { background: #EB184F; }
td.portalPromo, td.portalMain  { background: #E1E5E6; }
td.portalSide, td.portalSide a { background: #72A2C8; color: #FFFFFF; }

/* Portal section contents */
div.content {
	border: none;
}
td.portalSide div.content { font-size: 80%; }
td.portalSide hr {
	height: 1px;
	border: 0;
	border-bottom: 1px dashed white;
}