body {
	background-image: url(images/page_bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	min-height: 100%;
}
html {
	height: 100%;
	min-height: 100%;
}
#header_bg {
	height: 237px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}
#footer_bg {
	
	background-image: url(images/page_footer_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	min-height: 100%;
}
.text_menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1D2518;
	font-weight: bold;
}
.text_submenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1D2518;
	padding: 3px;
}

.text_submenu a:link { color: #763D19; text-decoration:none; } 
.text_submenu a:active { color: #763D19; text-decoration:none; } 
.text_submenu a:visited { color: #763D19; text-decoration:none; } 
.text_submenu a:hover { color: #763D19; text-decoration:underline; } 

.text_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #763D19;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #567740;
}
.text a {
	text-decoration: none;
	color: #993300;
}

.box {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #763D19;
	line-height: 14px;
	border: 1px dashed #ACAC7C;
	background-color: #ECECC4;
}
.text_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #824D20;
}

.text_footer a {
	color: #824D20;
	text-decoration:none;
}

.text_footer a:hover {
	color: #EFEFCE;
	text-decoration:none;
}

.text_subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #763D19;
	font-weight: bold;
}
.image_recipe {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 1px;
	border: 3px solid #763D19;
}
.image_wines {
	margin: 10px;
	padding: 1px;
	border: 3px solid #763D19;
}
.cal_border_today {
	border: 1px solid #FF0000;
}
.map {
	border: 1px solid #763D19;	
}
.table_cell_rightBorder {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #ACAC7C;
}
.table_borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ACAC7C;
}
.table_borderTop {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ACAC7C;
}
.table_altBG {
	background-color: #e5e5c1;
}
.highlight_cell {
	border: 1px solid #FF0000;
}
.divider {
	background-image: url(images/menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.text_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #567740;
}

.noMargin p {
	margin: 0px;
}
.table_border {
	border: 1px solid #763D19;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EFEFCE;
	background-color: #ACAC7C !important;
	/* border: 1px solid #ACAC7C; */
	padding-left: 3px;
}
.form_qty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #567740;
	background-color: #EFEFCE !important;
	border: 1px solid #ACAC7C !important;
	padding-right: 2px;
	text-align: right;
}
.form_update_button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #763D19;
	background-color: #EFEFCE !important;
	border: 1px solid #ACAC7C !important;
	padding: 3px;
}
