
div.markerTooltip {
    text-align:  center;
    white-space: normal;
    margin:      0;
    padding:     2px 0.5ex;
    border:      1px solid black;
    font-weight: bold;
    background:  white;
    font-size: 1em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
}

        
html,body {
	height: 99%;
}


body {
	/*font-family: arial, helvetica,sans-serif;*/
	font-family: verdana,sans-serif;
	margin: 5px;
}

iframe {
	margin: 0px;
	padding: 0px;
}

/*
#location {
	font-size:8pt;
}
*/

#selectdata {
	float:right;
	font-size:8pt;
}

#selectdata select {
	font-size:8pt;
}

#listframe {
	width: 300px;
	float: right;
	background:#c1cace;
	border-left: 1px solid black; /* left border*/ 
}

.ssProcessing{
	float: left;
	font-size:8pt;
	background:#c1cace;
}

.ssPanelEntry{
	float: right;
    font-size:10pt;
}

.ssPanelIcon{
	float: left;
}

.ssPanelInfo{
	font-size: 8pt;
}

.top {
	background: #ffffff;
	margin: 0;
	clear: both;
	width: 100%; /*ie requires this or height */
}

.header, .select {
	background: #eee;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin: 0;
	clear: both;
	width: 100%; /*ie requires this or height */
}

.footerleft {
    float: left;
    text-align: left;
}

.footerright {
    float: right;
    text-align: right;	
}

.bottom {
	background: #eee;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin: 0;
	clear: both;
	width: 100%; /*ie requires this or height */
}

.trafficlist
{
    float:left;
    width:95%;
    margin:3px;
    background:#c1cace;
}

.infowindow
{
}