/* colors */
.left {
    background-color: #BDC5B6;
        background-position: top;
            }

.navOpened,
.navClosed {
  background-color: #BDC5B6;
}

.navOpened .navTitle .titleText {
    font-weight: bold;
    color: #FFFFFF;
    text-align:center;
    background-color:#ddb856;
}

.navOpened .navTitleOver .titleText {
    font-weight: bold;
    color: #CCCCCC;
    text-align:center;
    background-color:#ddb856;
}

.navTitle .titleHandle {
  background-color: #BDC5B6;
}

.navTitleOver .titleHandle {
  background-color:  #BDC5B6;
}

.navClosed .navTitle .titleText {
    font-weight: bold;
    color: #FFFFFF;
    text-align:center;
    background-color:#ddb856;
}

.navClosed .navTitleOver .titleText {
    font-weight: bold;
    color: #FFFFFF;
    text-align:center;
    background-color:#ddb856;
}

.left div.modulecontent {
      color: #827D68;
    font-size: 12px;
    font-weight:bold;
    padding-left: 0px;
    padding-right: 0px;
}

a:link,
a:visited,
a:active {
  color: #FF0000;
}

.left td {
  color: #215dc6;
}

a:hover {
  color: #CCCCCC;
}


/* common part */

.left {
  padding: 0px 0px 0px 0x;
  margin: 0;
  background-position: top;
  background-repeat: none;
    }
.left img {
  margin: 0;
  border: 0;
}

/* opened tab */

.navOpened, .navClosed {
}

.navOpened th, .navClosed th {
}

.navOpened .titleHandle {
  background-image: url(../images/navopen.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width: 230px;
}

.navClosed .navTitle,
.navClosed .navTitleOver, 
.navOpened .navTitle,
.navOpened .navTitleOver{
  height: 1px;
  empty-cells: show;
}

.navTitle .titleHandle,
.navTitleOver .titleHandle {
  width: 20px;
}

.navTitle, .navTitle td, .navTitleOver, .navTitleOver td, .left th {
  cursor: hand;
  cursor: pointer;
  font-weight: bold;
  -moz-user-select: none;
  }

.navClosed .titleLeft,
.navOpened .titleLeft {
  background-image: url(../images/leftmenuhead.gif);
  background-repeat: no-repeat;
  width: 130px;
  vertical-align: middle;
}

.navClosed .titleRight,
.navOpened .titleRight {
}

.navClosed .titleHandle {
  background-image: url(../images/navclose.gif);
  background-repeat: no-repeat;
}

.left div.modulecontent {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 10px;
  padding-top: 0px;
}

.left .navOpened div.modulecontent {
  display: block;
  }

.left .navClosed div.modulecontent {
  display: none;
  }

.left a,
.left a:hover,
.left a:visited,
.left a:active {
  text-decoration: none;
}

.left div.modulecontent td {
  margin-top: 0px;
  padding: 0px 0px;
  vertical-align: middle;
  }
