﻿.box {
  width: 175px;
  background: url(/images/myCss/div-bottomBLUE175.gif) no-repeat bottom left;
  }
.box h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 55%;
  color: #333;
  border-bottom: 1px solid #7D9AD2;
  background: url(/images/myCss/h3-bgBLUE175.gif) no-repeat top left;
  }
.box ul {
  margin: 0;
  padding: 14px 10px 14px 10px;
  list-style: none;
  }
.box li {
  margin: 0 0 6px; 
  padding: 0;
  } 

/* Indestrucible box */

.container {
  float: left;
  margin: 20px 0;
  padding: 0;
  color: #666;
  background: url(/images/myCss/rounded-right.gif) top right no-repeat;
  } 
.desc {
  margin: 0;
  padding: 9px 9px 0 9px;
  background: url(/images/myCss/rounded-left.gif) top left no-repeat;
  }
.link {
  margin: 0;
  padding: 0 0 0 9px;
  background: url(/images/myCss/rounded-left.gif) bottom left no-repeat;
  }
.link em {
  display: block;
  padding: 0 9px 9px 0;
  font-style: normal;
  background: url(/images/myCss/rounded-right.gif) bottom right no-repeat;
  }
.container a {
  font-size: 130%;
  color: #e70;
  }
/* textbox watermark */
.unwatermarked {
	height:18px;
	width:148px;
	font-weight:bold;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	
/* -----------------*/
.content
{
    font-size: .9em;
}
.contentbold
{
    font-weight: bold;
}
.housingDetail
{
    padding:10px;
    line-height: 20px;
    font-size: .9em;
    color:black;
}
.housingDetail a
{
    padding:0px;
    font-family: Verdana;
    font-size: 1em;
    color:Blue;
}
.housebox {
	height: 150px;
	width: 270px;
	border: 1px solid #c5c5c5;
	margin: 5px;
}

/* Tabs */

.tabbox {
  float: left;
  margin: 0px 0;
  padding: 0;
  color: #666;
  height: 26px;
  background: url(/images/myCss/rounded-rightGRAY.gif) top right no-repeat;
  } 
.tabdesc {
  margin: 0;
  padding: 5px 9px 5px 9px;
  height: 16px;
  background: url(/images/myCss/rounded-leftGRAY.gif) top left no-repeat;
  }

.prompt {
  font-size: 12px;
  color: #666;  
  border-style:none;
  padding-top:7px;
}

.wizardcommands {
    font-weight: bold;
}