﻿.popupmenu 
{
	z-index:5;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:2px;
	border-color:Black;
	background-color:#AAD4FF;
	visibility:hidden;
	position:absolute;
	
}
.treeview
{
	background-color:#AAD4FF;
}
.collapsePanel
{
	width:640px;
	height:0px;
	overflow:hidden;
	
}
.collapsePanelHeader
{
    width:640px;
	height:20px;
	color:White;
	background-color:#006699;
	font-weight:bold;
	float:left;
	padding:5px;
	cursor:pointer;
	vertical-align:middle;
}

.BackgroundAdmin
{
	background-position:bottom right;
}

a.whiteTitle{
		font-family : Verdana;
		font-size : 11px;
		font-weight : bold;
		color : white;
	    text-align:left;
	    text-decoration:none;
	    padding:5;
		}
a:hover.whiteTitle{
		font-family : Verdana;
		font-size : 11px;
		font-weight : bold;
		color : white;
	    text-align:left;
	    text-decoration:underline;
	    padding:5;
		}
		
				
/*Modal Popup*/

.modalPopup {
	 
	display:none; z-index: 20; left: 40%; position: absolute; top: 50%;
	/*filter:alpha(opacity=70);
	opacity:0.7;*/

}



/*--------------------Master page style-----------------------------------------*/

.lightblue
{
	font-family : Verdana;
		font-size : 11px;
	
}


.normal{
		font-family : Verdana;
		font-size : 11px;
		color : black;}
		
.normal_big{
		font-family : Verdana;
		font-size : 13px;
		color : 134c67;}
		
.black{
		font-family : Verdana;
		font-size : 11px;
		font-weight : bold;
		color : 134c67;}
		
.sml_normal{
		font-family : Verdana;
		font-size : 10px;
		color : black;}
		

		
.errorTxt{
		font-family : Verdana;
		font-size : 10px;
		font-weight : bold;
		color :Gray;}

.ttlsub{
		font-family : Verdana;
		font-size : 10px;
		font-weight : bold;
		color : black;}	
		
.white{
		font-family : Verdana;
		font-size : 11px;
		font-weight : bold;
		color : white;}

		
.white_normal{
		font-family : Verdana;
		font-size : 11px;
		color : white;}

.raw1{
		background-color : 275a81;
		font-family : Verdana;
		font-size : 10px;
		color : white;
		font-weight : bold;
		}
.raw2{
		background-color : 336e9c;
		font-family : Verdana;
		font-size : 10px;
		color : white;
		font-weight : bold;
		
		}
.raw3{
		background-color : 6d9abe;
		font-family : Verdana;
		font-size : 10px;
		
		color : black;
		}
.raw4{
		background-color : FBF2EA;
		font-family : Verdana;
		font-size : 10px;
		text-align : center;
		color : black;
		
		}


.dash{
	border: 1px #black dashed;
	background-color: CAC6B2;
   
 }
 
 .solid{
	border: 1px solid #F8CC9F;
	   
 }
	
		
.txtBox{
		font-family : Verdana;
		font-size : 11px;
		color : black;
		background-color : white;
		border : 1px;	
		border-width : 1px 1px 1px 1px;
		border-color : 255a83 255a83 255a83 255a83;
		border-style : solid;
		width : 120px;	
}
	
	.grv
	{
		padding-top:12px;
		text-decoration : none;
		font-weight : bold;
		color : 2B7AA1;
		font-size:12px;
	
	}
	.btn
	{
		padding-top:10px;
		text-decoration : none;
		font-weight : bold;
		color : 2B7AA1;
		font-size:9px;
	
	}
	

.a.btn{
		text-decoration : none;
		font-weight : bold;
		color : 2B7AA1;
		font-size:9px;
	}
	
a.btn:hover{
		text-decoration : underline;
		font-weight : bold;
		color : 2babee;
		font-size:9px;
		}
		
.a.btnttl{
		text-decoration : none;
		font-weight : bold;
		color : 2B7AA1;
		font-size:12px;
	}
	
a.btnttl:hover{
		text-decoration : underline;
		font-weight : bold;
		color : 2babee;
		font-size:12px;
		}
a.blue{
		text-decoration : none;
		font-weight : bold;
		color : 2B7AA1;
	}
	
a:hover.blue{
		text-decoration : underline;
		font-weight : bold;
		color : 2B7AA1;
		}
.myDiv {
  

overflow-y: auto; 
max-height:471px;
overflow-x:none; 
 scrollbar-face-color: #373737;
          scrollbar-arrow-color: #f0f0f0;
          scrollbar-track-color: #787979;
          scrollbar-highlight-color: #313d2f;
          scrollbar-3dlight-color: #313d2f;
          
          scrollbar-shadow-color: #000000;
          scrollbar-darkshadow-color: #787979;
          
}		
.MenuParent
{
	color:#175679;
	font-size:12px;

	
	}
.MenuParentSeleted
{
	color:Navy;
	font-size:12px;
	/*filter:GLOW(color=white, strength=1)*/
}
.MenuParentHover
{
	color:Navy;
	font-size:12px;
	/*filter:GLOW(color=white, strength=1)*/
}
.MenuItem
{
	background-color:#BEDBF0;
	
	border-left-color:#acbecb;
	border-left-width:5px;
	border-left-style:solid;
	
	border-top-color:#BEDBF0;
	border-top-width:1px;
	border-top-style:dotted;
	
	font-size:10px;
	color:#1a6185;

	}
	
.MenuItemHover
{
	background-color:#1a6185;
	border-color:White;
	border-width:1px;
	
	border-left-color:Silver;
	border-left-width:5px;
	border-left-style:solid;
	
	font-size:10px;
	color:White;
	border-top-style:solid;
	}
	
.MenuItemSelected
{
	background-color:#acbecb;
	
	border-color:Gray;
	border-width:1px;
	border-top-style:solid;
	

	border-color:White;
	border-width:1px;
	
	border-left-color:#1a6185;
	border-left-width:5px;
	border-left-style:solid;
	
	font-size:10px;
	color:White;
		}
	

.NewsLetterBackgroundAr
{
	height:105px;
width:348px;
background-image:url(../images/NewsLetter_box_ar.jpg);
background-repeat:no-repeat;
border:0px;

}
.NewsLetterBackgroundEn
{
	height:140px;
width:256px;
background-image:url(../images/NewsLetter_box_en.jpg);
background-repeat:no-repeat;
border:0px;

}
.NewsLetterBackgroundFr
{
	height:140px;
width:256px;
background-image:url(../images/NewsLetter_box_fr.jpg);
background-repeat:no-repeat;
border:0px;

}
/* Accordion */
.accordionContent
{
	padding: 5px;
	padding-top: 10px;
	font-size: 12px;
	font-family: Century Gothic;
	color: #ffffff;
}

.accordionHeader
{
	background: gray url(../../images/accordion.gif) repeat-x bottom left; /*border: 1px solid #3399CC;*/
	font-weight: bold;
	padding: 4px;
	padding-bottom: 6px;
	margin-top: 5px;
	cursor: pointer;
	font-family: Century Gothic;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
.accordionHeader a
{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-family: Century Gothic;
}

.accordionHeader a:hover
{
	text-decoration: underline;
	font-size: 14px;
	font-family: Century Gothic;
	color: #ffffff;
}
.accordionLink a
{
	font-size: 14px;
	color: #ffffff;
	background: none;
	font-family: Century Gothic; /* Arial, Helvetica, sans-serif;*/
	text-decoration: none;
}
.accordionLink a:hover
{
	font-size: small;
	background: none;
	text-decoration: underline;
	font-family: Tahoma; /* Arial, Helvetica, sans-serif;*/
}

.SubChildsParent
{
	font-size: 16px;
	text-decoration: none;
	font-family: Arial;
	color: White;
	font-weight: bold;
	
}

.ChildTree
{
	color: White;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration:none;
	
}