﻿.stylePopupDirections
{
	position: absolute;
	left: 100px;
	top: 100px;
	z-index: 256;
	width: 512px;
	height: 600px;
	color: Black;
	background-color: White;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border: 1px solid Black;
	overflow: auto;
	visibility: hidden;
}

.styleMainTableDirections
{
	width: 492px;
}

.styleMainTableDirections_Top
{
	width: 492px;
	height: 256px;
}

.styleTopTable_Left
{
	text-align: left;
	vertical-align: top;
}

.styleTopTable_Right
{
	text-align: right;	
	vertical-align: top;
}
.stylePrintButtonContainer
{
	width: 72px;
	float: right;
	background-color: #3C5BA3;
	text-align: center;
	margin-bottom: 10px;
}

.stylePrintButton
{
	width: 72px;
	display: inline-block;
	text-decoration: none;
	color: White;
}

.styleMainTableDirections_Bottom
{
	width: 492px;
	height: 324px;
	vertical-align: top;
}