#periods {
	position				: relative;
	width					: 690px;
}

#periods p {
	padding					: 5px 0 5px 0;
	font-weight				: bold;
}

.Items {
	text-align				: left;
}

.Items tr {
	height					: 25px;
}

.Items th, .Items td {
	vertical-align			: top;
}

.Items th {
	width					: 275px;
}

th.guests, th.applier, th.guest_data, th.costs {
	padding					: 20px 0 10px 0;
	height					: 40px;
	vertical-align			: middle;
	text-align				: left;
	font-size				: 1.3em;
	font-weight				: bold;
}

th.voorletters {
	width					: 70px;	
}

th.naam {
	width					: 300px;	
}

th.geslacht {
	width					: 100px;	
}

th.geboortedatum {
	width					: 250px;	
}

th.Verwijderen {
	width					: 50px;
}

select.BirthDate {
	width					: 55px;	
}

select.Day { 
	width					: 40px;	
}

select.Month { 
	width					: 40px;	
}

.voorletters input {
	width					: 60px;
}

.naam input {
	width					: 280px;
}

.geslacht select {
	width					: 60px;
}

td.Submit {
	text-align 				: left;
}

select.input_small {
	width					: 100px;
}

/* stap 1 */
#prices_1 {
	width					: 100%;
	padding					: 0;
	margin					: 0;
}

#prices_1_period {
	/*width					: 100%;*/
}

#prices_1_week {
	width					: 130px;
	text-align				: center;
}

#prices_1_weekend {
	width					: 130px;
	text-align				: center;
}

#prices_1_midweek {
	width					: 130px;
	text-align				: center;
}

.prices_1_week_td {
	width					: 130px;
	text-align				: center;
}

.period_width {
	font-weight				: bold;
}

input.Submit {
	width					: 125px;
	margin-top				: 30px;	
	background				: #3B7566;
	color					: #fff;
	font-weight				: bold;
	border					: 1px solid #fff;
}

tr.even {
	background			: #fafafa;	
}

#PopupPage{
	position				: absolute;
	width					: 600px;
	height					: 430px;	
	display					: block;
	background				: #fff;
	border					: 1px solid #000;
	text-align				: center;
	left					: 240px;
	right					: auto;
	top						: 400px;
	z-index					: 999;
	margin-left				: auto;
	margin-right			: auto;
}
#CloseHeader{
	height					: 40px;
	font-weight				: bold;	
}

TD.unavailable {
	color					: red !important;
}

