/**
* Specialized helpers, please DO NOT EDIT THIS FILE,
* You can add your own helpers to global.css
*
* @copyright 2011 The Envoy Group
*/

/* Text Alignment */
.a-left { text-align:left; }
.a-right { text-align:right; }
.a-center { text-align:center; }

/* Floats & Clears */
.clear-left { clear:left; }
.clear-right { clear:right; }
.clear-both { clear:both; }
.float-left { float:left; }
.float-right { float:right; }

/* Padding for Floated Elements */
.padding-right { padding-right:1em; }
.padding-left { padding-left:1em; }
.padding-bottom { padding-bottom:1em; }
.padding-top { padding-top:1em; }
.margin-right { margin-right:1em; }
.margin-left { margin-left:1em; }
.margin-bottom { margin-bottom:1em; }
.margin-top { margin-top:1em; }

/* Font Modifiers */
.bold { font-weight:bold; }
.normal { font-weight: normal; font-style:normal; }
.italic { font-style: italic; }

/* Text Modifiers */
.lowercase { text-transform:lowercase; }
.strikethrough { text-decoration: line-through; }
.underline { text-decoration:underline; }
.uppercase { text-transform:uppercase; }

.nobr { white-space: nowrap; }

/* Special Effects */
.shadow { box-shadow:0px 0px 5px #555; -moz-box-shadow:0px 0px 5px #555; -webkit-box-shadow:0px 0px 5px #555; }

/* Lists */
ul.flat {
    list-style-type: none;
    margin-left:0; 
    margin-right:0; 
}

ul.flat li {
    list-style-type: none;
    margin-left:0;
}