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

