/*  =============================================================
    # Core CSS v1.3
============================================================== */

/*  -------------------------------------------------------------
    1. Display & Visibility
-------------------------------------------------------------- */
.block      {display: block;}
.none       {display: none;}
.inline     {display: inline;}
.hidden     {visibility: hidden;}
/*  -------------------------------------------------------------
    2. Alignment & Typography
-------------------------------------------------------------- */
.center     {margin: 0 auto !important; text-align: center !important;}
.left       {float: left;}
.right      {float: right;}
.text-left  {text-align: left;}
.text-right {text-align: right;}
.justify    {text-align: justify;}
.strong     {font-weight: bold;}
.capitalize {text-transform: capitalize;}
.lowercase  {text-transform: lowercase;}
.uppercase  {text-transform: uppercase;}
.auto-width {width: auto !important;}
/*  -------------------------------------------------------------
    3. Clearing
-------------------------------------------------------------- */
.clear, .clr        {clear: both;}
.clear-left, .lclr  {clear: left;}
.clear-right, .rclr {clear: right;}
div.clear, div.clr, br.clear, br.clr {display: block; height: 0; line-height: 0; font-size: 0; overflow: hidden;}

.clearfix:after     {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.clearfix           {display: block;}
/* start commented backslash hack \*/
* html .clearfix    {height: 1%;}
.clearfix           {display: block;}
/* stop commented backslash hack */
/*  -------------------------------------------------------------
    4. Colors
-------------------------------------------------------------- */
.white      {color: #FFFFFF !important;}
.black      {color: #000000 !important;}
/*  -------------------------------------------------------------
    5. Debug
-------------------------------------------------------------- */
.debug      { background: #FF9900 !important;}
#frmRemote  {display: inline; width: 100%; height: 500px; background: #FFFFFF;}
