﻿#clientFrame {
	clear: both;
	margin: 2px auto;
    border: 1px solid rgb(214, 231, 239);
}

#pageHeader {
	margin-bottom: 6px;
}

#imgHeaderStyle {
    max-height:40px;
    max-width: 400px;
}

#mainContent 
{
    width: 436px;
}

.Listheader { FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-WEIGHT: bold;}

/* MAP AREA */

#mapContent 
{
    position: relative;
    margin: 4px;
	width: 432px;

}

#mapBack {
	height: 400px;
	width: 400px;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	position: absolute;
	margin-top: 14px;
	margin-left: 14px;
	z-index: 5;
}

#areaMap {
	position: relative;
	display: block;
	top: -2px;
	float: right;
	border: 2px solid #ffffff;
	z-index: 6;
}

#tbSmallMaps {
    position: absolute;
    float: left;
    top: 0px;
    right: 0px;
    z-index: 8;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.corner {
	background-color: rgb(184, 214, 227);
	width: 124px;
	height: 112px;
}

.center {
	background-color: rgb(153, 196, 215);
	width: 180px;
}

#RouteBack 
{
	width: 400px;
	height: 200px;
	float: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#divRoute {display: none;}								
