
/**
 * style.css - Indices page styles.
 *
 * @version $Id: $
 * @copyright 2009 - Bywave
 **/

table#indices { width: 575px; font-size: 11px; }
table#indices th { background: #dcdcdc; margin: 0; }
table#indices td {
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
    color: gray;
}
ul#indlinklist { position: relative; left: 25px; }
ul#indlinklist a { font-size: 10px; font-weight: bold; }
select#view { border: 1px solid #87c02a; color: #505961; }


