/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
#wrap {height: 100%;}
#wrap {width: 940px;margin: 0 auto;}
#footer {clear: both;padding: 10px 0 20px 0; text-align: center;}
#header {padding: 0 1px;overflow:hidden;}

body, html {
background: url(/img/site_bg.jpg) repeat-x #c1cda5;
}

.clearall{
clear:both;
height:1px;
font-size:0px;
}
.divider{
clear:both;
height:1px;
font-size:0px;
border-top:1px solid #ddd;
margin-bottom:15px;
}

#main {
background:url(/img/main_bg.jpg) repeat-y 21px;
}
#main .container{
background:url(/img/main_top.jpg) no-repeat 21px 0px;
}

#footer{
background:url(/img/footer_bg.jpg) no-repeat 21px 0px;
}

#menu {
}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {width: 600px; float: left; padding: 30px 20px 15px 40px;}
#sub-section {width: 200px; float: right; padding: 30px 40px 15px 10px;}
/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {width: auto;display: block;float: none; padding-right:40px;}
body.listing .searchtool {clear:both; width:350px; float:right;}

/* Pages without columns
-------------------------*/
html.nocol #main,
body.listing #main,
body.detail #main,
body#staff #main {
}

html.nocol #sub-section,
body.listing #sub-section,
body.detail #sub-section,
body#staff #sub-section{
display:none !important;
}

/* Header
----------*/
#header {
height:139px;
}
/* Menu
---------*/

.menu {
width: 100%;
margin-left: 21px;
}

.menu a {
display:block;
height:34px;
text-indent:-999em !important;
}

/*Main Menu Item*/
.menu a#buyMenu{ background:url(/img/menu/menu_buy.jpg); width:130px; }
.menu a#sellMenu{ background:url(/img/menu/menu_sell.jpg); width:128px; }
.menu a#rentMenu{ background:url(/img/menu/menu_rent.jpg); width:129px; }
.menu a#financeMenu{ background:url(/img/menu/menu_finance.jpg); width:128px; }
.menu a#newsMenu{ background:url(/img/menu/menu_news.jpg); width:129px; }
.menu a#aboutMenu{ background:url(/img/menu/menu_about.jpg); width:128px; }
.menu a#contactMenu{ background:url(/img/menu/menu_contact.jpg); width:128px; }

/*Main Menu Item hover*/
.menu a#buyMenu:hover,
.menu a#sellMenu:hover,
.menu a#rentMenu:hover,
.menu a#financeMenu:hover,
.menu a#newsMenu:hover,
.menu a#aboutMenu:hover,
.menu a#contactMenu:hover{ background-position:bottom; }

/*Main Menu Item Active
body.alert .menu a#buyMenu,
body.buyPage .menu a#buyMenu,
body.sellPage .menu a#sellMenu,
body.rentPage .menu a#rentMenu,
body.financePage .menu a#financeMenu,
body.newsPage .menu a#newsMenu,
body.aboutPage .menu a#aboutMenu,
body.contactPage .menu a#contactMenu{ background-position:bottom !important;}
*/

.menu li {
}

.menu li li {
padding: 0;
}

.menu li li a {
padding: 7px 5px 7px 15px;
display: block;
width: 160px;
height:1%;
text-indent:0px !important;
}

/* Dropdown menu
-----------------*/

.menu a:link,
.menu a:visited {
color: #515151;
text-decoration: none;
background-color: #abd24c
}

.menu a:hover {
color: #FFF;
background-color: #1f2251;
}

.menu li li a {
border-bottom: 1px solid #FFF !important;
text-transform: none;
}

/* Typography
--------------*/
body {
font-size: 11px; /* Global font-size */
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666666;
line-height:14px;
}

p, div.text {
font-size: 11px;
}

div.text {
margin-bottom: 10px;
}

h1 {
font-size: 30px;
color:#a4ce3e;
font-weight:normal;
margin-bottom: 25px;
}

h2 {
font-size: 14px;
margin-bottom: 10px;
font-weight:bold;
}

h3 {
font-size: 12px;
margin-bottom: 3px;
}

legend {
color: #22243d;
font-weight: bold;
}

a:link,
a:visited {
color: #5f7c19;
}

a:hover {
color: #5b5b5a;
}

#footer p {
font-size: 10px;
text-align:right;
}

#footer,
#footer a:link,
#footer a:visited {
color: #acadab;
text-decoration: none;
}
#footer .poweredby a:hover,
#footer a:hover {
color: #5f7c19 !important;
}

#footer .publisher{
margin-right:40px;
margin-top:7px;
}
#footer .poweredby{
margin-right:17px;
margin-top:20px;
color:#FFF;
}
#footer .poweredby a:link,
#footer .poweredby a:visited{
color:#FFF;
font-weight:bold;
}
/* 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;
#padding: 2px 10px;
cursor: pointer;
background-color: #86a933;
border: none;
color: #fff;
font-weight:bold;
}

form em span,
form .required {
color: #252756;
font-weight: bold;
}


/* Dynamic text
----------------*/

#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;
}

#content ul {
margin-bottom: 10px;
}

#sub-section img#dyn-img2 {
margin-bottom: 10px;
display: block;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* Home 
---------*/

body#home #main .container{
background:url(/img/home_main_top.jpg) no-repeat 665px 0px;
_height:1px;
}

body#home #content img#dyn-img2 {
float: left;
margin: 0 20px 10px 0;
}

body#home #divquicksearch form#quicksearch {
padding-left: 3px;
}

body#home #divquicksearch fieldset {
border: none;
padding: 0;
}

body#home #divquicksearch label {
font-size:11px;
font-weight: bold;
float: none;
display: block;
margin-right: 0;
color:#FFF;
}

body#home #divquicksearch p {
margin-bottom: 5px;
margin-left:15px;
color:#FFF;
}

body#home #divquicksearch select {
width: 185px;
font-size: 11px;
color:#6a6a6a;
}
body#home #qs_st-surrounding{
width:auto;
}

body#home #divquicksearch #qs_price select,
body#home #divquicksearch #qs_rent_price select {
width: 82px;
}

body#home #divquicksearch form #qs_st label {
padding-right: 5px;
width: auto;
float: none;
display: inline;
}
body#home #divquicksearch form .label_to,
body#home #divquicksearch form .label_range{
display:inline;
}
body#home #divquicksearch form #qs_st input {
vertical-align: middle;
width: auto;
}

body#home #divquicksearch form #submit {
text-align: right;
padding: 0 5px 0 0;

}
body#home #divquicksearch form #submit input{
background:#232454;
width:100px !important;
padding:3px;
font-weight:bold;
}
body#home #flash{
margin-left:21px;
_margin-left:10px;
_padding-left:1px;
width:644px;
float:left;
margin-bottom:10px;
}
body#home #divquicksearch{
float:right;
width:224px;
margin-right:30px;
_margin-right:15px;
background:url(/img/home_quicksearch.jpg) no-repeat;
height:249px;
margin-top:10px;
padding-top:3px;
}
body#home #searchTab{
margin-bottom:20px;
#margin-bottom:10px;
}
body#home .homeseparate{
clear:both;
height:1px;
font-size:0px;
background:url(/img/home_separate.jpg) no-repeat center top;
}

body#home #homefeature{
float:left;
margin-left:41px;
_margin-left:21px;
width:622px;
background:url(/img/homefeature.jpg) no-repeat right top;
margin-right:20px;
}
body#home #homefeature dt{
float:left;
width:364px;
}
body#home #homefeature dt img{
width:364px;
height:234px;
float:left;
border:1px solid #a4ce3e;
}
body#home #homefeature dd{
float:left;
width:236px;
margin-left:20px;
}
body#home #homefeature dd.powsub{
font-size:14px;
color:#5f7c19;
margin-top:70px;
}
body#home #homefeature dd.powprice{
color:#1d1f4c;
font-size:13px;
font-weight:bold;
margin-bottom:10px;
}
body#home #homefeature dd.powview{
margin-top:20px;
text-align:right;
}
body#home #homefeature dd.powview a:link,
body#home #homefeature dd.powview a:visited,
body#home #homefeature dd.powview a:hover{
float:right;
position:relative;
right:-2px;
_right:0px;
}
body#home #homeregister{
float:left;
width:223px;
}
/* Contact Us
--------------*/
body.contactPage dl.officeDetails{
margin-top:45px;
#margin-top:85px;
}

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

/* Listings
------------*/
body.listing h1{
float:left;
padding:5px;
}
body.listing h1.norecord{
font-size:24px;}
body.listing #alertSearch{
float:right;
background:url(/img/listing_savesearch.jpg) right top;
width:229px;
height:66px;
margin-top:-15px;
}
body.listing #alertSearch a{
text-decoration:none;

}
body.listing #alertSearch a#addlink:link,
body.listing #alertSearch a#addlink:visited,
body.listing #alertSearch a#addlink:hover{
text-decoration:none;
color:#FFF;
display:block;
float:right;
margin-top:-33px;
height:23px;
width:116px;
text-align:center;
margin-right:5px;
}

body.listing .property {
clear: both;
overflow: hidden;
background:url(/img/listing_pro_bg.jpg) repeat-x #e2f0be;
margin-bottom:20px;
}

body.listing .property .image {
display: block;
float: left;
margin-right: 15px;
border: 1px solid #a4ce3e;
}

body.listing .property .details {
clear:right;
width: 590px;
float: right;
margin-top:-25px;
}
body.listing .property .features h2{
margin-top:5px;
}
body.listing .property .features {
float: right;
font-weight: bold;
height:54px !important;
color:#1e204f
}
body.listing .property .features p{
float:left;
text-align:right;
height:34px;
width:50px;
margin-top:1px;
margin-right:1px;
padding-top:10px;
padding-right:5px;
font-weight:bold;
font-size:12px;
color: #FFF;
}
body.listing .property .features p#carspace{
background:url(/img/car.gif) top left no-repeat;
}
body.listing .property .features p#bathroom{
background:url(/img/bath.gif) top left no-repeat;
}
body.listing .property .features p#bedroom{
background:url(/img/bed.gif) top left no-repeat;
}

body.listing .property .details h2 {
font-size: 16px;
font-weight:bold;
color:#5f7c19;
text-transform:uppercase;
margin-bottom:2px;
}

body.listing .property .details h3 {
font-size: 13px;
font-weight:bold;
color:#1e204f;
}

body.listing .property .details p {
margin-top: 10px !important;
margin-bottom: 20px !important;
}

body.listing .property .price {
text-align: left;
}
body.listing .property #prolink{
text-align:right;
}
body.listing .property #prolink a:link,
body.listing .property #prolink a:visited,
body.listing .property #prolink a:hover{
background:#86a933;
color:#FFF;
margin-left:1px;
font-weight:bold;
text-decoration:none;
display:block;
float:right;
height:25px;
line-height:25px;
width:130px;
text-align:center;
}
body.listing #searchCriteria{
position:relative;
top:-15px;
left:4px;
}

body.listing #filter {
clear:both;
height: 34px;
background: url(/img/filter.gif) no-repeat transparent;
position:relative;
top:-18px;
padding-top:32px;
padding-left:14px;
}

body.listing #filter select {
width: 90px;
display: block;
font-size: 11px;
color:#6a6a6a;
}

#filter select option {
text-transform: capitalize;
}

body.listing #filter p {
clear: none;
float: left;
margin-right: 17px;
}
body.listing #filter #qs_order,
body.listing #filter #qs_suburb,
body.listing #filter #qs_property-type{
width:160px;
}

body.listing #filter #qs_max-price,
body.listing #filter #qs_min-price{
width:80px;
}
body.listing #filter fieldset {
text-align: center;
float:right;
}

body.listing #filter fieldset#submit input {
background:none;
margin-right:10px;
#margin-right:7px;
font-weight:bold;
position:relative;
top:-2px;
#top:0px;
}

body.listing p.pagebar {
font-size: 0.9em;
padding: 0px;

text-align: left;
}
body.listing p.pagebar a{
color:#666666;
font-weight:bold;
text-decoration:none;
}
/* Property detail
-------------------*/

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail #extradetails dl dt {
font-weight: bold;
}

body.detail #content h2 {
margin-bottom: 5px;
font-size: 13px;
color: #86a933;
}

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 {
min-height: 10px;
clear: both;
}

body.detail #addressbar h1 {
float: left;
}

body.detail #addressbar div {
float: right;
font-weight: bold;
}

body.detail #addressbar div h2 {
border: none;
color: #22243D;
}

body.detail #addressbar div p {
float:left;
text-align:right;
height:34px;
width:50px;
margin-top:1px;
margin-right:1px;
padding-top:10px;
padding-right:5px;
font-weight:bold;
font-size:12px;
color: #FFF;
} 
body.detail #addressbar div p#carspace{
background:url(/img/car.gif) top left no-repeat;
}
body.detail #addressbar div p#bathroom{
background:url(/img/bath.gif) top left no-repeat;
}
body.detail #addressbar div p#bedroom{
background:url(/img/bed.gif) top left no-repeat;
}

body.detail #addressbar div p img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 

body.detail #propertydetails {
width: 347px;
float: right;
background:url(/img/prodetail_mid.jpg) repeat-y;
}

body.detail #propertydetails_wrap{
background:url(/img/prodetail_top.jpg) no-repeat top;
}
body.detail #propertydetails_inner{
background:url(/img/prodetail_bottom.jpg) no-repeat bottom;
}

body.detail #prodetail{
clear:both;
padding:0px 20px;
}

body.detail #prodetail #proprice{
color:#252756;
font-size:14px;
font-weight:bold;
margin-bottom:5px;
}
body.detail #propertydetails h2{
clear:both;
font-size:13px;
margin-bottom:10px;
}

body.detail #propertydetails h2#proaddress{
color:#5f7c19;
font-size:16px;
margin-bottom:5px;
}

body.detail #toolslist{
float:right;
clear:right;
width:347px;
margin-top:10px;
}
body.detail #toolslist li{
float:left;
color:#5f7c19;
padding:3px 2px;
}
body.detail #extradetails {
width: 500px;
float: left;
margin-bottom: 20px;
}

body.detail #extradetails #subImages{
clear:both;
background:url(/img/subimage_wrap.jpg)  no-repeat;
height:101px;
padding-top:7px;
}
body.detail #extradetails .images img {
width: 108px;
height:82px;
padding:7px;
margin-left: 2px;
margin-bottom: 2px;
display: block;
float: left;
border: none;
background:url(/img/subimage_bg.jpg) no-repeat 3px 3px;
}

body.detail #extradetails img#mainimage {
width: 499px;
margin-left: 0px;
height: auto;
display: block;
border: 1px solid #a4ce3e;
margin-bottom:0px;
padding:0px;
background:none;
}

body.detail #extradetails .images p {
text-align: center;
clear: both;
}

body.detail #toollink{
background:url(/img/toollink_bg.jpg) repeat-x;
height:33px;
}


body.detail #agentTop{
background:url(/img/agent_top.jpg) no-repeat;
height:19px;
}
body.detail #agentMid{
background:url(/img/agent_mid.jpg) repeat-y;
}
body.detail #agentBottom{
background:url(/img/agent_bottom.jpg) no-repeat;
height:19px;
}
body.detail #extradetails h2{
padding-left:10px
}
body.detail #extradetails dl {
float:left;
width:230px;
margin-left:10px;
}
body.detail dl.agentdetails dt{
float:left;
}
body.detail dl.agentdetails a:link,
body.detail dl.agentdetails a:visited,
body.detail dl.agentdetails a:hover{
color:#5b5b5a;
line-height:20px;
}
body.detail dl.agentdetails span{
color:#5f7c19;
font-size:15px;
font-weight:bold;
line-height:20px;
}
body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
border:1px solid #a4ce3e;
}

/* 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%;
}
body.brochure #main {
background-image: none !important;
}			
body.brochure #content {
background-image: none !important;
float: none !important;
padding:15px 20px;
}
body.brochure #header {
background-image: none;
height:auto;
}
body.brochure #propertydetails {
width: 280px;
float:left;
background:none;
clear:both;
}
body.brochure #extradetails img#mainimage{
width:auto !important;
border:none;
margin-bottom: 2px;
}
body.brochure #extradetails img {
display: block;
float: left;
width:118px !important;
margin: 0 2px 2px 0px !important;
padding:0px !important;
background:none !important;
}
body.brochure #extradetails {
width: 247px;
float:right;
}
body.brochure #addressbar img{
vertical-align:middle;
}
body.brochure #addressbar h1{
font-size:16px;
font-weight:bold;
}
	
/* Staff 
---------*/

body#staff dl {
margin-bottom: 10px;
padding-bottom: 10px;
overflow: hidden;
width:50%;
float:left;
}

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 #a4ce3e;
}

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 #a4ce3e;
}

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 #content{
padding: 0px 20px;
width:550px;
}

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

body.slideshow #header {
margin-bottom: 10px;
background-image: none;
}

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 body h1{
line-height:30px;
}
html.popup #content{
padding: 0px 20px;
width:550px;
}
html.popup #header {
background-image: none;
}

html.popup #header img {
float: none;
margin-left:20px;
}

/* News

--------*/
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: #bbb;
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: #ddd;
}

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: #E7E6E6;
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: #252756;
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;
background-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;
}