/*~~~~~~~~~~~~~~~~~global styles startZ~~~~~~~~~~~~~~~~~*/
html {
	width: 100%;
	height: 100%;
	_border: none;
	font-family:Arial, Helvetica, sans-serif;
}
body, form {
	margin: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	color:#333333;
}
img, object, embed {
	display: block;
}
a img, img a, img {
	border: none;
}
a {
	color:#700648;
	outline: none;
	text-decoration:none;
}

a:hover {
	color:#000;
	outline: none;
	text-decoration:none;
}

h1,h2,h3,h4,h5,h6{
	font-family:Arial, Helvetica, sans-serif;
	color:#700648;
}

h1{
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	margin: 0 0 10px 0;
	padding:0;
}

h1.central{
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	margin: 0 0 0 0;
	padding:0;
}

h2{
	font-size:16px;
	font-weight:bold;
	color:#700648;
	letter-spacing:1px;
}

h2.lhn{
	font-size:14px;
	font-weight:bold;
	color:#666;
	letter-spacing:1px;
	margin: 0 0 6px 0;
	padding:0;
}

h2.central{
	font-size:14px;
	font-weight:bold;
	color:#666;
	letter-spacing:1px;
	margin: 0 0 6px 0;
	padding:0;
}

h2.searchRental{
	width:160px;
	font-size:14px;
	font-weight:bold;
	color:#666;
	letter-spacing:1px;
	line-height:7px;
	margin: 0 0 6px 0;
	padding:0;
}


h3{
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}
h3.alt {
	color: #333;
	padding: 11px 0 0 0;
}

h4{
	color:#666;
	margin:0;
	font-size:12px;
}
h4.alt {
	color: #333;
	font-weight: normal;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0 0 4px 0;
	color:#333;
}

label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

label span{
	display:block;
}

.clearer{
	clear: both;
	line-height: 0px;
	font-size:0px;
	border-collapse:collapse;
	height:0px;
}
div.container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	color: #333;
}
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 16px;
	color:#700648;	
	margin:0 0 10px 0;
}

.sIFR-hasFlash h1.central {
	visibility: hidden;
	font-size: 16px;
	color:#700648;	
	margin:0 0 0 0;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 16px;
	color:#700648;
}
.sIFR-hasFlash h2.lhn {
	visibility: hidden;
	font-size: 16px;
	color:#700648;
}

.sIFR-hasFlash h2.central {
	visibility: hidden;
	font-size: 16px;
	color:#700648;
}


.sIFR-hasFlash h2.searchRental {
	visibility: hidden;
	font-size: 14px;
	color:#666;
	letter-spacing:7px;
}

/*~~~~~~~~~~~~~~~~~global styles endZ~~~~~~~~~~~~~~~~~*/
div.header {
	background: #CCCCCC;
	width: 760px;
/*	height: 148px;*/
}

div.flashWin {
 	width: 760px;
	height: 220px;
}

div.headerBg_left {
	float:left;
 	width: 562px;
	height: 86px;
}
div.headerBg_right {
	float:right;
	background: url(../images/UI/headerBg_right.jpg) no-repeat left bottom;
 	width: 198px;
	height: 86px;
}

div.navSecondary {
	background:#96035E;
	text-align:right;
	padding:2px 0 8px 0;
	margin:0;
}
div.navSecondary a{
	color:#FFF;
	font-size:14px;
	margin: 0 20px 0 0;
	font-weight:bold;
}
div.loginArea {
	background:#D6D6D6;
 	width: 760px;
	height: 110px;
}

div.loginArea1 {
	margin: 20px 100px 0 80px;
	_margin: 20px 80px 0 40px;
	float:left;
 	width: 220px;
	height: 90px;
	font-size:11px;
}

div.loginArea2 {
	margin: 20px 0 0 0;
	float:left;
 	width: 300px;
	height: 90px;
	font-size:11px;
}
div.globalNav{
	background:url(../images/UI/globalNav_bg.jpg) repeat-x top left #EEE;
 	width: 760px;
	height: 41px;
	border-bottom:1px #FFFFFF solid;
	color:#700648;
	font-size:14px;
	padding:0;
	margin:0;
}

div.globalNav a{
	background:url(../images/UI/globalNav_vline.gif) no-repeat top right;
	margin: 0;
	padding: 14px 15px 13px 15px;
	color:#700648;
	text-decoration:none;
	display:inline-block;
	float:left;
}



div.globalNav a.global_last{
	background:none;
	margin: 0;
	padding: 14px 16px 13px 16px;
	_padding: 14px 16px 12px 16px;
	color:#700648;
	text-decoration:none;
	display:block;
	float:left;
	font-weight:normal;
	position: relative;
	margin-right: -3px; /* needed for ie6 */
}

div.globalNav a.global_last_selected{
	background:url(../images/UI/globalNav_hover.gif) no-repeat top right;
	margin: 0;
	padding: 14px 16px 13px 16px;
	_padding: 14px 16px 12px 16px;
	color:#700648;
	text-decoration:none;
	display:block;
	float:left;
	font-weight:normal;
	position: relative;
	margin-right: -3px; /* needed for ie6 */
}

div.globalNav a.selected{
	font-weight:normal;
	background:url(../images/UI/globalNav_hover.gif) no-repeat top right;
	color:#700648;
	font-weight:bold;
	position: relative;
}

div.globalNav a:hover{
	background:url(../images/UI/globalNav_hover.gif) no-repeat top right;
	color:#700648;
}

/* index */
div.colIndexShell{
	width:759px;
	border-right:0;
	border-left:1px solid #CCC;
	background:#FFF;
	margin:20px 0 0 0;
	display:block;
	height:auto;
}
div.colIndexShell p{
	font-size:14px;
}

div.colIndexShell p a:hover{
	border-bottom:1px solid #700648;
}

div.colIndex1{
	float:left;
	width:530px;
	margin:0;	
	border-right:1px solid #CCC;
	padding: 0px 20px 20px 18px;
	display: inline;
}
div.colIndex1 div.subCol1{
	float:left;
	width:255px;
	margin: 0 10px 0 0;
	padding: 0px;
	color:#333;
}
div.colIndex1 div.subCol2{
	float:left;
	width:255px;
	margin: 0 0 0 10px;
	padding: 0;
	color:#333;
}
div.colIndex1 div.subCol1 h2, div.colIndex1 div.subCol2 h2{
	font-size:16px;
	letter-spacing:0;
	margin:0 0 10px 0;
	padding:0;
}
div.colIndex1 div.subCol1 h3, div.colIndex1 div.subCol2 h3{
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}
div.colIndex1 div.subCol1 p, div.colIndex1 div.subCol2 p{
	font-size:12px;
	color:#333;
	line-height:140%;
	display:inline-block;
	margin:0;
	padding:0 0 20px 0;	
}
a.button-findoutmore{
	background:url(../images/UI/button-findoutmore.jpg) no-repeat 0 0;
	display:block;
	width:254px;
	height:50px;
	text-indent:-2000px;
}
a.button-findoutmore:hover{
	background:url(../images/UI/button-findoutmore.jpg) no-repeat 0 bottom;
}
a.arrowLink{
	background:url(../images/UI/arrowLink.gif) no-repeat 0 0;
	margin: 0;
	display:block;
	padding: 0 0 10px 15px;
	line-height:1;
	width:165px;
	_width:150px;
	color:#700648;
	font-size:12px;
	text-decoration:none;
	white-space:normal;
}

a.arrowLink:hover{
	background:url(../images/UI/arrowLink.gif) no-repeat 0 -49px;
}

a.arrowLink_selected{
	background:url(../images/UI/arrowLink.gif) no-repeat 0 -49px;
	margin: 0;
	display:block;
	padding: 0 0 10px 15px;
	line-height:1;
	width:165px;
	_width:150px;
	color:#700648;
	font-size:12px;
	text-decoration:none;
	white-space:normal;
}

div.colIndex2{
	float:left;
	width:178px;
	padding: 0;
	margin: 0 0 0 10px;
	display:inline;
}

select.length150{
	width:150px;
}	

select.length67{
	width:67px;
}	

.indexSearch{
	background:#f5f5f5;
	border:1px solid #DDD;
	padding:5px 10px 10px 10px;
	width:156px;
	margin:0 0 10px 0;
}
.indexSearch h2{
	font-size:15px;
	letter-spacing:0;
	margin:0;
	padding:0;
	color:#666666;
}	
.quickLinkPanel h4{
	background:#f5f5f5;
	margin: 5px 0 10px 0;
	padding: 8px 10px 0 10px;
	text-decoration:none;
	height:24px;
	width:158px;
	display:block;
	font-size:15px;
	color:#700648;
}

/* GENERIC */
/* LHN */
div.generic_Leftcol{
	margin: 30px 0 0 0;
	float:left;
	width:190px;
}
#leftColNav {
	margin:50px 0 0 0;	
}
#leftColNav a{
	width:170px;
	padding: 5px 5px 5px 15px;
	background:url(../images/UI/bg-lhnav.gif) no-repeat 0 0;
	font-size:12px;
	font-weight:bold;
	display:block;
	border-bottom:1px solid #FFF;
}
#leftColNav a:hover, #leftColNav a.active{
	color:#FFF;
	background:url(../images/UI/bg-lhnav.gif) no-repeat 0 -50px;
}
div.generic_Leftcol div.quickSearch{
	margin: 30px 0 0 0;
}

div.generic_Leftcol select.length160{
	width:160px;
}	

div.generic_Leftcol select.length72{
	width:72px;
}	

div.generic_Leftcol input.length130{
	width:130px;
	_width:124px;
	font-size:11px;
	height:13px;
	padding: 2px 0 0 0;
	float:left;
}	
span.font12{
	margin: 0 5px 0 5px 0;
	font-size:12px;
	display:inline;
}

div.generic_Centercol{
	margin: 20px 0 0 0px;
	padding: 10px 0 0 20px;
	_padding: 10px 0 0 18px;
	float:left;
	width:359px;
	font-size:12px;
}
div.generic_Centercol h1{
	font-size:18px;	
}
div.generic_Centercol p{
	font-size:12px;
	color:#666666;
	line-height:140%;
	margin: 0;
	padding: 0 0 25px 0;
	text-align:justify;
}

div.generic_Centercol_ext{
	margin: 20px 0 0 0px;
	padding: 10px 0 0 18px;
	_padding: 10px 0 0 18px;
	float:left;
	width:550px;
	border-left:1px solid #CCC;
	font-size:12px;
}
div.generic_Centercol_ext h3.heading{
	font-size:15px;	
	float:left;
	margin:0;
	padding:0;
}
div.generic_Centercol_ext_col1{
	margin:0;
	padding:0;
	width:260px;
	font-size:12px;
	color:#700648;
	float:left;
	line-height:140%;
	font-size:12px;
}

div.generic_Centercol_ext_col2{
	margin:0;
	padding:0;
	width:260px;
	font-size:12px;
	color:#700648;
	float:left;
	line-height:140%;
	font-size:12px;
}

div.generic_Rightcol{
	margin: 50px 0 0 0px;
	padding: 0px 0 0 30px;
	_padding: 0px 0 0 24px;
	float:left;
	width:160px;
}

div.hline{
	clear: both;
	line-height: 0px;
	border-bottom:1px solid #CCC;
	margin:0 0 10px 0;
}


.rh_image{
	padding:0;
	margin: 20px 0 0 0;
}



/* LISTS */
ul {
	margin:0 0 20px 0;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(../images/UI/bg-li.gif) no-repeat 0 5px;
}

div.unstyledList ul{
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}

div.unstyledList ul li {
	padding: 0 0 6px 0;
}
div.unstyledList ul li a{
	margin:0;
	padding:0;
	font-size:12px;
	border-bottom:1px solid #CCC;
}
div.unstyledList ul li a:hover{
	border-bottom:1px solid #700648;
}

div.styledList_pdf ul{
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}

div.styledList_pdf ul li {
	padding: 0 0 8px 0;
}
div.styledList_pdf ul li a{
	margin:0;
	padding:0 0 0 45px;
	font-size:12px;
	border-bottom:1px solid #CCC;
	background:url(../images/UI/button_pdf.gif) no-repeat 0 2px;
}
div.styledList_pdf ul li a:hover{
	border-bottom:1px solid #700648;
	background:url(../images/UI/button_pdf.gif) no-repeat 0 -47px;
}


/* FORMS */
div.formShell1{
	background:#F2F2F2;
	margin:0 0 10px 0;
	padding:10px;
}
div.formShell1 h3{
	margin:10px 0 10px 0;
	padding:0px;
}
div.formShell1 label{
	font-size:12px;
	color:#700648;
}

div.formShell1 p{
	font-size:11px;
	color:#700648;
	margin:0;
	padding:0;
}
div.formCol_330{
	float:left;
	width:330px;
}

div.formCol_140{
	float:left;
	margin:0 0 0 30px;
	padding:0;
	width:140px;
}
div.formCol_140 label span{
	width:120px;
	float:left;
	font-size:12px;
	margin: 0 0 2px 0;
}

.formCheck1{
	float:left;
}

.input330{
	font-size:11px;
	width:330px;
	margin: 0 0 6px 0;
}

.textarea330{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:330px;
	height: 60px;
	margin: 0 0 6px 0;
}


div.formShell2{
	background:#F2F2F2;
	margin:0 0 10px 0;
	padding:10px;
}

div.formShell2a{
	background:#F2F2F2;
	margin:0 0 10px 0;
	padding:10px 0 0px 10px;
	height:260px;
}

div.formShellGallery{
	background:#F2F2F2;
	margin:0 10px 10px 0;
	padding:10px 0px 10px 10px;
	width:260px;
	float:left;
	display:block;
}
div.formShellGallery2{
	background:#F2F2F2;
	margin:0 0 10px 0;
	padding:10px 0px 10px 10px;
	width:260px;
	float:left;
	display:block;
}
div.formShellGallery h3, div.formShellGallery2 h3{
	display:block;
	width:250px;
	height:30px;
	overflow:hidden;
}
div.formShellGallery span, div.formShellGallery2 span{
	display:block;	
	font-size:11px;
}
div.formShellGallery span.ref, div.formShellGallery2 span.ref{
	font-size:11px;
	margin:0 0 10px 0;
	display:inline-block;
}
div.galleryCol{
	float:right;	
	padding: 0 0px 0 5px;
	font-size:11px;
}
div.galleryCol span{
    width:100px;
    }


/* property details page */
div.formShell_prop{
	width:580px;
	background:#FFF;
	margin:0 0 20px 0;
	padding:10px 0 0px 10px;
}

div.propDet_searchDetail {
	width:530px;
	padding:10px 0 0 0;
}

div.formShell_prop div.propertyManager{
	float:left;
	width: 300px;
	margin: 0 0 0 10px;
	font-size:12x;
	line-height:130%;
	padding: 0 0 10px 0;
}
div.formShell_prop div.peepImg img{
	margin: 0 auto;
	text-align:center;
	vertical-align:middle;
}

div.formShell_prop div.propImg img{
	margin: 0 auto;
	text-align:center;
	vertical-align:middle;
}

div.formShell_prop div.propImg table{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

/*end*/

div.formShell3{
	width:335px;
	background:#F2F2F2;
	margin:0 0 10px 0;
	padding:10px 10px 0px 10px;
}
/* tenant maintanence form */
div.formShell_repair{
	width:335px;
	background:#F2F2F2;
	margin:0 0 10px 0;
	padding:10px 10px 0px 10px;
}
div.formShell_repair h3{
	margin:20px 0 5px 0;
}


div.formShell_repair .input330{
	width: 329px;
	float: left;
	border:1px solid #CCC;
	height:19px;
	font-size:11px;
	margin:0;
	padding:0;
}

div.formShell_repair .length150{
	width: 150px;
	border:1px solid #CCC;
	height:19px;
	font-size:11px;
	margin:0;
	padding:0;
}

div.formShell_repair label {
	width: 329px;
	height: auto;
	padding: 6px 0 6px 0px;
	margin: 0;
	float: left;
	font-size:12px;
	color:#700648;
}
div.formShell_repair .acc_check{
	margin: 0 5px 0 0;
}

/*end*/
div.formShell3 label{
	font-size:12px;
	color:#700648;
}

div.formShell3 p, div.formShell_repair p {
	font-size:11px;
	color:#700648;
	margin:0;
	padding:0;
}

div.formShell4, div.formShell4a{
	float:left;
	width:244px;
	background:#F2F2F2;
	margin:0 0 10px 0;
	padding:10px;
}

div.formShell4a{
	margin:0 0 10px 10px;
}

div.formShell4b{
	float:left;
	width:100%;
	background:#F2F2F2;
	margin:0 0 10px 0;
	padding:10px 10px 0 10px;
}

div.formShell_property{
	width: 519px;
	background:#F2F2F2;
	margin:0 0 10px 0;
}


div.formShell4 div.peepImg, div.formShell4a div.peepImg, div.formShell4b div.peepImg{
	float:left;
	height:80px;
	width:80px;
	background:#FFFFFF;
}

div.formShell4 div.peepImg table, div.formShell4a div.peepImg table,  div.formShell4b div.peepImg table{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

div.peepImg img{
	margin: 0 auto;
	text-align:center;
	vertical-align:middle;
}

div.peepDet{
	float:left;
	width: 150px;
	margin: 0 0 0 10px;
	font-size:11px;
	line-height:150%;
}

div.peepDet p{
	margin: 0 0 10px 0;
}


 div.formShell4b div.peepDet{
	float:left;
	width: 259px;
	margin: 0 0 0 10px;
	font-size:12px;
	line-height:150%;
}

div.peepDet span{
	font-size:12px;
}
div.floatLeft{
	float:left;
}
div.propImg2 {
	float:left;
	margin:-10px 0 0 10px;
	padding: 5px 0 0 0;
	width:189px;
	height:265px;
	overflow-y:scroll;
}

div.propImg2 table{
	margin:0;
	padding:0;
	width:165px;
	height:100%;
}
div.propImg2 td {
	margin:0;
	padding:0;
	width:80px;
	height:80px;
	background:#FFFFFF;
}

div.propImg2 img{
	margin: 0 auto;
	text-align:center;
	vertical-align:middle;
}

div.propImg {
	float:left;
	margin:0;
	padding: 0;
	width:146px;
	height:146px;
}
div.propImg img{
	margin: 0 auto;
	text-align:center;
	vertical-align:middle;
}

div.propImg table{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

div.propImg td {
	margin:0;
	padding:0;
	width:146px;
	height:146px;
	background:#FFFFFF;
}

div.propDet{
	float:left;
	width: 350px;
	margin: 0 0 0 20px;
	font-size:12px;
}
div.propDet span{
	display:block;
	margin: 0 0 10px 0;
}
div.propDet h3 {
	height: 30px;
	overflow: hidden;
}
div.propDet div.propDet_col1, div.formShell_prop div.propDet_col1{
	float:left;
	width: 50%;
	margin: 0;
	padding:0;
	font-size:12px;
} 
div.propDet div.propDet_col1 span, div.formShell_prop div.propDet_col1 span{
	font-weight:bold;
	color:#666666;
	margin: 0 0 5px 0;	
}

div.propDet div.propDet_col2, div.formShell_prop div.propDet_col2{
	float:left;
	width: 50%;
	margin: 0;
	font-size:12px;
} 

div.propDet div.propDet_col2 span, div.formShell_prop div.propDet_col2 span{
	font-weight:bold;
	color:#666666;
	margin: 0 0 5px 0;		
} 
div.propDet_searchDetail div.propDet_col1, div.propDet_searchDetail div.propDet_col2 {
	margin-bottom: 17px;
}
div.propDet_searchDetail div.propDet_col1 span, div.propDet_searchDetail div.propDet_col2 span {
	font-weight: normal;
	color:#700648;
	display: block;
	padding-top: 5px;
}

div.propImg img{
	margin: 0 auto;
	text-align:center;
	vertical-align:middle;
}
div.filterDropdown{
	width: 550px;
	height: 30px;
	margin-bottom: 10px;
	background:#CCC;
}
div.filterDropdown select{
	width: 160px;
	font-size:11px;
	float: left;
	position:relative;
	top:5px;
	left:10px;
}
div.pageNum{
	width: 380px;
	height: 20px;
	float:right;
	font-size:12px;
	color: #666;
	margin-bottom:10px;
}
div.pageNum span, div.pageNum a {
	display: block;
	float: right;
	color: #666;
	padding: 3px 7px 3px 7px;
	border-right: 1px solid #CCC;
}
div.pageNum a:hover{
	color:#700648;
}
div.pageNum a.active{
	color:#FFF;
	background:#700648;
}
.redText{
	color:#CC0000;
	display:inline;
}

/* BUTTONS */
a.buttonGallery{
	background:url(../images/UI/button-galleryview.jpg) no-repeat 0 0;
	border-left:1px solid #FFF;
	height:30px;
	width:120px;
	display:block;
	float:right;
}

a.buttonList{
	background:url(../images/UI/button-listview.jpg) no-repeat 0 0;
	border-left:1px solid #FFF;	
	height:30px;
	width:120px;
	display:block;
	float:right;
}
a.buttonGallery:hover, a.buttonGallery.active, a.buttonList:hover, a.buttonList.active{
	background-position:0 bottom;
}
.button_applynow{
	background:url(../images/UI/button_applynow.gif) no-repeat 0 0;
	margin: 0 10px 0 0;
	padding: 0;
	text-decoration:none;
	height:19px;
	width:60px;
	float:left;
}

.button_applynow:hover{
	background:url(../images/UI/button_applynow.gif) no-repeat 0 -47px;
}
.button_applynow2{
	background:url(../images/UI/button-applynow-gal.jpg) no-repeat 0 0;
	margin: 10px 10px 0 0;
	padding: 0;
	text-decoration:none;
	height:20px;
	width:94px;
	float:left;
}

.button_applynow2:hover{
	background:url(../images/UI/button-applynow-gal.jpg) no-repeat 0 bottom;
}
.propDet_searchDetail .button_applyonline{
	background:url(../images/UI/button_applyonline.jpg) no-repeat 0 0;
	margin-top: 10px;
	padding: 0;
	text-decoration:none;
	height:19px;
	width:69px;
	float:left;
}
.propDet_searchDetail .button_applyonline:hover{
	background:url(../images/UI/button_applyonline.jpg) no-repeat 0 -47px;
}
.button_viewdetails{
	background:url(../images/UI/button_viewdetails.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
	text-decoration:none;
	height:19px;
	width:70px;
	float:left;
}

.button_viewdetails:hover{
	background:url(../images/UI/button_viewdetails.gif) no-repeat 0 -47px;
}
.button_viewdetails2{
	background:url(../images/UI/button-viewdet-gal.jpg) no-repeat 0 0;
	margin: 10px 0 0 0;
	padding: 0;
	text-decoration:none;
	height:20px;
	width:94px;
	float:left;
	clear:both;
}

.button_viewdetails2:hover{
	background:url(../images/UI/button-viewdet-gal.jpg) no-repeat 0 bottom;
}
.button_Toppage{
	background:url(../images/UI/button_top_page.gif) no-repeat 0 0;
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration:none;
	height:13px;
	width:63px;
	display: block;
	clear:both;
}

.button_Toppage:hover{
	background:url(../images/UI/button_top_page.gif) no-repeat 0 -47px;
}

.button_Top{
	background:url(../images/UI/button_top.gif) no-repeat 0 0;
	margin: 0 8px 0 0;
	padding: 0;
	text-decoration:none;
	height:13px;
	width:63px;
	float:left;
}

.button_Top:hover{
	background:url(../images/UI/button_top.gif) no-repeat 0 -47px;
}
.button_Print{
	background:url(../images/UI/button_print.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
	text-decoration:none;
	height:13px;
	width:28px;
	float:left;
}

.button_Print:hover{
	background:url(../images/UI/button_print.gif) no-repeat 0 -47px;
}

.button_Send{
	background:url(../images/UI/button_send.gif) no-repeat 0 0;
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration:none;
	height:19px;
	width:38px;
	float:right;
	clear:both;
}

/*.button_SendActive{
	background:url(../images/UI/button_send.gif) no-repeat 0 -47px;
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration:none;
	height:19px;
	width:38px;
	float:right;
	clear:both;
}*/
.button_Send:hover{
	background:url(../images/UI/button_send.gif) no-repeat 0 -47px;
}


.button_Search2{
	background:url(../images/UI/button_search.gif) no-repeat 0 0;
	margin: 2px 28px 0 0;
	_margin: 2px 30px 0 0;
	padding: 0;
	text-decoration:none;
	height:19px;
	width:49px;
	float:right;
}

.button_Search2:hover{
	background:url(../images/UI/button_search.gif) no-repeat 0 -41px;
}

.button_apm {
	margin: 50px 0 0 0;
	height:28px;
	width:198px;
	display: block;
	background:url(../images/UI/button_apm_online_extra.jpg) no-repeat 0 0;
}
.button_apm:hover {
	background:url(../images/UI/button_apm_online_extra.jpg) no-repeat 0 -28px;
}
.button_close {
	margin: 50px 16px 0 0;
	_margin: 50px 8px 0 0;
	height:28px;
	width:52px;
	display: block;
	float:right;
	background:url(../images/UI/button_close.jpg) no-repeat 0 0;
}
.button_close:hover {
	background:url(../images/UI/button_close.jpg) no-repeat 0 -28px;
}
.loginArea1Link {
	height:19px;
	width:219px;
	display: block;
	background:url(../images/UI/title_bodycorp_login.jpg) no-repeat 0 0;
}
.loginArea1Link:hover {
	background:url(../images/UI/title_bodycorp_login.jpg) no-repeat 0 -19px;
}
.loginArea2Link {
	height:19px;
	width:262px;
	display: block;
	background:url(../images/UI/title_property_login.jpg) no-repeat 0 0;
}
.loginArea2Link:hover {
	background:url(../images/UI/title_property_login.jpg) no-repeat 0 -19px;
}
.button_Go{
	background:#f5f5f5;
	margin: 5px 0 0 0;
	padding: 8px 10px 0 10px;
	text-decoration:none;
	height:24px;
	width:158px;
	display:block;
	font-size:15px;
	border:none;
}

.button_Search{
	background:url(../images/UI/button_search.gif) no-repeat 0 0;
	margin: 2px 3px 0 0;
	padding: 0;
	text-decoration:none;
	height:19px;
	width:49px;
	float:right;
}

.button_Search:hover{
	background:url(../images/UI/button_search.gif) no-repeat 0 -41px;
}

.button_Go2{
	background:url(../images/UI/button_go.gif) no-repeat 0 0;
	margin: 0px 0 0 5px;
	padding: 0;
	text-decoration:none;
	height:19px;
	width:27px;
	float:left;
}

.button_Go2:hover{
	background:url(../images/UI/button_go.gif) no-repeat 0 -41px;
}

.button_More{
	background:url(../images/UI/button_more.gif) no-repeat 0 0;
	margin: 10px 0 0 0;
	padding: 0;
	text-decoration:none;
	height:19px;
	width:36px;
	float:left;
}

.button_More:hover{
	background:url(../images/UI/button_more.gif) no-repeat 0 -47px;
}

.button_Back{
	background:url(../images/UI/button_back.gif) no-repeat 0 0;
	margin: 10px 0 10px 0;
	padding: 0;
	text-decoration:none;
	height:19px;
	width:36px;
	float:left;
}

.propDet_searchDetail .button_Back{
	margin: 0 0 10px 0;
	float: right;
}
.button_Back:hover{
	background:url(../images/UI/button_back.gif) no-repeat 0 -47px;
}

a.linkU{
	text-decoration:underline;
}
a.linkU:hover{
	text-decoration:underline;
}

.button_Next{
	background:url(../images/UI/button_next.gif) no-repeat 0 0;
	margin: 10px 10px 0 0;
	padding: 0;
	text-decoration:none;
	height:19px;
	width:37px;
	float:right;
}

.button_Next:hover{
	background:url(../images/UI/button_next.gif) no-repeat 0 -47px;
}

.button_Close{
	background:url(../images/UI/button_close.gif) no-repeat 0 0;
	margin: 10px 10px 0 0;
	padding: 0;
	text-decoration:none;
	height:19px;
	width:35px;
	float:right;
}

.button_Close:hover{
	background:url(../images/UI/button_close.gif) no-repeat 0 -47px;
}

.button_Submit{
	background:url(../images/UI/button_submit.gif) no-repeat 0 0;
	margin: 10px 10px 10px 0;
	padding: 0;
	text-decoration:none;
	height:19px;
	width:48px;
	float:right;
}

.button_Submit:hover{
	background:url(../images/UI/button_submit.gif) no-repeat 0 -47px;
}
/*~~~~~~~~~~~~~~~~~Accordion styles start~~~~~~~~~~~~~~~~~*/
div.Accordion {
float:left;
height:auto;
margin: 23px 0 20px 0;
}
div.AccordionPanel {
	width: 349px;
	background-color: #F2F2F2;
	float:left;
height:auto;
}
div.AccordionPanelHidden {
	display: none;
}

.initHidden{
	display: none;
}
div.AccordionPanelTab {
	width: 339px;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	cursor: pointer;
	cursor: hand;
	border-top: 1px solid #FFF;
	background-color: #CCC;
	float:left;
}

div.AccordionPanelTab a.bg1{
	width: 339px;
	height: 29px;
	display:block;
	font-size: 12px;
	padding: 10px 0 0 10px;
	background:url(../images/UI/acc_tabbg1.jpg) no-repeat;
	/*background:url(../images/UI/acc_tabbg3.jpg) no-repeat;*/
}

div.AccordionPanelTab a.bg2{
	width: 339px;
	height: 29px;
	display:block;
	font-size: 12px;
	padding: 10px 0 0 10px;
	background:url(../images/UI/acc_tabbg2.jpg) no-repeat;
}

div.AccordionPanelContent {
	width: 349px;
	font-size:12px;
	padding: 10px 0 10px 0;
	margin:0;
	float:left;
	height:auto;
}
div.AccordionPanelContent .input330{
	width: 320px;
	float: left;
	border:1px solid #CCC;
	height:19px;
	font-size:11px;
	margin: 3px 0 0 0;
	padding:0;
}
div.AccordionPanelContent label {
	width: 329px;
	height: auto;
	padding: 6px 0 0 13px;
	margin: 0;
	float: left;
	font-size:12px;
	color:#700648;
}
div.AccordionPanelContent .acc_check{
	margin: 0 5px 0 0;
}
div.AccordionPanelContent span{
	margin: 0 5px 0 0;
	/*margin: 0 5px 0 10px;*/
	display:block;
}
div.description label.radio {
	width: auto;
	padding-left: 0;
	margin-right: 48px;
	font-size:12px;
}
div.AccordionPanelContent label.alt, div.moreDescriptions label.alt {
	background-color: #EFEFEF;
}
div.AccordionPanelContent label span, div.moreDescriptions label span, div.description label.radio span {
	font-weight: normal;
	text-align: left;
	width: auto;
	padding: 0 0 0 5px;
}
div.AccordionPanelContent label span {
	padding: 0;
}
div.description label.radio span {
	font-weight: bold;
}
div.AccordionPanelContent label input, div.moreDescriptions label input, div.description label.radio input {
    float: left;
	width: 14px;
	height: 14px;
	margin: 0;
	border: none;
}
/*~~~~~~~~~~~~~~~~~Accordion styles end~~~~~~~~~~~~~~~~~*/

/* FOOTER */
div.footer{
	background:url(../images/UI/footerBg.jpg) no-repeat top left;
	width:760px;
	height:100px;
	margin: 20px 0 0 0;
}
div.footer p.footerText{
	margin: 0 0 0 100px ;
	padding: 22px 0 0 0;
	font-size:12px;
	color:#820352;
	line-height:155%;
}
div.footer p.footerText span{
	margin: 0 20px 0 0;
}
div.footer p.footerText a{ 
	font-size:12px;
	color:#820352;
	text-decoration:none;
}
div.footer p.footerText a:hover{ 
	color:#000;
	border-bottom:1px solid #820352;
}
.bkaLink{
	margin:0 auto;
	padding:6px 0 0 0;	
	text-align:center;
	font-size:10px;
	color:#CCCCCC;
	display:block;
}
div.mapControls
{
    display:none;
}
div#divMap, div#divPano
{
    height:400px;
    width:550px;
}