﻿BODY
{
	MARGIN: 0px;
}

.ShowDirections
{
	width: 100%; 
	height:480px; 
	border:1px solid black;
	display:inline-table;
	background-color:#F0F0F0;
}

.HideDirections
{
	width: 100%; 
	height:480px; 
	border:1px solid Black;
	display:none;
}

.rightbox
{
    BORDER-RIGHT: #05649c 1px solid;
    BORDER-TOP: #05649c 1px solid;
    FLOAT: right;
    MARGIN: 5px;
    padding-bottom:5px;
    BORDER-LEFT: #05649c 1px solid;
    BORDER-BOTTOM: #05649c 2px solid;
    POSITION: relative
}

.rightbox .Title A:hover
{
	text-decoration:underline;
	color:white;
}

.rightbox .Title A:visited
{
	color:white;
}

.rightbox .RightBody
{
	padding:2px;
	color:RED;
	background-color:#f0f0f0;
}

.rightbox LI
{
	color:	#05649c;
}

.rightbox .Title
{
    BORDER-RIGHT: #05649c 1px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #05649c 1px solid;
    PADDING-LEFT: 1px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    PADDING-BOTTOM: 1px;
    BORDER-LEFT: #05649c 1px solid;
    COLOR: white;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #05649c 1px solid;
    BACKGROUND-COLOR: #05649c;
}

.rightbox .Title A
{
	text-decoration:none;
	color:white;
}

.TableHeader
{
	BACKGROUND-COLOR: #05649c;
	color:White;
	font-size:22px;
	font-weight:bold;
}

.Column
{
	text-align:left;
	font-size:18px;
	font-weight:bold;
}

H1
{
	color :#05649c;
}

.LabelColor
{
	color :#05649c;
	font-weight:bold;
	font-size:14px;
}

.LabelColorMed
{
	color :#05649c;
	font-weight:bold;
	font-size:20px;
}

.HeaderLabel
{
	color :#05649c;
	font-weight:bold;
	font-size:28px;
	padding-top:50px;
}

.LabelBlack
{
	color :#000000;
	font-weight:bold;
	font-size:14px;
}

.Error
{
	font-weight: bold;
	color: red;
    text-align:center;
}

.Success
{
	font-weight: bold;
	color: green;
    text-align:center;
}

.TableEditHeader
{
	background-color: #05649C;
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color:White;
}

.LegendColumn
{
	width:100px; 
	line-height:10px;
	height:10px;
	border-color: Black;
	border-width:1px;
	border-style:solid;	
}

.LegendColumnHide
{
	width:100px; 
	line-height:2px;
	height:2px;
}

.LegendHeader
{
	font-weight:bold;
}
