/* --- misc styles used on the website ---
*/

/* Need to have this so IE will center container contents correctly
   Note: need to add text-align: left to container to counter this
*/

body {
     text-align: center;
     background-color: #dbe3f8;
     background-image: url(images/springback2.gif);
     background-repeat: repeat;
     font-family: Lucida Sans Unicode, Frutiger Linotype;
     font-size: 16px;
     color: #0000A0;
}

#container {
     width: 780px;
     margin: auto;
     text-align: left;
     border: 1px solid #0000A0;
     background-color: white;
}

#divheader {
    width: 780px;
    height: 100px;
    margin: 0;
    text-align: left;
	background-image: url(images/headerfill.jpg);
    background-repeat: repeat-y;
    background-color: #000080;
}

#headerleft {
    float: left;
    width: 125px;
    height: 100px;
    background-image: url(images/headleft.gif);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

#headermiddle {
    position: relative;
    top: 24px;
	font-family: Comic Sans MS,Lucida Sans Unicode, Trebuchet MS, Frutiger Linotype;
	font-size: 30px;
    font-weight: bold;
	text-decoration: none;
    text-align: left;
    margin-left: 40px;
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    color: #FFFFFF;
}

#headerright {
    float: right;
    margin: 0;
    padding: 0;
}

#menubar {
    position: relative;
    clear: both;
}

#content {
    position: relative;
    clear: both;
    width:770px;
    background-color: white;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
}

#notices {
    position: relative;
    clear: both;
    width:780px;
    background-color: white;
    margin-top: 0;
    margin-left: 0;
}

#mainleft {
    position: relative;
    float: left;
    margin-top: 105px;
    margin-left: 0px;
    background-color: white;
    /*border: 1px solid #0000A0;*/
    height: 480px;
    width: 170px;
}

#maincenter {
    position: relative;
    left: 110px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #B3D9FF;
    /*border: 1px solid #0000A0;*/
    width: 400px;
}
/*
    background-image: url(images/bluesnowflake.gif);
    background-repeat: repeat;
*/

#mainright {
    position: relative;
    float: right;
    height: 420px;
    /*width: 229px; */
    font-size: 14px;
    /*background-color: #FFCECE; */
    /*padding: 10px 0 0 0; */
    margin-top: 10px;
    /*margin-left: 551px; */
    /*margin-left: 680px; */
    text-align: center;
}

#footer {
    position: relative;
    clear: both;
    width:780px;
    border-style: solid;
    border-color: #0000A0;
    border-width: 1px 0 0 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
    font-weight: bold;
	text-decoration: none;
    text-align: center;
	background-image: url(images/mspinback.jpg);
    background-repeat: repeat-x;
    color: #0000A0;
}

/* Misc styles */

#chatnotice {
    float:right;
    width: 150px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 3px;
	font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
    text-align: center;
    border: solid 1px #0000A0;
    background-color: #FF8040;
	color: #0000A0;
}

.caldayofweek {
    width: 14%;
	font-size: 14px;
    font-weight: bold;
	text-decoration: none;
    text-align: center;
    background-color: #CCFFCC;
	color: #0000A0;
}

/* caldategray is used for days in the previous or next month */

td.caldategray {
    height: 60px;
    width: 14%;
	font-size: 14px;
	text-decoration: none;
    text-align: left;
    vertical-align: text-top;
    background-color: #8080C0;
}

/* caldatenone is used for days in the current month with no activities */

td.caldatenone {
    height: 60px;
    width: 14%;
	font-size: 14px;
	text-decoration: none;
    text-align: left;
    vertical-align: text-top;
    background-color: #FFFFFF;
}

/* caldate is used for days in the current month that have activities */

td.caldate {
    height: 60px;
    width: 14%;
	font-size: 14px;
    font-weight: bold;
	text-decoration: none;
    text-align: left;
    vertical-align: text-top;
    background-color: #F0F0F0;
}

.calactivity {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
    font-weight: normal;
	text-decoration: none;
    text-align: left;
	color: #0000A0;
}
