/* CSS Document */
body {
   margin: 0;
   font-family: verdana,sans-serif;
   font-size: 11px;
   background-image: url('images/outer_bg.gif');
   background-repeat: repeat-x;
}

table.frame {
   margin: auto;
   margin-top: 3px;
}

td {
   font-family: verdana,sans-serif;
   font-size: 11px;
}

td.weekday {
   background-color: #595F00;
   font-weight: bold;
   color: white;
}

td.highlight {
   background-color: #006699;
   font-weight: bold;
   color: white;
}

td.footer {
   background-color: #595F00;
   height: 20px;
   font-family: tahoma, verdana,sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: white;
   text-align: center;
}

td.copyright {
   font-family: verdana,sans-serif;
   font-size: 11px;
   text-align: center;
   color: #006699;
   padding-top: 10px;
}

.footer-right {
   font-family:verdana,arial,helvetica;
   font-size:11px;
   font-weight: normal;
   float: right;
   margin-right: 10px;
}

.footer-left {
   font-family:verdana,arial,helvetica;
   font-size:11px;
   font-weight: normal;
   float: left;
   margin-left: 10px;
}

td.mainbody {
   font-family: verdana,sans-serif;
   font-size: 11px;
   background-image: url('images/river_bg2.jpg');
   background-repeat: no-repeat;
   height: 463px;
}

td.subbody {
   background-color: white;
   padding: 10px;
   height: 340px;
}

table.body {
   height: 463px;
}

td.mainright {
   background-color: #FFFFFF;
   height: 463px;
}

div.mainbodytext {
   font-family: verdana,sans-serif;
   font-size: 11px;
   line-height: 160%;
   padding: 10px;
}

.welcome {
   font-family: tahoma,arial,verdana,sans-serif;
   font-size: 36px;
   color: #9EC2DC;
}

td.calenderbody {
   background-color: #DDEBF4;
   font-family: verdana,sans-serif;
   font-size: 11px;
}

td.calenderside {
   background-image: url('images/calender_side.gif');
   background-repeat: repeat-y;
}

ul.calender {
   font-family: verdana,sans-serif;
   font-size: 11px;
   margin: 0;
   padding: 0;
   padding-left: 20px;
   padding-top: 10px;
   list-style-type: circle;
   line-height: 110%;
}

li.calender {
   padding-bottom: 10px;
}

.eventtitle {
    font-size:13px;
    font-weight: bold;
	COLOR: #660000;
}
.eventtitlebold {
    font-size:13px;
    font-weight: bold;
	color: white;
	background-color: #660000;
}
.eventdate {
    font-size:11px;
    font-weight: bold;
	COLOR: #595F00;
}

p {
   font-family: verdana,sans-serif;
   font-size: 11px;
}

A,A:link {
    font-size:11px;
    font-weight: normal;
	COLOR: #0000FF;
	TEXT-DECORATION: none;
}
A:visited {
    font-size:11px;
    font-weight: normal;
	COLOR: #0000FF;
	TEXT-DECORATION: none;
}
A:hover {
    font-size:11px;
    font-weight: normal;
	COLOR: #0000FF;
	TEXT-DECORATION: underline;
}

A.footermenu,A.footermenu:link {
    font-size:11px;
    font-weight: normal;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}
A.footermenu:visited {
    font-size:11px;
    font-weight: normal;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}
A.footermenu:hover {
    font-size:11px;
    font-weight: normal;
	COLOR: #FFFFFF;
	TEXT-DECORATION: underline;
}

H1 {
    font-family: arial,verdana,sans-serif;
	font-size : 21px;
	color : #660033;
	font-weight : bold;
}

H2 {
    font-family: arial,verdana,sans-serif;
	font-size : 17px;
	color : #595F00;
	font-weight : bold;
}

H3 {
    font-family: arial,verdana,sans-serif;
	font-size : 15px;
	color : #595F00;
	font-weight : bold;
}

TD.light {
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

TD.dark {
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background : #EBEBEB;
	BORDER-BOTTOM : dotted 1px #999999;
	BORDER-TOP : dotted 1px #999999;
}
TABLE.login {
	background : #6B711C;
	color : #FFFFFF;
}

TH {
    font-family: verdana,sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	font-weight : bold;
	background-color: #990000;
}
th.list {
    border: 1px solid #999999;
	background: #4C5105;
	color: white;
	padding: 4px;
	text-align: center;
} 
td.list {
   border: 1px solid #999999;
   background: #FFF;
   color: #000000;
   padding: 3px;
} 
table.list {
	border-collapse: collapse;
    border: 1px solid #000000;
}
td.nonapproved {
   border: 1px solid #999999;
   background: #ffffcc;
   color: #000000;
   padding: 3px;
   font-weight:bold;
} 

