body {
	background: #FFFFFF;
	margin: 0px;
}
body, td, p {
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	color: #003399;
}

input, textarea {
	font-family: Arial;
}


#fieldset .horizontal {
	background: url(/lib/images/horizontal.gif) repeat-x;
	width: 100%;
}
#fieldset .vert_l {
	border-left:1px solid #003399;
}
#fieldset .vert_r {
	border-right:1px solid #003399;
}
#fieldset .blue {
	background: #003399;
}
#fieldset .title {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
	padding: 3px;
}

#fieldset .yellow {
	background: #ffefc3;
}

.empty {
	color: silver;
	font-family: verdana;
	font-size: 10px;
	font-style: italic;
	height:22px;
	line-height:14px;
}

a {
	color: #003399;
}
a:hover {
	color: #0099ff;
}
a.white {
	color: white;
	text-decoration: none;
}

hr { color: #0099ff; height: 1px; }

#InBeeldItem {
	width:   124px;
	border:  1px solid white;
	height:  115px; 
	float:   left;
	padding: 2px;
	margin-top:  5px; 
}

#InBeeldItemOver {
	cursor:  pointer;
	width:   124px;
	border:  1px dashed #0099ff;
	background: #D9F0FF;
	margin-top:  5px; 
	height:  115px; 
	float:   left;
	padding: 2px;
}

/*ToolTip*/
#dhtmltooltip {
	position: absolute;
	border: 1px solid #0099ff; 
	background: #FFFFFF; 
	padding: 3px;
	display:none;
	color: #003399;
	z-index: 100;
	width: 250px;
}

#dhtmltooltipFrame {
	position: absolute;
	display: none;
	z-index: 99;
	height: 10px;
	width: 250px;
}

#list th {
	background: #d5d5d5;
	color: #7a7a7a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:top;
	text-align: left;
}

#list th.ordered { background: #999999; color: white; cursor: pointer;}
#list th.unordered { cursor: pointer;}

#list td {
	cursor: pointer;
	font-family: Verdana;
	font-size: 11px;
	vertical-align:top;
	border-bottom:  1px dashed #0099ff;
	color: #003399;
}


#list tr.hover {
	background: #D9F0FF;
}

#nolist td {
	cursor: pointer;
	font-family: Verdana;
	font-size: 11px;
	vertical-align:top;
	border-bottom: none;
	padding-right:5px;
	color: #003399;
}

#nolist tr.hover {
	background: #D9F0FF;
}

#sort {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

#sort select{
	font-family: verdana;
	font-size: 10px;
}

#paging {
	text-align:right;
}

#paging select{
	font-family: verdana;
	font-size: 10px;
}

.sortNormal {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

.sortSelected{
	color: #0099ff;
	font-family: verdana;
	font-size: 11px;
	font-style: italic;
}

/*highslide*/
.highslide {
	cursor: url(/lib/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
	font-weight: bold;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(/lib/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-full-expand {
	background: url(/lib/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

#GalleryItem {
	width:   124px;
	height:  90px; 
	float:   left;
	padding: 2px;
	margin-top:  2px; 
	margin-bottom:  2px; 
}