.test { } #searchBox { background: #da3030; border: groove 2px; padding: 5px; width: 730px; } .page_numbers { color: #000000; font-family: arial; font-weight: bold; text-decoration: none; } a.page_numbers:hover { color: #FF0000; font-family: arial; font-weight: bold; text-decoration: none; } .current_page { color: #98002e; font-family: arial; font-weight: bold; text-decoration: none; } .previous { color: #000000; font-family: arial; font-weight: bold; text-decoration: none; } a.previous:hover { color: #FF0000; font-family: arial; font-weight: bold; text-decoration: none; } .next { color: #000000; font-family: arial; font-weight: bold; text-decoration: none; } a.next:hover { color: #FF0000; font-family: arial; font-weight: bold; text-decoration: none; } .title { color: #000000; font-family: arial; font-weight: bold; } body { font-family: arial; font-size: 10pt; margin: 0px; background: #ffb502 url( "/images/background.png" ) repeat-y; } td,p,th { font-family: arial; font-size: 10pt; color: #000000; } h1 { font-size: 12pt; } h2 { font-size: 10pt; } .menu { color: #000000; font-weight: bold; text-decoration: none; } .menu:hover { color: #fffc00; } .sub_menu { color: #000000; font-weight: bold; text-decoration: none; font-size: 8pt } .sub_menu:hover { color: #cc0000; font-size: 8pt; } .property_box_link { color: #000000; font-weight: bold; text-decoration: none; } .property_box_link:hover { color: #fffc00; } .error { color: #FF0000; font-weight: bold; } .success { color: #009900; font-weight: bold; } .comment_container { padding: 10px; border: solid black 1px; margin: 10px; width: 300px; } #header { width: 995px; height: 147px; background: url( "/images/header.png" ) no-repeat; margin-top: -16px; } #menu_container { width: 206px; height: 499px; margin: 0px; float: left; text-align: left; } #admin_menu_container { padding-top:10px; padding-left: 10px; background: url( "/images/menu.png" ) no-repeat; width: 206px; height: 499px; margin: 0px; float: left; text-align: left; } #content { text-align: left; padding-left: 10px; padding-top: 1px; float: left; width: 700px; } .info_list { background: #ffffff; border: solid black 1px; border-collapse: collapse; } .list_item_over { cursor: pointer; background: #db3131; } .button_over { cursor: pointer; } /* Used to get the background image onto the page*/ .property_box { background: url( "/images/property_box.png" ) no-repeat; width: 730px; height: 274px; } /* Used to padd out the inside of the property_box without affecting anyting around it*/ .property_box_content { padding: 20px; } /* Used to put the reference on the top right of the property box (doesn't go in the property_box_content div*/ .property_box_reference { padding-top: 10px; padding-right: 30px; text-align: right; float: right; font-weight: bold; } /* Used to hold the image inside the property_box_content div*/ .property_box_image { height: 150px; width: 200px; float: left; text-align: center; /*border: solid black 1px;*/ } /* Used to position the details of the property*/ .property_box_details { margin: auto; text-align: left; padding-left: 20px; width: 320px; height: 150px; float: left; /*border: solid black 1px;*/ } /* Used to position the description of the property*/ .property_box_description { float: left; text-align: left; width: 590px; height: 70px; padding-top: 10px; /*border: solid black 1px;*/ } /* Used to position the links at the bottom of the box*/ .property_box_links { float: left; text-align: left; padding-right: 30px; } .property_box_details h1 { font-size: 12pt; color: #000000; display: inline; } .admin_form { padding-left: 20px; padding-top: 20px; background: url( '/images/boxes/admin_form.png' ) no-repeat; width: 300; height: 200; } .admin_property_fieldform { padding-left: 15px; padding-top: 20px; background: url( '/images/boxes/new_property_field_form.png' ) no-repeat; width: 560px; height: 400px; } .property_entry_box_top { width: 598px; height: 21px; background: url( '/images/boxes/property_entry_box_top.png' ) no-repeat; } .property_entry_box_middle { padding: 5px; padding-left: 20px; width: 598px; background: url( '/images/boxes/property_entry_box_middle.png' ) repeat-y; } .property_entry_box_bottom { width: 598px; height: 25px; background: url( '/images/boxes/property_entry_box_bottom.png' ) no-repeat; } #tooltip { display:none; background:transparent url( "/images/tooltip/black.png" ); font-size:12px; height: 60px; width:160px; padding:25px; color:#fff; } .useTooltip { cursor: help; }