
/* ONLY STYLES USING THROUGH THE SITE */
/* These styles are loaded into the rad editor */

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #ecece4;
	margin: 0;
	padding: 0;
}

/* Only apply bg tile to the frontend page (NOT IN RAD EDITOR) */
body#frontEnd
{
	background-image: url(../images/bodyTile.gif);
	background-repeat: repeat-x;
	background-position: top;
}

a img {
	border: none !important;
}

p, h1, h2, h3 {
	padding: 0;
	margin: 0;
}

a, a:link, a:visited, a:active,
body a, body a:link, body a:visited, body a:active {
	color: #0d2950;
	font-weight: bold;
	text-decoration: none;
}

a:hover,
body a:hover {
	color: #993333;
}

h2, h3 {
	font-size: 1.0em;
}

h2 {
	border-bottom:1px solid #FFFFFF;
	color:#993333;
	font-size:0.9em;
	margin:20px 0pt 5px;
	text-transform:uppercase;
}

h2.noborder, .noborder {
  border:none;
}

h2.leftcolh2 {
  border:0pt none;
  font-size:1.2em;
  margin:0pt 0pt 5px;
}

input, select {
	font-size: 1.1em;
}






h1.subHead {
	margin: 20px 0 0 0 !important;
}


div#pageTitle {
	background-color: #e2e2d3;
	height: 30px;
	padding: 10px 0 0 20px;
	position:relative;
}

div#pageTitle h1 {
	font-size: 1.6em;
	text-transform: uppercase;
	color: #993333;
}

div#columns div.rightCol h1 {
	margin: 0 0 4px 0;
	font-size: 1.2em;
}

div#box {
	height: 113px;
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}


div.rightCol div#box {
	background-image: url(../images/boxRight.gif);
	width: 212px;
	margin: 15px 0 0 0;
}

div.rightCol div#box div.inner {
	padding: 15px 55px 15px 15px;
	line-height: 1.2em;
}

div#box h2 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	color: #993333;
	text-transform: uppercase;
	border: none;
}

div#box a {
	font-weight: bold;
	text-decoration: none;
	color: #0d2950;
	background-image: url(../images/arrowHead.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 6px;
}

div#box a:hover {
	color: #993333;
}





/* TABLE */

table.dataTable {
	background-color: #e2e2d3;
	margin: 10px 0 10px 0;
	font-size: 0.9em;
	line-height: 1.2em;
}

table.dataTable th, table.dataTable td {

	text-align: left;
}

table.dataTable th {
	color: #993333;
	padding: 10px 10px 10px 10px;
}

table.dataTable td {
	padding: 0px 10px 10px 10px;
}




/* FORMS */
div.errors {
	color: Red;
}

div.errors ul li {
	background-image: none !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}
div.formz p {
	font-size: 1em;
}

div.formz p#changePassword {
	margin: 0 0 15px 0;
	padding-left: 6px;
	background-image:url(../images/arrowHead.gif);
	background-position:0pt 5px;
	background-repeat:no-repeat;
}

div.formz h3 {
	font-size: 1.2em;
	margin: 15px 0 10px 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #fff;
}

div.formz div.row {
	clear: both;
	padding-top: 5px;
}

div.formz div.row label {
	width: 150px;
	float: left;
	display: block;
	padding-top: 2px;
}

div.formz div.row div.field {
	margin-left: 150px;
}

div.formz div.row div.field input,
div.formz div.row div.field textarea {
	width: 240px;
	font-size: 1.0em;
}

div.formz div.row div.field select {
	width: 144px;
	font-size: 1.0em;
}

div.formz div.rowLong {
	clear: both;
	padding-top: 5px;
	width: 350px;
}

div.formz div.rowLong label {
	width: 100px;
	float: left;
	display: block;
	padding-top: 2px;
}

div.formz div.rowLong div.field {
	float: right;
}

div.formz div.rowLong div.field input,
div.formz div.rowLong div.field textarea {
	width: 240px;
	font-size: 1.0em;
}

div.formz div.rowLong div.field select {
	width: 244px;
	font-size: 1.0em;
}

div.formz div.rowShort {
	clear: both;
	padding-top: 5px;
	width: 170px;
}

div.formz div.rowShort label {
	width: 100px;
	float: left;
	display: block;
	padding-top: 2px;
}

div.formz div.rowShort div.field {
	float: right;
}

div.formz div.rowShort div.field input,
div.formz div.rowShort div.field textarea {
	width: 60px;
	font-size: 1.0em;
}

div.formz div.rowShort div.field select {
	width: 64px;
	font-size: 1.0em;
}

div.formz div.rowRadios {
	clear: both;
	padding-top: 5px;
	margin-bottom: 10px;
}

div.formz div.rowRadios p {
	margin-bottom: 5px;
}

div.formz div.rowRadios label {
	/*width: 100px;
	float: left;
	display: block;
	padding-top: 2px;
	font-size: 1.2em;*/
}

div.formz div.rowRadios div.field {
	/*float: right;
	width: 210px;*/
}

div.formz div.rowRadios div.field label {
	/*display: inline;
	float: none;*/
	/*font-size: 1.1em;*/
}

div.formz div.rowFull {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 150px;
}

div.formz div.rowFull div.field {
	float: left;
	width: 20px;
}

div.formz div.rowFull label {
	font-size: 1.2em;
	padding: 2px 0 0 0;
	display: block;
}

div.formz div.button {
	clear: both;
	padding-top: 10px;
	margin-left: 150px;
}

div.formz div.button input {
	background-color: #7e2c2c;
	background-image: url(/images/buttonGrad.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #fff;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #7e2c2c;
	border-left: 1px solid #7e2c2c;
	text-transform: uppercase;
}

span.req {
	color:#993333;
	font-weight: bold;
}

/* Home page */


div#homeBanner {
	height: 153px;
	background-image: url(../images/home_bannerimage.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 23px 0 0 505px;
	position: relative;
}


div#homeBanner div#box {
	position: absolute;
	right: 5px;
	top: 30px;
	width: 223px;
	background-image: url(/_uploads/images/Frames/home_bannerbox.gif);
}

div#homeBanner div#box div.inner {
	padding: 15px 75px 15px 15px;
	line-height: 1.2em;
}



div.quickLinks {
	border-bottom: 1px solid #b1b1ad;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

div.quickLinks ul {
	margin: 0;
	padding: 0;
}

div.quickLinks ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.quickLinks ul li a {
	background-image: url(../images/arrowHead.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 6px;
}



div.rightCol div.formz p {
	font-size: 1em;
}

div.rightCol div.formz div.button
{
	margin-left: 50px;
}


div.rightCol div.formz div.row {
	clear: both;
	padding-top: 5px;
	width: 199px;
}

div.rightCol div.formz div.row label {
	width: 50px;
	float: left;
	display: block;
	padding-top: 2px;
	font-size: 1em;
}

div.rightCol div.formz div.row div.field {
	margin-left: 50px;
}

div.rightCol div.formz div.row div.field input {
	width: 140px;
	border: 1px solid #e1e1d5;
	padding: 2px;
}

div#secureLogin.formz div.row label {
	width: 65px;
	float: left;
	display: block;
	padding-top: 2px;
	font-size: 1em;
}

div#secureLogin.formz div.row div.field {
	margin-left: 70px;
}

div#secureLogin.formz div.row div.field input {
	width: 115px;
 	_width:95px;
	border: 1px solid #e1e1d5;
	padding: 2px;
}
div#secureLogin.formz div.button {
	margin-left: 72px;
}

div#header div.loginStat {
                position: absolute;
                left: 235px;
}

div.loginStat ul {
                float: none !important;
                margin: 0;
                padding: 10px 0 0 0;
                clear: both;
}

div.loginStat ul li {
                margin: 0;
                padding: 0 0 0 6px;
                list-style: none;
}

div#header div.loginStat ul li.pvtWlth {
                width: 160px;
                display: block !important;
                float: left !important;
                clear: left;
                text-align: left;
                background-image: url(/images/pw_return.gif);
                background-position: 0 0;
                background-repeat: no-repeat;
                padding-left: 45px !important;
}

div#header div.loginStat ul li.loggedAs {
                width: 120px;
                display: block !important;
                float: left !important;
                text-align: left;
                background-image: url(/images/lock.gif);
                background-position: 0 0;
                background-repeat: no-repeat;
                color: #c7a950;
                padding-left: 25px !important;
                margin-bottom: 5px !important;
}

div.rightCol div.loginStat {
	background-color: #ecece4;
	margin-bottom: 10px;
	padding-bottom: 7px;
}

div.rightCol div.loginStat ul li {
	margin: 0 10px 0 10px;
}

div.rightCol div.loginStat ul li.loggedAs {
	background-color: #e2e2d3;
	background-image: url(/images/rightModTop.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #0b2952;
	font-weight: normal;
	padding: 5px 9px 5px 9px;
	margin: 0 0 7px 0;
	font-size: 1.0em;
	text-transform: uppercase;
}

div.rightCol div#secureLogin {
	background-color: #ecece4;
	margin-bottom: 10px;
	width: 199px;
}

div.rightCol div#secureLogin h2 {
	background-color: #e2e2d3;
	background-image: url(/images/rightModTop.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #0b2952;
	font-weight: normal;
	padding: 5px 9px 5px 9px;
	margin: 0;
	font-size: 1.0em;
	text-transform: uppercase;
}
div.homePageCols div.rightCol div#secureLogin {
  background:none;
}
div.homePageCols div.rightCol div#secureLogin h2 {
  background-color: transparent;
	background-image: none;
  border:none;
  padding: 0;
}
div.rightCol div#secureLogin div.loginInner {
	padding: 10px;
}

div.rightCol div#secureLogin.formz div.row {
	width: 175px;
}

div.rightCol div#secureLogin.formz div.row label {
	width: 60px;
}

div.rightCol div#secureLogin.formz div.row div.field {
	margin-left: 60px;
}

div.rightCol div#secureLogin.formz div.row div.field input {
	width: 95px;
}

div.rightCol div#secureLogin.formz div.button {
	margin-left: 65px;
}

/** Google Maps info window (inner) **/
div.map div.propertyInfo {
  padding-bottom:10px;
  margin-top:-13px;
  padding-right:5px;
  margin-right:0px;
  position:relative;
}
div#propertyResults div.map div.propertyInfo h3{
  margin:0 0 0px 0;
}
div.map div.propertyInfo div.text p{
  margin:0 0 5px 0;
}

/** Large Share Price Element */
img.cw_asx_sharePriceLarge{
  border:1px solid #e3e3d4;
}

/** Share Price History */
.sharePriceHistory img {
  border:1px solid #e3e3d4;
}


/* Sold Property */

div.soldProperty {
	min-height: 140px;
	_height: 140px;
	margin: 10px 0 25px 0;
	padding: 30px 0 0 0;
	border-top: 1px solid #fff;
}

div.soldProperty div.pic {
	width: 100px;
	/*height: 100px;*/
	float: left;
	border: 1px solid #e3e3d4;
}
div.soldProperty div.pic img {
  width:100px;
}
div.soldProperty div.text {
	margin-left: 115px;
}

div.soldProperty dl {
	padding: 0px 15px 0px 0px;
	margin: 0px 0 20px 0;
	line-height: 1.2em;
}
div.soldProperty h3 {
margin:0 0 10px 0;
}
div.soldProperty dl dt {
	color: #993333;
	width: 135px;
	padding: 2px 0 0px 0;
}

div.soldProperty dl dd {
	margin: -1.2em 0 0 140px;
}

