﻿/* CSS Document */


/* infowindow - popup for information
----------------------------------------------------------------------------------------------------*/
.dialog_table 
{
    background:#ffffff;
	border-collapse:collapse;
}

/* rules for table in infowindow - changing line colors and bottom line
------------------------------------------------------------------------------------- */
.dialog_div tr.white td{
	background:#ffffff;
	padding: 1px;
}

.dialog_table tr.grey td{
	background:#D0D7DD;
	padding: 1px;
}

.dialog_table th{
	background:#ffffff;
	text-align:left;
	font-weight:bold;
	padding: 1px;
}


 