﻿/*  Hacks to make the pushpin popup smaller and without margins */
.ero-actionsBackground { margin:0px!important;}
.ero-actions, .ero-paddingHack, .firstChild P { display:none; }
.ero-body { width:210px!important;}
.firstChild {	padding:5px!important; margin:0px!important; }
.VE_Pushpin_Popup_Title { font-size:10px!important; margin:0px!important;}
#MSVE_obliqueNotification {visibility: hidden;}

BODY 
{
	margin: 0;
	font: Trebuchet MS;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;                 
}

TABLE
{
	font: Trebuchet MS;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;                 
}

.red 
{
	color: Red;
}

LI
{
	margin-bottom: 2px;
	margin-left: -20px;
}

UL
{
	list-style-type:square;
	color: Red;
}

TH
{
	cursor: pointer;
}

SELECT
{
	font: Trebuchet MS;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;                 
}

INPUT
{
	font: Trebuchet MS;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;                 
}

.box
{
	border: solid 1px black;
	margin:10px;
}

#tdName
{
	 font-weight:bold;
	 font-size: 24px;
	 font-style: italic;
	 color: black;
}

#tdAgent,#tdOffice
{
	 font-weight:normal;
	 font-size: 12px;
}

#tblNav
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	background-color:#155793;
	color: White;
	height:36px;
	font-size: 14px;
	background-image: url(../images/propfacts_bg.jpg);
	background-repeat: repeat-x;
	overflow:hidden;                 
}

.gold_bg
{
	background-image: url(../images/ttl_bar_bg.gif)!important;	
}

.okc_bg
{
	background-image: url(OKC/Images/criteria_bg_350px_v2.jpg)!important;	
}

#tdFavoriteMsg
{
	background-color: White;
	color: #9e0015;
}


#divMap
{
	position:relative;
	display: none;
	width:600px;
	height:400px;
	left: 15px; 
	border:solid 1px black;
	z-index: 2;	
}

#divDirections { margin:12px;}

#divDirections img
{
	margin: 0px;
	position:relative;
	width:525px;
	height:284px;
	border:solid 1px black;   
}


@media screen
{
	#DefaultLayout
{	
	margin: 0;
	position:absolute;
	top:0px;
	height:600px;
	width:800px;
	overflow: hidden;                
}

	#divDetailsPanel 
{
	position: absolute;
	top: 40px;
	left: 0px;		 
	width: 600px;
	overflow: auto;
	padding-top: 5px;
	padding-left: 5px;
	background-color: white;
	background-image: url(../images/propertyfeatures_bg.jpg);
	background-repeat: repeat-x;
	/*border-color: Black;
	border-style: outset;
	border-width: 0px;
	display: block;
*/
	font-family: Arial;
	font-size: 12px;
	z-index: 0;
}

}
@media print
{
	/* must be at the end of file */
	BODY, TABLE {	font-size: 10pt; font-family:Arial;}
	A { text-decoration:none; color: Black;}
	#divDetailsPanel {font-size: 12pt;}
	#DefaultLayout {margin: 0; top:0px;	width:800px; font-size: 12pt;}
	#tblNav { display:none;}
	#panelFav {display:none;}
	
}

