/************************************************************************ MARGINS & PADDING & CORNER RADIUS ************************************************************************/

.textAlignRight {text-align:right}
.textAlignCenter{ text-align:center}

.noMarginRight {margin-right:0px}
.noMarginLeft {margin-left:0px}
.noPaddingRight {padding-right:0px}
.noPaddingLeft {padding-left:0px}
.noBorder {border:none}
.corner5 {-moz-border-radius: 5px; -webkit-border-radius: 5px;}
.corner10 {-moz-border-radius: 10px; -webkit-border-radius: 10px;}
.cornerBottom {-moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px;}
.cornerTop {-moz-border-radius: 10px 10px 0px 0px; -webkit-border-radius: 10px 10px 0px 0px;}

.breaker{ border-top: 2px dotted #ccc; height:5px; margin-top:}

/************************************************************************ OPACITY FILTERS ************************************************************************/

.transparent60 {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.transparentNone {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
/************************************************************************ Borders ************************************************************************/
.borderLeft_white{border-left:1px solid #FFF;}
.borderRight_white{border-right:1px solid #FFF;}

.borderLeft_grey{border-left:1px solid #ccc;}
.borderRight_grey{border-right:1px solid #ccc;}