/*
Document   : index
Created on : 2012/10/15, 17:24:12
Author     : suena1
Description:
Purpose of the stylesheet follows.
*/
/*
TODO customize this sample style
Syntax recommendation http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html
*/
.wid-25p { width: 25%; }

.wid-50p { width: 50%; }

.wid-100p { width: 100%; }

.clr-b { clear: both; }

.flt-l { float: left; }

.flt-r { float: right; }

#l-box { width: 75%; float: left; }
#l-box .bg-0 { float: left; width: 33%; height: 50%; background-color: #ffffff; }
#l-box .bg-1 { float: left; width: 33%; height: 50%; background-color: #e2e1e8; }

#r-box { width: 25%; float: right; }
#r-box textarea { width: 100%; }

#root { width: 95%; height: 95%; margin: 5px auto; }

#ajaxFrame { display: none; }
