
/* Stylesheet for Frameworx FWX01 site... */

/* For W3C browsers: make sure the entire window is filled. */
html {
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
}

body {
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
  margin-right:-26px;
  color:#000000;
  font-family:Arial, Helvetica, sans-serif;
  background:#ffffff url(/p-httpd/_cache/_style/images/canvas_sides.gif) repeat-y scroll 50% 0;
  overflow:auto;
}

/* From here: normal style definitions */

a {
  color:#9900E8;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

body, p, table {
  color:#000000;
  font-size:13px;
  padding:0px;
  margin:0px;
  margin-bottom:8px;
  line-height:130%;
}

h1 {
  color:#000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  font-size:15px;
  font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

h1:first-letter {color:#9900E8;}

h2   {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size:13px;
  margin-top:14px;
}
h2:first-letter {color:#9900E8;}

h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size:12px;
}

h3:first-letter {color:#9900E8;}

h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size:12px;
}

.cms_titel { 
  color:#000000; 
  padding:0px; 
  font-size:20px; 
  font-style:normal; 
  font-weight:normal; 
  line-height:130%;
}

hr {
  color:rgba(221, 221, 221, 0.7);
  height:1px;
  padding:0px;
  margin:0px;
}

ol, ul, ul p {
  font-size:12px;
  list-style-image:url(/p-httpd/_style/images/bullet.gif);
  margin:0px;
  margin-bottom:0px;
  padding:10px;
  padding-top:5px;
  padding-bottom:0px;
}

li {
  font-size:12px;
  margin-left:15px;
}

img {
  padding:0px;
  margin:0px;
  margin-top:3px;
  margin-bottom:3px;
  margin-left:5px;
  border-width:0px;
}

.title {
  height: 25px;
}

/* From here: positioning all the divs */
/* NOTE: Content divs (like content, columns) may not have top or bottom paddings or margins!!! */

#center{ 
  height:100%;
  width:982px; 
  padding:0px; 
  margin:0px; 
  margin-left:auto; 
  margin-right:auto; 
  text-align:left; 
}

#canvas  {
  width:982px;
  height:100%;
  padding:0px;
  margin:0px;
  float:left;
}

#menu-bg {
  position:fixed;
  width:210px; 
  background: url(/p-httpd/_style/images/menu/meetlint.jpg) no-repeat bottom left;
  height:99%;
}

#logo1 {
  position:absolute; 
  top:15px; 
  margin-left:60px;
  z-index:100;
}

#logo2 {
  position:absolute; 
  top: 10px; 
  margin-left:540px;
  z-index:0;
}

#search {
  position:static;
  margin-top: 77px;
}

#site {
  width:983px;
}

#content {
  margin:0px; 
  padding:0px;
  margin-top: 75px;
  padding-bottom: 30px;
 }

#column_left { 
  position:absolute; 
  top:0px; 
  width:180px; 
  margin:0px; 
  margin-left:0px; 
  padding:0px; 
  padding-left:10px; 
  padding-right:10px;
}

#column_middle {
  position:absolute;
  top:0px;
  margin:0px;
      width:580px;
  padding:0px;
  margin-left:180px;
}

#column_right {
  position:absolute;
  top:0px;
  margin:0px;
  padding:0px;
      width:190px;
      margin-left:770px;
}

#load_extra2_html {
  position:static;      width:190px;
  padding:0px;
  margin-top: 10px;
}

/* From here: the menus */
#menu {
  width:154px;
  margin:6px;
  padding:0px;
  margin-top:90px;
  border-bottom: 0px solid #CCAAFF;
  border-left: 0px solid #CCAAFF;
  border-right: 0px solid #CCAAFF;
}

#menu:last-child {
  border-bottom: 0px solid #CCAAFF;
}

#menu a.head {
  width:154px;
  height:25px;
  cursor:pointer;
  color:#000000;
  background-color:rgba(221, 221, 221, 0.7);
  display:block;
  font-size:14px;
  font-weight:bold;
  margin:0px;
  margin-top:2px;
  padding:0px;
  text-indent:8px;
  line-height:25px;
  text-decoration: none;
  border-top: 0px solid #CCAAFF;
}

/* Prevent focus/blur rendering around menu items */
#menu .ui-state-focus{
    outline: none;
}

#menu a.head:first-letter {
  color:#9900E8;
}
  
#menu a.head:hover {
  color:#9900E8;
  background-color:rgba(221, 221, 221, 0.7);
}

#menu a.cms_selected {
  color:#9900E8;
  background-color:rgba(221, 221, 221, 0.7);
  text-decoration:underline;
}

#menu a.current {
  color:#9900E8;
  background-color:rgba(221, 221, 221, 0.7);
}

#menu ul {
  width:100%;
  border-width:0px;
  margin:0px;
  padding:0px;
  text-indent:0px;
}

#menu li {
  margin:0px;
  padding:0px;
  width:100%;
  list-style:none outside none;
  display:inline;
}

#menu li li a, #menu li.cms_selected li a {
  height:20px;
  line-height:20px;
  color:#000000;
  background-color:rgba(221, 221, 221, 0.7);
  font-size:12px;
  display:block;
  text-decoration: none;
  text-align:left;
  text-indent:20px;
  font-weight:bold;
  padding-right:10px;
  border-top: 0px solid #CCAAFF;
  margin-top: 2px;
}

#menu li li a:first-letter {
  color:#9900E8;  
}

#menu li li a:hover {
  color:#9900E8;
  background-color:rgba(221, 221, 221, 0.7);
}

#menu li li.cms_selected a {
  color:#9900E8;
  background-color:rgba(221, 221, 221, 0.7);
  text-decoration: underline;
}


/* Nieuws - Used for news in the subpage... */

.nieuws.par_normal {
  width:500px;
}
.news_title {
  text-align:left;
  font-weight:bold;
  background-color:transparent;
  padding-left:5px;
  padding-right:5px;
}

.news_title:first-letter {
  color:#9900E8;  
}

.news_title2 {
  text-align:left;
  font-weight:bold;
  background-color:rgba(221, 221, 221, 0.7); 
  padding-left:5px;
  padding-right:5px;
}

.news_date {
  text-align:right;
  font-weight:bold;
  background-color:rgba(221, 221, 221, 0.7);
  padding-left:5px;
  padding-right:5px;
}

.news_subtitle {
  font-size: 14px;
  font-weight: bold;
}

.news_abstract {
  border: 1px solid rgba(221, 221, 221, 0.7); 
  font-size:11px;
  font-weight:normal;
  padding:2px;
}

.news_detail_title {
  text-align:left;
  font-size:14px;
  font-weight:bold;
  background-color:#efefef;
  padding-left:5px;
  padding-right:5px;
}

.news_detail_date {
  text-align:right;
  font-size:14px;
  font-weight:bold;
  background-color:#efefef;
  padding-left:5px;
  padding-right:5px;
}

.news_detail_body {
  border: 1px solid #9900E8;
  font-size:11px;
  font-weight:normal;
}

.news_detail_subtitle {
  font-size: 14px;
  font-weight: bold;
}

.news_more {
  display:block;
  font-size: 11px;
  font-weight: normal;
  font-style:italic;
}

.img_righttop {
  margin:0px;
  padding:0px;
  margin-left:5px; 
  margin-bottom:5px;
}

.img_lefttop {
  margin:0px;
  padding:0px;
  margin-right:5px;
  margin-bottom:5px;
}


/* more class for the user to use in the WYSIWYG editor... */

.cms_more {
  text-decoration:none;
  color:#9900E8;
  font-weight:bold;
  font-size:12px;
  padding-left:10px;
  background-image:url(/p-httpd/_style/images/bullet.gif);
  background-repeat:no-repeat;
  background-position:0px 4px;
}

a.cms_more      { color:#9900E8; }
.cms_more:hover { color:#9900E8; }


/* Buttons in forms, e.g. mail response form... */

.cms_input {
  height:20px; 
  font-weight:bold; 
  font-size:12px; 
  background-color:#FFFFFF;
}

.cms_subtitel {
  color:#000000;
  font-size:13px;
  font-style:normal;
  font-weight:bold;
}

.cms_meer {
  color:#9900E8;
  font-size:13px;
  font-style:normal;
  font-weight:bold;
}

.cms_meer a, .cms_meer a:hover  { text-decoration:none; }

/* Additional standard colors... */

.cms_rood      {color:#FF0000;}
.cms_wit       {color:#FFFFFF;}
.cms_zwart     {color:#000000;}
.cms_9px_font  {font-size:9px;}
.cms_10px_font {font-size:10px;}
.cms_11px_font {font-size:11px;}

table.cms_prijslijst {
  border:2px solid #9900E8;
  width:80%;
  padding:5px;
}

.cms_prijslijst {color:#000000;}
.cms_prijslijst td {border-bottom: 1px solid #BBBBBB;}

.cms_prijslijst_titel {
  color: #222266;
  font-size:14px;
  font-weight:bold;
}

/* E-mail forms... */

.email_response_div {
  width:100%;
  margin-left:0px;
  margin-right:0px;
}

.email_response_required_fields {
  font-size:9px; 
  font-style:italic; 
  color:#444444; 
  padding-right:10px;
}

.email_response_form {
  width:100%;
  background-color:#EFEFEF;
  padding:5px;
  margin:5px;
  border:1px solid #DDDDDD;
}

.email_response_form tr td {
  padding:2px;
  padding-left:7px;
  padding-right:7px;
  margin:0px;
  font-size:11px;
}

.email_response_form tr th {
  text-align:left;
  padding:0px;
  margin:0px;
  padding-left:4px;
  font-size:12px;
  color:#FFFFFF;
  background-color:#E0CCFF;
}

.email_response_input {
  color:#000000;
  width:100%;
  font-size:11px;
  border:1px solid #9900E8;
}

.email_response_button {
  font-size:11px;
  color:#FFFFFF;
  background-color:#9900E8;
  border:1px solid#9900E8;
  margin:2px;
  margin-right:-4px;
  padding-left:15px;
  padding-right:15px;
}

faq_title {
  text-align:left;
  font-weight:bold;
  background-color:transparent;
  padding-left:5px;
  padding-right:5px;
}

.faq_title:first-letter {
  color:#9900E8;  
}

.faq_more {
  display:block;
  font-size: 13px;
  font-weight: normal;
  line-height: 60%;
}

/* Additional stuff... */

.normal    { background-color:#FFFFFF; }
.alt       { background-color:#EEEEEE; }
.var       { background-color:#FFFFFF; }
.inv       { background-color:#FFFFFF; }

.capt {
  background-color:#FFFFFF;
  color:#333333;
}

.NoteStyle {
  color:rgba(221, 221, 221, 0.7);
  background-color:#FFFFFF;
  border:solid 1px rgba(221, 221, 221, 0.7);
  font-size:10px;
  padding:4px;
}

.PopStyle {
  z-index: 20;
  top:0px;
  left:0px;
  position:absolute;
  visibility:hidden;
  width:200px;
}

.img_right {
  margin:0px;
  padding:0px;
  margin-right:0px;
  margin-bottom:-3px;
}

.img_center {
  margin:0px;
  padding:0px;
  margin-right:0px;
  margin-bottom:-3px;
}

/* Par styles... */

.par_normal {
  background-color:transparent;
  color:#000000;
  font-size:13px;
  padding:0px;
  margin:0px;
  margin-top:14px;
  line-height:130%;
}

/*.par_normal td {
  padding:0px;
  margin:0px;
} */

.par_title {
  color:#000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  font-size:15px;
  font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

.par_title:first-letter {color:#9900E8;}

.par_subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size:13px;
}

.par_subtitle:first-letter {color:#9900E8;}

.par_normal p {
  color:#000000; 
  font-size:13px;
}

.par_block {
  background-color:rgba(221, 221, 221, 0.7);
  margin:0px;
  margin-top:10px;
}

.par_block td {
  padding:10px;
  padding-top:0px;
  margin:0px;
  margin-left:10px;
  margin-right:10px;
}

.par_block tr.title td {
  padding:0px;
  padding-left:10px;
}

.par_block .par_title {
  color:#000000;
  font-size:20px;
  font-weight:bold;
}

.par_block .par_subtitle {
  color:#000000;
  font-size:15px;
  font-style:normal;
  font-weight:normal;
}

.par_block p {
  color:#000000;
  font-size:13px;
}

div.icon {
  position:relative;
  float:right;
  width:20px;
  margin:0px;
  padding:0px;
  padding-right:5px;
  margin-top:-20px;
}

#tooltip {
  position: absolute;
  z-index: 999;
  border: 1px solid rgba(221, 221, 221, 0.7);
  background-color: #FFFFFF;
  padding: 4px;
  opacity: 0.85;
}

#tooltip h3, #tooltip div {
  margin:0;
  font-size:10px;
}

/* Search */

.search_block {
  padding:0px;
  margin:0px;
  padding-top:10px;
}

.search_input  {
  color:#000000;
  font-size:11px;
  padding-bottom:3px;
  border:1px solid #DDDDDD;
  width:100px;
}

.search_button {
  color:#000000;
  font-weight:normal;
  font-size:11px;
  background-color:#FFFFFF;
}

.search_amount, .search_none {
  text-align:right;
  width:560px;
  background-color:#efefef;
  padding:2px;
  padding-right:5px;
  margin:0px;
  margin-top: 15px;
}

a.search_title, a:visited.search_title {
  font-size:13px;
  color:#9900E8;
  font-weight:bold;
  text-decoration:underline;
  line-height:30px;
  margin-top:20px;
}

.normal_row td { background-color:#efefef; }
.alt_row    td { background-color:#F6F2F6; }

/* Flash popup - Yellow Note Flash movie... */

div.flash_popup_div {
  height:200px;
  width:200px;
  visibility:visible;
  position:absolute;
  top:25px;
  margin-left:425px;
  z-index:10;
}

/* Optional diap-blockcolors for Newsletter plug-in, can be overrulled with config of plug-in */

.newsletter p.par_title {
  font-size:12px;
  margin-top:0px;
}

.newsletter td.diap { background-color:#efefef; }

/* For Image Zoomer... */
img.zoom_img {
  border:1px solid white;
  cursor:pointer;
}

.thumbnailer img { margin:8px; }

.show_image_description {
  color:#000000;
  font-size: 16px;
  font-weight:bold;
  line-height:160%;
  font-family: Arial, Helvetica, sans-serif;
}

/* Settings for vertical accordion */

.accordion_vertical {
  margin:0px;
  padding:0px;
}

.borderstyle {
  padding:8px;
  padding-top:0px;
  margin-top:10px;
  border:2px solid rgba(221, 221, 221, 0.7);
}

.accordion_vertical a.head {
  width:100%;
  cursor:pointer;
  display:block;
  margin:0px;
  padding:0px;
  text-decoration: none;
}

.accordion_vertical a.head:hover { }
.accordion_vertical a.selected {}
.accordion_vertical a.current { }

.accordion_vertical ul {
  margin:0px;
  padding:0px;
}

.accordion_vertical li {
  width:100%;
  margin:0px;
  padding:0px;
  list-style:none outside none;
  display:inline;
}

.accordion_vertical li li a {
  margin:0px;
  padding:0px;
  text-decoration: none;
  display:block;
}

.accordion_vertical li li a:hover { }

.thumbnailer td {
  text-align:center;
  padding:5px;
  vertical-align:bottom;
}

.thumbnailer tr {
  text-align:left;
  vertical-align:bottom;
}

.thumbnailer img {
  border:0px solid transparent;
}

.thumbnailer_title {
  color:#000000; 
  font-size:13px; 
  padding:0px; 
  margin:0px; 
  margin-top:0px;
  font-style:italic;
  text-align:center;
}

.portfolio {
  border:solid 1px #666666;
  width:380px;
  height:100px;
  margin:auto;
  margin-bottom:20px;
}

.portfolio th {
  text-align:center;
  font-size:12px;
  background-color:#E0CCFF;
  border-bottom: solid 1px #666666;
}

.portfolio th a {
  text-align:center;
  font-size:12px;
  color:#000000;
  font-weight:bold;
}

.portfolio td {
  font-size:11px;
  padding:5px;
}

.portfolio_more {
  background-color:#EEEEEE;
  padding:4px;
  font-size: 11px;
  font-weight: normal;
  font-style:italic;
}

.portfolio_body { width:80%; }

.portfolio a:hover img {text-decoration: none;}


/* ------------------------- navpath / breadcrumbs ------------------------- */

.navpathHolder { margin:0 0 20px 0; }

.navpath {
  width: 100%;
  height: 15px;
  margin: 0px;
  padding: 0px;
  padding-bottom:6px;
  display: block;
  overflow: hidden;
  background-image:url(images/navpath_grad.gif);
  background-color:#FFFFFF;
  background-position:top left;
  background-repeat:repeat-x;
  border-bottom:1px solid #CCCCCC;
}

.navpath ul {
  margin: 0;
  padding: 0;
  padding-left:5px;
  height: 21px;
  display: block;
}

.navpath ul li {
  display: block;
  float: left;
  position: relative;
  height: 21px;
  overflow: hidden;
  line-height: 21px;
  margin: 0px 6px 0px 0;
  padding: 0px 10px 0px 0;
  font-size: .9167em;
  background: url(images/navpath_arrow.png) no-repeat 100% 0;
}

.navpath ul li div.chevronOverlay {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.navpath ul li span {
  display: block;
  overflow: hidden;
}

.navpath ul li a {
  display: block;
  position: relative;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
  float: left;
}

.navpath ul li.first a {
  height: 16px !important;
  text-indent:-1000em;
  width:16px;
  padding: 0;
  margin-top: 2px;
  overflow: hidden;
  background:url(/p-httpd/_cms/toolbox/jquery/breadcrumb/Images/IconHome.gif) no-repeat 0 0;
}

.navpath ul li.first a:hover {
  background-position: 0 -16px;
}

.navpath ul li.last {
  background: none;
  margin-right: 0;
  padding-right: 0;
}

.chevronOverlay {
  display: none;
  background: url(images/navpath_arrow_overlay.png) no-repeat 100% 0;
  width: 20px;
  height: 20px;
}

/* Twitter XML viewer */

.twitter_title {
  margin: 0px;
  padding: 5px;
  background-color:rgba(221, 221, 221, 0.7);
  color:#000000;
  border-bottom: 3px solid white;
}

.twitter_date {
  margin:0px;
  padding: 5px;
  background-color:#E0CCFF;
  font-size:11px;
  text-align: center;
  border-bottom: 3px solid white;
}

.twitter .news_more {
  display: inline;
}
