/**
 *
 * PHP version 5
 *
 * SaviCMS
 * Copyright 2009, Eric R Falkner.
 *
 * Redistributions of files not permitted without expressed permission from Eric R Falkner.
 *
 * @file 		    generic.css
 * @filepurpose     contains generic styles for all parts of SaviCMS     
 * @copyright		Copyright 2009, Eric R Falkner
 * @link			http://www.ericfalkner.com
 * @package			savicms
 *
 */


/*** DIV DEFINITIONS ***/

#container_100 { position:absolute; width:100%; }
#container_50 { position:absolute; width:50%; }


/*** GENERIC DIV STYLES ***/

.fl_lt { float:left; }
.fl_rt { float:right; }
.w50 { width:50%; }


/*** GENERIC ELEMENT STYLES ***/

.il { display:inline; }


/*** GENERIC TEXT STYLES ***/

.t10 { font-size:10px; font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; }
.t12 { font-size:12px; font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; }
.t13 { font-size:13px; font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; }
.t16 { font-size:16px; font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; }
.t24 { font-size:24px; font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; }
.bold { font-weight:bold; }
.center { text-align:center; }
.white { color:#fff; }
.lt_gray { color:#ccc; }
.dk_gray { color:#777; }