/* CSS Document */

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #99a7a6;
}

/* This manages the full design size */

#wrapper, .page #wrapper {
	width:950px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images-common/tableBkgr-950x.jpg);
}

/* This is the header area only */

#header {
	background-image: url(/images-common/header-950x.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 165px;
	padding-right: 20px;
}
#blogheader {
	background-image: url(/images-common/condo-sale-trends-blog.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 165px;
	padding-right: 20px;
}
#header2 {
  background-color: #99A7A6;
  border: 1px solid #00116b;
  padding: 10px;
  margin-bottom: 10px;
}
#header2 .headTitle {
  color: #fff;
  padding: 6px;
  }
#header div, #blogheader div {
	padding:5px;
	float:left;
}
#header a, #blogheader a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#header a:visited, #blogheader a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#header a:hover, #blogheader a:hover {
	color: #AF0101;
	text-decoration: none;
	font-weight: bold;
}
#header a:active, #blogheader a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
/* This is the full content area, which consists of two columns */

#content {
	margin-top:10px;
	padding-bottom:10px;
}

#content div {
	padding:5px;
	float:left;
}

/* This is the left side of the content, which contains the menus */

#content-left {
	width:175px;
	font-size: 10px;
	padding-top: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99A7A6;
 /* background-color: #fff; */
}
#content-left h1{
	vertical-align: top;
	font-size: medium;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #FFFFFF;
	background-color: #001572;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content-left ul { margin: 0; padding: 0; list-style-type: none; }
#content-left p, #content-left ul li{
	vertical-align: top;
	font-size: small;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	background-image: url(/images-common/red-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content-left a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#content-left a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#content-left a:hover {
	color: #AF0101;
	text-decoration: none;
	font-weight: bold;
}
#content-left a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#content-left hr{
	color: #ebebeb;
	height:1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* This is the main content area */

#content-main {
	margin-left: 5px;
	width:730px;
	font-size: small;
	line-height: 1.3em;
	padding: 5px;
}
#content-main h1{
	vertical-align: top;
	font-size: x-large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
	margin-bottom: 0px;
	border-bottom-color: #99A7A6;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#content-main h2{
	vertical-align: top;
	font-size: large;
	font-weight: bold;
	margin: 0px;
	font-style: normal;
	color: #99A7A6;
}
#content-main h3{
	vertical-align: top;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	color: #AD0306;
}
#content-main hr {
  margin-bottom: 50px;
  }


/* This is the footer with the copyright language and contact info */
#footer {
	float:left;
	width:950px;
	background-image: url(/images-common/footer950x.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 34px;
}
#footer div{
	padding:5px;
	float:left;
}
#copyright {
	float:left;
	width:950px;
	background-color: #99A7A6;
	font-size: x-small;
	text-align: center;
}
#copyright a {
	color: #000000;
	text-decoration: none;
}
#copyright a:visited {
	color: #000000;
	text-decoration: none;
}
#copyright a:hover {
	color: #AF0100;
	text-decoration: underline;
}
#copyright a:active {
	color: #000000;
	text-decoration: none;
}
/* This is the bottom */
#bottom {
	clear:both;
	text-align:right;
}
/* Other stuff */


.save-dlg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	vertical-align: top;
        border-style: solid;
        border-width: 1px;
        border-color: #001572;
        padding: 7px;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	vertical-align: top;
}

.cp-menu {
  background-color: #001572;
  color: #FFFFFF;
}
.red {
  color: #FF0000;
}

.std-table {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  border-style: solid;
  border-color: #666666;
  border-width: 1px;
  text-align: left;
  background-color: #FFFFFF;
}
.admin-menu {
  padding-top: 10px;
  margin-top: 15px;
  margin-right: 15px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #001572;
}
.buildings-row {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #001572;
}
.std-headercell {
  color: #FFFFFF;
  background-color: #001572;
}
.std-headercell a {
  color: #FFFFFF;
  background-color: #001572;
}
hr {
  color: #001572;
  background-color: #FFFFFF;
  height: 2px;
  width: 100%;
  text-align: center;
}
.bodytext-red {
  color: #FF0000;
}
.notes-list {
  list-style: square;
}
.data-cell:hover {
  background-color: #E0E0E0;
}
/**
#content-left ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#content-left ul li {
  padding: 0;
  margin : 0;
  list-style-type: none;
  font-size: 12px;
} */


