/* Global Styles */

body {
	color: #CCCCCC;
	margin:0px;
	}
	
td {
	color:#DDDDDD;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	}
	
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #AAAAAA;
	border-bottom: 1px solid #C1DAD7;
	#border-top: 1px solid #C1DAD7;
	text-align: left;
}

a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}

input {
	font-family: helvetica;
	font-size: 9pt;
	font-weight: bold;
	background-color: #CCCCDD;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	color: #000000;
}

select {
	background-color: #CCCCCC;
}

a:hover {
	color: #990000;
	text-decoration:none;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:overline underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.textinput {
	background-color: #EFEFEF;
	border: 1px solid black;
}
.caption {
	background-color: #FFFFFF;
	font: 12px helvetica;
	font-weight: bold;
	border: 0px;
	text-align: center;
}

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:16px;
	color:#333333;
	}
.menuText {
	font:11px arial;
	line-height:16px;
	color:#174038;
}	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	color: #336699;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	font-family: georgia;
	font-size: 12px;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
.button {
        background-color: #999966;
        border: thin solid #1A1B42;
        color: #FFFFFF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
}

.img-shadow {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

.main_table {
	border: 1px solid #666666;
}

.menulink {
	color: #CCFFFF;
	text-decoration:none;
	font-weight: normal;
	font-family: serif;
}

.selected_menulink {
	color: #FFFF88;
	text-decoration:none;
	font-weight:bold;
}

.admin_menu {
	color: #FFCCAA;
	font-family: sans;
	font-size: 12px;
	font-weigth: normal;
}

