﻿/* Standard styles */
html { margin: 0px; padding: 0px; width: 100%; height: 100%; }

.liveBody { float: left; margin: 0px; padding: 0px; width: 100%; height: 100%; font-size: 12px; background:#E2EDF5; font-family: Segoe UI, Calibri, Tahoma, Verdana, Arial, Helvetica, Sans-Serif; }
.liveBody p { margin: 0px; }

.reContentCell textarea { background-color: Red; background: #719CCB; font-size: 12px; font-family: Segoe UI, Calibri, Tahoma, Verdana, Arial, Helvetica, Sans-Serif; color: white; }

.fixedWrapper { width: 902px; margin-left: auto; margin-right: auto; }
.fixedWrapperIn { float: left; width: 900px; margin-left: auto; margin-right: auto; border:1px solid #3B7BA4; border-top:0px; background: #ffffff; }

img { border: 0px; }

.headingWrapper { float: left; width: 900px; height:78px; border-bottom:1px solid #3B7BA4; background:#B3D0E6 url('Images/banner.jpg') center no-repeat; }
.headingWrapper .logo { float:left; display:block; width:200px; height:78px; }

.breadCrumbWrappter { float: left; width: 100%; height:20px; border-bottom:1px solid #3B7BA4; background:white; font-size:11px; }
.breadCrumbWrappter .left { float:left; padding:2px; margin-left:8px; }
.breadCrumbWrappter .right { float:right; padding:2px; margin-right:8px; }
.breadCrumbWrappter a { color:#444444; text-decoration:none; padding:0px 3px; }
.breadCrumbWrappter a:hover { text-decoration:underline; }

.contentWrapper { float: left; width: 100%; }


.contentWrapperIn { margin-left:160px; margin-right:160px; }

.contentWrapperInLeft { float:left; width:160px; margin-left:-160px; position:relative; border-right:1px solid #000044; }
.contentWrapperInLeft > div { float:left; width:160px; text-align:left; }
.contentWrapperInLeft .random { float:left; width:160px; background:#cccccc; border-bottom:1px solid white; }

.contentWrapperInCenter { float:left; margin-left:-1px; margin-right:-1px; width:100%; border-left:1px solid #000044; }
.contentWrapperInCenter > div { float:left; margin-left:10px; margin-right:10px; width:560px; }

.contentWrapperInRight { float:right; width:150px; margin-right:-151px; position:relative; padding-top:10px; }
.contentWrapperInRight > div { float:left; width:160px; text-align:left; }

.contentWrapperInRight .darkHead { float:left; background:#000044; color:White; width:144px; padding:3px; font-weight:bold; font-size:12px; }
.contentWrapperInRight .darkBody { float:left; background:#ffffff; color:#222222; width:144px; padding:3px 2px; font-weight:normal; border:1px solid #000044; font-size:12px; }

.contentWrapperInRight .lightHead { float:left; background:#3978A0; color:White; width:144px; padding:3px; font-weight:bold; font-size:12px; }
.contentWrapperInRight .lightBody { float:left; background:#ffffff; color:#222222; width:144px; padding:3px 2px; font-weight:normal; border:1px solid #3978A0; font-size:12px; }

.footerWrapperTop { float: left; width: 100%; background:url('Images/bannerBackground.jpg') repeat-y; height:15px; border-top:1px solid #3B7BA4; border-bottom:1px solid #3B7BA4; }
.footerWrapper { float: left; width: 100%; padding:3px 0px; text-align:center; font-size:11px; }
.footerWrapper img { vertical-align:middle; margin-left:10px; margin-right:10px; }




