.controlpanel 
{
	width: 100%;
	background-color: #F8F1DF;
}

.header
{
	background: #F8F1DF url(images/middle.gif) repeat-x;
	height:170px;
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
}

.header img 
{
	border:0pt none;
	/*height:80px;*/
}

.building
{
	background: #F8F1DF url(images/building.gif);
	width: 229px; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;	
}

.custom_links_container
{
	background-image:url(images/custom-links-bg.gif);
	background-position:center top;
	background-repeat:repeat-x;
	margin:0px;
	overflow:hidden;
	padding:0px;
}

.custom_links, .current-date,
a.custom_links:link, a.custom_links:active, a.custom_links:visited,
.custom_links a:link, .custom_links a:active, .custom_links a:visited
{
	font: bold 8pt Tahoma;
	color: White;
	text-align: center
}

.custom_links a:hover, a.custom_links:hover
{
	font: bold 8pt Tahoma;
	color: White;
	cursor: pointer hand;
	text-decoration: underline;
	text-align: center
}

.la, .ra
{
	width: 450px;
	height: 40px;
	color: White;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: -10px;
	background-color: #F8F1DF;
}

.la
{
	background-image:url(images/la.gif);
	background-position:left 0;
	background-repeat:no-repeat;
}

.ra
{
	background-image:url(images/ra.gif);
	background-position:right 0;
	background-repeat:no-repeat;
}

.search, a.search
{
	font: bold 8pt Tahoma;
	color: White;
	text-decoration: underline;
}

.LanguageLink, a.LanguageLink, a.LanguageLink:link, a.LanguageLink:active, a.LanguageLink:visited, a.LanguageLink:hover
{
	font: bold 8pt Tahoma;
	color: White;
	text-decoration: underline;
	vertical-align: middle;
}

.ra input
{
	color: #0f0f0f;
	width: 200px;
	height: 20px;
	border: 0px none;
	background-color: Transparent;
	background-image: url(images/search-text-bg.gif);
	padding-right: 25px;
	vertical-align: middle;
}

.skingradient 
{
	background-color: #C69F23;
	height: 30px;
}

.leftpaneclass
{
	background-color: #e5d299;
	height: auto;
	width: 100%;
}

.leftpane 
{
	padding-top: 0px;
	height: 1px;
	background-color: #e5d299;
	width: 250px;
}

.contentpane 
{
	background-color: #F8F1DF;
	padding: 10px 0px 0px 0px;
}

.rightpane {
	padding-top: 0px;	
	background-color: #e5d299;
	width: 250px;
}

.TreeViewMenu {
	width: 100%;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #D6D0C0;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.TreeViewMenu_Header_ar, .TreeViewMenu_Header_en, .TreeViewMenu_Header_all
{
	border-bottom:1px solid white;
	height: 25px;
	padding: 4px;
	padding-right: 15px;
	padding-left: 15px;
	vertical-align: middle;
	background-color: #C69F23;
}

.TreeViewMenu_Header_ar
{
	background: #C69F23 url(images/rab.gif) no-repeat top right;
}

.TreeViewMenu_Header_en
{
	background: #C69F23 url(images/lab.gif) no-repeat top left;
}

.TreeViewMenu_Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size:  9pt;
	font-weight:bold;
	color: #ffffff;
	padding:4px;
	text-align:right;
	vertical-align: middle;
}

.Head, a.Head, .Head a
{
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10pt;
   font-weight:  bold;
   color: #7B5D10;
}

.TreeViewMenu_NodeSelected, .TreeViewMenu_Node
{
	color: #056564;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 8pt;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*background: url(menu1.GIF) no-repeat top right;*/
	vertical-align: middle;
}

.TreeViewMenu_NodeSelected
{
	color: #056564;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 8pt;
}

.StandardButton_ar, .StandardButton_en
{
   color: #ffffff;
   font-family: Tahoma, Verdana, sans-serif; 
   font-size: 8pt;
   font-weight: bold;
   border: none;
   width: 110px;
   height: 20px;
   vertical-align: middle;
   text-align: center;
   cursor: pointer;
   cursor: hand;
}

.StandardButton_ar 
{
   background: Transparent url(images/standard-button-ar.gif) no-repeat;
   padding-left: 20px;
}

.StandardButton_en
{
   background: Transparent url(images/standard-button-en.gif) no-repeat;
   padding-right: 10px;
}