body  {
	clear:left;
	position:relative;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 13px;
	color: #2d2d2d;
	margin: 0; 
	padding: 0;
	text-align: center; 
	line-height: 20px;
	background-color:#fff;
}
table.indicator-table  {
	border-collapse: collapse; 
	margin: 1px;
}

.mapDashboardViews {
	border-color: #8F8F64;
	border-style: solid;
	border-width: 3px 1px 1px;
	overflow: hidden;
	margin-top: -10px;
	padding: 10px;
	margin-right: 2px;
}

.mapDashboardViews p {
	padding: 0px 0px 2px 0px;
	float:left;
}

table.indicator-table,
table.indicator-table th,
table.indicator-table td,
table.indicator-table tr  {
	border: 1px solid black;
	padding: 3px;
}
 table.indicatortable th.customize {   
 }
 table.indicatortable th.customize a  {
	display: block;
	float: right;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-top: 2px;	
	text-align: left;
	width: 162px;
	background: transparent url(/images/customize_map.png) no-repeat;	
 }
 table.indicatortable tbody tr td,table.indicatortable thead tr th {
        font-size:13px;
        font-weight:bold;
	    padding: 7px;
	    border-style: solid;
	    border-color: #515151;
    }
		table.indicatortable tbody tr p.sorting-links{
			border-top:1px solid #666666;
			margin:10px 0 0;
			padding:10px 0 0;
		}
		table.indicatortable tbody tr p.sorting-links a {
			display:inline-block;
			text-indent:-10000px;
			background:url("/images/icons/sortArrows.png") no-repeat 0 0;
			height:6px;
			width:8px;
			margin:0 5px;
		}
        table.indicatortable tbody tr p.sorting-links a.asc{
        }
		table.indicatortable tbody tr p.sorting-links a.asc.active{
			background-position:right 0;
		}
		table.indicatortable tbody tr p.sorting-links a.desc {
			background-position:0 bottom;
		}
        table.indicatortable tbody tr p.sorting-links a.desc.active
        {
        	background-position:right bottom;
        }
		
        table.indicatortable tbody tr td.blank 
        {
            width:200px;
            border-width:0 0 1px;
        }
        table.indicatortable tbody tr td.top,
        table.indicatortable thead tr th
        {
	        background-color: #e0bc7e;
	        color: #515151;
	        border-top-width: 1px;
	        border-right-width: 1px;
	        border-bottom-width: 1px;
	        text-align: center;
			font-weight:bold;
			vertical-align:bottom;
        }
        table.indicatortable tbody tr td.leftcol{
	        background-color: #90a1a8;
	        color: #ffffff;
	        border-width: 0 1px 1px 1px;
	        width:200px;
        }
            table.indicatortable tbody tr td.leftcol.dark
            {
                background-color:#617983;
            }
            table.indicatortable tbody tr td.leftcol.rightbdr
            {
							border-width: 0 1px 1px 1px;
            }
        table.indicatortable tbody tr td.data{
	        background-color: #f3f4ee;
	        color: #515151;
	        font-size: 12px;
	        border-width: 0 1px 1px 0px;
	        text-align: center;
	        vertical-align: middle;
			font-weight:normal;
        }
        table.indicatortable tbody tr td.leftbdr,table.indicatortable th.leftbdr
        {
            border-left-width:1px;
        }
div.centered-tables table {
	margin-left: auto;
	margin-right: auto;
}
span.ital
{
     font-style:italic;
}
span.indent  {
    padding-left:15px;
}


a {
	color:#995522;	
	font-weight:bold;
	cursor:pointer;
}

table.indicatortable tbody tr.highlight-row
{
	font-weight: bold;
}

table.indicatortable tbody tr.highlight-row td.leftcol
{
	background-color: #90A1A8;	
}

table.indicatortable tbody tr td.leftcol a
{
	color: White;
}

table.indicatortable tbody tr td.top-first
{
	text-align: left;
}
