/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html{height: 100%;}
#wrap {width: 950px;margin: 0 auto;}
#footer {clear: both;padding: 10px 0 0px 0; text-align: center;}
#header {overflow:hidden;}

body, html {
background-color: #fff;
}

#wrap{
}
#footer {
background-image:url(/img/footer.jpg);
background-repeat:no-repeat;
height:48px;
padding-top:70px;
}
#main{
background-image:url(/img/mainpage.jpg);
background-repeat:repeat-y;
}
#main .container{
background-image:url(/img/top_mainpage.jpg);
background-repeat:no-repeat;
}
#headerImage{
float:left;
width:697px;
}
#topBox{
float:left;
background-image:url(/img/top_header.jpg);
background-repeat:no-repeat;
width:238px;
height:102px;
padding-top:30px;
padding-left:15px;
}
#topBox input{
width:186px;
border:1px solid #b5b5b5;

}
#topBox .button{
border:0px;
font-size:1em;
padding:1px 5px;
}
#topBox p{
padding:10px 0;
}
#menu {
background-color: #000000;
}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {width: 595px; float: left; padding: 15px 35px 0px 35px;}
#sub-section {width: 250px; float: left; padding: 60px 35px 15px 0px;}
/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {width: auto;display: block;float: none;}
html.nocol #sub-section,
body.listing #sub-section,
body.detail #sub-section,
body#staff #sub-section {width: auto;display: inline;float: none;}
/* Pages without columns
-------------------------*/

/* Header
----------*/
#header img {
display: block;
float: right;
}

/* Menu
---------*/

.menu {
width: 950px;
margin: 0 auto;
}

.menu a {
padding: 12px 18px;

}
.menu li#contactList a{
padding:12px 21px;
}
.menu li {
padding: 12px 0;
}

.menu li li {
padding: 0;
}

.menu li li a,.menu li#contactList li a {
padding: 5px 15px;
display: block;
width: 180px;
}
.menu li#selectOffice{
	background-color:#888888 !important;
	width:253px !important;
	border:0px !important;
	padding:9px 0;
	padding-bottom:10px;
	text-align:center;
}
.menu li#selectOffice select{
	color:#888;
	font-size:0.9em;
    width:225px;
}
.break{
clear:both;
}
/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
}
dl,dd,dt,#content ul li{
font-size:0.95em;
}
p {
font-size: 0.9em;
}

h1 {
font-size: 1.1em;
margin-bottom: 30px;
margin-left:-20px;
color:#c30d35;
}

h2 {
font-size: 1.0em;
margin-bottom: 3px;
}

h3 {
font-size: 1.0em;
margin-bottom: 3px;
}

legend {
color: #22243d;
font-weight: bold;
padding-left: 0px;
}

a:link,
a:visited {
color: #c10f35;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer p {
font-size: 0.9em;
}

#footer a:link,
#footer a:visited {
color: #000;
text-decoration: underline;
}

#footer a:hover {
color: #c30d35;
}
#footer .footerLink{
	float:left;
	padding-left:15px;
	font-size: 0.9em;
}
#footer .footerAddress{
	float:right;
	padding-right:0px;
	font-size: 0.9em;
}
/* Header
----------*/

#header img#logo {
float: left;
}

/* Dropdown menu
-----------------*/

.menu a {
border-right: 1px solid #666666;
font-weight: bold;
font-size: 1.0em;
}

.menu li.last a, 
.menu li li a {
border: none;
}

.menu a:link,
.menu a:visited {
color: #fff;
text-decoration: none;
background-color: #000;
}

.menu a:hover {
color: #000;
background-color:#edd51d;
}

.menu li li a,.menu li li a:visited {
border: 1px solid #000 !important;
border-top:0px !important;
background-image: url(/img/submenu_background.gif);
background-repeat: no-repeat;
background-position:7px 9px;
background-color:#edd51d !important;
color:#000 !important;
text-transform: none;
font-weight:normal;
font-size:0.9em !important;
}
.menu li li a:hover{
background-image: url(/img/submenu_background_hover.gif);
background-repeat: no-repeat;
background-position:7px 9px;
background-color:#000000 !important;
color:#fff !important;
}
.menu li li.last a{
border: 1px solid #000 !important;
border-top:0px !important;
}
.menu li li.first a{
border:1px solid #000 !important;
}
/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #666;
}

form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
}

form input,
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: 1px 10px 3px 10px;
cursor: pointer;
background-color: #000;
border: none;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
}

form em span,
form .required {
color: #B90000;
font-weight: bold;
}

/* Dynamic text
----------------*/

#content img#dyn-heading-img {
display: block;
margin-bottom: 15px;
}
#content ul {
padding-left : 13px;
margin-bottom : 10px;
list-style : disc;
}
#content ul li {
font-size : 0.9em;
}

#content img#dyn-img1 {
float: right;
margin: 0 0 10px 20px;
}

#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{
background-image:none;
background-color:#cfcfcf !important;
}
body#home #content{
float:none;
width:auto;
overflow:auto;
padding-left:15px;
padding-right:15px;
padding-bottom: 0px;
}
body#home #main .container{
background-image:none !important;
}
body#home #footer{
background-position:0px -12px;
padding-top:60px; 
}
body#home #topBox{
float:left;
background-image:url(/img/top_headerHome.jpg);
background-repeat:no-repeat;
width:238px;
height:378px;
padding-top:30px;
padding-left:15px;

}
body#home #topBox p{
padding:0px 0px;
}
body#home #topBox form #submit input,
body#home #topBox div#customloginForm input.button {
font-size: 0.9em;
font-weight: normal;
float:left;
padding:3px 30px;
}

body#home #topBox fieldset {
border: none;
padding: 0;
margin:0px;
}
body#home #topBox fieldset#submit{
	margin-bottom:40px;
}


body#home #topBox p {
margin-bottom: 10px;
}

body#home #topBox select{
width: 220px;
font-size: 1.0em;
color:#575652;
border:1px solid #575652;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

body#home #topBox #qs_price select,
body#home #topBox #qs_rent_price select,
body#home #topBox select#qs_parking,
body#home #topBox select#qs_bedroom{
width: 105px;
}

body#home #topBox select#qs_bedroom,body#home #topBox #qs_price select{
margin-right:8px;
}

body#home #topBox form #qs_st label {
padding-right: 20px;
width: auto;
float: none;
display: inline;
font-weight:normal;
}

body#home #topBox form #qs_st input {
vertical-align: middle;
width: auto;
border:0px;
}

body#home #topBox form #submit {
text-align: right;
padding: 0 8px 0 0;
}

body#home #topBox select#qs_property-type {
width: 222px;
}

div.checkboxsearch{
background:#FFFFFF none repeat scroll 0%;
border:1px solid #575652;
color: #575652;
margin-bottom: 10px;
overflow: auto;
width: 220px;
height: 60px;
}
body#home #topBox div.checkboxsearch p {
margin-bottom:0px !important;
padding:2px 0pt 0pt 2px;
}
body#home #topBox div.checkboxsearch input {
margin-right:3px;
width:15px;
border:0px;
}

body#home #topBox h2{
	margin-bottom:15px;
}
body#home #login{
color:#fff;
padding-right:15px;
}
body#home #login h3{
	color:#fff;
	margin-bottom:15px;
}
body#home #login a{
float:left;
display:block;
text-decoration:none;
background-color:#000;
color:#fff;
padding:5px 20px;
width:65px;
text-align:center;
cursor:pointer;
}
body#home #login a.aRegister{
margin-right:12px;
}
body#home #topBox div#login input.button {
	padding:3px 33px;
}
body#home #content div#pow{
	margin-top:5px;
}
body#home #content div#pow div.singlePOW{
	width:448px;
	background-color:#f2f2f2;
	float:left;
	margin-right:20px;
	text-align:center;
       border:1px solid #666666;
padding-bottom:15px;
}
body#home #content div#pow div.singlePOW div.featureImage{
width:150px;
float:left;
margin-left:15px;
}
body#home #content div#pow div.singlePOW div.discription{
float:left;
width:258px;
margin-left:15px;
text-align:left;
font-size:0.9em;
}
body#home #content div#pow div.last{
	width:448px;
	margin-right:0px;
}
body#home #content div#pow div.singlePOW h2{
	text-align:left;
	padding:15px 0px 5px 0px;
	color:#c10f35;
}
body#home #content div#pow div.singlePOW h3{
margin-bottom:10px;
}
body#home #content div#pow div.singlePOW img{
	margin-top:15px;
	border:1px solid #666;
	width:150px;
	height:113px;
}

body#home #content div#pow div.singlePOW div.discription a{
text-decoration:none;
color:#c10f35;
	
}
body#home #content div#pow div.singlePOW p{
	
}

/* Contact Us
--------------*/

body.contact #sub-section {
width: 200px;
}

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

/* Listings
------------*/
body.listing #main{
background-image:none;
background-color:#cfcfcf !important;
}
body.listing #content{
float:none;
width:auto;
overflow:auto;
padding-left:15px;
padding-right:15px;
margin-bottom:0px;
}
body.listing #main .container{
background-image:none !important;
}
body.listing #footer{
background-position:0px -12px;
padding-top:60px; 
}
body.listing #sub-section{
	display:inline;
	padding:0px;
}
body.listing h1{
 margin-bottom:15px;
 margin-left:0px;
}
body.listing .property {
padding: 0px;
clear: both;
overflow: auto;
border: 1px solid #666666;
background-color:#f2f2f2;
margin-bottom:10px;
padding-bottom:15px;
}
body.listing .propertyOver{
	background-color:#fffbe0;
	cursor:pointer;
	overflow: auto;

}
body.listing .property .image {
display: block;
float: left;
margin: 15px;
margin-bottom:0px;
border: 1px solid #0a335c;
}
body.listing .property a img{
	width:150px;
	height:98px;
}
body.listing .property .details {
width: 735px;
float: left;
margin-top:15px;
margin-right: 0px;
margin-bottom:10px;
}

body.listing .property .details .features {
float: left;
font-weight: bold;
color: #000;
width:280px;
text-align:right;
}
body.listing .property .details .mainTitle {
width:440px;
float:left;
font-size: 1.0em;
font-weight:bold;
color:#000!important;
}

body.listing .property .features img {
margin-right: 7px;
margin-left:  7px;
vertical-align: bottom;
}

body.listing .property .details h2 {
font-size: 1.0em;
text-transform:uppercase;

}

body.listing .property .details h3 {
clear:both;
font-size: 0.9em;
margin-bottom: 2px;
padding-top: 10px;
color:#083A81 !important;
text-transform:uppercase;
}

body.listing .property .details p {
margin-bottom: 0 !important;
font-size:0.9em;
}

body.listing .property .price {
clear:both;
text-align: left;
padding-top:10px;
padding-bottom:10px;
font-size:0.9em;
color:#c10f35 !important;
}
body.listing .property .viewproperty{
	text-align:right;
	padding-right:15px;
	font-size:0.9em;
	padding-top:5px;
}
body.listing #filter {
height: 40px;
padding: 10px;
margin-bottom: 5px;
background-color: #f2f2f2;
border:1px solid #666666;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 1.0em;
color:#000!important;
margin-bottom: 5px;
}

body.listing #filter select {
width: 75px;
display: block;
font-size: 1.0em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

body.listing #filter select#qs_property-type,
body.listing #filter select#qs_suburb {
width: 110px;
}

body.listing #filter p {
clear: none;
float: left;
margin-right: 23px;
}

body.listing #filter input {
width: auto;
padding: 1px 10px 3px 10px;
margin-top: 18px;
cursor: pointer;
background-color: #000;
border: none;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.listing  .filterTitle{
	font-weight:bold;
	background-color:#666;
	color:#FFFFFF;
	height:30px;
	line-height:30px;
	text-indent:10px;
}
body.listing #filter .searchButton{
	font-size:0.9em;
	font-weight:bold;
}
body.listing p.pagebar {
font-size: 0.9em;
padding-top: 10px;
text-align: left;
}
 body.listing #order{
 	padding-top:10px;
	padding-bottom:10px;
	float:left;
 }
body.listing .addLink{
	float:right;
	padding-top:10px;
	padding-bottom:10px;
}

/* Property detail
-------------------*/
body.detail #main{
background-image:none;
background-color:#cfcfcf !important;
}
body.detail #content{
float:none;
width:auto;
overflow:auto;
padding-left:15px;
padding-right:15px;
margin-bottom:0px;
}
body.detail #main .container{
background-image:none !important;
}
body.detail #footer{
background-position:0px -12px;
padding-top:60px; 
}
body.detail #sub-section{
	display:inline;
	padding:0px;
}
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.0em;
color: #000;
border-bottom: 1px solid #000;
}
body.detail #content #extradetails h2{
clear:both;
border:0px;
padding:0px;
height:25px;
vertical-align:middle;
line-height:25px;
background-color:#666;
text-indent:10px;
margin:0px;
width:492px;
color:#FFFFFF;
}
body.detail #content #extradetails h2#agentDetailsTitle{
margin-top:-15px;
}
body.detail #content li{
font-size:0.9em;
}
body.detail #content h3 {
font-size: 1em;
}

body.detail #content ul {
margin-bottom: 20px;
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,body.detail .icons {
margin:0px;
height:35px;
vertical-align:middle;
line-height:35px;
background-color:#666666;
text-indent:10px;
width:494px;
color:#fff;
}
body.detail .addressbar h1{
color:#fff;
}
body.detail .icons{
	width:auto;
}
body.detail .icons p{
	float:right;
	font-weight:bold;
	margin-right:10px;
	font-size: 1.0em;
}
body.detail .icons p img{
	margin-right:3px;
	margin-left:3px;
}
body.detail .addressbar h1{
float:left;
width:296px;
margin:0px;
}

body.detail .addressbar .price {
float: right;
font-weight: bold;
width:160px;
text-align: right;
padding-right: 8px;
}

body.detail #addressbar img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 

body.detail #propertydetails {
width: 414px;
border:1px solid #666;
background-color:#f2f2f2;
float: left;
margin-left:4px;
}
body.detail #propertydetails h1{
	margin-top:10px;
	margin-bottom:10px;
margin-left:0px;
}
body.detail #propertydetails .propertydetailsInner{
	padding-left:10px;
	padding-right:10px;
}
body.detail #extradetails {
width: 500px;
float: left;
}

body.detail #extradetails img {
width: 159px;
margin-right: 5px;
margin-bottom: 5px;
display: block;
float: left;
border: 1px solid #666;
}

body.detail #extradetails img#mainimage {
width: 492px;
display: block;
margin-bottom:5px;
}

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;
}
body.detail #extradetails #toolslist, body.detail #extradetails .agentdetails{
	border:1px solid #666;
	background-color:#f2f2f2;
	padding:10px;
width:470px;

}
body.detail #extradetails #toolslist{
	list-style-position: inside;
	list-style-type: square;
	color:#666;
}
body.detail #extradetails #toolslist a,body.detail #extradetails .agentdetails a{
	color:#D71A21;
	text-decoration:underline;
}
body.detail #extradetails .agentdetails{
	color:#000000;
}
body.detail .officeDetails{
border:1px solid #666;
background-color:#fffbe0;
padding:10px;
}

/* 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;
width: 583px !important;
}			
body.brochure #content {
background-image: none !important;
float: none !important;
background-color: #fff;
padding: 15px 0px;
}
body.brochure #header {
background-image: none;
}
body.brochure #propertydetails {
width: 330px;
}
body.brochure #extradetails img {
display: block;
float: left;
margin: 0 2px 2px 0;
width:118px;
}
body.brochure #extradetails img#mainimage{
	width:240px;
	margin-bottom:2px;
}
body.brochure #extradetails {
width: 247px;
}

body.brochure #extradetails .images {
margin-bottom: 8px;
}

body.brochure .addressbar{
margin:0px;
height:35px;
vertical-align:middle;
line-height:35px;
text-indent:10px;
width:240px;
border-top: 1px solid #666;
border-left: 1px solid #666;
border-right: 1px solid #666;
background-color: #fff;
}

body.brochure .addressbar h1{
float:left;
width:150px;
margin:0px;
font-size:0.9em;
color: #000;
}
body.brochure .icons {
width:auto;
background-color: #f2f2f2;
color: #000;
}
body.brochure .addressbar .price {
float: right;
font-weight: normal;
width:80px;
font-size:0.9em;
color: #000;
}
body.brochure #content #extradetails h2{
margin-top:-10px !important;
width:243px;
}
body.brochure #extradetails .agentdetails{
	width:220px;
	border-top: none;
}

body.brochure #content #extradetails h2 {
background-color: #f2f2f2;
border-top: 1px solid #666;
border-left: 1px solid #666;
border-right: 1px solid #666;
color: #000;
width: 240px;
}

/* Market Appraisal
--------------- */

body.dynamic div#market-appraisal form label{
width:250px;
}

body.dynamic div#market-appraisal form input#ftitle {
width: 50px;
}

body.dynamic div#market-appraisal form #faddress,
body.dynamic div#market-appraisal form #fpropertyaddress,
body.dynamic div#market-appraisal form #fdescription,
body.dynamic div#market-appraisal form #freason,
html.nocol body.dynamic form #fdescription{
width:480px;
}
html.nocol body.dynamic h2{
margin-bottom: 15px;
}
html.nocol body.dynamic #fpostcode{
width:50px;
}
	
/* Staff 
---------*/

body#staff #content {
overflow: hidden;
}

body#staff dl {
xclear: both;
margin-bottom: 10px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: 1px solid #666;
width:440px;
float:left;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 1.1em;
padding-bottom: 10px;
}

body#staff dl dt.photo img {
float: left;
margin-right: 15px;
border: 1px solid #22243D;
width: 100px;
height: 135px;
}

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-position: outside;
margin-bottom: 10px;
}

body#staff.profile #content ul li {
margin-bottom: 5px;
font-size: 0.9em;
}

/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

body.slideshow #header {
margin-bottom: 5px;
background-image: none;
background-color: #fff;
}
body.slideshow h1{
margin: 10px;
}
body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 0 auto;
}

body.slideshow table img {
display: block;
width: auto;
margin: 5px auto;
border: 1px solid #333;
}

body.slideshow table {
margin: 0 auto;
}

body.slideshow form input.button {
margin-right: 1px;
margin-bottom: 10px;
padding: 1px 10px 3px 10px;
}

/* 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: #fff;
height:86px;
}
html.popup h1{
margin-left:0px;
margin-bottom: 15px;
}
html.popup #header img {
float: none;
margin:0 auto;
}
html.popup #content {
width:585px;
padding-left: 15px;
}

html.popup #content form input,
html.popup #content form textarea {
width: 365px;
}

/* 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: 10px;
margin-bottom: 10px;
}

body.links #content dl dt {
font-weight: bold;
}

body.links #content dl dd {
margin-bottom: 5px;
}

/* 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-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: 4px 0 4px 5px;
margin-bottom: 5px;
margin-top:20px;
clear: both;
}

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.documents #content dl {
margin-bottom: 10px;
}

body.documents #content dl dt {
font-weight: bold;
}

body.documents #content p {
margin-top: 15px;
}

/* Maintenance
--------------- */

body.maintenance h2 {
padding-bottom: 10px;
}

html.nocol body.dynamic form #fdescription {
width: 530px;
}

/* 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;
font-size: 12px;
}

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;
font-size: 11px;
}

body.alert #content form input,
body.alert #content form textarea {
width: 250px;
}

body.alert #content form textarea {
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: 380px;
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: #B90000;
font-weight: bold;
}

body.alert #content #loginbox {
padding-top:45px;
float: right;
margin-left: 24px;
width: 254px;
margin-right: 2px;
}

body.alert #content #loginbox fieldset {
width: 234px;
margin-bottom: 5px;
clear:both;
}

body.alert #content #loginbox input {
width: 145px;
}

body.alert #content #loginbox label {
width: 70px;
font-size: 11px;
}

body.alert #content #loginbox input.button {
width: auto;
}

body.alert #content #loginbox fieldset.submit {
padding: 0;
width: auto;
margin-bottom: 15px;
width: 256px !important;
display: block;
}

body.alert #content #loginbox fieldset.submit p {
font-size: 0.9em;
}

body.alert #content #registerbox {
xborder: 1px solid #DDDDDD;
float: right;
xtext-align: center;
clear: right;
margin-left: 20px;
margin-bottom: 15px;
background-image: url(/img/registerimg.jpg);
width: 226px;
height: 94px;
color: #fff;
padding: 15px;
}

body.alert #content #registerbox h3 {
padding-bottom: 10px;
}

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;
}