/* Copyright (C) 2005-2009 Sebastiaan Kooijman */

/* POPUP FORMAT */
.jqmOverlay { background-color: #cccccc; }

.popWindow {
  display: none;
  padding: 0;
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -300px;
  border: none !important;
  z-index: 3000;
	}


/* Border Definions */
.popupTopWrap { /* top */
  clear: both;
  width: 100%;
	}

.popupMiddleWrap {
	overflow: hidden;
	width: 100%;
	}

.popupBorder {  /* top left */
	float: left;
  width: 49px;
  height: 49px;
  position: relative;
  background: url('popup-images01.png') no-repeat 0px 0px;
	}
.popupBorder.right  {
	float: right;
	background: url('popup-images01.png') no-repeat -49px 0px;
  margin-top: -49px;
	}
.popupBorder.middle  {
  width: auto;
  background: url('popup-images_topbottom01.png') repeat-x 0px 0px;
  min-width: 300px;
  margin: 0px 49px 0 49px;
  float: none;
	}

.popupBorder.side.right {
  float: right:
  height: auto;
  background: url('popup-images_leftright01.png') repeat-y -49px 0px; 
  clear: right;
  margin: 0;
	}

.popupBottomWrap .popupBorder {  /* bottom left */
  float: left;
  width: 49px;
  height: 49px;
  position: relative;
  background: url('popup-images01.png') no-repeat -98px 0px;
	}
.popupBottomWrap .popupBorder.right  {
  float: right;
  background: url('popup-images01.png') no-repeat -147px 0px;
  margin-top: -49px;
	}
.popupBottomWrap .popupBorder.middle  {
  width: auto;
  background: url('popup-images_topbottom01.png') repeat-x 0px -49px;
  min-width: 400px;
  margin: 0px 49px 0 49px;
  float: none;
	}
	

/* Content Definions */
.popupContent {
  margin: 0 49px !important;
  text-align: left !important;
	}

.popupContent, .popupContent div, .popupContent p {
  background: #ffffff; /* IE needs explicit background to prevent ugly font bug */
	}

.popupContent div { float:left; }
.popupBorder.side   {
  height: auto;
  clear: left;
  background: url('popup-images_leftright01.png') repeat-y 0px 0px;
  margin-left: 0px;
	}

.contentWrap { margin: 8px 15px; }

.popWindow .clearWrap { clear:both; float:left; position:relative; }

.popWindow .closeButton {
  background: transparent url('popup-images01.png') no-repeat -196px 0px; 
  position: relative;
  float: right;
  clear: both;
  width: 68px;
  height: 24px;
  padding: 0;
  border: none;
  margin: 32px 49px -40px 0;
  cursor: pointer;
  z-index: 1000001;
	}

.bottomButtons	{ margin-top:18px; width:99%; min-width:300px; }
/* POPUP FORMAT END*/


/* POPUP MEDEDELINGEN */
#popOsiris { height: 375px; width: 600px; }
#popOsiris .popupContent,
#popOsiris .popupBorder.side { min-height: 375px;  }
#popOsiris .contentWrap { padding-top: 5px; padding-left: 5px; }
/* POPUP MEDEDELINGEN END */


/* POPUP MEDEDELINGEN */
#popMeldingen { height: 450px; width: 600px; }
#popMeldingen .popupContent,
#popMeldingen .popupBorder.side { min-height: 450px;  }
#popMeldingen .contentWrap { padding-top: 5px; padding-left: 5px; }
/* POPUP MEDEDELINGEN END */