/* ## STYLE JANERKELENS ## */

body, html {
	height: 100%;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Arial;
	font-size: 10pt;
	background-color: #686868;
	background-image: url(../Images/MainBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}



/* ### LAYERS ### */

	div.Logo {
		position: absolute;
		margin-left: -14px;
		top: 27px;
	}


/* ### TABLES ### */

table.Container {
	margin-left: auto;
	margin-right: auto;
	background-image: url(../Images/BodyBg.jpg);
	background-repeat: repeat-y;
}

	td.Top {
		background-image: url(../Images/TopBg.jpg);
		background-repeat: no-repeat;
		background-position: top;


	}

	td.Bottom {
		background-image: url(../Images/BottomBg.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		padding-bottom: 45px;
		text-align: center;
		color: #b1b1b1;
		padding-top: 20px;
	}


td.MenuStart {
	width: 90px;
	border-right: 1px solid #4A4A4A;

}

td.MenuEnd {
	width: 9px;
	border-left: 1px solid #4A4A4A;

}

td.MenuBetween {
	width: 1px;
	background-color:black;

}

td.Menu {
		padding-top: 59px;
		padding-right: 40px;
}

td.Content {
	padding-left: 10px;
	padding-right: 10px;
	height: 300px;
	color: #d4d4d4;
}

td.Gallery {
	border-bottom: 1px solid #999;
	padding: 10px;
	text-align: center;
}

td.Gallery a:link {
	color: #999;
	text-decoration: none;
}

td.Gallery a:visited {
	color: #999;
	text-decoration: none;
}

td.Gallery a:hover {
	color: #ffe649;
	text-decoration: none;
}

td.GallerySelected {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 10px;
	text-align: center;
}

td.GallerySelected a:link {
	color: white;
	text-decoration: none;
}

td.GallerySelected a:visited {
	color: white;
	text-decoration: none;
}

td.GallerySelected a:hover {
	color: white;
	text-decoration: none;
}


/* ## LINKS ## */

a.Menu:link {
	display: block;
	color: #a7a7a7;
	text-decoration: none;
	font-size: 12pt;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-top: 10px;
	border-left: 1px solid #4A4A4A;
	border-right: 1px solid #4A4A4A;
	font-weight: normal;
}

a.Menu:visited {
	display: block;
	color: #a7a7a7;
	text-decoration: none;
	font-size: 12pt;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-top: 10px;
	border-left: 1px solid #4A4A4A;
	border-right: 1px solid #4A4A4A;
	font-weight: normal;
}


a.Menu:hover {
	display: block;
	color: #FFE640;
	text-decoration: none;
	font-size: 12pt;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-top: 10px;
	border-left: 1px solid #828282;
	border-right: 1px solid #828282;
	background-position: top;
	background-image: url(../Images/MenuBg.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
}

a.MenuSelected:link {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 12pt;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-top: 10px;
	border-left: 1px solid #4A4A4A;
	border-right: 1px solid #4A4A4A;
	font-weight: normal;
}

a.MenuSelected:visited {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 12pt;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-top: 10px;
	border-left: 1px solid #4A4A4A;
	border-right: 1px solid #4A4A4A;
	font-weight: normal;
}

a.MenuSelected:hover {
	display: block;
	color: #FFE640;
	text-decoration: none;
	font-size: 12pt;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-top: 10px;
	border-left: 1px solid #828282;
	border-right: 1px solid #828282;
	background-position: top;
	background-image: url(../Images/MenuBg.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
}

a.GreyLink:link {
	color: #b1b1b1;
	text-decoration: none;
}

a.GreyLink:visited {
	color: #b1b1b1;
	text-decoration: none;
}

a.GreyLink:hover {
	color: #b1b1b1;
	text-decoration: underline;
}


/* #### MISC #### */

FONT.header {
	color: white;
	font-size: 16px;
}

FONT.subheader {
	color: white;
	font-size: 14px;
}

input.Button {
	background-color: #2c2c2c;
	color: #bfbfbf;
	border: 1px solid #222;
	cursor: pointer;
	font-weight: bold;
}

input.ButtonDisabled {
	background-color: #2c2c2c;
	color: #2c2c2c;
	border: 1px solid #222;
	cursor: pointer;
	font-weight: bold;
}
