/* 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;	
	margin: 0px;
}

td {
	font-size: 12px;
}

A, a:visited {
	color: #003399;
} 

a:hover {
	color: #999999;
}



/* Virtual tour (vt) */
#vtHead {
	display: none;
}

#vtMainTbl {
	padding: 2px;
	margin-top: 10px;
}

#vtLeftNav td {	
	text-align: center;
	padding: 2px;
	width: 170px;
	vertical-align: top;
}

#vtHeadTxt {	
	font-size: 18px;
	color: #FFFFFF;
	border-bottom: solid 1px 003399;
	height: 35px;
}

.vtThmbImg td {
	height: 85px;
}

.vtThmbImg img{
	border: solid 1px #003399;
	margin-top: 5px;	
	text-decoration: none;
}

#vtCopyright {
	padding-top: 20px;
	color: #CCCCCC;
	font-size: 10px;
	text-align: center;

}

.vtPixTour {
	width: 600px;
}





/* fp viewer (fp) */
#fpTable {
	background-color: #FFFFFF;
	width: 680px;
	color: #003399;
	margin-left: 10px;
	margin-top: 10px;
}

#fpText {
	vertical-align: middle;
	width: 554px;
	font-size: 24px;
	font-weight: bold;
}

#fpMenuTxt {
	height: 16px;
	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) */
#emlBldgContent {
	margin-left: 10px;
	margin-top: 10px;
}

#emlBldgForm {
	width: 300px;
}

.address {
	font-size: 12px;
}



/* bldg pix */
#getPixContent {
	text-align: center;
}

#getPixContent table {	
	margin: 10px auto;
}

#getPixInfo td {
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 18px;
}


/* getbldg amap (amap) */
#gmpCnt {
	width: 100%;
	text-align: center;
}

#map {
	margin: 10 auto;
}



/* get space */
#getspcContent {
	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 #003399;
}


#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;
}

