/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html {height: 100%;}
#wrap {width: 1000px; margin: 0 auto; background: transparent url(/img/wrap_bg.gif) repeat-y top center; }
#footer {clear: both; padding: 10px 0 20px 0; text-align: center;}
#header {padding: 0 1px; height:175px; background: transparent url(/img/swish_bg.gif) no-repeat top center;}

body, html {
background-color: #141e29;
}


/* dynamic page layout
-----------------*/
#main {
clear: both;
text-align:center;
}

#content, #sub-section {
margin: 0 auto;
text-align:left;
width: 910px; 
background-color:#d9e5f3;
padding: 15px;
}

/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {
width: auto;
display: block;
float: none;
}

/* Pages without columns
-------------------------*/
html.nocol #main #content,
html.nocol #main #sub-section,
body.listing #main #content,
body.listing #main #sub-section,
body.detail #main #content,
body.detail #main #sub-section,
body#staff #main #content, 
body#staff #main #sub-section {
background-image: none;
background-color: transparent;
padding:0px;
width:940px;
color:#d9e5f3;
}

html.nocol #main h1,
body.listing #main h1,
body.detail #main h1,
body#staff #main h1{
color:#fff;
}

html.nocol #main a{color:#d9e5f3;}


/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #26384c;
}

p, div.text {
font-size: 1em;

}

div.text {
margin-bottom: 10px;
}

ul {
list-style-type: circle;
list-style-position: inside;
}

ol{
list-style-type: decimal;
list-style-position: inside;
}

h1 {
font-size: 1.4em;
margin-bottom: 15px;
text-transform: lowercase;
}

h2 {
font-size: 1.1em;
margin-bottom: 10px;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
xcolor: #26384c;
font-weight: bold;
}

a:link,
a:visited {
color: #26384c;
}

a:hover {
color: #000;
}

#footer p {
font-size: 0.9em;
}

#footer {
color:#fff;
border-top: 1px solid #d9e5f3;
margin:15px 30px;
text-align:left;
}

#footer a:link,
#footer a:visited {
color: #fff;
text-decoration: none;
}

#footer a:hover {
color: #000;
text-decoration:underline;
}

#footer .streetAddress {float:right;}


/* Header
----------*/

#header img#logo {
display:block;
float:left;
margin:38px 0 0 30px;
}


/* Menu
---------*/
#menu {padding:64px 29px 0 0 ;}
.menu {
float : right;
width: 646px;
margin: 0;
height:26px;
padding:0px;
}

.menu a {
padding:0px;
height: 26px;
background-image: url(/img/nav.gif);
background-repeat: no-repeat;
text-indent: -9009px;
display:block;
color : #fff;
}

.menu li {
padding: 0;
}

body#home .menu {
float : left;
}
body#home #sub-section .menu li li a {
color : #fff;
}

/* 
84 
homelist
157 
buylist 73
226 
selllist 69
301 
rentlist 75
404 
livestock list 103
508 
ourstory 104
646 
contact us 138

propeperty alert 109px x 31px

*/

/* navigation image replacement */

#homeList a {background-position: 0 0; width:84px;}
#homeList a:hover {background-position: 0 -26px;}
body#home #homeList a {background-position: 0 -26px;}

#buyList a {background-position: -84px 0; width:73px;}
#buyList a:hover {background-position: -84px -26px;}
body.buy #buyList a {background-position: -84px -26px;}

#sellList a {background-position: -157px 0; width:69px;}
#sellList a:hover {background-position: -157px -26px;}
body.sell #sellList a {background-position: -157px -26px; }

#rentList a {background-position: -226px 0; width:75px;}
#rentList a:hover {background-position: -226px -26px;}
body.rent #rentList a {background-position: -226px -26px; }

#livestockList a {background-position: -301px 0; width:103px;}
#livestockList a:hover {background-position: -301px -26px;}
body.livestock #livestockList a {background-position: -301px -26px;}

#ourstoryList a  {background-position: -404px 0; width:104px;}
#ourstoryList a:hover  {background-position: -404px -26px; }
body.ourstory #ourstoryList a {background-position: -404px -26px; }

#contactList a  {background-position: -508px 0; width:138px;}
#contactList a:hover  {background-position: -508px -26px; }
body.contact #contactList a {background-position: -508px -26px;}

/* additional nav item on home */
#alertList a {
height:31px;
width:109px;
background-position: 0 0;
}
#alertList a:hover,
body.alert #alertList a {
opacity:0.8;
filter:alpha(opacity=80);
}



/* Dropdown menu
-----------------*/

.menu li li {
padding: 0;
}

.menu li li a {
	text-indent: 0px !important;
	background-image:none;

	padding: 4px 15px;
	display: block;
	width: 130px;
	border-bottom:1px solid #26384c;
    background-color:#6f87a2;
    color:#fff;
    text-decoration:none;
    height:auto;
    width:150px !important;
}

.menu li li a:hover {
	background-color: #8ba9cc;
}
.menu li li.last a {border-bottom:1px solid #fff;}
.menu li li.first a {border-top:1px solid #fff;}




/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
}

form li {
list-style-type: none;
}

form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
margin-bottom: 5px;
}

form input {
width: 250px;
}

form textarea {
width: 250px;
}

form select {
width: 254px;
}

form input.radio {
width: 30px;
}

form textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

form p {
clear: both;
}


form fieldset#submit {
border: none;
padding: 0;
text-align: right;
}

form fieldset#submit input,
form fieldset.submit input,
form input.button {
width: auto !important;
padding: 4px 10px;
cursor: pointer;
background-color: #d6e2f0;
border: none;
color: #283848;
font-weight:bold;
}

form em span,
form .required {
color: #FF6666;
font-weight: bold;
}


/* Dynamic text
----------------*/

.headingContainer {
color:#fff;
display:block;
float:left;
clear:both;
margin:35px 0 0 30px;
}

#content img#dyn-heading-img {
display: block;
margin-bottom: 15px;
}

#content img#dyn-img1 {
float: right;
margin: 0 0 10px 20px;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#sub-section img#dyn-img2 {
margin-right: 10px;
margin-bottom: 10px;
float:left;
display: block;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* Home 
---------*/
body#home .menu a {
background-image: url(/img/nav_home.gif);
}
body#home .menu li li a {background-image:none;}
body#home #header {background: transparent url(/img/swish_bg_home.gif) no-repeat top center;}

body#home #content #homeflash {
display:block;
position:relative;
right:-25px;
top:-45px;
}

body#home #content {
height:239px;
width:900px;
}
body#home #sub-section {
height:228px;
width:870px;
padding:0px;

}

body#home #menu {
float:left;
margin:0px;
padding:0px;
padding-top:8px;
}

body#home #propertyalertlink {
float:right;
}

body#home #propertyalertlink a {
display:block;
width:109px;
height:31px;
background: transparent url(/img/nav_propertyalert.gif) no-repeat;
text-indent: -9000px;
margin-right:16px;
}


/* Contact Us
--------------*/

/* two column, sidebar on the right */
body.contact #main {clear: both; }
body.contact #main #container {width: 940px; height : auto;}
body.contact #content {width: 715px; float: left; padding:25px; margin : 0 0 0 5px; background-color : transparent; color : #d9e5f3;}
body.contact #sub-section {width: 150px; float: right; padding:25px;padding-left:0px;margin : 0 5px 0 0; background-color : transparent; color : #d9e5f3;}
body.contact #content a,
body.contact #sub-section a {color : #d9e5f3;}
body.contact #content a:hover,
body.contact #sub-section a:hover {color : #000;}

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

/* Listings
------------*/

#printlist {
float: right;
padding-top: 5px;
}
body.listing .headingContainer {
width: 940px !important;
}
body.listing .headingContainer a {
color : #fff;
}
body.listing .property {
position:relative;
margin: 0 0 20px 0;
clear: both;
overflow: hidden;
background: transparent url(/img/property_border.gif) no-repeat bottom right;
color:#d9e5f3;
}


body.listing .property .image {
display: block;
float: left;
margin-right: 35px;
}

body.listing .property .details {
width: 340px;
float: left;
margin-right: 20px;
padding-top:10px;
}

body.listing .property .features {
float: left;
font-weight: bold;
padding-top:10px;
}

body.listing .property .features p {
margin-bottom:35px !important;
}

body.listing .property .features img {
margin-left: 7px;
vertical-align: bottom;
}

body.listing .property .details h2 {
font-size: 1.5em;
text-transform:capitalize;
margin-bottom:0;

}

body.listing .property .details h3 {
font-size: 1.4em;
margin-bottom: 2px;
font-weight:normal !important;
}

body.listing .property .details p {
margin-bottom: 0 !important;
}
body.listing .property .details p.address {
margin-bottom: 10px !important;
}

body.listing .property .price {
margin-bottom:10px;
}

body.listing .property a.viewproperty{
position:absolute;
bottom:13px; 
right:33px;

width:86px;
height:19px;
background: transparent url(/img/btn_viewproperty2.gif) no-repeat;
text-indent:-9000px;
}
body.listing .property a.viewproperty:hover {
opacity:0.7;
filter:alpha(opacity=70);
}

body.listing #filter {
height: 40px;
padding: 10px;
margin-bottom: 20px;
background-color: #009734;
}

body.listing #filter label {
color:#fff;
float: none;
display: block;
width: auto;
font-size: 0.9em;
font-weight: bold;
}

body.listing #filter select {
width: 90px;
display: block;
font-size: 0.9em;
}

#filter select option {
text-transform: capitalize;
}

body.listing #filter p {
clear: none;
float: left;
margin-right: 12px;
}

/*width: auto;
padding: 2px 10px;
cursor: pointer;
background-color: #F2891C;
border: none;
color: #fff;
font-size: 0.9em;
font-weight: bold;*/

body.listing #filter fieldset {
text-align: center;
}

body.listing #filter .filterbutton {
border:none;
margin: 15px 0 0 0;
text-align:right;
padding:0;
float:right;
}
body.listing #filter .filterbutton input {
width:58px;
height:19px;
}
body.listing #filter .filterbutton a {
display:block;
padding: 1px 20px;
color:#fff;
float:right;
}

body.listing p.pagebar {
font-size: 0.9em;
padding-top: 10px;
padding-bottom: 5px;
text-align: right;
color:#fff;
}
body.listing p.pagebar a {color:#fff;}


body.listing .feature.property {
background:#009734 url(/img/hdg_featureproperty.gif) no-repeat top right;
border: 2px solid;
padding:0;
}
body.listing .feature.property a.viewproperty{
background: transparent url(/img/btn_viewproperty.gif) no-repeat;
}

/* Stocklist
----------- */

html.stocklist,
body.stocklist {
background-image: none;
background-color: #fff;
color: #000;
padding-top: 0px !important;
padding-bottom: 0px !important;
}
body.stocklist #wrap {
width: 625px !important;
background-image: none;
background-color: #fff;
height: 100%;
}
body.stocklist #menu {
width: 625px !important;
}
body.stocklist #header {
background-image : none;
height : auto;
}
body.stocklist .headingContainer {
color : #26384c;
margin : 10px 0 0 0;
width:625px !important;
}
body.stocklist .headingContainer h1 {
margin : 5px 0 10px 0;
}
body.stocklist #content {
margin : 0;
padding : 0;
background-image: none;
background-color: #fff;
}
body.stocklist .property {
width: 625px !important;
position : relative;
margin: 0 0 5px 0;
clear: both;
overflow: hidden;
background : none;
color : #26384c;
border: none;
border-bottom : 1px solid #26384c;
}
body.stocklist .property .image {
display: block;
float : left;
margin : 0 10px 5px 0;
}

body.stocklist .contactdetails {
font-weight: bold;
margin-top: -10px;
}

body.stocklist .property .details {
width: 400px;
float: left;
margin-right : 10px;
padding-top : 0;
padding-bottom : 10px;
}
body.stocklist .property .features {
float : right;
padding-top : 0;
}
body.stocklist .property .features p {
margin-bottom : 10px !important;
}
body.stocklist .property .features img {
margin-right : 7px;
}
body.stocklist .property .details h2 {
font-size: 1.2em;
text-transform : uppercase;
}
body.stocklist .property .details p.address {
margin-bottom : 0 !important;
}
body.stocklist .property p.printdescription {
margin-top : 0 !important;
}

/* Property detail
-------------------*/
body.detail #content a {color:#d9e5f3;}

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail #extradetails dl dt {
font-weight: bold;
}

body.detail #content h2 {
padding: 3px 0;
margin-bottom: 5px;
font-size: 1.2em;
}

body.detail #content h3 {
font-size: 1em;
}

body.detail #content ul {
margin-bottom: 15px;
list-style-type: none;
list-style-position: outside;
}

body.detail #content ul#outgoingslist,
body.detail #content ul#features {
list-style-position: inside;
list-style-type: square;
}

body.detail #addressbar {
height: 40px;
clear: both;
}

body.detail #addressbar h1 {
float: left;
}

body.detail #addressbar div {
float: right;
font-weight: bold;
margin-top: 4px;
}

body.detail #addressbar div h2 {
border: none;
color: #22243D;
}

body.detail #addressbar img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 

body.detail #propertydetails {
width: 360px;
float: right;
margin-bottom: 20px;
}

body.detail #extradetails {
width:500px;
float: left;
margin-bottom: 20px;
}
body.detail #extradetails .rightcol {float:right; text-align:right;}
body.detail #extradetails .leftcol {float:left;}


body.detail #extradetails img {
margin-right: 25px;
margin-bottom: 25px;
display: block;
float: left;
}
body.detail #extradetails .last img {margin-right:0;}

body.detail #extradetails img#mainimage {
width: 500px;
display: block;
}

body.detail #extradetails .images {overflow:hidden;}
body.detail #extradetails .images p {
text-align: center;
clear: both;
}

body.detail #extradetails dl {
margin-bottom: 10px;
clear: both;
}

body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
}

/* attached properties, displayed on property overview */

body.detail table.attachedProperties {
margin-bottom: 10px;
}

body.detail table.attachedProperties td {
padding: 10px 0;
text-align: center;
}

body.detail table.attachedProperties p {
margin-bottom: 0 !important;
}

body.detail table.attachedProperties tr.stripe {
}

body.detail table.attachedProperties td.address {
width: 10%
}

body.detail table.attachedProperties td.price {
width: 30%
}

body.detail table.attachedProperties td.bedbathcar {
font-weight: bold;
width: 40%
}

body.detail table.attachedProperties td.bedbathcar img {
vertical-align: bottom;
margin: 0 4px;
}

body.detail table.attachedProperties td.status {
width: 20%;
}

body.detail #infoform fieldset label {
width: 140px;
}

/* Property detail printfriendly
---------------------------------*/

html.brochure,
body.brochure {
background-image: none;
background-color: #fff;
}
body.brochure #wrap {
width: 584px !important;
background-image: none;
background-color: #fff;
height: 100%;
margin: 0 auto;
}
body.brochure #main {
background-image: none !important;
}			
body.brochure #content {
background-image: none !important;
background-color: #d9e5f3;
float: none !important;
width: 584px !important;
padding: 0;
margin: 0;
}		
body.brochure #header {
background-image: none;
margin-bottom : 1px;
margin-left : -1px;
width: 584px !important;
height: 88px;
}
body.brochure #topBar .images {
width: 584px !important;
height: auto;
border-bottom : 1px solid #fff;
}
body.brochure #content #topBar .images img {
width: 145px;
height: 100px;
margin-bottom : -3px;
border-right : 1px solid #fff;
}
body.brochure #content #topBar .images img.last {
width : 146px;
border-right : none;
}
body.brochure #content #topBar .images img#mainimage {
width: 584px !important;
height: auto !important;
border-bottom : 1px solid #fff;
}
body.brochure #topBar {
height: auto !important;
}
body.brochure #content h2 {
padding: 6px;
margin: 0;
color: #fff;
background-color: #27384c;
font-weight:normal;
border-bottom : 1px solid #fff;
}
body.brochure #content h2 strong {
color: #fff;
}
body.brochure #content h2 .features {
float:right;
}
body.brochure #content h2 .features p {
display:inline;
font-weight: bold;
}
body.brochure #content .features img {
margin: 0 5px;
}
body.brochure #subDetails {
width: 234px;
height: auto;
float: right;
margin: 0;
}
body.brochure h1 {
font-size: 1.1em;
margin-bottom: 3px;
padding: 0;
background-color: #d9e5f3;
}
body.brochure #subDetails #overview {
padding: 13px 0;
}
body.brochure #subDetails #overview ul {
margin: 0;
padding: 0px 10px 5px 10px;
list-style: none;
}
body.brochure #subDetails #overview ul#overviewlist {
font-weight: bold;
}
body.brochure #subDetails #agentDetails {
padding: 10px 10px 5px 10px;
overflow: auto;
height: auto;
}
body.brochure #subDetails #agentDetails ul.agent {
list-style: none;
margin: 0 0 10px 0;
}
body.brochure #subDetails #agentDetails ul.agent h3 {
padding: 0;
margin: 0;
border: none;
}
body.brochure #subDetails #agentDetails ul.agent li {
margin-bottom: 4px;
}
body.brochure #subDetails #agentDetails ul.agent li strong {
display: block;
float: left;
width: 18px;
}

body.brochure #details {
margin-right : 234px;
border-right : 1px solid #fff;
padding : 10px;
}
body.brochure strong.title {
display: block;
}
body.brochure ul#features {
list-style-type : none;
}
body.brochure #officeDetails {
clear : both;
border-top: 1px solid #fff;
padding: 10px 0;
text-align: center;
font-weight: bold;
}

	
/* Staff 
---------*/

body#staff dl {
clear: both;
margin-bottom: 10px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: 1px solid #ddd;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 1.2em;
font-style: italic;
}

body#staff dl dt.photo img {
float: left;
margin-right: 15px;
border: 1px solid #22243D;
}

body#staff dl dd.position {
margin-bottom: 5px;
font-weight: bold;
}

body#staff dl dd.contact {
margin-bottom: 5px;
font-weight: bold;
}

body#staff.profile #content img {
float: left;
margin: 0 15px 15px 0;
border: 1px solid #666;
}

body#staff.profile #content ul {
list-style-type: none;
list-style-position: outside;
margin-bottom: 10px;
}

body#staff.profile #content ul li {
margin-bottom: 5px;
}

/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

body.slideshow #header {
margin-bottom: 10px;
background-image: none;
background-color: #27384c;
border-bottom: 10px solid #009734;
padding-top:5px;
height:55px;
}

body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 0 auto;
}

body.slideshow table img {
display: block;
width: auto;
margin: 20px auto;
border: 1px solid #333;
}

body.slideshow table #slideImage img {
margin-bottom: 0;
}

body.slideshow input {
width: auto;
}

body.slideshow table {
margin: 0 auto;
}

body.slideshow form input.button {
margin-right: 1px;
}


/* Popups,
Email a friend
Save link
------------------*/

html.popup, 
html.popup body {
background-image: none;
background-color: #fff;
text-align: left;
}

html.popup #header {
background-image: none;
background-color: #27384c;
border-bottom: 10px solid #009734;
padding-top:5px;
height:55px;
padding-left:10px;
}

html.popup #header img {
float: none;
}

html.popup #content,
html.popup #sub-section {
width:auto;
}

/* News
--------*/

/* two column, sidebar on the right */
body.news #main {clear: both; }
body.news #main #container {width: 940px; height : auto;}
body.news #content {width: 715px; float: left; padding:25px; margin : 0 0 0 5px; background-color : transparent; color : #d9e5f3;}
body.news #sub-section {width: 150px; float: right; padding:25px;padding-left:0px;margin : 0 5px 0 0; background-color : transparent; color : #d9e5f3;}
body.news #content a,
body.news #sub-section a {color : #d9e5f3;}
body.news #content a:hover,
body.news #sub-section a:hover {color : #000;}

body.news #sub-section dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 4px;
margin-bottom: 4px;
}
body.news #sub-section dl dt {
font-weight: bold;
}

body.news #sub-section dl dd {
font-size: 0.9em;
}

body.news #sub-section p {
font-size: 0.9em;
text-align: right;
}

/* Links
----------*/

body.links #content h3 {
margin-bottom: 15px;
}

body.links #content dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 5px;
margin-bottom: 10px;
overflow: hidden;
}

body.links #content dl dt {
font-weight: bold;
}

body.links #content dl dd {
margin-bottom: 5px;
}

body.links #content dl dd img {
float: right;
border: 1px solid #BFBFBF;
padding: 5px;
margin-left: 15px;
}

/* Suburb Profiles
------------------*/

body.suburbProfiles #content .suburb {
overflow: hidden;
clear: both;
padding-bottom: 5px;
border-bottom: 1px dashed #BFBFBF;
margin-bottom: 15px;
}

body.suburbProfiles #content .suburb img {
float: left;
border: 1px solid #666;
margin: 0 10px 10px 0;
}

body.suburbProfiles #content .profile img {
float: right;
border: 1px solid #666;
margin: 0 0 10px 10px;
}

body.suburbProfiles #sub-section ul {
list-style-type: none;
list-style-position: outside !important;
}


/* Testimonials
------------------*/

body.testimonials #content div.testimonial {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 10px;
margin-bottom: 10px;
}

body.testimonials #content div.testimonial .author {
text-align: right;
font-style: italic;
}

/* Auction list, OFI
----------------------*/

body.auction #content h2,
body.ofi #content h2 {
background-color: #009734;
padding: 2px 0 2px 5px;
margin-bottom: 5px;
margin-top:20px;
}

body.auction #content dl,
body.ofi #content dl {
clear: both;
overflow: hidden;
padding: 3px 0;
margin-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}

body.auction #content dl.stripe,
body.ofi #content dl.stripe {
background-color: #3e5a7b;
}

body.auction #content dt,
body.ofi #content dt {
width: 250px;
display: block;
float: left;
}

body.auction #content dd.time,
body.ofi #content dd.time {
font-weight: bold;
float: left;
width: 150px;
}

body.auction #content dd.venue {
float: left;
}
 
body.auction #content dd.link,
body.ofi #content dd.link {
float: right;
}

/* Careers
-------------- */

body .job {
margin-bottom: 15px;
}

body .job h2 {
background-color:#BBBBBB;
margin-bottom:5px;
padding:2px 0pt 2px 5px;
}
 
body .job h3 {
font-size: 1em;
float:right;
}

body .job dt {
float:right; margin-right:10px;
}

body .job dd {
margin-bottom:5px;
font-style:italic;
}
 
body .job dd.description,
body .job dd.content {
font-style:normal;
}

/* Document library
------------------------*/

body.doclibrary #content dl {
margin-bottom: 10px;
}

body.doclibrary #content dl dt {
font-weight: bold;
}

/* Appraisal forms
------------------------*/

body div#market-appraisal #ftitle{
width: 50px;
}

body div#market-appraisal #faddress,
body div#market-appraisal #fpropertyaddress,
body div#market-appraisal #freason,
body div#market-appraisal #fdescription {
width: 400px;
}

/* Maintenance request form
----------------------------*/

body div#maintenance-request #fdescription {
width: 400px;
}

/* Property Alert
-----------------------*/

body.alert #content #alertmenu {
display: block;
overflow: hidden;
background-color: #6f87a2;
list-style-type: none;
margin: 0px;
padding: 0 !important;
margin: 15px 0px 15px 0px;
}

body.alert #content #alertmenu li {
float: left;
border-right : 1px solid #fff;
}
 
body.alert #content #alertmenu a {
padding: 5px 20px;
display: block;
}

body.alert #content #alertmenu .last {
border: none;
}

body.alert #content #alertmenu a:link,
body.alert #content #alertmenu a:visited {
text-decoration: none;
}

body.alert #content #alertmenu a:hover {
text-decoration: underline;
}

body.alert #content form label {
display: block;
float: left;
width: 180px;
}

body.alert #content form textarea {
width: 250px;
}
body.alert #content form select {
width: 254px;
}

body.alert #content form input.checkbox {
width: auto;
margin: 0 20px;
}

body.alert #content form ul {
margin-bottom: 0;
}

body.alert #content form li {
clear: both;
margin-bottom: 10px;
}

body.alert #content form li span {
float: right;
width: 230px;
font-size: 0.9em;
color: #999;
}

body.alert #content form fieldset {
display: block;
}

body.alert #content form fieldset.submit {
border: none;
padding: 0;
text-align: right;
}

body.alert #content form em span,
body.alert #content form .required,
body.alert #content .warning {
color: #ff6666;
font-weight: bold;
}

body.alert #content #loginbox {
float: right;
margin-left: 20px;
width: 254px;

}

body.alert #content #loginbox fieldset {
width: 230px;
margin-bottom: 5px;
clear:both;
xbackground-image: url(/img/alert_register_bg_blank.gif);
background-repeat: no-repeat;
}

body.alert #content #loginbox label,
body.alert #content #loginbox input {
width: 140px;
}

body.alert #content #loginbox label {
width: 70px;
}

body.alert #content #loginbox input.button {
width: auto;
}

body.alert #content #loginbox fieldset.submit {
padding: 0;
width: auto;
margin-bottom: 15px;
width: 252px !important;
display: block;
background-image: none;
}

body.alert #content #loginbox fieldset.submit p {
font-size: 0.9em;
}

body.alert #content #registerbox {
border: 1px solid #DDDDDD;
float: right;
text-align: center;
clear: right;
margin-left: 20px;
margin-bottom: 15px;
background-image: url(/img/alert_register_bg.gif)
}

body.alert #content #registerbox a {
display: block;
padding: 50px;
width: 150px;
}

body.alert #content #registerbox a:link,
body.alert #content #registerbox a:visited {
color: #990000;
font-weight: bold;
text-decoration: none;
}

body.alert #content #registerbox a:hover {
text-decoration: underline;
}