/* Jason Flynn, dallashighriseliving.com, CSS file, March 2008 */


body { background-color: #000000; color: #FEFEFE; margin: 10px; }

a:link { color: #94E4FC; }
a:visited { color: #94FCEA; }
a:active { color: #FFF3C4; } 
a:hover { color: #FFF3C4; background: #000000; }

td { font-family: Arial, Helvetica, Geneva, 'Lucida Sans', sans-serif; font-style: normal; font-size: 13px; font-weight: normal; }
ul { border: 0px; margin-top: 2px; list-style-type: disc; }
p { margin: 0 0 10px 0; }

.menu { font-family: Verdana, sans-serif; font-style: normal; font-size: 11px; font-weight: bold; line-height: 16px; }
a.menu { text-decoration: none; }
.menu_bg { background-color: #3A5D7F; }

.sml { font-size: 10px; font-family: Verdana, sans-serif; font-style: normal; font-weight: normal; color: #cccccc; }
.small { font-size: 10px; font-family: Verdana, sans-serif; font-style: normal; font-weight: normal; color: #333333; }  /* submit buttons, etc. */

/* Used in masthead only */
h1 { font-size: 50px; margin-bottom: 4px; margin-top: 4px; font-weight: bold; text-align: center; color: #FFFFFF; font-family: serif; }
h3 { font-size: 22px; letter-spacing: 1.5px; font-style: italic; text-align: center; font-weight: bold; font-family: serif; margin-bottom: 4px; margin-top: 4px; } 

hr { color: #3A5D7F; }

.bordered { border: #3A5D7F solid 2px; padding-left: 14px; padding-right: 14px; }


/* MLS styles*/
h2 { font-size: 18px; margin-bottom: 4px; margin-top: 4px; font-weight: normal;  font-family: Georgia, serif; }
h4 { font-size: 15px; font-weight: bold; margin: 2px;} /* Property name on summary pages */
h5 { font-size: 14px; font-weight: bold; margin-bottom: 8px; margin-top: 20px; border-bottom: 1px solid #117fea;  }

form { margin-bottom: 0px; margin-top: 0px; }
input, textarea { color: #333333; background-color: #FFFFFF; border: 1px solid #B2B2B2; font-size: 12px; }
select { font-size: 12px; color: #333333; }
input.box { background-color: transparent; border: 0px; }

/* MLS styles*/
.searchr { background-color: #27415a; text-align: right; }
.searchl2 { background-color: #27415a; text-align: left; } /* sets bg under Clear button only */
.searchl { text-align: left; }

/* creates table gridlines on detail pages */
table.grid { border-collapse: collapse; border: 1px solid #111111; background-color: #fbfbfb; }
table.grid td { border: 1px solid #111111; padding: 0.5em; background-color: #262626; }






