body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Basic_Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Gold_Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC00;
	background-color: #006600;
}
.Basic_Big_Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.Basic_Small_Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.table_border {
	border: 1px solid #000000;
}
.table_admin_border {
	border: 1px solid #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}


body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	}

/* 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;
	}

.White_Text {
	font-family: "Lucida Sans";
	font-size: 14px;
	color: #FFFFFF;
	background-color: #624628;
}
.header {
	background-image: url(title_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.header_inside {
	height: 36px;

}
.header_text {
	font-family: "Lucida Sans";
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 45px;
	font-weight: bold;
	padding-top: 10px;
	width: 220px;
}

.header_text_right {
	font-family: "Lucida Sans";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	width: 220px;
	float: right;
	padding-right: 20px;
	padding-top: 10px;
}
.table_background {
	background-image: url(fish_background.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.cell_color {
	background-color: #CCCCCC;
}
.Basic_Text_Gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.info_box {
	float: right;
	margin-left: 10px;
	width: 130px;
}
.info_text {
	font-size:1.8em;
	text-align:center;
	font-weight:bold;
	color:#444
}
.Special_Text_Underline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: underline;
	color: #007D00;
	font-weight: bold;
}
.table_find {
	background-image: url(search.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFEC;
}
.header_text_search {
	font-family: "Lucida Sans";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.lucinda_black {
	font-family: "Lucida Sans";
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
.select_box {
	background-color: #D5D7B5;
	height: 200px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.container {
	background-color: #CCC;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border:3px solid #999;
	padding:1em;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-opera-border-radius:30px;
	-khtml-border-radius:30px;
	border-radius:30px;
}
.rounded_header {
	background-color: #999;
	height: 8px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	border:2px solid #FFF;
	padding:0.5em;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
