/* $Id */

body {
	font-family: ariel, sans, sans-serif;
}



 table.votes-table {
    font-size:0.9em; 
    color:black;
    border-style: none; 
    border-collapse:collapse;
 }
 
 
 .votes-table tr:hover {
    background: #cec;
 } 
 
 table.votes-table th:hover a {
    text-decoration: underline;		      
    color: blue;
 }
 
 table.votes-table th {
    background-color:#E8E8E8;
    font-weight:normal;
 }
 
 table.votes-table th a {
    text-decoration: none;		      
    color: black;
 }
 
 #bodyContent table.votes-table th a.external {
    text-decoration: none;		      
    color: black;
 }
 
 table.votes-table th:hover {
    background-color:#F0F0F0;
    /* text-decoration: none;		      
    color: blue; */
 }

 
 table.votes-table td, th {
    border:1px solid #AAAAAA;
    padding-left:0.3em;
    padding-right:0.3em;
    /* text-align:center; */
 }

 table.votes-table td {
    border: none;
    border-left: none;
    border-right: none;
    padding-top: 1em;

}



.votes {
   text-align: center;
}
 
