/* 
   Stylesheet.css - minor items.
   Last modified: JB 11:46 2009-12-08

*/

/* caption determines the style of
   the month/year banner above the calendar. */

caption 
     {
     font-family:verdana,arial;
     font-size:24px; 
     color: black;
     font-weight: bold;
     }

/* .calendar determines the overall formatting style of the calendar,  
   acting as the default unless later overruled. */

.calendar 
     {
     font-family:verdana,arial,helvetica;
     font-size:16px; 
     color: white;
     background-color: #c0c0c0;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     width: 50%;
     }

/* .calendarlink determines the formatting of those days linked to content. */

.calendarlink 
     {
     color: white;
     }

/* .header determines the formatting of the weekday headers at the top
   of the calendar. */

.header 
     {
     background-color: #996633;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     }

/* .day determines the formatting of each day displayed in the calendar. */

.day 
     {
     background-color: #808080;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     text-align: center
     }


.curday 
     {
     background-color: #D00000;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     text-align: center
     }

/* .linkedday determines the formatting of a date to which content is available. */

.linkedday 
     {
     background-color: #8080ff;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     text-align: center
     } 

.thumbNormal {
border:4px solid #000000;
}

.thumbSelected {
border:4px solid #ff0000;
}

img 
{
   border: 5px; 
   padding: 5px;
}

/* CSS Tabs */
#navcontainer { /* none needed */ }

ul#navlist {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}

ul#navlist li {
        float: left;
        font-family: verdana, arial, sans-serif;
        font-size: 9px;
        font-weight: bold;
        margin: 0;
        padding: 5px 0 4px 0;
        background-color: #eef4f1;
        border-top: 1px solid #e0ede9;
        border-bottom: 1px solid #e0ede9;
}

#navlist a, #navlist a:link {
        margin: 0;
        padding: 5px 9px 4px 9px;
        color: #95bbae;
        border-right: 1px dashed #d1e3db;
        text-decoration: none;
}

ul#navlist li#active {
        color: #95bbae;
        background-color: #deebe5;
}

#navlist a:hover {
        color: #74a893;
        background-color: #d1e3db;
}

/*- Menu Tabs 10--------------------------- */

    #tabs10 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    white-space: nowrap;

    float:left;
    width:100%;
    font-size:100%; 
    border-bottom:2px solid #2763A5;
    line-height:normal;
      }

    #tabs10 ul {
          margin:0;
          padding:1px 1px 1px 1px; 
          list-style:none;
      }

    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }

    #tabs10 a {
      float:left;
      background:url("../images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }

    #tabs10 a span {
      float:left; 
      display:block; 
      background:url("../images/tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px; 
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

      #tabs10 #current a {
              background-position:0% -42px;
      }
      #tabs10 #current a span {
              background-position:100% -42px;
      }

