﻿#map {
    width: 568px; 
    height: 420px;
    margin:0 auto;
    border:1px solid #7fc2bc;
    color:#666;
    font-family:  verdana, arial, georgia, 'trebuchet ms', sans-serif;
    font-size:70%;
}

#map h1 {
    font-size:160%;
    font-weight:normal;
}

#map a {

}

.infoTable {
    font-size:120%;
    width:98%;

}

.infoTable td {
    background:#eee;
    font-size:70%;
}

.infoTable th {
    background:#ccc;
    background:#115fc6;
    padding:4px 0;
    color:#fff;
    font-family: arial, verdana, georgia, 'trebuchet ms', sans-serif;
    font-size:70%;
}

.infoWindow {
    width:300px;
    font-family: arial, verdana, georgia, 'trebuchet ms', sans-serif;
    font-size:110%;
    margin:0;
    padding:0;
}

.infoWindow .header {
    font-size:140%;
    font-weight:bold;
    color:#1c8445;
    margin:0;
    padding:0;
    width:100%;
}


.infoWindowScrollable {
    overflow:auto;
    width:300px;
    font-family: arial, verdana, georgia, 'trebuchet ms', sans-serif;
    font-size:70%;
}

.infoWindowScrollable .header {
    font-size:130%;
    font-weight:bold;
}

.infoWindow a .infoWindowScrollable a {
    color:blue;
}

.infoWindow a:visited .infoWindowScrollable a:visited {
    color:blue;
}

#status {
    /* width:99%; */
}

ul#features {
  text-align:left; 
}

ul#features li{
  list-style-type:circle;
}


#TrafficTV {
    margin-top:10px;
    padding:4px;
    padding-left:110px;
    background: #efefef url(../images/ttvphone.gif) 8px 4px no-repeat;
    min-height:100px;
}

#TrafficTV h2
{
	font-size:120%;
    margin:10px 0;
    line-height:70%;
}







