/* Overrides to NASA template */

#menu ul li#one a { width:145px;}
#menu ul li#two a { width:145px;}
#menu ul li#three a { width:205px;}
#menu ul li#four a { border-right:1px solid #fff; width:115px;}
#menu ul li#five a { border-right:0; width:115px;}

#leftcontent div.fact {
        position:relative;
        width:165px;
        margin-left:10px;
        padding:10px 0px 0px 0px;
        border-bottom:1px solid #ccc;
        }

#leftcontent div.fact h3 {
        padding:0px 0px 3px 10px;
        border-bottom:1px solid #ccc;
        color:#006699;
        margin:0px 0px 10px 0px;
        font-size:13px;
        font-weight:bold;
        }

#leftcontent div.fact p {
        text-align:left;
        padding:0px 10px 10px 10px;
        color:#006699;
        font-size:12px;
        line-height:13px;
        margin:0;
        }

#rightcontent h1, #singlecolumn h1 {
        font-size:24px;
        line-height:28px;
        font-weight:bold;
        margin:15px 0px 15px 0px;
        color:#006699;
        border-bottom:solid;
        border-color:#006699;
        text-align:right;
        }

/* These are for the tables which form the calendar-like displays for the
   statistics page(s) */

table.calendar {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: center;
    padding: 0em;
    border: none;
    color: black;
    background-color: white;
    margin-left: 10pt;
    }

th.calendar {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    width: 3em;
    padding: 0em;
    border: none;
    color: black;
    background-color: gray;
    margin-left: 0pt;
    }

td.calendar {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
    padding: 0em;
    border: none;
    color: black;
    background-color: silver;
    margin-left: 0pt;
    }

