/* 
    Document   : StyleSheet
    Created on : Feb 9, 2009, 9:57:52 PM
    Author     : Jeff Yeh
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    font-family: 'MS Reference Sans Serif', Helvetica, Geneva, Arial, sans-serif;
    color: #424242;
    /*background-image: url(../images/background.jpg);*/
    background-color: orange;
}

table.main {
    width: 60%;
}

td.navigate-bar {
    color: white;
    background-color: #bcbc78;
    font-size: 10pt;
}

a {
    color: green;
}

a.navigate-link {
    color: white;
    font-size: 10pt;
    font-weight: bold;
}

td.footer {
    color: #eeee80;
    background-color: #2a2a2a;
}

td.left-column {
    width: 60%;
    vertical-align: top;
    background-color: #f7f4c8;
}

td.right-column {
    width:40%;
    vertical-align: top;
    background-color: #f7f4c8;
}

hr {
    color: #cfcfcf;
}

ul {
    list-style-type: square;
}

.graph-box {
    border-color: #cfcfcf;
    border-width: 4px;
    border-style: solid;
}

.event-box {
    border-color: #cfcfcf;
    border-width: 6px;
    border-style: solid;
}

.event-section {
    font-weight: bold;
    color: white;
    background-color: black;
    text-align: center;
     font-family: 'Copperplate Gothic Bold','Times New Roman',Times,serif;
}

.event-head {
    font-weight: bold;
    color: maroon;
}
	
.section-head {
    color: gray;
    font-weight: bold;
    font-size: x-large;
    font-family: 'Copperplate Gothic Bold','Times New Roman',Times,serif;
}

.page-header {
     font-weight: bold;
    color: #f7f4c8;
    background-color: #800000;
     font-family: 'Copperplate Gothic Bold','Times New Roman',Times,serif;
     font-size: 30pt;
}