/* colors */
.left {
	font-family: Tahoma, Verdana, Arial;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;

}

.navOpened,
.navClosed {
	background-color: #F7F7F7;
}

.navOpened .navTitle .titleText {
	color: #003333;
	vertical-align: middle;
	 background-color: #A3B2CC;

	}

.navOpened .navTitleOver .titleText {
  color: #FFFF33;
  	vertical-align: middle;
  background-color: #A3B2CC;
}

.navTitle .titleHandle {
  background-color:#003333;
}

.navTitleOver .titleHandle {
  background-color: #FFFF33;
}

.navClosed .navTitle .titleText {
  color: #003333;
   background-color: #A3B2CC;
}

.navClosed .navTitleOver .titleText {
  color: #003333;
  background-color: #A3B2CC;
}

.left div.modulecontent {
	background-color: #F7F7F7;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	margin-bottom: 3px;
	margin-top: 3px;
	}

.left a:link {
  color: #00509F;
  text-decoration: none;


}

.left a:visited {
  color: #00509F;
  text-decoration: none;

}


.left a:hover {
	background-color: #DFFEB1;

	} 
	
.left a:active {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	background-color: #FAFEB1;

}

.left td {
	color: #000000;
}

/*
.left a,
.left a:visited,
.left a:active {
  text-decoration: none;
}
*/

/* common part */

/*
.left, {
  padding: 0px 0px 60px 0px;
  width: 185px;
  margin: 0;
}
*/


.left img {
  margin: 0;
  border: 0;
}

/* opened tab */

.navOpened {
/*  background-image: url(../images/nav_bg_o.jpg);
  background-position: right top;
  background-repeat: repeat-x;*/

/*  width: 185px;*/
  vertical-align: middle;
  margin-bottom: 15px;
  margin-top: 15px;
}


/* opened tab */

.navClosed {
/*  background-image: url(../images/nav_bg_c.jpg);
  background-position: right top;
  background-repeat: repeat-x;*/
  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: left 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-position: top;
  background-repeat: no-repeat;
  width: 14px;
  vertical-align: top;
background-color: #A3B2CC;

}

.navClosed .titleRight,
.navOpened .titleRight {
  background-image: url(../images/topright.gif);
  background-position: top;
  background-repeat: no-repeat;
  width: 3px;
  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 div.modulecontent td {
  margin-top: 4px;
  padding: 2px 0px;
  vertical-align: middle;
}
