/*$Id: styles.css,v 1.34 2008/12/23 14:56:07 fliptop Exp $*/

td {
  font-family: Verdana, Tahoma, Geneva, Helvetica, SunSans-Regular;
  font-size: 12px;
  color: #555555;
}

th {
  background-color: #F1F1F1;
  font-size: 12px;
}

html, body, #wrapper {
        background-color: #FFFFFF;
	border: none;
        margin: 0;
	padding: 0;
}

#wrapper {
        background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

a:link {
  color: #072C62;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #072C62;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

td.main {
  background-color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  vertical-align: top;
  width: 476px;
}

td.leftnav {
  background-image: url("/images/left_border.jpg");
  width: 184px;
  vertical-align: top;
}

td.faqmargin {
  background-image: url("/images/faq_bubble.jpg");
  font-size: 10px;
  height: 69px;
  padding-left: 10px;
  padding-right: 16px;
  text-align: center;
  vertical-align: middle;
  width: 130px;
}

td.faqnav {
  background-image: url("/images/right_border.jpg");
  vertical-align: top;
  width: 130px;
}

td.leftnavlinks {
  font-size: 10px;
  padding-right: 10px;
  text-align: right;
}

hr.leftnavlinks {
  border-color: #E3D0B8;
  border-style: solid;
  border-width: 1px;
}

/*
td.newsnav {
  background-image: url("/images/left_border.jpg");
  font-size: 10px;
  padding-left: 8px;
  vertical-align: top;
  width: 25px;
}
*/

td.newsborder {
  background-image: url("/images/left_border.jpg");
  padding-left: 15px;
  padding-right: 10px;
  width: 184px;
}

td.copyright {
  background-color: #FFFFFF;
  font-size: 10px;
}

p {
  text-align: justify;
}

p.bluetitle {
  color: #072C62;
  font-size: 18px;
}

td.small {
  font-size: 10px;
}

td.tiny {
  font-size: 8px;
}

td.medium {
  font-size: 12px;
}

td.formtitle {
  background-color: #DFDFDF;
}

td.error {
  background-color: #000000;
  color: #FF0000;
}

td.status {
  background-color: #DFDFDF;
  color: #0000FF;
}

td.required {
  background-color: #EFEFEF;
  color: #000000;
  font-weight: bold;
  text-align: right;
}

td.notrequired {
  background-color: #EFEFEF;
  color: #000000;
  text-align: right;
}

td.submit {
  background-color: #DFDFDF;
  text-align: center;
}

td.title {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 16px;
  text-align: center;
}

td.blue {
  color: #072c62;
}

td.homepage {
  border-color: #AFAFAF;
  border-style: none solid none none;
  border-width: 1px;
  font-size: 10px;
  vertical-align: top;
}

td.bluetitle {
  color: #072C62;
  font-size: 18px;
}

td.bluetitlelarge {
  color: #072C62;
  font-size: 22px;
}

span.bluemedium {
  color: #072C62;
  font-size: 14px;
  font-weight: bold;
}

ol.bluelarge {
  color: #072C62;
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
}

span.normal {
  color: #555555;
  font-size: 12px;
  font-weight: normal;
}

table.bulkemailmain {
  border: none;
  padding: 0;
  width: 535px;
}

table.bulkemailbody {
  border: none;
  padding: 3px;
  width: 530px;
}

#overlappopup{ /*don't change id name */
  position: absolute; /*don't change position property */
  z-index: 1000;
  background: white;
  border: 1px solid black;
  padding: 3px;
  left: 0;
  top: 0;
  visibility: hidden;
}

td.floorplanthumbs {
  font-size: 10px;
  text-align: center;
  vertical-align: top;
}

td.floorplanthumbsgrey {
  background-color: #F1F1F1;
  font-size: 10px;
  text-align: center;
  vertical-align: top;
}
