/* ===================================
GENERAL CSS ITEMS
=================================== */
body {
	background-image: url(/images/general/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #1F3F14;
	margin: 0px;
}
form {
	margin: 0px;
}
h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #213A79;
	margin-bottom: 0px;
}

/* ===================================
SIDE MENU
=================================== */
.SIDEMENU-bg{
	background-image: url(/images/general/bg-sidemenu.jpg);
	height: 461px;
	background-position: 0px 167px;
	background-repeat: no-repeat;
}
.SIDEMENU-filler{
	background-color: #FFFEE9;
	background-image: url(/images/general/sidemenu-filler.jpg);
	background-repeat: no-repeat;
	width: 16px;
	background-position: top;
}
.SIDEMENU-bg-wifiarea{
	background-image: url(/images/general/bg-sidemenu-bottom.gif);
	background-repeat: repeat-y;
}

/* ===================================
TOP MENU
=================================== */
.TOPMENU-bg{
	background-image: url(/images/general/bg-topmenu.jpg);
	height: 34px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #785A34;
	padding-right: 10px;
}
.TOPMENU-bg a{
	color: #785A34;
	text-decoration: none;
}
.TOPMENU-bg a:hover{
	color: #000000;
	text-decoration: underline;
}


/* ===================================
MAIN IMAGE
=================================== */
.MAINIMG-bg{
	background-image: url(/images/general/bg-mainimg.jpg);
	background-repeat: repeat-y;
}


/* ===================================
CONTENT
=================================== */
.CONTENT-text{
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}
.CONTENT-bg{
	background-image: url(/images/general/bg-content.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 8px;
}
.CONTENT-img-borders{
	margin-bottom: 10px;
	border: 5px solid #D6C79C;
}
.CONTENT-xmas-border{
	margin-bottom: 10px;
	border: 5px solid #ff0024;
}
/* ===================================
FOOTER
=================================== */
.FOOTER-table{
	font-family: Arial;
	font-size: 11px;
	color: #80926E;
	margin-top: 15px;
	margin-bottom: 10px;
}
.FOOTER-table a{
	color: #80926E;
	text-decoration: none;
}
.FOOTER-table a:hover{
	color: #ffffff;
	text-decoration: none;
}


/* ===================================
FORMS
=================================== */
.FORM-td-c1{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #E5E5E5;
	border: 1px solid #CCCCCC;
}
.FORM-td-c2{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}
.FORM-td-c2-req{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	background-image: url(/images/general/reqfield.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.FORM-textfield{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;
}
.FORM-button {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006600;
	border: 2px outset #003300;
}

.FORM-textarea{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;
}
.FORM-statusmsg-error{
	font-family: Arial;
	font-size: 11px;
	color: #CC0000;
}
.FORMS-status-ok{
	font-family: Verdana;
	font-size: 14px;
	color: #00CC00;
	font-weight: bold;
}
.FORMS-status-error{
	font-family: Verdana;
	font-size: 14px;
	color: #CC0000;
}
.vaninfo {
	background-color: #9CF;
	width: 200px;
}
.vanmonth {
	background-color: #FF3;
	width: 200px;
	font-family: "Century Gothic", Century, "Arial Black";
	font-size: 16px;
	font-weight: bold;
	color: #333;
	height: 20px;
}
.vaninfo {
	background-color: #CCC;
	width: 200px;
	font-family: "Century Gothic", Century, "Arial Black";
	font-size: 12px;
	color: #000;
}
.vanflash {
	background-color: #F5EED2;
	width: 200px;
}
