/* ----------- pictures ----------------*/

.mainbackground
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.middleback{ 
}

.menuback{ background-image:url(../images/head_menu_bg.gif); background-repeat:no-repeat; background-position:bottom; background-position:left;}


/* ----------- LINKS ----------------*/
A.topmenu:link{
	font-family:Tahoma;
	font-weight:bold;
	font-size:10px; color:#ffffff;
	padding-left: 10px;
	padding-right: 10px;
	 
	text-decoration:none;
	}
A.topmenu:visited {
	font-family:Tahoma;
	font-weight:bold;
	font-size:10px; color:#ffffff;
	padding-left: 10px;
	padding-right: 10px;
	
	text-decoration:none;}
A.topmenu:hover{
	font-family:Tahoma;
	font-weight:bold;
	font-size:10px; 
	color:#0166B4;
	padding-left: 10px;
	padding-right: 10px;
	
	text-decoration:underline;}
	
/* ----------- zuun tald garah menu, agentiin suljee bolon helnii songolt ----------------*/

A.leftmenu:link{
	font-family:Tahoma;
	font-size:11px; color:#2C80C1;
	text-decoration:none;}
A.leftmenu:visited {
		font-family:Tahoma;
	    font-size:11px; color:#2C80C1;
		text-decoration:none;}
A.leftmenu:hover{
	font-family:Tahoma;
	font-size:11px; color:#000000;
	text-decoration:none;}
	
A.vleftmenu:link{
	font-family:Tahoma;
	font-size:11px; color:#919191;
	text-decoration:none;}
A.vleftmenu:visited {
		font-family:Tahoma;
	    font-size:11px; color:#919191;
		text-decoration:none;}
A.vleftmenu:hover{
	font-family:Tahoma;
	font-size:11px; color:#919191;
	text-decoration:none;}
	
/* ---------------- dooguur zuraastai holboosuud------------------------*/

A.zuraastai:link{
	font-family:Tahoma;
	font-size:11px; color:#2C80C1;
	text-decoration:underline;}
	
A.zuraastai:visited {
	font-family:Tahoma;
	font-size:11px; color:#2C80C1;
	text-decoration:underline;}
	
A.zuraastai:hover{
	font-family:Tahoma;
	font-size:11px; color:#333333;
	text-decoration:underline;}	
	
	/* ---------------- dood menu-nuud------------------------*/

A.doodmenu:link{
	font-family:Tahoma;
	font-size:11px; color:#333333;
	text-decoration:underline;}
	
A.doodmenu:visited {
	font-family:Tahoma;
	font-size:11px; color:#2C80C1;
	text-decoration:underline;}
	
A.doodmenu:hover{
	font-family:Tahoma;
	font-size:11px; color:#333333;
	text-decoration:underline;}
	
/* ------------------- holboos, medee tatah, shine medee ------------------------*/
	
.busadgarchig{
    font-family:Tahoma;
	font-weight:bold;
	font-size:11px; color:#00B0F0;
	text-decoration:none;}
	
/*----------------- busad ug, button deerh ug zeregt orno--------------------------- */
.busad{
	font-family:Tahoma, sans-serif;
	font-size:11px; color:#000000;
	text-decoration:none;}
	

/* ----------- text and others ----------------*/


.pageTitle
{
font-family:Tahoma;
font-size:13px;
font-weight:bold;
color:#08b2f0;
}
.uriaword{
font-family:Tahoma;
font-size:17px;
color:#08b2f0;
}

.maintext{
	font-family:Tahoma, sans-serif;
	font-size:8pt; color:#000000;
	text-decoration:none;
	line-height:15px;
	text-align:justify;}
	
.mainbold{
	font-family:Tahoma, sans-serif;
	font-size:8pt; color:#000000;
	font-weight:bold;
	text-decoration:none;
	line-height:15px;
	text-align:justify;}
/* ----------- menu css ----------------*/


.ButtonSt
{
	font-family:Tahoma, sans-serif;
	font-size:8pt; 
	color:#000000;
	background-color:#00B0F0;
	border:solid 1px #0167B5;
	
	}
	
	
.PLItemSt
{
	border-bottom:solid 1px #f8f8f8;
	}
/* mouse hover pop up*/	
.thumbnail  {
position: relative;
float: left;
padding: 5px;

}
/*z-index: 0;*/
.thumbnail:hover {
background-color: #e9e9e2;
/*z-index: 50;*/
color: #335500;
text-decoration: none;
}

.thumbnail span { /*CSS for enlarged image*/
position: absolute;
background-color: #e5e5e5;
/*padding: 5px;*/
/*left: -1000px;*/
border: 1px solid #666;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
border-width: 0px; 
/*padding: 2px;*/
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
visibility: visible; width: 400px;
top: -100px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
left: -300px;/*position where	 enlarged image should offset horizontally */
z-index: 1;
}

