﻿.backcolor
{
  background-color: hsl(209,55%,71%);
}
.box
{
  background-color: hsl(209,55%,90%);
  background: linear-gradient(to bottom, hsl(209,55%,95%) 0%, hsl(209,55%,85%) 100%); /* W3C */
  border: 1px solid #000000;
}
.accLogoPnl
{
  display: none;
}
.basecolor
{
  background-color: hsl(0, 0%, 98%);
}
.colContent
{
  position: absolute;
  left: 157px;
  top: 80px;
  bottom: 0;
  right: 0;
  padding-left: 10px;
  border-radius: 10px 0px 0px 0px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: hsl(0,0%,67%);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: hsl(0,0%,67%);
  z-index: 100;
  box-shadow: -3px -3px 6px -3px hsl(0,0%,15%);
}

.colContentCorner
{
  position: absolute;
  margin-left: 153px;
  margin-top: -4px;
  z-index: 99;
  height: 14px;
  width: 14px;
  border-radius: 14px 0px 0px 0px;
  border-top-color: hsl(209,55%,71%);
  border-top-width: 5px;
  border-top-style: solid;
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: hsl(209,55%,71%);
}
.topPnl
{
  height: 0px;
  position: relative;
}
.headerPnl
{
  position: relative;
  width: 100%;
  height: 80px;
}
.siteLogo
{
  border-style: none;
  position: fixed;
  left: 4px;
  top: 4px;
  height: 72px;
}
.siteTitle
{
  position: absolute;
  top: 18px;
  left: 180px;
  font-family: Trebuchet MS;
  font-size: 32px;
  color: #003e7e;
}
.adminPnl
{
  position: absolute;
  left: 120px;
  top: 4px;
  font-size: 8px;
}

.headerButtonPnl
{
  position: relative;
  height: 75px;
  margin-right: 20px;
  float: right;
  top: 0px;
  z-index: 110;
}
.compLogo
{
  position: relative;
  float: right;
  height: 80px;
  line-height: 77px;
  top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background: #fff;
  box-shadow: -6px 0px 6px -3px rgba(0, 0, 0, 0.4);
  z-index: 120;
}
.compLogoImg
{
  vertical-align: middle;
  height: 75px;
}
.headerButton
{
  border-style: solid;
  border-color: hsl(209,55%, 67%);
  border-width: 1px;
  position: relative;
  top: 15px;
  float: right;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #223997;
  overflow: hidden;
  background: hsl(209,55%,80%);
  background: linear-gradient(to bottom, hsl(209,55%,95%) 0%, hsl(209,55%,70%) 100%); /* W3C */
  margin: 0 0px 0 0px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4),0px -3px 3px rgba(0, 0, 0, 0.4),inset 0 1px 0 #FFF;
}
.headerButton_first
{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.headerButton_last
{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.headerButton:hover
{
  background: #fff;
  background: linear-gradient(to bottom, hsl(209,55%,100%) 0%, hsl(209,55%,88%) 100%); /* W3C */
  top: 12px;
  color: #162561;
}
.headerButton_sel
{
  background: hsl(209,55%,85%);
  background: linear-gradient(to bottom, hsl(209,55%,97%) 0%, hsl(209,55%,85%) 100%); /* W3C */
}

.headerButton a
{
  padding: 6px 15px 8px 15px;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  display: block;
}
.headerButton:hover a
{
  padding: 8px 15px 11px 15px;
}
.headerBtn
{
}
.headerButton a:link
{
  border-style: none;
  color: #000066;
  text-decoration: none;
}
.headerButton a:visited
{
  border-style: none;
  color: #000066;
  text-decoration: none;
}
.headerButton a:hover
{
  border-style: none;
  color: #FF6600;
  text-decoration: none;
}
.headerButton a:active
{
  border-style: none;
  color: #FFA264;
  text-decoration: none;
}

.menuBack
{
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 158px;
  z-index: -1;
}
.colMenu
{
  position: fixed;
  width: 158px;
  position: fixed;
  top: 120px;
  padding-top: 20px;
  left: 0px;
  z-index: 120;
}
.colMenuRight
{
  position: absolute;
  right:-6px;
  top:0;
  height:100%;
  width:6px;
  content:" ";
  z-index:20;
}

.menuBtn
{
  font-size: 12px;
  position: relative;
  right: 0px;
  background: hsl(209,55%,90%);
  background: linear-gradient(to right, hsl(209,55%,95%) 0%, hsl(209,55%,70%) 100%); /* W3C */
  cursor: pointer;
  z-index: 10;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: inset 1px 0px 0px 0px hsl(209,55%,100%),0px 3px 3px rgba(0, 0, 0, 0.4),0px 0px 5px 0px hsl(209,55%,15%);
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: hsl(209,55%,67%);
  border-bottom-color: hsl(209,55%,67%);
  border-left-color: hsl(209,55%,67%);
  margin: 0 0 7px 8px;
}
.menuBtn:before, .menuBtn:after
{
  border: 1px solid hsl(209,55%,67%);
  position: absolute;
  right: -1px;
  width: 5px;
  height: 5px;
  content: " ";
}
.menuBtn:before
{
  bottom: -6px;
  border-top-right-radius: 16px;
  border-width: 1px 1px 0 0;
  box-shadow: 2px -1px 0 hsl(209,55%,70%);
}
.menuBtn:after
{
  top: -6px;
  border-bottom-right-radius: 16px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 1px 0 hsl(209,55%,70%);
}
.menuBtn:hover
{
  background: #fff;
  background: linear-gradient(to right, hsl(209,55%,100%) 0%, hsl(209,55%,88%) 75%, hsl(0, 0%, 98%) 100%); /* W3C */
  margin-left: 1px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: hsl(0, 0%, 98%);
  z-index: 10;
}
.menuBtn:hover:before
{
  box-shadow: 2px -1px 0px hsl(0, 0%, 98%);
}
.menuBtn:hover:after
{
  box-shadow: 2px 1px 0 hsl(0, 0%, 98%);
}
.menuBtn_space
{
  margin-top: 20px;
}
.menuBtn_sel
{
  background: hsl(209,55%,85%);
  background: linear-gradient(to right, hsl(209,55%,97%) 0%, hsl(209,55%,85%) 75%, hsl(0, 0%, 98%) 100%); /* W3C */
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: hsl(0, 0%, 98%);
  margin-left: 3px;
  z-index: 10;
}
.menuBtn_sel:hover
{
  margin-left: 1px;
}
.menuBtn_sel:before
{
  box-shadow: 2px -1px 0px hsl(0, 0%, 98%);
}
.menuBtn_sel:after
{
  box-shadow: 2px 1px 0 hsl(0, 0%, 98%);
}

.menuBtn a
{
  cursor: pointer;
  white-space: nowrap;
  display: block;
  border-style: none;
  padding: 3px 3px 3px 3px;
}
.menuBtn a:link
{
  color: #000066;
  text-decoration: none;
}
.menuBtn a:visited
{
  color: #000066;
  text-decoration: none;
}
.menuBtn a:hover
{
  color: #FF6600;
  text-decoration: none;
}
.menuBtn a:active
{
  color: #FFA264;
  text-decoration: none;
}
.usrSelImg
{
  position: absolute;
  border-width: 0px;
  top: 2px;
  right: 1px;
}


.contTopPnl
{
  height: 40px;
  padding-right: 50px;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 100;
}
.contentLblPnl
{
  float: left;
  width: 400px;
  position: absolute;
  bottom: 0;
}
.contTabPnl
{
  position: relative;
  float: right;
  top: 0px;
  height: 35px;
  overflow: hidden;
  z-index: 100;
}
.contTabPnlTopline
{
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: hsl(0,0%,67%);
  z-index: 110;
  margin-left: -10px;
}
.contTab, .contTab_sel
{
  white-space: nowrap;
  font-size: 12px;
  position: relative;
  left: 0px;
  top: 0px;
  float: right;
  background: hsl(209,55%,80%);
  background: linear-gradient(to bottom, hsl(209,55%,95%) 0%, hsl(209,55%,80%) 100%); /* W3C */
  cursor: pointer;
  z-index: 90;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4), 0px 0px 4px 0px hsl(0,0%,15%);
  margin: 0 3px 0 3px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-right-style: solid;
  border-top-style: none;
  border-left-style: solid;
  border-bottom-color: hsl(209,55%,67%);
  border-right-color: hsl(209,55%,67%);
  border-left-color: hsl(209,55%,67%);
}
.contTab:before, .contTab:after, .contTab_sel:before, .contTab_sel:after
{
  border: 1px solid hsl(209,55%,67%);
  position: absolute;
  top: -1px;
  width: 5px;
  height: 5px;
  content: " ";
}
.contTab:before, .contTab_sel:before
{
  left: -6px;
  border-top-right-radius: 16px;
  border-width: 1px 1px 0px 0;
  box-shadow: 2px -2px 0px hsl(209,55%,95%);
}
.contTab:after, .contTab_sel:after
{
  right: -6px;
  border-top-left-radius: 16px;
  border-width: 1px 0 0px 1px;
  box-shadow: -2px -2px 0px hsl(209,55%,95%);
}
.contTab:hover
{
  background: #fff;
  background: linear-gradient(to bottom, hsl(209,55%,100%) 0%, hsl(209,55%,88%) 100%); /* W3C */
  color: #162561;
}
.contTab:hover:before
{
  box-shadow: 2px -2px 0px hsl(209,55%,100%);
}
.contTab:hover:after
{
  box-shadow: -2px -2px 0 hsl(209,55%,100%);
}
.contTab_sel
{
  z-index: 30;
  background: hsl(209,55%,50%);
  background: linear-gradient(to bottom, hsl(209,55%,30%) 0%,  hsl(209,55%,50%) 65%, hsl(209,55%,40%) 66%, hsl(209,55%,60%) 100%); /* W3C */
}
.contTab_sel:hover
{
  background: #fff;
  background: linear-gradient(to bottom, hsl(209,55%,100%) 0%, hsl(209,55%,88%) 100%); /* W3C */
}
.contTab_sel:before
{
  box-shadow: 2px -2px 0 hsl(209,55%,30%);
}
.contTab_sel:after
{
  box-shadow: -2px -2px 0 hsl(209,55%,30%);
}
.contTab_sel:hover:before
{
  box-shadow: 2px -2px 0 hsl(209,55%,100%);
}
.contTab_sel:hover:after
{
  box-shadow: -2px -2px 0 hsl(209,55%,100%);
}

.contTab a, .contTab_sel a
{
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  border-style: none;
  padding: 4px 10px 5px 10px;
  text-decoration: none;
}
.contTab_sel a
{
  padding-top: 5px;
  padding-bottom: 6px;
}
.contTab a:link
{
  color: #000066;
}
.contTab_sel a:link
{
  color: #FFFFFF;
}
.contTab a:visited
{
  color: #000066;
}
.contTab_sel a:visited
{
  color: #FFFFFF;
}
.contTab a:hover, .contTab_sel a:hover
{
  color: #FF6600;
  padding-top: 6px;
  padding-bottom: 7px;
}
.contTab a:active, .contTab_sel a:active
{
  color: #FFA264;
}

.fltrHead
{
  position: relative;
  height: 30px;
  padding-right: 3px;
  padding-left: 3px;
  overflow: hidden;
  z-index: 100;
}
.fltrHeadS
{
  padding: 1px 3px 0px 3px;
  height: 32px;
}
.fltrHeadLbl
{
  display: inline;
  height: 14px;
  position: relative;
  float: left;
  padding: 12px 10px 2px 1px;
  text-align: center;
  color: #102C41;
  font-weight: bold;
}
.fltrHeadRb
{
  display: inline;
  height: 14px;
  position: relative;
  float: left;
  padding: 1px 10px 2px 1px;
  text-align: center;
  color: #102C41;
}
.fltrTabLbl
{
  padding: 12px 10px 2px 1px;
}

.fltrTab
{
  font-size: 12px;
  position: relative;
  left: 0px;
  top: 9px;
  float: left;
  background: hsl(209,55%,80%);
  background: linear-gradient(to bottom, hsl(209,55%,95%) 0%, hsl(209,55%,80%) 100%); /* W3C */
  cursor: pointer;
  z-index: 90;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4), 0px 0px 3px 0px hsl(0,0%,15%);
  margin: 0 5px 0 5px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: hsl(209,55%,67%);
  border-right-color: hsl(209,55%,67%);
  border-left-color: hsl(209,55%,67%);
  border-bottom-color: hsl(209,55%,80%);
  padding: 3px 22px 2px 6px;
}
.fltrTabS
{
  font-size: 12px;
  font-weight: 600;
  position: relative;
  left: 0px;
  top: 9px;
  height: 14px;
  float: left;
  background: hsl(209,55%,80%);
  background: linear-gradient(to bottom, hsl(209,55%,95%) 0%, hsl(209,55%,80%) 100%); /* W3C */
  cursor: pointer;
  z-index: 90;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4), 0px 0px 3px 0px hsl(0,0%,15%);
  margin: 0 5px 0 5px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: hsl(209,55%,67%);
  border-right-color: hsl(209,55%,67%);
  border-left-color: hsl(209,55%,67%);
  border-bottom-color: hsl(209,55%,80%);
  padding: 3px 13px 2px 6px;
}
.fltrTabS:hover .fltrImg
{
  top: 5px;
}
.fltrTabS:hover .fltrImgWait
{
  top: 1px;
}

.fltrImg
{
  width: 11px;
  height: 11px;
  position: absolute;
  right: 3px;
  top: 3px;
  background-image: url('/assets/expand.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: hsl(209,55%,95%);
  border: 1px solid hsl(209,55%,67%);
  border-radius: 2px;
}
.fltrImgWait
{
  border-style: none;
  width: 16px;
  height: 16px;
  right: 1px;
  top: 2px;
  background: url('/assets/loading3.gif');
}
.fltrTab:hover .fltrImg
{
  top: 5px;
}
.fltrTab:hover .fltrImgWait
{
  top: 1px;
}
.fltrTab_sel .fltrImg
{
  top: 4px;
  background-image: url('/assets/collapse.png');
}
.fltrTab_sel:hover .fltrImg
{
  top: 5px;
}
.fltrTab:before, .fltrTab:after
{
  border: 1px solid hsl(209,55%,67%);
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
}
.fltrTab:before
{
  left: -6px;
  border-bottom-right-radius: 16px;
  border-width: 0px 1px 1px 0;
  box-shadow: 2px 2px 0px hsl(209,55%,82%);
}
.fltrTab:after
{
  right: -6px;
  border-bottom-left-radius: 16px;
  border-width: 0px 0 1px 1px;
  box-shadow: -2px 2px 0px hsl(209,55%,82%);
}
.fltrTab:hover, .fltrTabS:hover
{
  background: #fff;
  background: linear-gradient(to bottom, hsl(209,55%,100%) 0%, hsl(209,55%,88%) 100%); /* W3C */
  color: #FF6600;
  border-bottom-color: hsl(209,55%,88%);
  padding-top: 5px;
  padding-bottom: 4px;
  top: 5px;
}
.fltrTab:hover:before
{
  box-shadow: 2px 2px 0px hsl(209,55%,90%);
}
.fltrTab:hover:after
{
  box-shadow: -2px 2px 0 hsl(209,55%,90%);
}
.fltrTab_sel
{
  z-index: 30;
  background: hsl(209,55%,45%);
  background: linear-gradient(to bottom, hsl(209,55%,30%) 0%,  hsl(209,55%,50%) 72%, hsl(209,55%,40%) 73%, hsl(209,55%,60%) 100%); /* W3C */
  padding-top: 4px;
  padding-bottom: 3px;
  top: 7px;
  color: #FFFFFF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: hsl(209,55%,60%);
}
.fltrTab_sel:hover
{
  background: #fff;
  background: linear-gradient(to bottom, hsl(209,55%,100%) 0%, hsl(209,55%,88%) 100%); /* W3C */
  padding-top: 5px;
  padding-bottom: 4px;
  top: 5px;
  color: #FF6600;
  border-bottom-color: hsl(209,55%,88%);
}
.fltrTab_sel:before
{
  box-shadow: 2px 2px 0 hsl(209,55%,52%);
}
.fltrTab_sel:after
{
  box-shadow: -2px 2px 0 hsl(209,55%,52%);
}
.fltrTab_sel:hover:before
{
  box-shadow: 2px 2px 0 hsl(209,55%,90%);
}
.fltrTab_sel:hover:after
{
  box-shadow: -2px 2px 0 hsl(209,55%,90%);
}
.fltrCont
{
  border-style: solid solid none solid;
  border-width: 1px 1px 0px 1px;
  border-color: #333333;
  padding: 0px 3px 0px 3px;
  clear: left;
  background-color: hsl(209,55%,97%);
  background: linear-gradient(to bottom, hsl(209,55%,97%) 0%, hsl(209,55%,90%) 100%); /* W3C */
}
.fltrContS
{
  border: none;
  padding: 0px;
  clear: left;
  background-color: hsl(209,55%,97%);
  background: linear-gradient(to bottom, hsl(209,55%,97%) 0%, hsl(209,55%,90%) 100%); /* W3C */
}
.fltrContsize
{
  padding: 0px 0px 0px 0px;
}
.fltrFooter
{
  padding: 3px 3px 3px 3px;
  background: hsl(209,55%,90%);
  border-style: none solid solid solid;
  border-width: 0px 1px 1px 1px;
  border-color: #333333;
}
.tabelheader
{
  background-color: hsl(209,55%,30%);
}
.tabelheader > th
{
  border-color: hsl(209,55%,30%);
}


.LogonPnl
{
  padding: 5px;
  border: 1px solid #999999;
  background-color: hsl(209,55%,90%);
  background: linear-gradient(to bottom, hsl(209,55%,95%) 0%, hsl(209,55%,85%) 100%); /* W3C */
  margin-right: 20px;
  z-index: 50;
  position: relative;
}
.rememLogonPnl
{
  display: none;
}
.requirementLbl
{
  font-size: 10px;
  color: #333333;
}

.languageBtn
{
  position: absolute;
  bottom: 4px;
  right: 0px;
  height: 14px;
}
.profilePnl
{
  position: absolute;
  height: 18px;
  bottom: 0px;
  right: 0px;
  color: #003366;
  padding-top: 4px;
  cursor: pointer;
}
.profileDown
{
  display: inline-block;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
  top: -15px;
  right: 32px;
  border-top-color: hsl(209,55%,40%);
  border-width: 6px;
}
.profilePhotoImg
{
  vertical-align: top;
  border: 1px solid hsl(209,55%,50%);
  position: relative;
  top: -4px;
  height: 20px;
}
.profileInfoPlace
{
  position: absolute;
  height: 0;
  width: 0;
  bottom: -12px;
  right: -15px;
}
.profileInfoPnl
{
  border: 1px solid hsl(209,55%,30%);
  position: absolute;
  right: 0px;
  width: auto;
  color: #000000;
  padding: 15px;
  background-color: hsl(209,55%,90%);
  background: linear-gradient(to bottom, hsl(209,55%,95%) 0%, hsl(209,55%,85%) 100%); /* W3C */
  line-height: 20px;
  white-space: nowrap;
}
.profileInfoPnl:before, .profileInfoPnl:after
{
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-top: 0;
}
/* Stroke */
.profileInfoPnl:before
{
  top: -16px;
  right: 7px;
  border-bottom-color: hsl(209,55%,30%);
  border-width: 16px;
}

/* Fill */
.profileInfoPnl:after
{
  top: -15px;
  right: 8px;
  border-bottom-color: #F4F4F4;
  border-width: 15px;
}
.profileInfoPnl a:link
{
  color: #0066FF;
  text-decoration: none;
}
.profileInfoPnl a:visited
{
  color: #0066FF;
  text-decoration: none;
}
.profileInfoPnl a:hover
{
  color: #FF6600;
  text-decoration: none;
}
.profileInfoPnl a:active
{
  color: #0066FF;
  text-decoration: none;
}

.profileInfoPhotoImg
{
  display: inline-block;
  width: 120px;
  height: 120px;
  background: url('/assets/emptyphoto.png'), linear-gradient(to bottom, hsl(209,55%,95%) 0%, hsl(209,55%,85%) 100%); /* W3C */
}
.profileInfoTxt
{
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: top;
}
.profileInfoName
{
  font-weight: bold;
  font-size: 14px;
}
.settingsBtn
{
  background-image: url('/assets/settings.png');
  height: 20px;
  background-repeat: no-repeat;
  padding-top: 2px;
  padding-left: 20px;
  padding-bottom: 2px;
}
.colorPick
{
  background-image: url('../assets/arrow_corner.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  border: 1px solid #CCCCCC;
  position: relative;
  width: 64px;
  height: 20px;
  top: 0px;
  left: 0px;
  cursor: pointer;
  display: inline-block;
}
.ColorPickPnl
{
  box-shadow: 5px 5px 10px -5px hsl(0,0%,15%);
}
.ColorPickPnl .ui-dialog-titlebar
{
  display: none;
}
.ui-widget-overlay
{
  background: none;
  opacity: 1;
}
.ColorCirclePnl
{
}
.ColPickEdtPnl
{
  text-align: center;
  margin-top: 4px;
}
.ColPickEdt
{
  display: inline-block;
}

.hslCircleColorPicker .sSprite
{
  background-image: url('/assets/jquery.colors.pickers.hslCircle.sprite.s.png');
}
.hslCircleColorPicker .hSprite
{
  background-image: url('/assets/jquery.colors.pickers.hslCircle.sprite.h.png');
}
.hslCircleColorPicker > div.scale.l
{
  background-image: url('/assets/jquery.colors.pickers.hslCircle.l.png');
}


.marketList
{
  margin-top: 10px;
  margin-right: 20px;
  width: 95%;
}
.marketList td
{
  padding-top: 15px;
}
.marketTitle
{
  font-size: 14px;
  font-weight: bold;
}
.marketDescr
{
  font-weight: normal;
}
.marketFooter
{
  border-style: solid;
  border-width: 1px;
  border-color: #C0C0C0 #666666 #000000 #CCCCCC;
  margin-top: 5px;
  background-color: hsl(209,55%,90%);
  background: linear-gradient(to bottom, hsl(209,55%,95%) 0%, hsl(209,55%,85%) 100%); /* W3C */
  height: 34px;
}
.marketPrice
{
  color: #990000;
  font-size: 13px;
  float: left;
  padding-top: 10px;
  padding-left: 30px;
}
.marketCoupon
{
  padding-top: 6px;
  padding-right: 30px;
  float: right;
}
.marketCouponEdt
{
  width: 100px;
}
.marketAmount
{
  padding: 6px;
  float: right;
}
.marketAmountEdt
{
  width: 24px;
  text-align: right;
}
.marketBasketBtn
{
  padding: 3px 30px 3px 3px;
  float: right;
}
.marketSkipBasket
{
  padding: 3px 30px 3px 3px;
  float: right;
}
.marketProd
{
  text-align: right;
  color: #990000;
  font-size: 11px;
  margin-left: 8px;
  text-decoration: none;
}
.marketProd:link
{
  text-decoration: none;
}
.marketProd:visited
{
  text-decoration: none;
}
.marketProd:hover
{
  text-decoration: none;
}
.marketProd:active
{
  text-decoration: none;
}
.basketGv
{
  margin-top: 10px;
  width: auto;
  background-color: #FFFFFF;
}
.basketGv td
{
  padding: 2px;
  border-style: none;
}
.basketFoot
{
  border-width: 1px;
  border-color: #000000;
  background-color: #FFFFCC;
  text-align: right;
  border-top-style: dotted;
}
.basketError
{
  color: #FF0000;
  font-size: 13px;
  top: 10px;
  position: relative;
}

.usrPager
{
}
.usrPager a
{
  padding-left: 5px;
  padding-right: 5px;
  background-color: #FFFFFF;
}
.usrPager span
{
  border: 1px solid #000000;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #EAEAFF;
  color: #000066;
}
.usrPager a:hover
{
  border: 1px solid #000000;
  color: #FF0000;
  background-color: #FFFFCC;
  padding-right: 4px;
  padding-left: 4px;
}
.usrFcSelPnl
{
  border: 1px solid #003366;
}
.usrFcSel
{
}
.usrFcSel a
{
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  color: #000066;
}
.usrFcSel td.selected a
{
  border: 1px solid #000000;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #EAEAFF;
  color: #000066;
}
.usrFcSel a:hover
{
  border: 1px solid #000000;
  color: #FF0000;
  background-color: #FFFFCC;
  padding-right: 4px;
  padding-left: 4px;
}

.datehis
{
  font-size: 14px;
  color: #FF0066;
  font-weight: bold;
  position: absolute;
  right: 0px;
}
.maintenancePnl
{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}
.warningUpdDays
{
  color: Gray;
}
.warningUpdHours
{
  color: Red;
  font-size: medium;
}
.surveypnl
{
  border: 5px solid #e0e8f2;
  background-color: #FFFFFF;
  color: #003366;
  width: 129px;
  text-align: center;
}
.surveyTxt
{
  font-size: 14px;
  color: #000000;
}
.altFalse
{
  font-weight: bold;
  background-color: #FF3366;
}
.altGood
{
  font-weight: bold;
  background-color: #66FF33;
}
.legCont
{
  position: relative;
  display: inline;
  z-index: 85;
  vertical-align: top;
}
.legDiv
{
  padding: 2px;
  border: solid 1px Black;
  top: 0px;
  left: 8px;
  position: absolute;
  background-color: #ffc;
  background: linear-gradient(to bottom, hsl(60,100%,95%) 0%, hsl(60,100%,85%) 100%);
  z-index: 100;
  color: #003366;
  text-align: left;
  white-space: nowrap;
}
.legDiv span
{
  line-height: 17px;
  vertical-align: top;
}
.profaddtable
{
  border: 1px outset #000000;
  background-color: hsl(209,55%,90%);
  background: linear-gradient(to bottom, hsl(209,55%,95%) 0%, hsl(209,55%,85%) 100%); /* W3C */
  border-spacing: 0px;
  color: #000000;
}
.tabelLoSa
{
  border: 1px outset #000000;
  background-color: hsl(209,55%,90%);
  background: linear-gradient(to bottom, hsl(209,55%,95%) 0%, hsl(209,55%,85%) 100%); /* W3C */
  border-collapse: collapse;
}
.selectedusers
{
  background-color: #FFCCCC;
  border: 1px solid #333333;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}
.tabelsched
{
  color: #000066;
  font-weight: bold;
}
.schedStatus
{
  position: relative;
  width: 200px;
  height: 18px;
  border: 1px solid #000;
  z-index: 100;
  border-radius: 4px;
}
.schedStatusDoneBack
{
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  background-color: #80FF80;
  z-index: 110;
  border-radius: 4px;
}
.schedStatusDone
{
  position: absolute;
  height: 16px;
  padding-top: 2px;
  padding-right: 2px;
  padding-left: 2px;
  background-color: #80FF80;
  z-index: 120;
  border-radius: 4px;
}
.schedStatusTodoBack
{
  position: absolute;
  right: 0;
  top: 0;
  height: 18px;
  z-index: 110;
  border-radius: 4px;
}
.schedStatusToDo
{
  position: absolute;
  right: 0;
  padding-top: 2px;
  padding-right: 2px;
  padding-left: 2px;
  height: 16px;
  z-index: 120;
  border-radius: 4px;
}
.pagenumber a:link
{
  color: #FFFFFF;
  background-color: #003366;
  font-weight: bolder;
}
.pagenumber a:visited
{
  font-size: 14px;
  color: #FF9900;
  background-color: #003366;
  font-weight: bolder;
}
.pagenumber a:hover
{
  font-size: 14px;
  color: #FFFFFF;
  background-color: #003366;
  font-weight: bolder;
}
.pagenumber a:active
{
  font-size: 14px;
  color: #FFFFFF;
  background-color: #003366;
  font-weight: bolder;
}
.routeitemsedt
{
  height: 300px;
  width: 450px;
}
.tekstsubkop
{
  font-size: 14px;
  color: #660000;
  font-style: normal;
  font-weight: bold;
}

.catSelPnl
{
  width: 95%;
  margin-top: 15px;
}
.catSel, .catSel_sel
{
  white-space: nowrap;
  display: inline-block;
  font-size: 12px;
  left: 0px;
  top: 0px;
  background: hsl(209,55%,80%);
  background: linear-gradient(to bottom, hsl(209,55%,95%) 0%, hsl(209,55%,80%) 100%); /* W3C */
  cursor: pointer;
  z-index: 90;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 0px hsl(0,0%,15%);
  margin: 3px 3px 3px 3px;
  border: 0px solid hsl(209,55%,67%);
}

.catSel:hover
{
  background: #fff;
  background: linear-gradient(to bottom, hsl(209,55%,100%) 0%, hsl(209,55%,88%) 100%); /* W3C */
  color: #162561;
}
.catSel_sel
{
  z-index: 30;
  background: hsl(209,55%,50%);
  background: linear-gradient(to bottom, hsl(209,55%,30%) 0%,  hsl(209,55%,50%) 65%, hsl(209,55%,40%) 66%, hsl(209,55%,60%) 100%); /* W3C */
}
.catSel_sel:hover
{
  background: #fff;
  background: linear-gradient(to bottom, hsl(209,55%,100%) 0%, hsl(209,55%,88%) 100%); /* W3C */
}

.catSel a, .catSel_sel a
{
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  border-style: none;
  padding: 2px 8px 3px 8px;
}
.catSel_sel a
{
}
.catSel a:link
{
  color: #000066;
  text-decoration: none;
}
.catSel_sel a:link
{
  color: #FFFFFF;
  text-decoration: none;
}
.catSel a:visited, .catSel_sel a:visited
{
  color: #000066;
  text-decoration: none;
}
.catSel a:hover, .catSel_sel a:hover
{
  color: #FF6600;
  text-decoration: none;
}
.catSel a:active, .catSel_sel a:active
{
  color: #FFA264;
  text-decoration: none;
}

.courseHeaderRow
{
  background-color: hsl(209,55%,90%);
  background: linear-gradient(to bottom, hsl(209,55%,95%) 0%, hsl(209,55%,85%) 100%); /* W3C */
}
.courseHeaderRow td
{
  border-style: solid;
  border-width: 0px 0.5px 0px 0.5px;
  border-color: #C5E7F5;
}
.courseHeaderImg
{
  margin-left: 20px;
  margin-right: 8px;
  vertical-align: text-bottom;
}
.digicode
{
  font-family: 'Courier New' , Courier, monospace;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 14px;
}
.licenseGv
{
  border: 1px solid #000000;
  border-spacing: 0px;
  color: #000000;
}
.licenseGv td
{
  border: 0.5px solid #F3F3F3;
  padding: 2px 5px 2px 5px;
}
.licenseAssNew
{
  padding: 8px 0px 8px 16px;
  margin-right: 20px;
}
.personnelInfo
{
  width: 90%;
  position: relative;
  height: 105px;
}
.pdpStatSelPnl
{
  margin: 2px;
  padding: 0px;
  border: 1px solid #000000;
  background-color: #ffc;
  background: linear-gradient(to bottom, hsl(60,100%,95%) 0%, hsl(60,100%,85%) 100%);
  text-align: left;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.pdpStatSelTbl
{
  margin: 0px 5px 0px 0px;
  border-spacing: 0px;
  padding: 0px;
  border-style: none;
}
td.pdpStatTD
{
  padding-right: 3px;
  padding-left: 3px;
  text-align: center;
  white-space: nowrap;
}
.HeaderStatus
{
}

.tabelpdpdet
{
}
.tabelpdpdet th
{
  border-color: #f0ffff;
}
.pdpdetheader
{
  background-color: #f0ffff;
  font-size: 10px;
  color: #000000;
}

.statcomplete_col
{
  vertical-align: middle;
  padding-right: 30px;
  border-right-style: solid;
  border-right-width: thin;
  border-right-color: #000000;
}

.scrollpref
{
  background-color: hsl(209,55%,90%);
  background: linear-gradient(to bottom, hsl(209,55%,95%) 0%, hsl(209,55%,85%) 100%); /* W3C */
  border: 1px solid #333333;
  padding-top: 0px;
  padding-right: 3px;
  padding-bottom: 0px;
  padding-left: 3px;
}

.chartLijn_zw
{
  position: absolute;
  left: -2px;
  bottom: 2px;
  background-image: url(/assets/lijn.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 190px;
  width: 190px;
}
.chartLijn_last
{
  position: absolute;
  left: 2px;
  bottom: 2px;
  background-image: url(/assets/lijn.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 190px;
  width: 190px;
}
.chartHead1
{
  border-color: #FFFFFF #000000 #000000 #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  vertical-align: top;
  height: 12px;
}
.chart_head
{
  position: absolute;
  left: 187px;
  top: -191px;
  width: 29px;
  height: 1px;
  background-color: #000000;
}
.chart_tit
{
  position: absolute;
  left: 1px;
  bottom: -10px;
}
.chart_tottxt
{
  font-size: 10px;
}

.chartTabel
{
  border-style: solid outset outset outset;
  border-width: 1px;
  border-spacing: 0px;
  color: #000000;
  border-color: #FFFFFF #006699 #9999CC #9999CC;
  background-color: #FFFFFF;
  overflow: scroll;
  font-weight: bold;
  margin-top: 200px;
  margin-right: 200px;
  page-break-before: always;
}
.chartTabel td
{
  border: 0.5px solid #F3F3F3;
}

.compTabel
{
  border-style: none outset outset outset;
  border-width: 1px;
  border-spacing: 0px;
  color: #000000;
  border-color: #000000;
  background-color: #FFFFFF;
  overflow: scroll;
}
.compTabel td
{
  border: 0.5px solid #F3F3F3;
}
.compLijn_zw
{
  position: absolute;
  left: -4px;
  bottom: 4px;
  background-image: url(/assets/lijn.png) !important;
  background-image: url(/assets/lijn.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 130px;
  width: 130px;
}
.compLijn_gr
{
  position: absolute;
  left: -4px;
  bottom: 4px;
  background-image: url(/assets/lijngr.png) !important;
  background-image: url(/assets/lijngr.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 130px;
  width: 130px;
}
.compLijn_last
{
  position: absolute;
  left: 3px;
  bottom: 4px;
  background-image: url(/assets/lijn.png) !important;
  background-image: url(/assets/lijn.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 130px;
  width: 130px;
}
.compHead1
{
  border-color: #FFFFFF #000000 #000000 #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  vertical-align: top;
}
.compJob_head
{
  position: absolute;
  left: 125px;
  bottom: 134px;
  width: 230px;
  padding: 3px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #000000;
  border-right-color: #FFFFFF;
  border-bottom-color: #000000;
  border-left-color: #000000;
  text-align: left;
}
.compJob_empty
{
  position: absolute;
  left: 134px;
  bottom: 134px;
  width: 230px;
  padding: 3px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-left-color: #333333;
}
.compJob_tit
{
  position: absolute;
  left: 1px;
  bottom: -10px;
}
.usrregCol1
{
  width: 140px;
}
.usrregCol2
{
}

.editHeader
{
  padding: 5px;
  height: 26px;
  font-size: 16px;
  color: #660000;
  font-style: normal;
  font-weight: bold;
}
.editPnl
{
  border: 1px solid #000000;
  margin: 2px;
  padding: 3px;
}
.docLnkAdd
{
  background-position: 1px 1px;
  display: inline-block;
  border: 1px solid #000000;
  background-image: url(/assets/plus.png);
  background-repeat: no-repeat;
  padding-left: 19px;
  height: 16px;
  position: relative;
  padding-top: 2px;
  margin-left: 2px;
  margin-right: 2px;
  cursor: pointer;
  padding-right: 2px;
  background-color: #e0e8f2;
}
.docLnkAdd:hover
{
  color: #FF6600;
}
.trainEdtEVselTit
{
  width: 100px;
  font-size: 11px;
}
.inArchive
{
  background-color: #FF9999;
}



.ticketLbl
{
  font-family: 'Courier New' , Courier, monospace;
  font-size: 15px;
  font-weight: bold;
}
.digicodeWizzVwPnl
{
  position: relative;
  z-index: 50;
}
.importStep
{
  font-size: 12px;
  color: #660000;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}
.importStep_selected
{
  color: #FF6600;
}
.licAddedPnl
{
  margin-bottom: 20px;
  display: inline-block;
}


div.centerdiv
{
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
div.center_left
{
  float: left;
  left: 50%;
  position: relative;
}
div.center_right
{
  right: 50%;
  position: relative;
}
.stat_base
{
  display: inline-block;
  border-radius: 7px;
  background-color: #FFF;
  height: 12px;
  min-width: 1px;
  text-align: center;
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 1px;
  font-size: 11px;
  font-weight: 700;
  box-shadow: inset -2px -2px 3px rgba(0,0,0,.3);
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.3) 40%, transparent 80%);
  text-shadow: 1px 1px 2px #fff;
}
.stat_big
{
  height: 14px;
  padding-right: 7px;
  padding-left: 7px;
}
.stat_orange
{
  background-color: #ff8212;
}
.stat_yellow
{
  background-color: #fff003;
}
.stat_red
{
  background-color: #E73636;
}
.stat_pink
{
  background-color: #ff6ecd;
}
.stat_blue
{
  background-color: #1c31f2;
}
.stat_green
{
  background-color: #4ca74d;
}
.stat_gray
{
  background-color: #7a7a7a;
}
.stat_white
{
  border: 1px solid #808080;
  background-color: #FFF;
  height: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
.stat_black
{
  background-color: #000;
  color: #FFFFFF;
}

.arrowRight
{
  position:absolute;
  border-style: solid;
  border-color: transparent;
  border-right: 0;
  top: 3px;
  right: 4px;
  border-left-color: hsl(209,55%,40%);
  border-width: 7px;
  z-index:10;
}
.reportPlace
{
  position: relative;
  height: 0;
  width: 0;
  top:5px;
  left: 171px;
  z-index:30;
}
.reportPnl
{
  border: 1px solid hsl(209,55%,30%);
  position: absolute;
  left: 0;
  bottom:0;
  width: auto;
  color: #000000;
  padding: 10px;
  background-color: hsl(209,55%,90%);
  background: linear-gradient(to bottom, hsl(209,55%,95%) 0%, hsl(209,55%,85%) 100%); /* W3C */
  white-space: nowrap;
}
.reportPnl:before, .reportPnl:after
{
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-left: 0;
}
/* Stroke */
.reportPnl:before
{
  left: -16px;
  bottom: 7px;
  border-right-color: hsl(209,55%,30%);
  border-width: 16px;
}
/* Fill */
.reportPnl:after
{
  left: -15px;
  bottom: 8px;
  border-right-color: #F4F4F4;
  border-width: 15px;
}
.reportPnl a:active
{
  color: #000000;
  text-decoration: none;
}
.reportPnl a:link
{
  color: #000000;
  text-decoration: none;
}
.reportPnl a:hover
{
  color: #FF6600;
  text-decoration: none;
}
.reportPnl a:visited
{
  color: #000000;
  text-decoration: none;
}

.reactieEdt{
  width:350px;
  height:100px;
}

