@charset "utf-8";
/* CSS Document */

body.admin {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	}
	
img {
	border:none;
	}
	
#manageHeader {
	position:absolute;
	z-index:999;
	right:10px;
	top:10px;
	}
	
#loginFrom a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#50748E;
	font-size:12px;
	text-decoration:none;
	}
	
#loginFrom a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	text-decoration:underline;
	}
	
body.admin a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#50748E;
	font-size:12px;
	text-decoration:none;
	}
	
body.admin a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	text-decoration:underline;
	}
	
ul.sort { list-style-type: none; margin: 0; padding: 0; margin-bottom: 10px; width:800px; }
ul.sort li { margin: 5px; padding: 5px; width: 150px; text-align:center; float:left; height:100px; cursor:move; }
.imgContainer {text-align:center; padding:10px;}
img.hover {cursor:pointer;}

ul#sortableArticle .handle {cursor: move;}
	
body.admin h1 input {
	width:60%;
	clear:both;
	}
	
body.admin .form {
	width:850px;
	}
	
body.admin .form, #loginFrom {
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	}
	
body.admin #error{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	background:#FBE3E4;
	color:#8a1f11;
	font-size:12px;
	border-color:#FBC2C4;
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	}
	
body.admin #userError, body.admin #emailError, body.admin #passError {
	color: #de1f26;
	font-size:12px;
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.error, .notice, .success { 
	text-align:left;
	padding: .8em; 
	margin-bottom: 1em; 
	border: 2px solid #ddd; 
	}

.error { 
	background: #f7c7c9; 
	color: #de1f26; 
	border-color: #de1f26; 
	}
	
.notice { 
	background: #f9e4bf; 
	color: #e89400; 
	border-color: #e89400; 
	}
	
.success { 
	background: #aed9a3; 
	color: #5db347; 
	border-color: #5db347; 
	}
	
.admin-login {
	width:864px;
	margin:0 auto 40px;
	text-align:left;
	}
	
.admin-login a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#50748E;
	font-size:12px;
	text-decoration:none;
	}

.admin-login a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
	}	
	
#loginError {
	width:260px!important;
	border:2px solid #FBC2C4;
	background:#fff;
	color:#8a1f11;
	font-size:12px;
	padding:5px;
	display:none;
	}
	
table#editTable {
	text-align:left;
	width:750px;
	margin:0px;
	padding:5px;
	}
	
#editTable textarea{
	width:500px;
	}
	
#loginForm {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	width:280px;
	padding:10px;
	margin:0 auto;
	}
	
#loginForm div {
	width:280px;
	}
	
#loginForm div#loginBtn {
	width:200px;
	margin:0 auto;
	}
	
body.admin #submit, body.admin #cancel {
	cursor:pointer;
	}
	
#processContainer {
	width:220px;
	text-align:center;
	clear:both;
	}
	
#processContainer span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	}
	
	
body.admin .uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
	}

body.admin .uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
	}

body.admin .uploadifyQueueItem .cancel {
	float: right;
	}

body.admin .uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
	}
	
body.admin .uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
	}

.property_image {
	width:180px;
	}
	
.property_thumb {
	width:84px;
	}
	
.propertyImg {
	width:461px;
	}
	

	
#contactForm textarea, #contactForm input[type=text] {
	padding:5px;
	}
	
#contactMsg {
	display:none; 
	position:absolute; 
	z-index:9999; 
	background:url(/images/msg_arrow.gif) left center no-repeat; 
	padding-left:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	}
	
#contactMsgcontent {
	display:block; 
	background:#CCCCCC; 
	border:2px solid #A05D15; 
	border-left:none; 
	padding:5px; 
	min-width:150px; 
	max-width:250px;
	}
	
.contactSuccess {
	color:#A05D15;
	font-size:16px;
	font-weight:bold;
	}
	
.focusField{
	background:#A05D15;
	border:1px #333333 solid;
	color: #000;
	}
	
.idleField{
	background:#333333;
	border:1px #999999 solid;
	color: #FFFFFF;
	}
	
/*////////////////Start Form Style///////////////////////////////*/

.bold{font-weight:bold;}
.size15{font-size:15px;}

.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
.last, div.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24, div.span-24 {width:950px;margin:0;}
input.span-1, textarea.span-1, select.span-1 {width:30px!important;}
input.span-2, textarea.span-2, select.span-2 {width:50px!important;}
input.span-3, textarea.span-3, select.span-3 {width:90px!important;}
input.span-4, textarea.span-4, select.span-4 {width:130px!important;}
input.span-5, textarea.span-5, select.span-5 {width:170px!important;}
input.span-6, textarea.span-6, select.span-6 {width:210px!important;}
input.span-7, textarea.span-7, select.span-7 {width:250px!important;}
input.span-8, textarea.span-8, select.span-8 {width:290px!important;}
input.span-9, textarea.span-9, select.span-9 {width:330px!important;}
input.span-10, textarea.span-10, select.span-10 {width:370px!important;}
input.span-11, textarea.span-11, select.span-11 {width:410px!important;}
input.span-12, textarea.span-12, select.span-12 {width:450px!important;}
input.span-13, textarea.span-13, select.span-13 {width:490px!important;}
input.span-14, textarea.span-14, select.span-14 {width:530px!important;}
input.span-15, textarea.span-15, select.span-15 {width:570px!important;}
input.span-16, textarea.span-16, select.span-16 {width:610px!important;}
input.span-17, textarea.span-17, select.span-17 {width:650px!important;}
input.span-18, textarea.span-18, select.span-18 {width:690px!important;}
input.span-19, textarea.span-19, select.span-19 {width:730px!important;}
input.span-20, textarea.span-20, select.span-20 {width:770px!important;}
input.span-21, textarea.span-21, select.span-21 {width:810px!important;}
input.span-22, textarea.span-22, select.span-22 {width:850px!important;}
input.span-23, textarea.span-23, select.span-23 {width:890px!important;}
input.span-24, textarea.span-24, select.span-24 {width:940px!important;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.clear {clear:both;}
textarea.large {width:100%;height:250px;padding:5px;font-family:Arial, Helvetica, sans-serif;font-size:12px;}
textarea.small {width:100%;height:150px;padding:5px;font-family:Arial, Helvetica, sans-serif;font-size:12px;}
textarea.thin {width:100%;height:50px;padding:5px;font-family:Arial, Helvetica, sans-serif;font-size:12px;}
*html textarea.small {width:100%;height:100px;padding:5px;font-family:Arial, Helvetica, sans-serif;font-size:12px; overflow:auto;}
.title {font-size:16px;font-weight:bold;}
.center {text-align:center;}
.noStyle {list-style:none;}
.noStyle li {list-style-image:none;}
.floatLeft {float:left;margin-right:10px;}
.floatRight {float:right;margin-right:10px;}


.prepend-top3 {margin-top:3px;}
.prepend-top4 {margin-top:4px;}
.prepend-top5 {margin-top:5px;}
.prepend-top6 {margin-top:6px;}
.prepend-top {margin-top:10px;}
.prepend-top15 {margin-top:15px;}
.prepend-top20 {margin-top:20px;}
.prepend-top25 {margin-top:25px;}
.prepend-top30 {margin-top:30px;}
.prepend-top35 {margin-top:35px;}
.prepend-top40 {margin-top:40px;}
.prepend-top45 {margin-top:45px;}
.prepend-top50 {margin-top:50px;}
.prepend-top55 {margin-top:55px;}
.prepend-top60 {margin-top:60px;}
.prepend-top65 {margin-top:65px;}
.prepend-top70 {margin-top:70px;}
.prepend-top75 {margin-top:75px;}
.prepend-top80 {margin-top:80px;}
.prepend-top85 {margin-top:85px;}
.prepend-top90 {margin-top:90px;}
.prepend-top95 {margin-top:95px;}
.prepend-top100 {margin-top:100px;}
.prepend-top105 {margin-top:105px;}
.prepend-top110 {margin-top:110px;}
.prepend-top115 {margin-top:115px;}
.prepend-top120 {margin-top:120px;}
.prepend-top125 {margin-top:125px;}
.prepend-top130 {margin-top:130px;}
.prepend-top135 {margin-top:135px;}
.prepend-top140 {margin-top:140px;}
.prepend-top145 {margin-top:145px;}
.prepend-top150 {margin-top:150px;}


.append-bottom3 {margin-bottom:3px;}
.append-bottom4 {margin-bottom:4px;}
.append-bottom5 {margin-bottom:5px;}
.append-bottom {margin-bottom:10px;}
.append-bottom15 {margin-bottom:15px;}
.append-bottom20 {margin-bottom:20px;}
.append-bottom25 {margin-bottom:25px;}
.append-bottom30 {margin-bottom:30px;}
.append-bottom35 {margin-bottom:35px;}
.append-bottom40 {margin-bottom:40px;}
.append-bottom45 {margin-bottom:45px;}
.append-bottom50 {margin-bottom:50px;}
.append-bottom55 {margin-bottom:55px;}
.append-bottom60 {margin-bottom:60px;}
.append-bottom65 {margin-bottom:65px;}
.append-bottom70 {margin-bottom:70px;}
.append-bottom75 {margin-bottom:75px;}
.append-bottom80 {margin-bottom:80px;}
.append-bottom85 {margin-bottom:85px;}
.append-bottom90 {margin-bottom:90px;}
.append-bottom95 {margin-bottom:95px;}
.append-bottom100 {margin-bottom:100px;}
.append-bottom105 {margin-bottom:105px;}
.append-bottom110 {margin-bottom:110px;}
.append-bottom115 {margin-bottom:115px;}
.append-bottom120 {margin-bottom:120px;}
.append-bottom125 {margin-bottom:125px;}
.append-bottom130 {margin-bottom:130px;}
.append-bottom135 {margin-bottom:135px;}
.append-bottom140 {margin-bottom:140px;}
.append-bottom145 {margin-bottom:145px;}
.append-bottom150 {margin-bottom:150px;}

.width5 {width:5px;}
.width10 {width:10px;}
.width15 {width:15px;}
.width20 {width:20px;}
.width25 {width:25px;}
.width30 {width:30px;}
.width35 {width:35px;}
.width40 {width:40px;}
.width45 {width:45px;}
.width50 {width:50px;}
.width55 {width:55px;}
.width60 {width:60px;}
.width65 {width:65px;}
.width70 {width:70px;}
.width75 {width:75px;}
.width80 {width:80px;}
.width85 {width:85px;}
.width90 {width:90px;}
.width95 {width:95px;}
.width100 {width:100px;}
.width105 {width:105px;}
.width110 {width:110px;}
.width115 {width:115px;}
.width120 {width:120px;}
.width125 {width:125px;}
.width130 {width:130px;}
.width135 {width:135px;}
.width140 {width:140px;}
.width145 {width:145px;}
.width150 {width:150px;}
.width155 {width:155px;}
.width160 {width:160px;}
.width165 {width:165px;}
.width170 {width:170px;}
.width175 {width:175px;}
.width180 {width:180px;}
.width185 {width:185px;}
.width190 {width:190px;}
.width195 {width:195px;}
.width200 {width:200px;}
.width205 {width:205px;}
.width210 {width:210px;}
.width215 {width:215px;}
.width220 {width:220px;}
.width225 {width:225px;}
.width230 {width:230px;}
.width235 {width:235px;}
.width240 {width:240px;}
.width245 {width:245px;}
.width250 {width:250px;}
.width255 {width:255px;}
.width260 {width:260px;}
.width265 {width:265px;}
.width270 {width:270px;}
.width275 {width:275px;}
.width280 {width:280px;}
.width285 {width:285px;}
.width290 {width:290px;}
.width295 {width:295px;}
.width300 {width:300px;}
.width305 {width:305px;}
.width310 {width:310px;}
.width315 {width:315px;}
.width320 {width:320px;}
.width325 {width:325px;}
.width330 {width:330px;}
.width335 {width:335px;}
.width340 {width:340px;}
.width345 {width:345px;}
.width350 {width:350px;}
.width355 {width:355px;}
.width360 {width:360px;}
.width365 {width:365px;}
.width370 {width:370px;}
.width375 {width:375px;}
.width380 {width:380px;}
.width385 {width:385px;}
.width390 {width:390px;}
.width395 {width:395px;}
.width400 {width:400px;}
.width405 {width:405px;}
.width410 {width:410px;}
.width415 {width:415px;}
.width420 {width:420px;}
.width425 {width:425px;}
.width430 {width:430px;}
.width435 {width:435px;}
.width440 {width:440px;}
.width445 {width:445px;}
.width450 {width:450px;}
.width455 {width:455px;}
.width460 {width:460px;}
.width465 {width:465px;}
.width470 {width:470px;}
.width475 {width:475px;}
.width480 {width:480px;}
.width485 {width:485px;}
.width490 {width:490px;}
.width495 {width:495px;}
.width500 {width:500px;}
.width505 {width:505px;}
.width510 {width:510px;}
.width515 {width:515px;}
.width520 {width:520px;}
.width525 {width:525px;}
.width530 {width:530px;}
.width535 {width:535px;}
.width540 {width:540px;}
.width545 {width:545px;}
.width550 {width:550px;}
.width555 {width:555px;}
.width560 {width:560px;}
.width565 {width:565px;}
.width570 {width:570px;}
.width575 {width:575px;}
.width580 {width:580px;}
.width585 {width:585px;}
.width590 {width:590px;}
.width595 {width:595px;}
.width600 {width:600px;}
.width605 {width:605px;}
.width610 {width:610px;}
.width615 {width:615px;}
.width620 {width:620px;}
.width625 {width:625px;}
.width630 {width:630px;}
.width635 {width:635px;}
.width640 {width:640px;}
.width645 {width:645px;}
.width650 {width:650px;}
.width655 {width:655px;}
.width660 {width:660px;}
.width665 {width:665px;}
.width670 {width:670px;}
.width675 {width:675px;}
.width680 {width:680px;}
.width685 {width:685px;}
.width690 {width:690px;}
.width695 {width:695px;}
.width700 {width:700px;}
.width705 {width:705px;}
.width710 {width:710px;}
.width715 {width:715px;}
.width720 {width:720px;}
.width725 {width:725px;}
.width730 {width:730px;}
.width735 {width:735px;}
.width740 {width:740px;}
.width745 {width:745px;}
.width750 {width:750px;}
.width755 {width:755px;}
.width760 {width:760px;}
.width765 {width:765px;}
.width770 {width:770px;}
.width775 {width:775px;}
.width780 {width:780px;}
.width785 {width:785px;}
.width790 {width:790px;}
.width795 {width:795px;}
.width800 {width:800px;}
.width805 {width:805px;}
.width810 {width:810px;}
.width815 {width:815px;}
.width820 {width:820px;}
.width825 {width:825px;}
.width830 {width:830px;}
.width835 {width:835px;}
.width840 {width:840px;}
.width845 {width:845px;}
.width850 {width:850px;}
.width855 {width:855px;}
.width860 {width:860px;}
.width865 {width:865px;}
.width870 {width:870px;}
.width875 {width:875px;}
.width880 {width:880px;}
.width885 {width:885px;}
.width890 {width:890px;}
.width895 {width:895px;}
.width900 {width:900px;}


.width100Per {width:100%;}


.height50{height:50px;}
	
/*////////////////End Form Style///////////////////////////////*/
