﻿/************************************************
* General
************************************************/

body
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1, h2, h3, h4, h5
{
    margin: 0px;
    padding: 0px;
    margin-top: 4px;
    margin-bottom: 2px;
}

a
{
    color: #002601;
}

a img
{
    border: 0px;
    text-decoration: none;
}

dt
{
    font-weight: bold;
}

th, td
{
    vertical-align: top;
}

div
{
    margin: 0px;
    padding: 0px;
}

hr
{
    height: 2px;
}

/************************************************
* Classes
************************************************/

.styled_box
{
    border-width: 1px;
    border-style: solid;
    padding: 3px;
    margin: 3px;
}

/************************************************
* Styled table
************************************************/

table.styled
{
    border-collapse: collapse;
}

table.styled th
{
    border-width: 1px;
    border-style: solid;
}

table.styled td
{
    border-width: 1px;
    border-style: solid;
}

/************************************************
* Container
************************************************/

#container
{
    /* Make the page fit in 800x600 */
    min-width: 776px;
}

/************************************************
* Header
************************************************/

#header
{
    margin-top: 5px;
}

#header #logo
{
    float: left;
    
    /* Set the size of the logo */
    height: 138px;
    width: 222px;
    
    margin-left: 5px;
    margin-bottom: 5px;
}

#header #banner
{
    /* Set the size of the banner */
    width: 516px;
    height: 96px;
    
    /* Move the banner away from the logo */
    margin-left: 256px;
}

#header #links
{
    clear: both;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    font-weight: bold;
    padding: 5px;
}

#header #links a
{
    text-decoration: none;
    border-bottom: 1px dotted;
}

#header #links a:hover
{
    border-bottom: 1px solid;
}

/************************************************
* Body
************************************************/

#body
{
    /* Make the content fit in 800x600 */
    max-width: 776px;
}

/************************************************
* Menu
************************************************/

#body #menu
{
    float: left;
    
    width: 180px;
    
    text-align: center;
}

#body #menu ul
{
    margin: 0px;
    padding: 5px;
    
    text-align: left;
    
    margin-left: auto;
    margin-right: auto;
    
    /* Total width: 150px */
    width: 146px;
    border-width: 2px;
    border-style: solid;
    
    list-style: none;
}

#body #menu ul li
{
    /* Space between menu items */
    margin-bottom: 7px;
}

#body #menu ul li a
{
    display: block;
    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    
    width: 126px;
    height: 15px;
    
    background-color: transparent;
    background-image: url("../../App_Themes/Redesign/images/menu.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    
    text-decoration: none;
    
    font-weight: bold;
}

#body #menu ul li a:hover
{
    background-color: transparent;
    background-image: url("../../App_Themes/Redesign/images/menu.png");
    background-position: 0px -25px;
    background-repeat: no-repeat;
}

/************************************************
* Content
************************************************/

#body #content
{
    margin-left: 180px;
    padding: 1px;
}

#body #content a
{
}

#body #content a img
{
    border: 0px;
    text-decoration: none;
}

#body #content p
{
    line-height: 1.5em;
}

#body #content .play
{
    border-top: 2px solid black;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#body #content .play .title
{
    font-weight: bold;
}

#body #content .play .author
{
    font-style: italic;
}

#body #content .play .dates
{
    font-weight: bold;
}

#body #content .play .description
{
    margin-top: 3px;
    line-height: 1.5em;
}

#body #content #content_footer
{
    border-top-width: 2px;
    border-top-style: solid;
    margin-top: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

/************************************************
* Right Items
************************************************/

#body #content .left_content
{
    float: left;
    width: 340px;
}

#body #content .news
{
    float: right;
    width: 200px;
    padding: 3px;
    border-width: 1px;
    border-style: solid;
}

#body #content .news ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#body #content .news ul li
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 2px;
    
    background-repeat: no-repeat;
    padding-left: 20px;
    background-image: url("../Icons/information.png");
}

#body #content .news ul li.calendar
{
    background-image: url("../Icons/date.png");
}

#body #content .news ul li.newspaper
{
    background-image: url("../Icons/newspaper.png");
}

#body #content .news ul li.note
{
    background-image: url("../Icons/note.png");
}

#body #content .news ul li .title
{
    font-weight: bold;
}

#body #content .news ul li .description
{
    font-style: italic;
}

#body #content .news ul li .date
{
}

#body #content .news ul li .location
{
}

/************************************************
* Footer
************************************************/

#footer
{
    clear: both;
    border-top-width: 2px;
    border-top-style: solid;
    padding: 3px;
}

#footer a
{
    text-decoration: none;
    border-bottom: 1px dotted;
}

#footer a:hover
{
    border-bottom: 1px solid;
}