﻿#map {
    width: 100%; 
    height: 420px;
    margin:0 auto;
    border:1px solid #7fc2bc;
    color:#666;
    font-family: verdana, arial, georgia, 'trebuchet ms', sans-serif;
}

#map h1 {
    font-size:160%;
    font-weight:normal;
}

#map a {

}

.infoTable {
    font-size:120%;
    width:98%;

}

.infoTable td {
    background:#eee;
    font-size:100%;
}

.infoTable th {
    background:#ccc;
    background:#115fc6;
    padding:4px 0;
    color:#fff;
    font-family: verdana, arial, georgia, 'trebuchet ms', sans-serif;
    font-size:100%;
    font-weight:bold;
}

.infoWindow {
    width:300px;
    font-family: verdana, arial, georgia, 'trebuchet ms', sans-serif;
    font-size:100%;
}

.infoWindow .header {
    font-size:140%;
    font-weight:bold;
    color:#cc6600;
}


.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:10px;
    padding-left:130px;
    background: #efefef url(../images/ttvphone.gif) 10px 10px no-repeat;
    height:140px;
    min-height:140px;
}

#TrafficTV h2{
    margin:5px 0;
}







