.floatL {
	float: left;
}
.floatR {
	float: right;
}
.vtop {
	vertical-align:top;
}
.clear {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.opacity {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.50;
}
.nowrap {
    white-space:nowrap
}
/* TODO: create three table classes */
/**************
   RW - removed table object from being styled.
   There is an issue with the old header / footer so this cannot be used until siteflex is live.
p, table {
	margin: 0.6em 0;
}

***************/
p {
	margin: 0.6em 0;
}



/***************************************************/
/** CLASSES I AM NOT HAPPY ABOUT, BUT DUE TO THE  **/
/** DESIGN I DONT THINK WE HAVE AN OPTION         **/
/***************************************************/
.pl5 { padding-left: 5px; } 
.pl10 { padding-left: 10px; } 
.pr5 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.center { text-align: center; } 
.w33pc { width: 32% }
.w50pc { width: 49.99% }
.w100pc { width: 100% }
