body {
	behavior:url("includes/stylesheets/csshover.htc.html");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #B3989B;
	margin: 10px;
	background-image: url(../../images/structure/body.background.gif);
}
.maintable {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 775px;
}
.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #F2DBDD;
	border-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #000000;
	background-image: url(../../images/structure/sidebar_background.jpg);
	background-repeat: repeat-y;
	background-position: center 100px;
}
.navbartable {
	background-color: #F2DBDD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.timetable {
	background-color: #F7FAD3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.maincontent {
	background-image: url(../../images/structure/winebackground.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AD1E28;
	letter-spacing: 4px;
	text-decoration: none;
}
a:hover.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 4px;
	text-decoration: none;
	background-color: #AD1E28;
}
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #AD1E28;
}
.bodycontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #AD1E28;
}
.bodycontent2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #AD1E28;
	text-align: justify;
}
.bodycontent3 {
	font-size: 15px;
	font-weight: BOLD;
	background-color: #AD1E28;
	color: #FFFFFF
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	background-color: #F2DBDD;
	border: 1px dashed #666666;
	height: 24px;
}
input:hover, select:hover, textarea:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	background-color: #DFF2FF;
	border: 1px dashed #666666;
	height: 24px;
}
textarea {
	height: 64px;
}
textarea:hover {
	height: 64px;
}


.xdebug-error {
	display: none;
}