/* 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: 11px;
	text-align: center;
	color: #000099;
	background-color: #E4E9EC;
	border: 1px solid #FD9800;
	}
/* 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: #FF0000;
	}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 11px;
	color: #FD9800;
	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 {
	BORDER-RIGHT: #a4a6a9 1px solid;
	BORDER-TOP: #a4a6a9 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER-LEFT: #a4a6a9 1px solid;
	COLOR: #333333;
	BORDER-BOTTOM: #a4a6a9 1px solid;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR:#FFFFFF;
	TEXT-DECORATION: none	
}
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	BORDER-RIGHT: #a4a6a9 1px solid;
	BORDER-TOP: #a4a6a9 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER-LEFT: #a4a6a9 1px solid;
	COLOR: #333333;
	BORDER-BOTTOM: #a4a6a9 1px solid;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR:#FFFFFF;
	TEXT-DECORATION: none	
}
/*----------------Calendar------------------*/
body{
	background-color:#56382e;
}
.menu_top{
	font-family:Tahoma;
	color:#fef5e3;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
.menu_top:hover{
	color:#FFFF00;
}
.menu_left{
	font-family:Tahoma;
	color:#752828;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;	
}
.menu_left:hover{
	color:#FF0000;
}
.footer{
	font-family:Tahoma;
	color:#fffbd5;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
}
.footer:hover{
	color:#FFFF00;
}
.title{
	font-family:Tahoma;
	color:#752828;
	font-size:22px;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	font-style:italic;
}
.title:hover{
	color:#00FF00;	
}
.Gallery{
	font-family:Tahoma;
	color:#752828;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	font-style:normal;
}
.page{
	font-family:Tahoma;
	color:#56382E;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	font-style:normal;
}
.search-form {
	BORDER-RIGHT: #a4a6a9 1px solid; 
	BORDER-TOP: #a4a6a9 1px solid; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #a4a6a9 1px solid; 
	COLOR: #752828; 
	BORDER-BOTTOM: #a4a6a9 1px solid; 
	FONT-FAMILY: Tahoma; 
	BACKGROUND-COLOR: #FFFFFF; 
	TEXT-DECORATION: none
}
.contact{
	font-family:Tahoma;
	color:#752828;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;fffbd5
}
.bgMouseOver {
	background-color: #fef7b8;
}
.bgMouseOff {
}
.visisted{
	font-family:Tahoma;
	color:#56382E;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	font-style:normal;
}
.description{
	font-family:Tahoma;
	color:#56382E;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	font-style:normal;
}
.form_button{
	font-family:Tahoma, Arial, "Times New Roman";
	font-size:11px;
	background-color:#56382E;
	color:#FFFBD5;
	text-decoration:none;
}
.click{
	font-family:Tahoma;
	color:#CC00FF;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	font-style:normal;
}
.click:hover{
	color:#CC00FF;
	text-decoration:underline;	
}