﻿table.roundedTable 
{
	color: white;	
	border-width: 0px;	
	border-style: none;
	border-collapse: collapse;
}

table.roundedTable td
{
	border-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
	height: 16px;	
}

table.roundedTable a
{
	color: white;
}

tr.roundedTableTopRow
{
	border-style: none;
	height: 16px;
	line-height: 16px;
}

td.roundedTableTopLeft
{	
	background: url(../../images/mapred/topleft.png) no-repeat top left;
	width: 16px;
	height: 16px;
	line-height: 16px;
	
}

td.roundedTableTopRight
{
	background: url(../../images/mapred/topright.png) no-repeat top right;
	
}

td.roundedTableBottomLeft
{
	background: url(../../images/mapred/bottomleft.png) no-repeat bottom left;
	width: 16px;	
}

td.roundedTableBottomRight
{
	 background: url(../../images/mapred/bottomright.png) no-repeat bottom right;
	 padding-right: 5px;
}

.mapPopupTitle, .mapPopupLabel, .mapPopupData
{
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 8px;
}

.mapPopupTitle
{
    text-transform: uppercase;
    font: bold 12px/16px Arial, Helvetica, sans-serif;
    /*font: bold 12px/16px Arial, Helvetica, sans-serif;	*/
	margin-bottom: 17px;	
}

.mapPopupLabel
{
    font: bold 12px/16px Arial, Helvetica, sans-serif;    
}

.mapPopupData
{
	margin-bottom: 10px;
    font: Arial, Helvetica, sans-serif;	    
}

.chartOuter
{  
    text-align: center;    
    margin-bottom: 15px;
}

.chartOuter img
{
    margin-left: auto;
    margin-right: auto;    
}

.lawsSubMenu  
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    text-indent: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.lawsSubMenu li
{
    text-indent: 0px;
    list-style: none;
    display: inline;
    font-size: 11px;    
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 11px;    
}

.lawsSubMenu a  
{
    display: inline;
    padding: 2px 12px 2px 12px; 
                 margin: 2px 0px 0px 0px;
                 border: 1px solid #ddd;
                 line-height: 24px; }
.lawsSubMenu a:hover { border: 1px #c03 dotted; }
.lawsSubMenu a.selected  
{   
    background-color: #ddd; 
    color: #666; 
}

