/* HTML TAGS */

body {
  margin: 0px;
  background-color: #E1E1E1;
  font-family: arial;
}

a {
  /*text-decoration: none;*/
  color: #EFADA2;
}

a:hover {
  color: #E40E62;
}

input {
  border: 1px solid black;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  width: 200px;
}

td {
  font-family: arial;
}

form {
  margin: 0px;
  padding: 0px;
}

/* WINDOW */

.shadow {
  width:840px; 
  height: 650px;
  background-image:URL(../images/main_window_shadow.gif);
  position: relative;
}

.window {
  width: 800px;
  height: 611px;
  left: 20px;
  top: 19px;
  background-color: #BEBEBE;
  position: relative;
}

.topbar {
  width: 100%;
  height: 60px;
  background-color: white;
  position: relative;
}

.topline {
  width: 100%;
  height: 3px;
  font-size: 0px;
  position: relative;
}

.screen {
  width: 100%;
  height: 487px;
  background-color: #BEBEBE;
  position: relative;
}

.bottomline {
  width: 100%;
  height: 3px;
  font-size: 0px;
  position: relative;
}

.bottombar {
  width: 100%;
  height: 60px;
  background-color: white;
  position: relative;
}

.colofon {
  vertical-align:bottom;
  font-size:9px;
  text-align:center;
}

.colofonlink {
  color: #808080;
  text-decoration: none;
  font-family: verdana;
}

/* TOPBAR */

.title {
  font-family: arial;
  font-size: 22px;
  font-weight: bold;
  color: black;
  padding-right: 10px;
}

.subtitle {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: black;
  padding-right: 10px;
}

/* BOTTOM MENU */

.menulink {
  font-family: arial;
  font-size: 12px;
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.menulink:hover {
  color: #E62967;
}

.menuspacer {
  color: black;
  font-family: arial;
  font-size: 13px;
  padding-left: 3px;
  padding-right: 3px;
}

.menulink_disabled {
  font-family: arial;
  font-size: 12px;
  color: #A0A0A0;
  font-weight: bold;
}

/* ENABLE OR DISBALE BUTTONS */

.enabled {
  cursor: pointer;
}

.disabled {
  cursor: default;
}

.radio_unchecked {
  cursor: pointer;
}

.radio_checked {
  cursor: pointer;
}

/* DIALOG */

.dialog {
  /* background-color: #D6D6D6; */
  position: absolute;
  border: 2px solid black;
  visibility: hidden;
  overflow-x: auto;
}

.dialog_title {
  width: 100%;
  height: 38px;
  line-height: 38px;
  background-color: #4A4A4A;
  color: white;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

.dialog_title {
  color: white;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}

.dialog_topline {
  width: 100%;
  height: 4px;
  font-size:2px;
}

.dialog_content {
  text-align: center;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  padding: 4px;
}

.dialog_buttonbar {
  width:100%;
}

.dialog_link {
  color: #EE1C52;
  font-size: 13px;
  text-decoration: none;
  font-family: arial;
  font-weight: bold;
}

.dialog_link:hover {
  color: black;
}

.dialog_thinlink {
  color: #EE1C52;
  font-size: 11px;;
  text-decoration: none;
  font-family: arial;
}

.dialog_thinlink:hover {
  color: black;
}

.dialog_label {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: black;
  height: 24px;
}

.dialog_text {
  font-family: arial;
  font-size: 13px;
  color: black;
}

.dialog_error {
  width: 180px;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #FF0000;
  border: none;
  background-color: #D6D6D6;
  text-align: center;
  overflow: hidden;
}

.dialog_error:disabled {
  color: yellow;
}

.dialog_dropdown {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  width: 200px;
}

/* BIG MENU - Menu met bollen */

.bigmenu_div {
  width: 123px;
  height: 123px;
  position: absolute;
}

.bigmenu_label {
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
}

.bigmenu_title {
  width: 600px;
  height: 44px;
  position: absolute;
  left: 100px;
  top: 45px;
}

.bigmenu_text {
  width: 400px;
  text-align: center;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: 200px;
  top: 100px;
}

/* MODULE CONTROLS */

.module_title_div {
  background-color: black;
  left: 20px;
  top: 20px;
  width:760px;
  height: 24px;
  position: absolute;
}

.module_title_td {
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.module_subscreen {
  width: 760px;
  height: 420px;
  left: 20px;
  top: 54px;
  position: absolute;
  text-align: center;
}

.textfield_div {
  width: 370px;
  height: 200px;
  position: absolute;
}

.textfield_labeldiv {
  width: 100%;
  /* height: 80px; */
}

.textfield_label {
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: white;
}

.textfield_textarea {
  border: 1px solid black;
  font-family: arial;
  font-size: 12px;
  overflow: hidden;
  padding:3px;
}

.textfield_textarea_disabled {
  border: 1px solid black;
  font-family: arial;
  font-size: 12px;
  overflow: hidden;
  padding:3px;
  color: black;
  background-color: #BFD6EC;
}

/* ADMIN */

.admin_button {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: black;
  color: white;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.admin_button:hover {
  background-color: black;
  color: #E40E62;
}

.admin_smallbutton {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: black;
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

.admin_smallbutton:hover {
  background-color: black;
  color: #E40E62;
}

.admin_title {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
}

.admin_dataheader {
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  padding-left: 4px;
  border-right: 1px solid #BEBEBE;
  background-color: #9E9E9E;
}

.admin_data {
  font-size: 12px;
  padding-left: 4px;
  border-right: 1px solid #BEBEBE;
  border-top: 1px solid #BEBEBE;
}

.admin_databuttons {
  text-align: right;
  background-color: #BEBEBE;
  border-top: 1px solid #BEBEBE;
}

.admin_text {
  font-size: 12px;
}

.admin_pagecount {
  font-size: 12px;
  font-weight: bold;
  color: #6A6A6A;
}

.admin_extramenu {
  width: 740px;
  height: 20px;
  left: 30px;
  top: 450px;
  position: absolute;
  text-align: right;
}

.admin_minibutton {
  width: 15px;
  height: 15px;
  display:block;
  cursor:pointer;
}

.mainmenu_feedbacktd {
  text-align: right;
  font-size: 8pt;
  color: black;
}

.mainmenu_feedbackitem {
  font-size: 8pt;
  color: black;
  text-decoration: none;
}

/* DOSSIER */

.dossier_div {
  width: 370px;
  position: absolute;
  font-size:6px;
}

.dossier_titel {
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  font-size: 10pt;
  color: white;
}

.dossier_item {
  height: 20px;
  line-height:20px;
}

.dossier_checkboxlabel {
  font-size:9pt;  
  padding-left: 8px;;
}