/*
 * Version: 0.0.2
 * File name: control.css
 * Author: Zane M. Kolnik
 * Date: 03/30/2009
 * Description: Some default styling, use as needed, this must be called be for the site wide styles
 * use your site wide styles to override these stlyes
 *
 */
 
 
/* @group ---------------------------------------------------------------INLINE LIST--*/ 
ul.inline { list-style-type: none; margin: 0; padding: 0; }
ul.inline li { display: inline; margin: 0; padding: 0; }
/* @end */

/* @group ---------------------------------------------------------------TAB LIST-----*/ 
/* @end */


/* @group --------------------------------------------------------------- FLOATS CLEARS--*/ 
.FL { float: left; }
.FR { float: right; }
.CL { clear: left; }
.CR { clear: right; }
.CB { clear: both; }
.clear-both { clear: both; }
/* @end */


/* @group --------------------------------------------------------------- STATUS MESSAGES --*/ 
.failure { color: #ed0000; }
.success { color: green; }
.waiting { color: orange; }
/* @end */


/* @group --------------------------------------------------------------- POPUP BOX --*/ 
/* @end */

/* @group --------------------------------------------------------------- TABS --*/ 
/* @end */

/* @group --------------------------------------------------------------- DROP DOWN MENU --*/ 
/* @end */

/* @group --------------------------------------------------------------- META --*/ 
/* @end */

/* @group --------------------------------------------------------------- HIDE / SHOW --*/ 
.hide { left: -999em; position: relative; }
.show { left: 0; position: relative; }
/* @end */

.demo { background: honeydew; }

.o80 { opacity: 0.8; }
.text-right { display: block; text-align: right; }
