/* set defaults */
body, td, p, input, select, textarea, li { 
font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 11px; color: #333333; }
a { color: #581056; }
a:hover, a.no-dec  { text-decoration: none; }
td { background: none; }
p { margin: 0 0 10px 0; }

/* inputs */
input.radio {
margin: 0 0 0 0; background: none;
}

/* size definitions */
.large  { font-size: 13px; }
.medium { font-size: 11px; }
.small  { font-size: 10px; }

/* heading definitions */
h1 { font-size: 16px; font-weight: bold; line-height: 16px; margin: 0px; }
h2 { font-size: 14px; font-weight: bold; line-height: 14px; margin: 0px; }
h3 { font-size: 12px; font-weight: bold; line-height: 12px; margin: 0px; }
h4 { font-size: 12px; font-weight: bold; line-height: 12px; margin: 0px; }
h5 { font-size: 11px; font-weight: bold; line-height: 11px; margin: 0px; }
h6 { font-size: 10px; font-weight: bold; line-height: 10px; margin: 0px; }

/* this must be included for the rte to work */
.visualAid { border: 1px dashed #cccccc; }

/* link details */
a.no_underline { text-decoration: none; }
a.no_underline:hover { text-decoration: underline; }
a.no_underline_ever { text-decoration: none; }
.link { cursor: pointer; cursor: hand; }

/* backgrounds */
.teal_background { background-color: #9FADB3; }

/* colors */
.teal { color: #618393; }
.purple { color: #581056; }
.white { color: #ffffff; }
.dark_grey { color: #333333; }

/*id and class specific*/
#page { display: none; }
#quick_search { margin: 4px 0 0 0px; }
#content { margin: 0px 13px 10px 3px; width: 543px; height: 100%; overflow: show; padding: 0px; }
#dds { position: absolute; margin: 2px 0 0 2px; height: 1px; overflow: hidden; z-index: 1000; }
#dds_container { }
#map_table td {font-size: 9px; line-height: 14px; }
#map_table { position: absolute; z-index: 100; }
.image_thumb { width: 132px; }
.listing_table { border-collapse: collapse; }
.listing_table td, .listing_table th { border: 1px solid #cccccc; }
.gradient_background { background-color: #677e87; background-image: url('images/gradient.png'); }
.indented { margin-left: 10px; }