﻿

html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: silver;
}

.fullPageTable
{
	width: 100%; 
	height: 100%; 
}

.tdTop
{
	width: 100%;
	height: 50px;
	max-height:50px;
	vertical-align:top;
}

.tblTop
{
	background-color: white;
	width: 100%;
}
.tblTopTd1 {width: 25%;}
.tblTopTd2 {text-align: center;	width: 40%;}
.tblTopTd3 {width: 35%;	text-align: right;}

.tdBody
{
	text-align:center;
	vertical-align:middle;
}

.tblContent
{
    width: 100%;
    height: 100%;
}

.divTiming
{
    width: inherit;
    position: relative;
    left: -10px;
    top: -10px;
    background-color: #CCCCCC;
}

.divMap 
{
    width: inherit;
    position:relative;
    left:-10px;
    top:-10px;
    text-align:left;
}

.tdTiming
{
    background-color:Gray;
    width:250px;
}

.tdMap
{
    background-color:Gray;
}

.contentMargin {width:2%; height:100%}

#tblTiming
{
    text-align: left;
    width: 90%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
}
.tdBottom
{
	background-color: transparent;
	width: 100%;
	height: 25px;
	min-height:25px;
	max-height:25px;
	font-weight: bold;
	font-size: 0.6em;
	font-family: Verdana,Arial;
	color: Gray;
	vertical-align: text-bottom;
	text-align: center;
	padding-bottom:5px;
}
