/* traffic app styles */


body
{
    margin:0;
    font-family:Helvetica,Arial,sans-serif;
    font-size:0.8em;
}
div#logo {
	float: left;
	width: 441px;
}

#logo img {
	width: 441px;
}
#buttons table tbody tr td 
{
    text-align:center;
    width:73px;
}

#buttons table tbody tr td a img
{
    border:none;
}

.sectionDivHeading 
{
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:1.6em;
    padding:5px 0px 5px 0px;
    margin-bottom:5px;
    border-bottom:0.15em double #ccc;
}

.sectionDiv 
{
}

.sectionDivContent 
{
    padding:5px;
}

.incidentRow:hover 
{
    background-color:#FFFFDD;
}

.incidentRow td 
{
    padding:5px;margin:0px;
}

.incidentRow:first-child 
{
    vertical-align:top;
}


div#mainBody {
position:relative;
	margin:10px 0px 10px 0px;
	width:699px;
	padding:10px;
	border:1px solid #eee;
	z-index:0;
}
div#mapContainer {
	width: 699px; 
	height: 350px; 
	clear: both; 
	margin-bottom: 10px;
}
div#incidentsListDiv {
	float: left; 
	width: 494px;
}

div#incidentsTableDiv {
	overflow: scroll; 
	width: 494px; 
	height: 300px;
}

div#returnToCityViewDiv {
	cursor: pointer; 
	display: none; 
	float:right;
	font-size:0.6em;
	margin-top:6px;
	margin-right:5px;
}



div#myCityDiv {
	float: left; 
	width: 182px; 
	margin-left: 10px;
}
div#keyDiv {
	float: left; 
	width: 181px;
	margin-left: 10px;
}

div#copyright {
	margin-top: 20px;
	font-size: 90%;
	margin-left: 10px;
}


