/* Colors: ---------------- * #026285 - Darkest Blue * #0094B0 - Light Blue * #009B7B - Green Blue * #00AF51 - Green * #6CAA00 - Green Yellow * #E2DA5A - Yellow * #FF6600 - Orange * -----------------------*/ /* All pages containing forms - Searches, Request, Account ----*/ #container { background: url(/images/dividers/bgDividers-2col.gif) repeat-y top left; } #content { margin-left: 227px; line-height: 1em; } #content div { padding: 20px; } /* General Table */ #content table { width: 700px; } /* Specific Tables */ #content table#propFeatures, #content table#request, #content table.myList { width: 400px; } #content table td.label { /*text-align: right;*/ } #content table input, #content table select { margin: 0; } td.anchor { text-decoration: underline; } /* Submit Buttons */ #content div.submit { background: none; text-align: center; } #content div.submit input { margin: 0 5px; } td.submit { text-align: center; } #info { line-height: 1.5em; } /* These are for update forms */ #content table.update { width: 600px; } #content table.update td { width: 50%; } #content table.mpdUpdate { width: 510px; } #content table.mpdUpdate td { width: 50%; } #content table.update td, #content table.mpdUpdate td, #content table.fullTable td { padding-left: 8px; } #content table td.req { font-weight: bold; padding-left: 0; } /* This is to make all the asterisks orange */ span.color { color: #FF6600; } span.format { color: #ccc; padding-left: 8px; }