/* CSS Document */
	html{
		height:100%;
	}
.sitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

	body{
		font-family: Verdana;
		font-size:11px;
		margin:0px;
		padding:0px;
		background:url(images/bg.gif);
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	
div#rolltipDiv {
  position:absolute; visibility:hidden;
  left:0; top:0; z-index:1000;
  width:220px; padding:3px; font-size:11px;
  background-color:#dee7f7; border:1px solid #336; 
  }
  	p{
		margin-top:5px;
		margin-bottom:10px;
	}
	
	#mainContainer{
		margin:0 auto;
		text-align:left;
		background-color: #FFF;
		padding-left:16px;
		padding-right:16px;
		padding-bottom:20px;	
	}
	
	#dhtmlgoodies_menu img{
		border:0px;
	}

	/* End general styles for this example page */
	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{
		visibility:hidden;	
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#dhtmlgoodies_menu a{

		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
		border:1px solid #000;
		background-color:#FFF;
		padding:1px;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		border:0px solid #FF0000 ;
		background-color: #FFFFFF;
		overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		border:1px solid  #FF0000;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
		color: #000;
		text-decoration:none;
		padding-left:2px;
		padding-right:2px;
	
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:10px;
		padding-right:10px;
		border:1px solid #FFFFFF;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:10px;
		padding-right:10px;
		background-color:#FF0000;
		border:1px solid #000;
		
		
	}
	#dhtmlgoodies_menu .currentDepth1 a{
		font-weight:bold;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#FFF;
		font-weight:bold;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding-right:2px;
		border:1px solid #FFFFFF;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		padding-right:2px;
		background-color: #CCCCCC;
		border:1px solid #ffffff;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#000;
	}	
.title {
	font-size: 18px;
	color: #FF0000;
}

	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding-right:2px;
		background-color:#CCCCCC;
		border:1px solid #FFF;
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#FFF;
		border:1px solid #FFF;
	}	

#Layer1 {	position:absolute;
	left:0px;
	top:222px;
	width:1001px;
	height:751px;
	z-index:0;
	background-image: url(images/grid.gif);
	cursor: pointer;
}
#Layer8 {	position:absolute;
	left:0px;
	top:192px;
	width:340px;
	height:30px;
	z-index:5;
	cursor: pointer;
}
.copyright {
	font-family: tahoma, Verdana;
	font-size: 11px;
	text-decoration:none;
	color: #006600;
	text-transform: none;
}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.child1 {
visibility:hidden;
z-index:500;
background: #FFFFFF;
}

.meme {
	display: block;
	width: 122px;
	height:17px;
	padding: 3px 3px;
	text-align:center;
	color: #D90202;
	font-size:11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	z-index:500;
}
.redwhitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D90102;
}

.dhtmlgoodies_question{	
	color:#FFF;
	font-size: 12px;
	background-color: #66A72D;
	width:274px;
	margin-bottom:0px;
	margin-top:0px;
	padding-left:0px;
	height:21px;
	overflow:hidden;
	cursor:pointer;
	
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #66A72D;
	background-color: #BADB8F;
	width:175px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}.whitetextbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.greentext {
	font-family: tahoma;
	font-size: 12px;
	color: #006600;
	text-decoration:none;
}
.greentext-no {
	font-family: tahoma;
	font-size: 12px;
	color: #006600;
	text-decoration: none;	
}


#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}
.blacl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.greeen25 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #006600;
}
.style199 {
	color: #FFFFFF;
	font-size: 25px;
}
.style1999 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.blacl-ar {
	direction:rtl;
	font-family: tahoma;
	font-size: 14px;
	color: #006600;
}


#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
}

div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#dee7f7; border:1px solid #336; 
  width:250px; padding:4px;
  color:#000; font-size:11px; line-height:1.2;
}
div.tp1 { font-size:12px; color:#336; font-style:italic }
div.tp2 { font-weight:bolder; color:#337; padding-top:4px }
.greentextca {
	font-family: tahoma;
	font-size: 12px;
	color: #006600;
	text-transform: capitalize;
}
.greentextcaCopy {
	font-family: tahoma;
	font-size: 25px;
	color: #006600;
	text-transform: capitalize;
}
.copyright2 {

	font-family: tahoma, Verdana;
	font-size: 11px;
	color: #006600;
	text-transform: none;
	text-decoration: none;
}
