li.trainLesson {
    
	font-size: 0.85em;
	
	font-size: 105%;
	text-indent: 30px;
	color:#4A4A4A;
	text-decoration:none;
	padding: 5px 5px 5px -30px;
	
}



li.trainLesson a {
 background-image:url('images/folder.gif');
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
	color:#519FC3;
	text-decoration:underline;
}

li.trainLesson a:hover {
 background-image:url('images/folderON.gif');
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
	text-decoration:none;
	background-color: #FFFFFF;
}





li.trainLessonOpen {
    
	font-size: 0.85em;
	font-weight: bold;
	font-size: 105%;
	text-indent: 30px;
	color:#4A4A4A;
	text-decoration:none;
	padding: 5px 5px 5px -30px;
	
}



li.trainLessonOpen a {
 background-image:url('images/folderexpanded.gif');
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
	color:#519FC3;
	text-decoration:underline;
	border-bottom: thin solid silver;
	
}

li.trainLessonOpen a:hover {
 background-image:url('images/folderexpandedON.gif');
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
	text-decoration:none;
	background-color: #FFFFFF;
}






li.train {
	font-size: 0.85em;
	line-height: 2px;
	color:#4A4A4A;
	text-decoration:none;
	padding: 0;
	margin: 0px 0px 0px 22px;
}


li.train a {
	font-size: 1em;
	line-height: 1.2em;
	color:#519FC3;
	text-decoration:underline;
}

li.train a:hover {
	text-decoration:none;
	background-color: #FFFFFF;
}






li.trainIn {
	font-size: 0.85em;
	line-height: 2px;
	color:#4A4A4A;
	text-decoration:none;
	padding: 0;
	margin: 0px 0px 0px 22px;
}


li.trainIn a {
	font-size: 0.95em;
	line-height: 1.2em;
	color:#519FC3;
	text-decoration:underline;
}

li.trainIn a:hover {
	text-decoration:none;
	background-color: #FFFFFF;
}

li.trainInDone {
	font-size: 0.85em;
	background-image:url('images/prog.gif');
	line-height: 2px;
	color:#4A4A4A;
	text-decoration:none;
	padding: 0;
	margin: 0px 0px 0px 22px;
}

li.trainInDone a {
	font-size: 0.95em;
	line-height: 1.2em;
	color:#98AFC7;
	text-decoration:underline;
}

li.trainInDone a:hover {
	text-decoration:none;
	background-color: #FFFFFF;
}






li.trainDone {
	font-size: 0.85em;
	background-image:url('images/prog.gif');
	background-repeat: repeat-x;
	
	line-height: 2px;
	color:#98AFC7;
	text-decoration:none;
	padding: 0;
	margin: 0px 0px 0px 22px;
}


li.trainDone a {
	font-size: 1em;
	line-height: 1.2em;
	color:#98AFC7;
	text-decoration:underline;
}

li.trainDone a:hover {
	text-decoration:none;
	background-color: #FFFFFF;
	color:#519FC3;
}



li.trainOn {
	font-size: 0.85em;
	font-weight:bold;
	background-color:#FAF8CC;
	background-image:url('images/tiny_arrow2.gif');
	background-repeat:no-repeat;
	background-position:2px 2px; 
	line-height: 2px;
	color:#4A4A4A;
	text-decoration:none;
	padding: 0;
	margin: 0px 0px 0px 12px;
}


li.trainOn a {
	font-size: 1em;
	line-height: 1.2em;
	color:#519FC3;
	text-decoration:underline;
}

li.trainOn a:hover {
	text-decoration:none;
	background-color: #FFFFFF;
}










li.trainOnIn {
	font-size: 0.75em;
	font-weight:bold;
	background-color:#FAF8CC;
	background-image:url('images/tiny_arrow3.gif');
	background-repeat:no-repeat;
	background-position:-30px 2px; 
	line-height: 2px;
	color:#4A4A4A;
	text-decoration:none;
	padding: 0;
	margin: 0px 0px 0px 12px;
}


li.trainOnIn a {
	font-size: 0.95em;
	line-height: 1.2em;
	color:#519FC3;
	text-decoration:underline;
}

li.trainOnIn a:hover {
	text-decoration:none;
	background-color: #FFFFFF;
}










li.trainIT {
	list-style-image:url("/images/tiny_arrow.gif");
	font-size: 0.85em;
	line-height: 1.2em;
	color:#4A4A4A;
	text-decoration:none;
	padding-bottom: 0;
	margin: 0px 0px 0px 12px;
}





.containerulTrain, .containerulTrain  ul {
	text-align:left;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
.containerulTrain  li  a {
	display: block;
	text-decoration: none;
	padding: 2px 10px 0 2px;
}
* html .containerulTrain li a {  /* make hover effect work in IE */
	width: 90%;
}
.containerulTrain  li  a:hover { /*hover state CSS*/
	background-color: #FFFFFF;
}
.containerulTrain p, .containerulTrain p a {
	list-style-type:none;
	text-decoration: none;
	margin: 2px 0px;
	padding: 2px 0px;
	display: block;
}
.containerulTrain li {
	list-style-type:none;
}
.containerulTrain li ul li {
	list-style-type:none;
	display: block;
	margin-top: 2px;
}
.containerulTrain li.sub   {
	margin: 2px 0px 0px 5px;
}
.containerulTrain .symbols { /* Various styles to position the symbols next to the items in the menu. */
	float:left;
	width:12px;
	height:1em;
	background-repeat:no-repeat;
	background-position: center center;
	margin-right: 10px;
}


.nav_bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 15px;
	background-image: url("images/nav_head_bg.png");
	background-repeat: repeat-x;
	padding-top: 5px;
	line-height: 14px;
}


#navPages {
	background-color: #E5F3D1;
	
}

#myTD{
background-color:white;
}

#greenish{
background-color:#E5F3D1;
}

#div-1a {
 position:absolute;
 bottom:0;
 right:0;
 width:100%;
 background-color: #E5F3D1;
 
}

#contentTD {
background-image:url('images/contentBack.jpg');
background-repeat: repeat-y;
background-color:white;
background-position:center;
}

#trainContent {

	position:relative; 
	top: 0; 
	left: 0; 
	
	z-index: 6;
	width:100%;
	
	height:100% 
}

#main_content_training {
	background-color: #F4F4F4;
	position: relative;
	display: block;
	width: 100%
	height: 100%;
	text-align: left;
	padding: 5px 20px 5px 5px;
}

#main_content_training  p   {
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 10px;
	
}

#TextOfAudioDiv{
		display:none; 
		position:relative; 
		border: thin solid #E5F3D1;
		width:90%; 
		font-size: 0.85em; 
		line-height: 1.5em; 
		color:#4A4A4A; 
		background-color: #E5F3D1; 
		padding: 5px;}

#transbox
  {
  background-image:url(images/shadow.gif);
  background-repeat: repeat-x;
  /* for IE */
  filter:alpha(opacity=30);
   -moz-opacity: 30; 
  /* CSS3 standard */
  opacity:0.3;
  position: relative;
  height: 6px;
  }


A.zzz:link {background-color: #E5F3D1; cursor: pointer}
A.zzz:visited {background-color: #E5F3D1; cursor: pointer}
A.zzz:active {background-color: #E5F3D1; cursor: pointer}
A.zzz:hover {background-color: #E5F3D1; cursor: pointer}


A.textOaudio:link {color: #519FC3; cursor: pointer;}
A.textOaudio:visited {color: #519FC3; cursor: pointer;}
A.textOaudio:active {color:red;background-color: yellow; cursor: pointer;}
A.textOaudio:hover {color:red;background-color: yellow; cursor: pointer;}