﻿/* Standard styles */
html { margin:0px; padding:0px; width:100%; height:100%; }

.liveBody { float:left; margin:0px; padding:0px; width:100%; height:100%; background: #01111D; font-size:100%; font-family: Arial, Calibri, Tahoma, Verdana, Helvetica, Sans-Serif; color: white; }
.liveBody p { margin: 0px; }

.reContentCell textarea { background-color:Red; background: #719CCB; font-size:100%; font-family: Arial, Calibri, Tahoma, Verdana, Helvetica, Sans-Serif; color: white; }

.fixedWrapper { width:994px; margin-left:auto; margin-right:auto; }
.fixedWrapperIn { float:left; width:992px; margin-left:auto; margin-right:auto; border:1px solid #422B23; border-top:0px; background:#E5922C url('Images/contentBack.jpg') top repeat-y; }

.fluidWrapperOut { margin-left:10px; margin-right:10px; }
.fluidWrapperIn { width:100%; }

.headingWrapper { float:left; width:990px; border-left:1px solid white; border-right:1px solid white; }
.contentWrapper { float:left; width:990px; border-left:1px solid white; border-right:1px solid white; }
.footerWrapper { float:left; width:990px; border:1px solid white; border-top:0px; }

.twoColLeftWrapper { float:left; }
.twoColLeftLeft { float:left; width:190px; padding:0px 5px 5px 5px; }
.twoColLeftCenter { float:right; margin-left:-1px; width:760px; padding:0px 10px 5px 20px; }

.twoColRightWrapper { margin-right:200px; }
.twoColRightCenter { float:left; margin-right:-1px; width:100%; }
.twoColRightRight { float:right; width:200px; margin-right:-200px; margin-left:1px; position:relative; width:200px; }

/*.twoColLeftWrapper { margin-left:240px; }
.twoColLeftLeft { float:left; width:200px; margin-left:-240px; margin-right:40px; position:relative; }
.twoColLeftCenter { float:right; margin-left:-1px; width:100%; }

.twoColRightWrapper { margin-right:200px; }
.twoColRightCenter { float:left; margin-right:-1px; width:100%; }
.twoColRightRight { float:right; width:200px; margin-right:-200px; margin-left:1px; position:relative; width:200px; } */

/* END OF Standard styles */

