/*
		GENERAL
*/
.schedule_table {
	color: #333;
	font-size: 12px;
}
.schedule_table th, .schedule_table td {
	border: solid #fff 1px;
	padding: 3px 8px 3px 5px;
}
.schedule_table th {
	background-color: #4F81BD;
}
.schedule_table .dark_row {
	background-color: #A7BFDE;
}
.schedule_table .light_row {
	background-color: #D3DFEE;
}
/*
		PHOTOS
*/
#photos h1 {
	line-height: 100%;
	padding: 3px 0;
	margin: 0;
}
#photos .photos_in_album {
	color: #444;
	font-size: 13px;
}
#photos .photos_in_album span {
	color: #a20000;
}
#photos .thumbnail {
	background-color: #000;
	border: solid #000 1px;
	display: inline;
	float: left;
	margin: 3px 0 8px 8px;
	padding: 0;
	text-align: center;
	width: 176px;
}
#photos .thumbnail img {
	border: solid #fff 3px;
}
#photos .thumbnail p {
	line-height: 100%;
	margin: 0;
	padding: 2px 2px 4px 2px;
	text-align: center;
}
#photos .thumbnail a {
	color: #fff;
	font-size: 11px;
}
#photos .thumbnail a:hover {
	color: #DB2522;
}
#photos .full_photo {
	border: solid #000 5px;
	margin: 3px 0 15px 0;
	padding: 0;
	text-align: center;
	width: 542px;
}
#photos .full_photo img {
	border: solid #fff 1px;
}
#photos .full_photo p {
	background-color: #000;
	color: #ddd;
	font-size: 12px;
	padding: 3px 2px 1px 2px;
}
#photos .full_photo p a {
	color: #888;
}
#photos .full_photo p a:hover {
	color: #bbb;
}
#previous, #next {
	width: 60px;
}
#previous {
	float: left;
	margin-left: 4px;
}
#next {
	float: right;
}
.no_of_photos {
	font-size: 11px;
	margin: 0;
	padding: 5px 0 0 232px;
	text-align: center;
}
.no_of_photos span {
	color: #a20000;
	font-weight: bold;
}
#photos .breadcrumb {
	text-align: left;
	font-size: 11px;
}
#photos .breadcrumb a {
	font-size: 11px;
}
/*
		Borge / Sponsors
*/
#feesborge h2 {
	color: #777;
	font-size: 12px;
}
#feesborge table td {
	border-bottom: solid #ccc 1px;
	text-align: center;
	padding: 20px 10px 10px 10px;
}
#borg_boodskappe h2 span {
	color: #777;
}
/* 
		Contact Page 
*/
#contact_error {
	background-color: #ccc;
	border: solid #555 1px;
	color: #c30000;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 20px;
	margin: 10px auto;
	text-align: center;
	width: 380px;
}
#contact_wrapper {
	margin: 0 auto;
	text-align: center;
}
#contact_table {
	background-color: #ccc;
	border: solid #555 1px;
	color: #555;
	font-size: 12px;
	line-height: 18px;
	width: 420px;
}
#contact_table td {
	padding: 2px 0 4px 0;
}
#contact_table label {
}
#contact_table input, #contact_table textarea {
	background-color: #eee;
	border: solid #DB2522 1px;
}
#contact_table .required {
	color: #c30000;
	font-size: 14px;
	font-weight: bold;
}
#submit {
	background-color: #777 !important;
	border: solid #fff 2px !important;
	color: #eee;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 5px 10px;
}
#contact_left, #contact_right {
	overflow: hidden;
	text-align: left;
}
#contact_left {
	float: left;
	margin: 5px 0 5px 15px;
	width: 180px;
}
#contact_right {
	float: right;
	margin: 5px 5px 0 5px;
	width: 160px;
}

/*
		Kunstenaars - Aansoeke
*/
.aansoek {
	background-color: #EDF1F3;
	border-top: solid #bbb 1px;
	border-left: solid #bbb 1px;
	border-bottom: solid #aaa 2px;
	border-right: solid #999 2px;
	margin-bottom: 8px;
	overflow: hidden;
	padding: 3px 5px 4px 10px;
	width: 400px;
}
.aansoek div {
	display: block;
	float: right;
	overflow: hidden;
}
.aansoek p span {
	color: #333;
	font-size: 11px;
	font-weight: bold;
}
.aansoek a {
	font-size: 14px;
}