/* colors */
.left {
  /* background-color: #6e89dd; */
  /*background-color: #6060ff; */
  /*background-color: #454580;*/
}

.navOpened,
.navClosed {
  background-color: #ffffff;
}

.navOpened .navTitle .titleText {
  color: #215dc6;
}

.navOpened .navTitleOver .titleText {
  color: #428eff;
}

.navTitle .titleHandle {
  background-color: #215dc6;
}

.navTitleOver .titleHandle {
  background-color: #428eff;
}

.navClosed .navTitle .titleText {
  color: #215dc6;
}

.navClosed .navTitleOver .titleText {
  color: #428eff;
}

.left div.modulecontent {
  /*background-color: #d6dff7;*/ 
  background-color: #a2a3db;
  border: 2px solid #454580;
  border-top: 0px;
  background: url(../images/left_content_bg.png) repeat-y left;
}

a:link,
a:visited,
a:active {
  color: #4444cc;
}

.left td {
  color: #2222cc;
}

a:hover {
  color: #000066;
}


/* common part */

.left {
  padding: 12px 11px 60px 12px;
  width: 185px;
  margin: 0;
  /*background-image: url(../../images/powered_by.gif);
  background-position: left bottom;
  background-repeat: no-repeat;*/
}


.left img {
  margin: 0;
  border: 0;
}

/* opened tab */

.navOpened, .navClosed {
  /* background: url(../images/nav_bg.jpg) right repeat-y; */
  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-image: url(../images/topleft.gif);
  background-position: top;
  background-repeat: no-repeat;
  width: 14px;
  vertical-align: top;
}

.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 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;
}


td.left {
  padding: 5px 10px 20px 5px;
  /*background: #454580 /*url(../images/left_bg.png) repeat-y right*/;
}

div.rightBorder {
background: url(../images/comptitle_right_top.png) right top no-repeat; 
	margin: 0px;
	padding: 0px;
}

div.leftBorder {
background: url(../images/comptitle_left_top.png) left top no-repeat; 
	margin: 0px;
	padding: 0px;
}
div.leftTitle {
	/*background-color: #a2a3db;*/
	background-color: #454580;
	height: 18px;
	border: 0px solid #000; 
	margin: 0px;
	padding: 0px;
}
div.leftContent {
	padding: 1px 5px;
	color: #ffffff;
}