﻿html {
  height: 100%;
}
#Body {
  height: 100%;
  font-family: Arial, sans-serif;
  color: #666;
  font-size: 13px;
  line-height: 18px;
}
#Form {
  height: 100%;
}
a {
  outline: 0;
  border: 0;
}
a:link,
a:visited,
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p,
ul,
ol {
  margin: 0;
  padding: 0 0 1em 0;
}
#DNN6 {
  width: 100%;
  position: relative;
  z-index: 1;
  min-height: 100%;
  background: #e9e9ea url('Images/body-bg.png') repeat-x 0 0;
}
h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 26px;
}
h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
}
h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
}
/*WAM - removed z-index*/
#Header .SearchContainer {
  position: absolute;
  z-index: 22;
  bottom: 19px;
  right: 0px;
  width: 232px;
  height: 32px;
  background: url(images/search.png);
}
#Header .SearchContainer .SearchBorder {
  border: 0;
  background: none;
}
#Header .SearchContainer .SearchIcon {
  float: left;
  width: 40px;
  padding: 3px;
  background-position: 9px 6px;
}
#Header .SearchContainer .SearchTextBox {
  float: left;
  background: none;
  width: 140px;
  margin: 3px;
  color: #eee;
}
#Header .SearchContainer .SearchButton {
  float: left;
  text-indent: -9999px;
  display: block;
  height: 32px;
  width: 30px;
  padding: 0;
}
#Content {
  min-height: 600px;
}
#Panes {
  width: 880px;
  min-height: 600px;
  margin: 20px auto auto auto;
  background: #fff;
}
.LogoRowRight {
  float: right;
  font-size: 12px;
  margin: 30px 20px 0 0;
}
.LogoRowRight a {
  color: #fff;
}
#Login {
  width: 880px;
  margin: 0 auto;
  text-align: right;
  color: #fefefe;
}
#Login .SkinObject,
#Login .LoginLink {
  color: #fefefe;
  text-transform: uppercase;
  padding: 0 0 0 5px;
  text-decoration: none;
}
#Login .SkinObject:hover,
#Login .LoginLink:hover {
  text-decoration: underline;
}
#Login .LoginLink {
  padding: 0 5px;
}
#LogoRow {
  height: 70px;
  padding: 8px 0 12px 0;
  background: url(images/header-banner.png) no-repeat 0 0;
}
#LogoRow #dnn_dnnLogo_hypLogo {
  display: block;
  text-indent: -1000em;
  margin: 15px 0 0 10px;
  width: 200px;
  float: left;
}
#Breadcrumb {
  height: 30px;
  width: 880px;
  line-height: 30px;
  background: url(images/Breadcrumb-BG.jpg) no-repeat 0 0;
  margin: 0 0 2em 0;
  font-size: 11px;
}
#Breadcrumb span {
  display: inline-block;
  height: 30px;
  float: left;
  font-weight: bold;
  color: #666;
  font-size: 11px;
}
#Breadcrumb .Intro {
  text-transform: uppercase;
  padding: 0 15px 0 13px;
  margin: 0 15px 0 0;
  font-size: 10px;
  background: url(images/Breadcrumb-FirstSep.jpg) no-repeat right 0;
}
#Breadcrumb .SkinObject {
  display: inline-block;
  color: #944e4e;
  height: 30px;
  float: left;
}
#Breadcrumb .SkinObject:hover {
  text-decoration: underline;
}
#Breadcrumb span.Sep {
  width: 14px;
  background: url(images/Breadcrumb-Sep.jpg) no-repeat 0 0;
  margin: 0 15px;
}
#StaticMenu,
#dnn_BottomPane {
  clear: both;
}
#DNN6.TwoColLeft #dnn_LeftPane {
  float: left;
  width: 180px;
  margin: 0 20px 0 20px;
}
#DNN6.TwoColLeft #dnn_ContentPane {
  float: left;
  width: 640px;
}
#DNN6.TwoColLeft #dnn_ContentPane a {
  color: #B1161E;
}
#Footer {
  min-height: 45px;
  width: 880px;
  background: #666;
  margin: 0 auto;
}
#Footer .Content {
  width: 880px;
  margin: auto;
  padding: 30px 30px 0 30px;
}
#Footer .Content .Panes {
  padding: 0 0 45px 0;
}
#Footer #dnn_Footer_LeftPane {
  width: 430px !important;
  float: left;
  margin: 0 20px 0 0;
}
#Footer #dnn_Footer_RightPane {
  width: 430px !important;
  float: left;
}
#Footer #dnn_Footer_BottomPane {
  clear: both;
}
#Footer #Copyright {
  clear: both;
  height: 50px;
  width: 820px;
  border-top: 1px solid #fff;
  line-height: 46px;
}
#Footer #Copyright a {
  color: #fff;
}
#Footer .Normal {
  color: #e5e5e5;
}
#Footer span.SkinObject {
  font-weight: normal;
  color: #fff;
  font-size: 12px;
}
#Footer a.SkinObject {
  float: right;
  font-weight: normal;
  text-decoration: underline;
}
#Footer a.SkinObject:link,
#Footer a.SkinObject:active,
#Footer a.SkinObject:visited,
#Footer a.SkinObject:hover {
  color: #e5e5e5;
  padding: 0 0 0 15px;
}
/* Password Information */
#Passwords {
  margin: 2em 0;
  padding: 0;
}
#Passwords li {
  display: inline-block;
  height: 62px;
  width: 305px;
  background: url(images/Icons.png) no-repeat -256px -64px;
  margin: 0 15px 0 0;
  padding: 0;
  list-style-type: none;
}
#Passwords li.Host {
  margin: 0;
}
#Passwords span.SubHead {
  display: block;
  color: #FFF;
  font-size: 14px;
  padding: 11px 0 8px 15px;
}
#Passwords span.Password {
  color: #FFF;
  padding: 0 0 0 15px;
}
p.Disclaimer {
  clear: both;
  color: #666666;
  font-size: 11px;
  line-height: 14px;
}
/* Default Over-rides */
#ControlPanelWrapper #dnnCPWrap {
  filter: none !important;
}
/* Modules */
.DnnModule {
  margin: 0 0 2em 0;
}
.DnnModule ul,
ol {
  padding: 0 0 0 24px;
}
/* Panes - In Layout Mode */
.paneOutline {
  border: 0;
}
.paneOutline span.SubHead center {
  border: 1px #ccc dotted;
  border-left: 0;
  border-right: 0;
  line-height: 2.5em;
}
#iPopUp {
  display: none;
}
.eipbackimg {
  z-index: 1000;
}
/* Fonts */
.Normal {
  font-size: 13px;
  line-height: 18px;
}
.SubHead {
  color: #333;
}
/* Language Object */
.language-object {
  display: inline-block;
  margin-left: 5px;
}
/* buttons */
.dnnPrimaryAction,
.dnnFormItem input[type="submit"],
a.dnnPrimaryAction {
  border-color: #666;
  background: #B1161E;
  background: -moz-linear-gradient(top, #c95c62 0%, #b1161e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c95c62), color-stop(100%, #b1161e));
  background: -webkit-linear-gradient(top, #c95c62 0%, #b1161e 100%);
  background: linear-gradient(top, #c95c62 0%, #b1161e 100%);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  color: #fff !important;
  text-shadow: 0px -1px 0px #185b93;
}
.dnnPrimaryAction:hover,
.dnnFormItem input[type="submit"]:hover,
a.dnnPrimaryAction:hover {
  border-color: #666;
  background: #B1161E;
  background: -moz-linear-gradient(top, #b1161e 0%, #b1161e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1161e), color-stop(100%, #b1161e));
  background: -webkit-linear-gradient(top, #b1161e 0%, #b1161e 100%);
  background: linear-gradient(top, #b1161e 0%, #b1161e 100%);
  color: #fff !important;
}
/* STATIC MENU */
#staticMenu,
#staticMenu li {
  float: left;
}
#staticMenu {
  padding: 0;
  height: 190px;
  margin-bottom: 20px;
}
#staticMenu li {
  list-style-type: none;
  font-size: 14px;
  color: #666;
  width: 220px;
  height: 190px;
}
#staticMenu li a {
  color: #666 !important;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#staticMenu li a div {
  text-align: center;
  padding: 13px;
  background: #e9e9ea;
}
#staticMenu li a:hover {
  text-decoration: none;
}
#staticMenu li a:hover div,
.skinConsumenten #staticMenu li.mi-consumenten a div,
.skinDeelnemers #staticMenu li.mi-deelnemers a div,
.skinRegelgeving #staticMenu li.mi-regelgeving a div,
.skinOverons #staticMenu li.mi-over-ons a div,
.skinOmgevingDeelnemers #staticMenu li.mi-over-ons a div {
  background: #fff;
}
#staticMenu li.mi-consumenten {
  background: url(/Portals/_default/Skins/stichting-cis/images/menu-image-consumenten.jpg) no-repeat left 40px;
}
#staticMenu li.mi-deelnemers {
  background: url(/Portals/_default/Skins/stichting-cis/images/menu-image-deelnemers.jpg) no-repeat left 40px;
}
#staticMenu li.mi-regelgeving {
  background: url(/Portals/_default/Skins/stichting-cis/images/menu-image-regelgeving.jpg) no-repeat left 40px;
}
#staticMenu li.mi-over-ons {
  background: url(/Portals/_default/Skins/stichting-cis/images/menu-image-over-ons.jpg) no-repeat left 40px;
}
#staticMenu li.mi-omgeving-voor-deelnemers {
  background: url(/Portals/_default/Skins/stichting-cis/images/menu-image-omgeving-deelnemers.jpg) no-repeat right 40px;
}
#staticMenu li:hover.mi-consumenten,
.skinConsumenten #staticMenu li.mi-consumenten {
  background: url(/Portals/_default/Skins/stichting-cis/images/menu-image-consumenten-hi.jpg) no-repeat left 40px;
}
#staticMenu li:hover.mi-deelnemers,
.skinDeelnemers #staticMenu li.mi-deelnemers {
  background: url(/Portals/_default/Skins/stichting-cis/images/menu-image-deelnemers-hi.jpg) no-repeat left 40px;
}
#staticMenu li:hover.mi-regelgeving,
.skinRegelgeving #staticMenu li.mi-regelgeving {
  background: url(/Portals/_default/Skins/stichting-cis/images/menu-image-regelgeving-hi.jpg) no-repeat left 40px;
}
#staticMenu li:hover.mi-over-ons,
.skinOverons #staticMenu li.mi-over-ons {
  background: url(/Portals/_default/Skins/stichting-cis/images/menu-image-over-ons-hi.jpg) no-repeat left 40px;
}
#staticMenu li:hover.mi-omgeving-voor-deelnemers,
.skinOmgevingDeelnemers #staticMenu li.mi-omgeving-voor-deelnemers {
  background: url(/Portals/_default/Skins/stichting-cis/images/menu-image-omgeving-deelnemers-hi.jpg) no-repeat right 40px;
}
/* STATIC MENU - INGELOGD*/
#staticMenu.ingelogd li {
  list-style-type: none;
  font-size: 14px;
  color: #666;
  width: 176px;
  height: 190px;
}
/* QUICK EDIT MENU OVERRIDE voor IE9 */
/*._Telerik_IE9 .eipbackimg.editMode {
border: 1px solid #777777 !important;
background: -moz-linear-gradient(top, #303030 0%, #191919 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303030), color-stop(100%,#191919)) !important;
background: -webkit-linear-gradient(top, #303030 0%,#191919 100%) !important;
background: -o-linear-gradient(top, #303030 0%,#191919 100%) !important;
background: -ms-linear-gradient(top, #303030 0%,#191919 100%) !important;
background: linear-gradient(to bottom, #303030 0%,#191919 100%) !important;
opacity: 0.8;
}*/
._Telerik_IE9 .eipbackimg.editMode {
  background: #303030;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwMzAzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTE5MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #303030 0%, #191919 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303030), color-stop(100%, #191919));
  background: -webkit-linear-gradient(top, #303030 0%, #191919 100%);
  background: -o-linear-gradient(top, #303030 0%, #191919 100%);
  background: -ms-linear-gradient(top, #303030 0%, #191919 100%);
  background: linear-gradient(to bottom, #303030 0%, #191919 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#191919',GradientType=0 );*/
  opacity: 0.8;
}
#dnnMenu {
  margin-left: -20px;
  width: 170px;
}
#dnnMenu .topLevel {
  position: relative;
}
#dnnMenu ul {
  margin: 0;
}
#dnnMenu ul > li {
  display: block;
  margin: 5px 0 0 0;
  list-style-type: none;
  position: relative;
  width: 170px;
}
#dnnMenu ul > li a {
  display: block;
  color: #666;
  padding-left: 20px;
}
#dnnMenu ul > li.hover > a,
#dnnMenu ul > li > a:hover,
#dnnMenu ul > li.selected > a {
  color: #b1161e;
  text-decoration: none;
  background: url(DNNStandard/images/bg-selected-item.png) repeat-y left top;
}
#dnnMenu ul.topLevel > li {
  margin-bottom: 20px;
}
#dnnMenu ul.topLevel > li div.subLevel > ul > li > a {
  padding-left: 25px;
}
#dnnMenu .topLevel li a div {
  display: block;
  margin: 0;
  padding: 0;
}
.language-object .Language {
  padding-left: 3px;
}
/*# sourceMappingURL=Skin.css.map */