.topButton {
 font-family: Century Gothic; letter-spacing: 7px; color: #666666; text-decoration: none;
}

.topButtonFocus {
 font-family: Century Gothic; letter-spacing: 7px; color: #e27326; text-decoration: none;
}

.sideButton {
 font-family: Century Gothic; color: #e27326; font-size: 14px; text-decoration: none;
}

.sideButtonFocus {
 font-family: Century Gothic; color: #666666; font-size: 14px; text-decoration: none;
}

.pageButtonFocus {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.pageButton {
	color: #666666;
	font-weight: normal;
	text-decoration: none;	
}
.pageButton:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

hr {
	color: #999999;
}

h1 {
	color: #666666;
	font-size: 24px;
	letter-spacing: 5px;
	font-family: Century Gothic;
}

h2 {
	color: #666666;
	font-size: 16px;
	font-family: Century Gothic;
}

.main {
	padding-left: 10px;
	padding-top: 10px;
}

.content {
 padding-left: 20px;
 padding-right: 20px;
 width: 95%;
 font-family: Century Gothic; color: #666666; font-size: 13px;
}

.link {
	color: #666;
	font-size: 11px;
	text-decoration: underline;
}

.link:hover { color: #333333; text-decoration: none; }

.inhoud {
 font-family: Century Gothic; color: #666666; font-size: 13px;
}

.genderSelect {
	font-family: Century Gothic; color: #333333; font-weight: bold; font-size: 13px; text-decoration: none;
}
.genderFocus {
	font-family: Century Gothic; color: #e27326; font-size: 13px; text-decoration: none; cursor: default;
}

.itemSelect {
	border: 0px solid #666666;
	opacity:0.6; filter:alpha(opacity=60);		
}
.itemSelectHover {
	opacity:1; filter:alpha(opacity=100);
	border: 0px solid #e27326;
	cursor: pointer;
	cursor: hand;
}
.itemFocus {
	border: 0px solid #e27326;
}

.orderSelect {
	background-position: center bottom; 
	background-image: url(http://www.theoddfactory.com/layout/glow.jpg); 
	background-repeat: no-repeat;
}

.pictureSelect {
	border: 0px solid #666666;
	opacity:0.6; filter:alpha(opacity=60);			
}
.pictureFocus {
	border: 0px solid #e27326;
	opacity:1; filter:alpha(opacity=100);	
	
}

.item {
	font-family: Century Gothic; color: #666666; font-size: 13px;
}
.item th {
	text-align: left;
}
.item td {
	color: #333333;
}

.orderForm {
	padding-left: 20;
	font-size: 12px;
}

.orderForm th {
	text-align: right;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	padding-right: 5px;
}

.signupContent {
/*	font-family: verdana; */
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
}

.signupContent td {
	padding-right: 2px;
	padding-left: 2px;
}

.signup {
	font-size: 10px;
	
//	border: 1px solid #666666;
}

/*
Nieuws pagina CSS
*/
.nieuwsTitel {
 	font-family: Century Gothic, verdana; 
	color: #666666; 
	font-size: 16px;
	font-weight: bold;
}
.nieuwsDatum {
 	font-family: Century Gothic, verdana; 	
	color: #666666; 
	font-size: 13px;
	text-align: right;
}
.nieuwsBericht {
 	font-family: Century Gothic, verdana;	
	font-size: 13px;
}
.nieuwsLegendaContainer {
	background-image: url(../layout/nieuwsLegenda.jpg); 
	width: 159px; 
	height: 189px; 
	border: 1px solid #CCCCCC;
}

.nieuwsLegendaContent {
	padding: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;	
	font-family: verdana; 
	line-height: 15px;
	font-size: 11px;
}

.nieuwsLegendaSeperator {
	width: 159px;
	height: 2px;
	background-image: url(../layout/nieuwsSeperator.gif);
}
.nieuwsLegendaContent a {
	color: #000000;
	text-decoration: none;
}
.nieuwsLegendaContent a.selected {
	color: #0000CC;
}

.tekstfoto {
 	font-family: Century Gothic, verdana;	
	font-size: 13px;
}



.reminder {
	background: #fcfcfc;
}	
	.reminder tr.header, .reminder tr.footer, .reminder tr.header2  {
		height: 41px;
		padding: 0px 5px 0px 5px;		
	}
	.reminder tr.header {
		background: #b1cce7;
	}
	.reminder tr.header th {
		text-align: left;
		color: #2d4874;
		border-bottom: 1px solid #8ab1cf;		
	}	
	.reminder tr.footer th {
		border-top: 1px solid #CCCCCC;
		color: #333333;
	}
	.reminder .notice {
		font-size: 9px; 
		color: #666666;
	}	
	.reminder td {
		padding: 5px 10px 5px 10px;
	}	
	.reminder th img {
		position: relative;
		top: 0px;
		vertical-align: middle;
	}	
	
div#FotoElement { 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 650px; 
	z-index: 999; 
	margin: -150px 0px 0px -325px;
}				
div#BlendOverlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 900; 
	width: 100%; 
	height: 100%; 
	background: #000000 url('bgBlend.gif');
}	