#fotogallery
{
}
.fotogallerybg
{
	cursor: pointer;
	width: 263px;
	height: 220px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 4px solid #f1592a;
	position: relative;
}
.fotogallerybg:hover
{
	border: 4px solid #2b2e84;
}
.categorienaam
{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background: url('./../images/main/categorienaam.png') repeat;
	text-align: center;
	color: #fff;
	width: 263px;
	height: 46px;
	line-height: 2;
	z-index: 10;
}
.categoriecaption
{
	position: absolute;
	left: 0;
	top: 0;
	width: 263px;
	height: 220px;
	overflow: hidden;
	display: block;
}
.categoriecaption img
{
	width: 263px;
	height: 220px;
	border: 0;
}

.printversie
{
	float: right;
	font-size: 10px;
	font-weight: bold;
}

.nietAktief
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#noJavascript
{
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px;
	margin: 0;
	text-align: center;
	color: #000;
	background: #f7f141;
	width: 100%;
	z-index: 2000000000;
	font-size: 14px;
	border-bottom: 2px solid #000;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
}
#nojavascript div
{
	margin: 5px 0;
}

/* AJAX LOADER PAGE LOADER*/
#page_loading
{
	position: fixed;
	top: 30%;
	left: 50%;
	z-index:10000;
	background:transparent url(./../../../admin/style/img/page_loading_background.png) left top no-repeat;
	text-align:center;
	width:320px;
	height: 90px;
	padding-top: 35px;
	margin-left:-160px;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	display: none;
}
#page_loading img
{
	vertical-align: middle;
	border: 0;
	padding-right: 5px;
}

/* ERROR DIV IN OVERLAY SUCH AS REGISTER, LOGIN*/
#overlayError
{
	padding: 20px;
	background: red;
	color: #ffffff;
	border: 1px solid #2b2e84;
	max-width: 600px;
}

/* FORMS */
.forminput
{
	width: 400px;
	border: 1px solid #000;
	padding: 3px;
}
.forminputborder
{
	border: 1px solid #000;
}
.submit
{
	background: #d9782d;
	border: 1px solid #000;
	color: #ffffff;
	padding: 5px 10px;
	cursor: pointer;
}
.submit:hover
{
	background: #000;
	border: 1px solid #000;
}
.formtextarea
{
	width: 400px;
	height: 50px;
	border: 1px solid #000;
	padding: 3px;
}
.formselectbox, #sisowbank
{
	width: 400px;
	border: 1px solid #000;
	padding: 3px;
}
.formradio
{
}
.formRequired
{
	font-weight: bold;
	font-size: 13px;
	color: #2b2e84;
}

/* STATUS */
.error, .ajaxError, .formErrorDIV, .success, .ajaxSuccess
{
	padding:10px 11px 12px 40px !important;
	margin-bottom:10px !important;
	margin-top: 10px !important;
	line-height:1.3 !important;
	color: #fff !important;
	font-weight: normal !important;
	text-align: left;
}

.error, .ajaxError, .formErrorDIV
{
	background: url('../images/misc/error.png') no-repeat 10px 10px #2b2e84;
}
	
.success, .ajaxSuccess
{
	background: url('../images/misc/info.png') no-repeat 10px 9px #fdf6bb;
	color: #000 !important;
}

.error a, .ajaxError a, .formErrorDIV a
{
	color: #fff !important;
}
.error a:hover, .ajaxError a:hover, .formErrorDIV a:hover
{
	color: #2b2e84 !important;
}


/* GLOBAL */
img, img a
{
	border: 0;
}
fieldset
{
	margin: 0;
	padding: 0;
}

/* REST */
.middle
{
	vertical-align: middle;
}
.clear
{
	clear: both;
}
.pointer
{
	cursor: pointer;
}
.small
{
	font-size: 10px;
}
.gray
{
	color: #888a8b;
}

/* DATE INPUT */
/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */

/* the input field */
.date
{
}

/* calendar root element */
#calroot {
	/* place on top of other elements. set a higher value if nessessary */
	z-index:10000;
	
	margin-top:-1px;
	width:198px;
	padding:2px;
	background-color:#fff;
	font-size:11px;
	border:1px solid #888a8b;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;	
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {	
	padding:2px 0;
	height:22px;
} 

#caltitle {
	font-size:14px;
	color:#0150D1;	
	float:left;
	text-align:center;
	width:155px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
	display:block;
	width:20px;
	height:20px;
	background:transparent url(../images/dateinput/prev.gif) no-repeat scroll center center;
	float:left;
	cursor:pointer;
}

#calnext {
	background-image:url(../images/dateinput/next.gif);
	float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;	
}

/* year/month selector */
#caltitle select {
	font-size:10px;	
}

/* names of the days */
#caldays {
	height:14px;
	border-bottom:1px solid #ddd;
}

#caldays span {
	display:block;
	float:left;
	width:28px;
	text-align:center;
}

/* container for weeks */
#calweeks {
	background-color:#fff;
	margin-top:4px;
}

/* single week */
.calweek {
	clear:left;
	height:22px;
}

/* single day */
.calweek a {
	display:block;
	float:left;
	width:27px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 		
} 

/* different states */
.calweek a:hover, .calfocus {
	background-color:#ddd;
}

/* sunday */
a.calsun {
	color:red;		
}

/* offmonth day */
a.caloff {
	color:#888a8b;		
}

a.caloff:hover {
	background-color:rgb(245, 245, 250);		
}


/* unselecteble day */
a.caldisabled {
	background-color:#efefef !important;
	color:#888a8b	!important;
	cursor:default;
}

/* current day */
#calcurrent {
	background-color:#498CE2;
	color:#fff;
}

/* today */
#caltoday {
	background-color:#333;
	color:#fff;
}