/* colors */

.navOpened,
.navClosed {
  background-color: #ffffff;
}

.navOpened .navTitle .titleText {
  color: #215dc6;
}

.navOpened .navTitleOver .titleText {
  color: #428eff;
}

.navTitle .titleHandle {
  background-color: transparent; /*#215dc6;*/
}

.navTitleOver .titleHandle {
  background-color: #428eff;
}

.navClosed .navTitle .titleText {
  color: #215dc6;
}

.navClosed .navTitleOver .titleText {
  color: #428eff;
}

.left div.modulecontent {
  background-color: #cfcfcf; 
}

a:link,
a:visited,
a:active {
  color: #215dc6;
}

.left td {
  color: #215dc6;
}

a:hover {
  color: #428eff;
}


/* common part */

.left {
  position: absolute;
  top: 80px;
  left: -9px;
  width: 225px;
  margin: 0px;
}

.left img {
  margin: 0;
  border: 0;
}

/* opened tab */

.navOpened, .navClosed {
  background-image: url(../images/nav_bg2.jpg);
  background-position: center;
  background-repeat: repeat-y;
  background-color: transparent;
  width: 185px;
  margin-bottom: 15px;
}

.navOpened th, .navClosed th {
  background-position: top;
  background-repeat: no-repeat;
  height: 22px;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
}

.navOpened .titleHandle {
  background-image: url(../images/navopened.gif);
  background-position: center top;
  background-repeat: no-repeat;
  width: 20px;
}

.navClosed .navTitle,
.navClosed .navTitleOver, 
.navOpened .navTitle,
.navOpened .navTitleOver{
  height: 22px;
  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/topleft.gif);
  background-position: left;
  background-repeat: no-repeat;
  width: 14px;
  vertical-align: top;
}

.navClosed .titleRight,
.navOpened .titleRight {
  background-image: url(../images/topright.gif);
  background-position: right;
  background-repeat: no-repeat;
  width: 14px;
  vertical-align: top;
}

.navClosed .titleHandle {
  background-image: url(../images/navclosed.gif);
  background-repeat: no-repeat;
}

.left div.modulecontent {
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 10px;
}

.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: underline;
}

.left div.modulecontent td {
  margin-top: 4px;
  padding: 2px 0px;
  vertical-align: middle;
}

.xtop .xbottom {background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7, .xb8, .xb9, .xb10 {display: block; overflow:hidden; font-size:1px;}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7, .xb7, .xb9 {height:1px;}
.xb3, .xb4, .xb5, .xb6, .xb7, .xb8, .xb9, .xb10
{
        background: #354067; 
        border-left:1px solid #354067;
        border-right:1px solid #354067;
}

.xb1 {margin:0 11px; background:#354067;}
.xb2 {margin:0 8px; background:#354067;}
.xb3 {margin:0 7px; border-width:0 4px;}
.xb4 {margin:0 5px; border-width:0 4px;}
.xb5 {margin:0 4px; border-width:0 3px;}
.xb6 {margin:0 3px; border-width:0 3px;}
.xb7 {margin:0 3px; border-width:0 2px;}
.xb8 {margin:0 2px; border-width:0 2px;}
.xb9 {margin:0 1px; border-width:0 3px;}
.xb10 {height:2px; margin:0 1px; border-width:0 2px;}

#leftcontent {
/* for other broswers than IE */
        background:#354067;
        border-left:2px solid #354067;
        border-right:2px solid #354067;
        margin: 0 0 0 0;
        padding:1px 5px;
        min-height: 900px;
}

html*#leftcontent {
/* for IE */
        background:#354067;
        border-left:2px solid #354067;
        border-right:2px solid #354067;
        margin: 0 0 0 0;
        padding:1px 5px;
        height: 900px;
}

#copyright {
	background: #354067;
	/*margin: 10px 10px 10px 10px;*/
	padding-left: 25px;
	color: white;
}
