﻿/* Actions and Positioning Resets
-------------------------------------------------------------------------*/
/* Margins and Padding */
.no-margin {margin:0px 0px 0px 0px;}

/* Lists */
.list-none {list-style-type:none;}

/* Positions */
.float-left{float:left;}
.float-right{float:right;}

/* clear floats */
.clearBoth {clear:both}

/* hidden */
.hidden {display:none;}

/* show */
.show {display:inherit;}

/* right justify */
.right_justify {text-align: justify;}