.separator,
#jump-to-topic,
#other-pages h2,
.hide {
    display: none;
}

.cancelled {
    text-decoration: line-through;
}

#beta-release {
    position: absolute;
    top: 10px;
    right: 20px;
}

a {
  color: #2e408d;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #2e408d;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

a img {
    border: none;
}

body {
    font-family: "Lucida Grande", "Verdana", "Arial", "Helvetica", sans-serif;
    font-size: 92%;
}

h1 {
    line-height: 45px;
    font-size: 45px;
    font-style: italic;
    font-weight: normal;
    font-family: serif;
    float: left;
    margin: 0;
    padding: 0;
}
h1 img {
    width: 250px;
    margin: 0;
    padding: 0;
    border: none;
}
h1 a {
    color: black;
    text-decoration: none;
}

#nav {
    margin: 0;
    margin-left: 250px; margin-right: 85px;
    padding: 0;
    padding-top: 12px;
}
#nav ul {
    margin: 0;
    margin-left: 1em;
    padding: 0; padding-bottom: 4px;
    border-bottom: solid #ccc thin;
}
#nav li {
    padding: 0;
    margin: 0;
    margin-right: 1em;
    display: inline;
    /*border-bottom: 4px transparent solid;*/
}
#nav li:hover {
    /*border-bottom: 4px black solid;*/
}
#nav li:last-child {
    margin-right: 0em;
}
#nav a {
    font-weight: normal;
}

#content {
    margin-top: 1em;
}

#page-bottom {
    margin-left: 80%;
}

#menu {
    font-size: 85%;
    overflow: hidden;
}
#menu h2 {
    display: none;
}
#menu h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0; margin-top: 1em; margin-bottom: 0.3em;
    padding: 0;
}
#menu p.image {
    text-align: center;
}
#menu p {
    margin: 0; margin-bottom: 0.5em;
}
#menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#menu li {
    margin: 0.5em 0;
}
#menu ul.recommended-links {
    list-style-position: inside;
    list-style-type: square;
    margin: 0.1em;
    padding: 0;
}
#menu ul.recommended-links li {
    margin-bottom: 0.7em;
}


#site-metadata {
    overflow: hidden;
    text-align: center;
    margin-bottom: 1.5em;
}
#site-metadata span img {width: 100%;}
#site-metadata p {margin: 0.5em 0; padding: 0;}
#brand span {display: block; text-decoration: none;}
#brand a {text-decoration: none; color: black;}

#topic {
    position: relative;
    width: 78.5%;
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0; padding-top: 15px;
}

.trangle {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(images/trangle.png);
    height: 15px;
    width: 15px;
}

.topic-bottom {
    text-align: right;
    margin: 0; margin-bottom: 0.7em;
    padding: 0;
    font-size: 1.5em;
    font-weight: bold;
}
.topic-bottom a {
    text-decoration: none;
}

.calendar {
    border-collapse: collapse;
}
.calendar td {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.calendar td.blank {
    padding: 0;
    border: none;
    width: 0;
}
.calendar td[rowspan] {
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}
.calendar .when-d strong, .calendar .when-m strong {
    font-weight: normal;
}

.pdf a {
    display: inline-block;
    padding-right: 21px;
    background: url(images/icon_pdf.gif) no-repeat bottom right;
    min-height: 20px;
}

.pdf .detail {
    font-size: 0.75em;
}

ul.nav-links {
    list-style: disc;
}