/* CSS Document */
/*Grids - ui-grid is parent grid, ui-unit is a sub unit of the grid, all units inside a grid take up equal space, grids b,c,d,e,f have variable precent unit widthes*/
.ui-grid .ui-unit, .ui-grid .ui-grid{float:right;display:inline;}
/*Class - .first sets up fist column independent of placement*/
.ui-grid div.first{float:left;}
.ui-grid .ui-unit, .ui-grid .ui-grid{width:49.1%;}
.ui-grid .ui-grid .ui-unit {width:48.1%;}
/*Clears following content*/
.ui-grid:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
/*Clears following content*/
.ui-grid {zoom:1;}
div.vline{ background: url(/img/dotsV.gif) repeat-y center top; }
div.vline2{ background: url(/img/dotsV.gif) repeat-y 65% top; }

