html, body{
	height:100%;
	background-color:#C1D5ED;
	direction:rtl;
	margin:0px; 
}

* html #main_frame
{
	height: 99%;
}

#main_frame, #bottom_menu{
	width: 800px;
	margin: 0 auto;
	border:1px solid #C1D5ED;
}

#main_frame{
	position: relative; 
	min-height: 100%; 
	background-color: #EEFFFF;
}

#top_page{
	height: 200px;
	cursor: pointer;
	background-image: url(__-__.gif);

}

#top_menulist{
	text-align: right;
	list-style: none;

	margin: 0px;
	padding: 0px;
}

#top_menulist li
{
	display: inline;
	padding-right: 0.3em;
	padding-left: 0.3em;
}



#top_menu{
	background-color: #C1D5ED;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	color: #990000;
	font-weight: bold;
}
#top_menu A {
	text-decoration:none;
	color: #990000;
} 
#top_menu A:hover {
	text-decoration:none;
	color: #000000;
}
#top_menu li a#curentpage
{
	color: #000000;
}

#middle_page, td{
	font-family: Arial;
	color: #000000;
	font-size: medium;
}
#middle_page{
	overflow: hidden;
	background-color: #EEFFFF;
	padding: 10px;
	padding-bottom: 35px;
}
#middle_page A {text-decoration:none; color: #660000;} 
#middle_page A:hover {text-decoration:none; color: #000000;}

#bottom_menu td{
	color: #660000;
	font-size: 10px;
}
#bottom_menu1 .bottom_menu{
	vertical-align: bottom;
}
#bottom_menu1{
	height: 35px;
	vertical-align: bottom;
}
#bottom_menu{
	height: 35px;
	background-color: #C1D5ED;
	font-family: Arial;
	color: #660000;
	font-size: 10px;
	border-top: 0px none transparent;

	position: relative;
	margin-top: -28px;
}
#bottom_menu A {
	text-decoration:none;
	color: #660000;
} 
#bottom_menu A:hover {
	text-decoration:none;
	color: #000000;
}

/* ######### Style for Drop Down Menu ######### */
#top_menu div.dropmenudiv{
position:absolute;
top: -1000px;
direction:rtl;
text-align: right;
border: 1px solid #C1D5ED; /*THEME CHANGE HERE*/
border-bottom-width: 0;
z-index:150;
background-color: #C1D5ED;
width: 140px;
visibility: hidden;
}


#top_menu div.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #C1D5ED; /*THEME CHANGE HERE*/
	padding: 2px;
	font: bold 14px Verdana;
	color: #990000;
	text-decoration: none;
}

* html #top_menu  div.dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

#top_menu div.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	padding: 2px;
	font: bold 14px Verdana;
	color: #000000;
	text-decoration:none;
}
