body { 
	padding: 0; 
	margin: 0; 
	font: 10pt Arial, sans-serif;
   text-align: center;
	color: black; 
	}

p, ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
}

table, td, tr { 
	font: 10pt Arial, sans-serif;
	color: black;
	}
td.page {
   vertical-align: top;
}   
#page {
	border-collapse: collapse;
   text-align: left;
	width: 897px;
   margin: 0 auto;
   padding: 0px;
   height: 100%;
	background: url(images/bg.jpg) repeat-y;
	}

#top {
	padding: 0px;
   margin: -1px 0px 0px -1px;
	background: url(images/top.jpg);
	height: 212px;
   width: 897px;
	}
/*#bottom {
	padding: 0px;
   margin: 0px 0px 0px -1px;
	background: url(images/bottom.jpg) no-repeat;
	height: 90px;
   width: 897px;
   bottom: 0px;
	}*/
#menu {
   padding: 10px 0px 0px 0px;
	margin: -2px 0px 0px 0px;
	width: 228px;
	font: 14pt Arial, sans-serif;
   float:left;
   overflow: hidden;
	}
	
	#menu a {color: white; text-decoration: none;}
	#menu div.menui1 {margin: 4px 0 0 55px; padding: 0; color: white;}
   #menu div.menui2 {margin-left: 85px; padding: 0; font: 12pt Arial, sans-serif;}

#content {
   padding: 0px 0px 0px 20px;
   margin: 0px 0px 0px 10px;
	font: 10pt Arial, sans-serif;
	width: 564px;
   float: left;
	}

	#content a {color: blue; text-decoration: none;}
	#content a:hover {color: blue; text-decoration: underline;}
   #content a.editlink {margin: 0 0 0 -10px;}
   #content a.teamlink {margin: 0 0 0 7px;}
   #content a img {border: 0px;}
	#content h1 {margin: 10px 0px 7px -10px; font: 18pt Arial, sans-serif; color: #8AA88C; font-weight: bold;}
	#content h2 {margin: 10px 0px 7px 0px; font: 15pt Arial, sans-serif; color: #8AA88C; font-weight: bold; font-style: italic;}
   #content h3 {margin: 7px 0px 2px 0px; font: 11pt Arial, sans-serif; color: black; font-weight: bold;}
	#content span.restableinfo {font: 7pt Arial, sans-serif;}
   #content iframe {margin: 0px 0px 0px -20px;}
   #content form {margin: 0px;}

#restable {
	border-collapse: collapse;
	padding: 0px;
	margin-bottom: 3px;
   font: 10pt Arial, sans-serif;
	}
	#restable td {border: 1px solid none; padding: 2px 4px 2px 4px; margin: 0px; width: *;}
   #restable tr.top td {border: 1px solid rgb(231,236,232); background: #8AA88C; font-weight: bold; padding: 4px;}
   #restable td.number {text-align: center;}
   
#teamtable {
	border-collapse: collapse;
	padding: 0px;
	margin-bottom: 0px;
   font: 10pt Arial, sans-serif;
	}
	#teamtable td {padding: 0px 20px 0px 0px; vertical-align: top;}
   
/*---- Date picker ----*/

/* the div that holds the date picker calendar */
.dpDiv {
	}

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}
   
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}

/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}

/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}

/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}