table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.stdODLTableRow:nth-child(even) {
    background-color: #cccccc;
}

.odlpagefooter{
	margin-bottom:10px;
}

.odllastupdated{
	margin-top:5px;
	margin-bottom:10px;
	color: #111111;
	background-color: #cccccc;
}

/* See http://stackoverflow.com/questions/10336194/twitter-bootstrap-top-nav-bar-blocking-top-content-of-the-page */
body { 
    padding-top: 65px; 
}

/* Highlight the active sidebar */
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}
