html {
  background:#666666;
}

* { 
  margin:0px;
}

body  {	
  margin:5px;
  padding:0px;
  padding-top:12px;
  padding-bottom:12px;
  color: #000000;
  font-family: Helvetica, sans-serif;
  font-size: 95%;
  background: #334d80;
  /* background-image: url(../images/background_tile.jpg);
  background-position: top left; 
  background-repeat: repeat-x; */
  height:100%;
  border:1px solid #000;
}

#content {
	margin:0px;
	padding:10px;
	margin-right:250px;
}

#centerstrip {
  width:800px;
  margin-left:auto;
  margin-right:auto;
  background:#f0f5ff;
  border:2px solid #000;
}

#sidebar {
  float:right;
  width:250px;
  height:750px;
  background: url(../images/maid_promo_sidebar.jpg) no-repeat left top;
}

#logo {
  width: auto;
  height: 60px;
  margin-left:auto;
  margin-right:auto;
  background: #000000;
  /* Following is relative url to allow different banners per instance (eg, Developmental Banner) */
  background-image:url(../images/banner.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

#preFooterClear {
  clear:both;
  height:1px;
  overflow:hidden;
}

#footer {
  clear:both;
  height:100px;
  text-align:center;
  background:#000000;
  color:#ffffff;
}

a:link, a:visited  {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #339999;
  text-decoration: none;
}

p {
  margin:10px;
}

.full {
  width:100%;
}

.tall {
  height:100%;
}

.nobord {
  border:0px;
}

.bb {
  border:1px solid #000;
}

.gg {
  border:1px solid #999999;
}

.fat {
  padding:10px;
}

hr {
  height:5px;
  background:none;
  border:0px;
  border-bottom:3px double #666633;
}


.clr {
  clear:both;
}

.tliner {
  border-top:2px solid #BDB39D;
}

.sliner {
  border-right:2px solid #BDB39D;
}

.bliner {
  border-bottom:2px solid #BDB39D;
}

.logintable {
  font-size:12px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  padding:5px;
  text-align:center;
  border:1px solid #BDB39D;
  border-bottom:3px double #BDB39D;
  border-top:3px double #BDB39D;
}

.loginbox {
  width:135px;
  border:2px inset #000;
  padding:2px;
}

.loginshift {
  width:auto; 
  margin:10px;
  margin-left:315px;
}

.submit {
  border:1px solid #000;
  background:#BDB39D;
}

.submit:hover {
  border:1px solid #F7F4ED;
  background:#F7F4ED;
}

.submitlink {
  padding:3px;
}

.invis {
  border:0px;
  background:none;
}

.smalltext {
  font-size:90%;
}

.tinytxt {
  font-size:8px;
}

.centerIt {
  display:block;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.strike {
  text-decoration:line-through;
}

.red {
  color:#CC0033;
  font-weight:bold;
}

.orange {
  color:#ff9966;
  font-weight:bold;
}

.yellow {
  color:#ffff00;
  font-weight:bold;
}

.green {
  color:#66cc00;
  font-weight:bold;
}

.blue {
  color:#0066CC;
  font-weight:bold;
}

.brown {
  color:#996666;
  font-weight:bold;
}

.gold {
  color:#999933;
  font-weight:bold;
}

.ablue {
  color:#3300ff;
}

.purple {
  color:#9933cc;
  font-weight:bold;
}

.quote {
  border:1px solid #bdb39d;
  background:#F7F4ED;
  color:#999999;
  width:80%;
  padding:10px;
  margin:10px;
}

pre {
  border:1px solid #bdb39d;
  background:#fff;
  padding:10px;
  margin:10px;
}

.title {
  font-weight:bold;
  font-size:14px;
  background: #BDB39D;
}

td.lrow {
  background: #F7F4ED;
}

td.grow {
  background: #cccccc;
  color:#666666;
}

td.dkgrow {
  background: #999999;
  color:#666666;
}

td.bright {
  background: #ffffff;
}

td.gbord {
  border-right:1px solid #666600;
  border-left:1px solid #666600;
}

td.bottomtag {
  border-top:2px solid #BDB39D;
  font-size:90%;
  text-align:right;
  height:20px;
}

textarea {
  margin:10px;
  padding:5px;
  border:1px solid #000;
}

.alertbox {
  padding:10px;
  text-align:center;
  background:#F7F4ED;
  border:2px dashed red;
}

/* --------------- */
/* Special Effects */
/* --------------- */

.out {
  display:block; 
  background:#78756F; 
  /* border:1px solid #B3B0A6; */
  position:relative;
}

.in {
  text-align:center; 
  background:#EFEADD; 
  border:1px solid #555; 
  position:relative; 
  padding:5px;
  font-weight:normal;
}

.ltin {
  left:-3px;
}

.tpin {
  top:-3px;
}

.stickybox {
  margin:10px;
}

.stickyedit {
  text-align:right;
}

.sticky {
  background:#ffffcc;
}

