/********************
 * Left Navigation *
 * *****************/

.nav-item .label {
    font-size: 90%;
    margin-top: 4pt;
}

/* No top margin for the first entry */
.nav-item:first-child .label {
    margin-top: 0pt;
}

table.navigation td.selected {
   background-color: #f1f2f3;
}

.nav-item .content {
    font-weight: bold;
}

.nav-item .name {
	font-size: 125%;
}

/********************
 * Right Navigation *
 * *****************/

.sidebar a.info-item {
    display: block;
    text-decoration: none;
    color: #00529e;
    cursor: pointer;
}

a.info-item:hover {
  color: #0074E0 !important;
  text-decoration:none;
} 

.content a:hover {
   color: #0074E0;
   text-decoration:none;
}

a.info-link {
    display: block;
    font-size: 90%;
    text-decoration: none;
    padding-left: 10px;
}
