/* these are styles for all buttons on listings page, VR, FP, pix, getspace, amap, map, email, etc. */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

td {
	font-size: 12px;
}

a, a:visited {
	color: #666666;
} 

a:hover {
	color: #FF9933;
}


/* Virtual tour (vt) */
#vtBody {
	color: #FFFFFF;
	background-color: #FFFFFF;
	
	
}

#vtHead {
	display: none;
}

#vtMainTbl {
	padding: 2px;
}

#vtLeftNav td {	
	text-align: center;
	padding: 2px;
	width: 170px;
}

#vtHeadTxt {	
	font-size: 18px;
	color: #666666;
	border-bottom: solid 1px #993333;
	height: 35px;
}

.vtThmbImg td {
	height: 85px;
}

.vtThmbImg img{
	border: solid 1px #993333;
	margin-top: 5px;	
	text-decoration: none;
}

#vtCopyright {
	padding-top: 20px;
	color: #666666;
	font-size: 10px;
	text-align: center;

}

.vtPixTour {
	width: 600px;
}





/* fp viewer (fp) */

#fpbody {
	background-color: #FFFFFF;
}

#fpTable {
	background-color: #FFFFFF;
	width: 680px;
	color: #666666;

}

#fpText {
	vertical-align: middle;
	width: 554px;
	font-size: 28px;
	font-weight: bold;


}
#fpMenuTxt {
	padding: 5px;
	width: 111px;
	font-size: 12px;

}
#fpMenu {
	height: 2px;
	width: 111px;
}
#fpMenuBox {
	font-size: 12px;
}
#fpImgRow td {
	background-color: #FFFFFF;
	text-align: center;
}



/* Email bldg (emlBldg) */
#emlBldgBody {
	background-color: #FFFFFF;
	margin: 0;
}

#emlBldgContent {
	margin-top: 10px;
	margin-left: 10px;
}

#emlBldgHead {
	font-weight: bold;
}

#emlBldgForm {
	width: 300px;
}

.address {
	font-size: 12px;
}




/* getpix (getPix) */

#getPixBdy {
	text-align: center;
	margin: 0;
}

#getPixTbl {
	margin: 0;
}

#getPixTbl td {	 
	text-align: center;
}

#getPixInfo TD {
	padding-bottom: 10px;
}

#getPixAdrs {
    font-size: 20px; 
    font-weight: bold;

}

#getPixCtySt {
    font-size: 18px; 
}

#getPixNoImgTxt {	
    font-size: 12px; 
    font-weight: bold
}





/* getbldg amap (amap) */

#amapBody {
	text-align: center;
	
}

#amapHeader {
 	height: 80px;
}

#amapContent table {
	margin: 10 auto;
}

#amapHeadTbl {
	width: 620px;
}


#amapHeadTbl td {
	text-align: center;
}

#amapAdrsTxt {
	height: 33px;
	color: #666666;
	font-size: 24px;	
	font-weight: bold;
}


/* get space */
#getspcBody {
	margin: 0px;
}

#getspcContent {
	margin-top: 10px;
	left: 10px;
	position: relative;
}

#getspcMain {
	width: 570px;
}

.location {
	font-weight: bold;
}

#getspcInfoTxt {
	width: 80%;
}

#getspcBlImg {
	vertical-align: top;
}

#getspcBlImg img {
	margin: 0px 10px 0px 0px;
}

#getspcLine {
	border-top: 1px solid #993333;
}


#getspcDscTbl .tabledata, #getspcDscTbl .tableheader  {
	border: 0px;
}

#getspcMain td {
	vertical-align: top;
	text-align: left;
}

#getspcDscTbl {
	margin-left: 10px;
}

#getspcData td  {
	border-bottom: 1px solid #CCCCCC;
}

#getspcData .tabledata br {
	display: none;
}

.tableheader {
	font-weight: bold;
}

.tableheader, .tabledata {
	padding-right: 10px;
}

