#textP th
{
	text-align				: right;
}

#textP td
{
	text-align				: right;
}

#textP td.odd
{
	background-color		: #ccc;			
}

#hebbizzCalculation, #landAverage, #overheadCalculation
{
	border					: 1px solid #ddd;
	padding					: 5px;
	margin					: 5px 0 5px 0;
	
}

/**********************
*
*	Overlay
*
**********************/

.pageOverLay, .pageOverLay1
{
	display					: block;
	position				: absolute;
	top						: 0%;
	left					: 0%;
	width					: 100%;
	height					: 100%;
	background-color		: #000000;
	z-index					: 1000;
	opacity					: .40;
	filter					: alpha(opacity=40);
}
.pageOverLay1
{
	background-color		: Transparent;
	z-index					: 2000;
	
}

.pageOverLayNoOpacity, .pageOverLayNoOpacity1
{
	display					: block;
	position				: absolute;
	top						: 0%;
	left					: 0%;
	width					: 100%;
	height					: 100%;
	background-color		: Transparent;
	z-index					: 1000;
}
.pageOverLayNoOpacity1
{
	z-index: 2000;
}

.dialogOverView, .dialogOverView1
{
	display					: block;	
	position				: absolute;
	width					: 40%;
	height					: 40%;
	z-index					: 1001;
}

.dialogOverView1
{
	z-index: 2001;	
}

.dialogMap {
 position:relative;
 margin:0px auto;
 min-width:3em;	
 color:#000;
 z-index:1001;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialogMap .spContent,
.dialogMap .top,
.dialogMap .bottom,
.dialogMap .bottom div {
background:transparent url('/custom/sla/images/DialogWhite.png') no-repeat top right;
 
}

.dialogMap .spContent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
 width: 718px;
}

.dialogMap .top {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

/* bottom */
.dialogMap .bottom {
	position		: relative;
	width			: 730px;
	
}

.dialogMap .bottom,
.dialogMap .bottom div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialogMap .bottom {
	background-position	: bottom right;
}

.dialogMap .bottom div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialogMap h1,
.dialogMap p,
.dialogMap img {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialogMap h1 {
	padding-bottom			:0px;
}	

.dialogOverViewLargeImage
{
	display					: block;	
	position				: absolute;
	top						: 140px;
	left					: 25%;
	width					: 60%;
	height					: 70%;
	z-index					: 1001;
	
}

#partnerContent
{
	float			: left; 
	width			: 300px; 
	padding			: 30px 0 0 30px;
	_padding-top	: 30px;
	color			: #000;
	font-family		: arial;
}

#textP
{
	float			: left; 
	width			: 600px; 
	border			: 0px solid #000;
	padding			: 0 0 0 30px;
	_padding-top	: 30px;
}

.clearBoth
{
	clear					: both;
}

.emptyDiv
{
	float					: left;
	width					: 80%;
	border					: 1px solid transparant;
}

#menuDiv{
	float					: left;
	border-bottom			: 1px solid #DDD;
	width					: 690px;
	margin-top				: 10px;
}

.closeDiv
{
	float					: left;
	background-image		: url('/custom/sla/images/closelabel.gif');
	background-repeat		: no-repeat;
	height					: 22px;
	width					: 66px;
}

#dummyDiv{
	float					: left;
	width					: 620px;
	border					: 1px solid #fff;
}

.dot{
	border					: 0px solid #000000;
	float					: left;
	height					: 17px;
	position				: absolute;
	width					: 17px;
	z-index					: 3000;
}


