/* CSS Document */

/* IWE_LINKS.CSS - LINKS STYLES USED FOR ALL PAGES *************************** */

 /* General links *************/

	A:link {
	text-decoration: none;
	color: #004795;
	}
	A:visited { 
	color: #004795; 
	text-decoration: none
	}
	A:hover { 
	color: #990000; 
	text-decoration: none; 
	}
	
	
 /* Left links  *************/

#leftnav{
	width:215px;
}

#leftlink{
	width:199px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:2px;
	border-right: 1px dotted #004795;
	margin-left: 1px;
	border-top: 1px dotted #004795;
	border-bottom: 1px solid #FFFFFF;
}

#leftbox{
	width:201px;
	margin-left: 1px;
	padding: 5px 5px 5px 8px;
	color: #013b6a;
	border-bottom: 1px dotted #004795;
	border-top: 1px dotted #004795;
	/*border-right: 1px dotted #004795;
	border-top: 1px solid #004795;
	border-bottom: 1px dotted #004795; */
	background-color: #cce9fb;
}


.leftlink{
	font: normal 12px Arial, Helvetica, Sans-serif;
	text-align: left;

}

a.leftlink {
	color: #003366;
	text-decoration: none;
}

a.leftlink:hover {
	color: #990000;
	text-decoration: none;
}

a.leftlink:visited {
	color: #003366;
	text-decoration: none;
	text-align: left;
}

.blue{
	background-color: #cce9fb; /* 2f6595 a1bfd8*/
}

.green{
	background-color: #effbd4;
}



/* toplink  *************/

#topmenu { clear:both; text-align:center; width:100%; }
.topmenu { position:relative; clear:both; text-align:center; }


#toplink {
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	color: #336699;
	float: left;
	height: 18px;
	margin: 0px 1px;
	padding: 2px 9px 0px;
}


.toplink{
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 5px;
}

a.toplink{
	color:#FFFFFF;
}

a.toplink:hover{
	color:#A4CEED;
}

a.toplink:visited{
	color:#FFFFFF;
}

/* Left active links - red *************/

.redlink
{ 
	color: #91081A; 
	}
	
	A.redlink:link {
	text-decoration: none;
	color: #990033;
	}
	A.redlink:visited { 
	color: #990033; 
	text-decoration: none
	}
	A.redlink:hover { 
	color: #66CCFF; 
	text-decoration: none;
	}

 /* Related links  *************/
 
#relatedlinks{
	width: 160px;
	margin-left: 10px;
}
	
	.relatedlinks_title{
	color: #336699;
	font: bold 10pt Arial, Helvetica, sans-serif;
	margin: 0;
	}
	
	.relatedlinks{
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
		
	.relatedlinks  li{
	margin-left: -25px;
	list-style: url(http://www.ungthu.org/vacf/images/bul1.gif) outside;
}

	.relatedlinks a{
	text-decoration: none;
	color: #336699;
	}
	.relatedlinks a:visited { 
	text-decoration: none;
	color: #336699;
	}
	.relatedlinks a:hover { 
	text-decoration: none;
	color: #91081A;
	}
	
/* white link  *************/
	
.news{
	color: #FFFFFF;
	font: bold 11.5pt Tahoma, Arial, Helvetica, sans-serif;
}
	
	A.news:link {
	color: #990033;
	text-decoration: none;
	}
	A.news:visited {
	color: #990033;
	text-decoration: none;
	}
	A.news:hover {
	color: #0099CC;
	text-decoration: none;
	text-align: left;
	}



.white{
	color: #FFFFFF;
}
	
	A.white:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	A.white:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	A.white:hover { 
	color: #91081A;
	text-decoration: none;
	}

.boldblue10 {
	font: bold 10pt Arial, Helvetica, sans-serif;
	color: #336699;
}

.bullet {}

.bullet li {
	list-style: url(http://www.ungthu.org/vacf/images/arrow.gif) outside;
}

 /* Left links UL ***************************************************** */
 
 #leftblock{
width: 214px;
padding: 0 0 1em 0;
margin-left: 1px;
/* margin-bottom: 1em; */

}


#leftblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#leftblock li {
border-bottom: 1px solid #eef8fd;
margin: 0;
text-align: left;


}

#leftblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #b3dafb;
border-right: 6px solid #b3dafb;
background-color: #cce9fb;
color: #013b6a;
text-decoration: none;

}

.current{color: #990000;}

#leftblock li a:hover{
border-left: 10px solid #74adeb;
border-right: 6px solid #74adeb;
background-color: #b3dafb;
color: #880000;
}

#leftblock li a.current{
border-left: 10px solid #74adeb;
border-right: 6px solid #74adeb;
background-color: #b3dafb;
color: #880000;
}