/* ------------------
 styling for the tables 
   ------------------   */


#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	width: 160px;
	border-collapse: collapse;
	text-align: right;
}
#hor-minimalist-b th
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color: white;
	font-weight: normal;
	font-style: normal;
	padding-right: 22px;
	font-size: 10px;
}

#hor-minimalist-b th:hover
{
	color: #009D57;
}

#hor-minimalist-b td
{
	color: white;
	margin-right: 0;
	padding-right: 22px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009D57;
}

#msdschart
{
	margin: 30px 0px 0px 26px;
	width: 500px;
	border-collapse: collapse;
	text-align: left;
	font: italic 12px "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}

    #msdschart a{
	color: #58595B;
	text-decoration: none;
	
}

    #msdschart a:hover{
	color: green;
	text-decoration: none;
	
}


#msdschart td
{
	border-bottom: 1px solid #ccc;
	color: #323e32;
	padding-top: 3px;
	padding-bottom: 3px;
}
#msdschart tbody tr:hover td
{
	color: #2b9900;
}
