﻿
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/topleft.png) no-repeat top left;
	width: 16px;
	height: 16px;
	line-height: 16px;
	
}

td.roundedTableTopRight
{
	background: url(../../images/topright.png) no-repeat top right;
	
}

td.roundedTableBottomLeft
{
	background: url(../../images/bottomleft.png) no-repeat bottom left;
	width: 16px;	
}

td.roundedTableBottomRight
{
	 background: url(../../images/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: bold 12px/16px 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
{
	float: left;	
    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  
{		
    padding: 2px 12px 2px 12px; 
    margin: 0px 4px 0px 0px;    
    border: solid 1px #ddd;    
    line-height: 26px;
    height: 26px;
}

.lawsSubMenu a:hover { border: 1px #c03 dotted; }
.lawsSubMenu a.selected  
{   
    background-color: #ddd; 
    color: #666; 
}

