﻿body 
{
	margin-top:0px;
	background-color: #FFFFFF;
	font-family:Arabic Transparent;
	font-size:11pt;
}
h1
{
	color: #5b9835;
	font-weight:600;
	font-size:12pt;
	text-align:center;
}
h2
{
	color: #428979;
	font-weight:600;
	font-size:11pt;
	text-align:center;
}
.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}
.ContentStyle
{
	text-align:justify;
	padding-right:0px;
	
}
.ContentLabel{padding-right:5px; text-align:justify;}
.PageTitle
{
	
	color:maroon;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	padding-top:5px;
	background-repeat:no-repeat;
	background-image: url(images/title_bg.jpg);
}
.TeamTitle
{
	color:#CE8423;
	font-size:13pt;
	font-weight:bold;
	margin-bottom:5px;
	text-align:center;
	padding-top:5px;
}
.EmptyTextStyle
{
	color:#000;
	font-size:13pt;
	font-weight:bold;
	margin-bottom:5px;
	text-align:center;
	padding-top:20px;
}
table
{
	cellpadding:3;
	cellspacing:0;
}
td
{
	text-align:justify;	
}
.headerCell
{
	background-color:#0E4B78;
	color:#FFFFFF;
	font-weight:bold;
}
.headerTable
{
	background-color:#f9f8f0;
	
}
.DataCell
{
	background-color:#FFFFFF;
	color:#000000;
}
.LabelCell
{
	background-color:#f9f8f0;
	color:#0E4B78;
	font-weight:bold;
	
}
a
{
	color: #5B9835;
	font-weight:bold;
	font-size:12pt;
	text-decoration:none;
	font-family:Simplified Arabic
}
a:hover
{
	color:  #5F8641;
	text-decoration:none;
	
}
/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:100%;		
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

.demoarea {
	padding:0px;
	background:#FFF url(images/demotop.png) no-repeat left top;
}

.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:8px;
	background:#FFF url(images/demobottom.png) no-repeat left bottom;
}


.heading {
	padding: 1em 0 1em 0;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.2em;
}

.subheading{
	padding:.8em 0 0.5em 0;
	color:#0F2543;
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	font-size:1.1em;
}

p {}

em {font-style:italic}

i {font-style: italic;}

strong {font-weight:bold;}

.codeReference
{
	font-family: 'Courier New', Monospace;
	font-style: normal;
	font-weight: bold;
}

pre, code {
	display:block;
	margin:15px 15px 15px 0;
	padding:10px;
	border:1px dashed #CCC;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
}

.releaseList {
	list-style-type:disc;
}

.GridFooterStyle
{
	
}

.glossymenu{
width: 179px; /*width of menu*/
border-bottom-width: 0;
direction:ltr;
text-align:right;
}

.glossymenu a.menuitem{
background: url(images/menuTitle.jpg);
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
direction:rtl;
color: #33710C ;
font-weight:normal;
font-family:tahoma;
font-weight:bold;
font-size:8pt;
padding-right:30px;
padding-top:3px;
text-decoration:none;
height:20px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #33710C ;
direction:rtl;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
border: none;
right: 10px;
}

.glossymenu a.menuitem:hover{
background-image: url(images/menuTitle.jpg);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background-image: url(images/right_bar_01.jpg);

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 0px solid blue;

}
.glossymenu div.submenu ul li div.separator{
background-image: url(images/separator.jpg);
background-repeat:no-repeat;
line-height:.5pt;

} 
.glossymenu div.submenu ul li a{
display: block;
width:150px;
font-family:tahoma;
font-weight:bold;
font-size:8pt;
padding-right:15px;
padding-bottom:5px;
height:20px;
text-decoration:none;
background-image: url(images/right_bar_01.jpg);
}

.glossymenu div.submenu ul li a:hover{
display: block;
width:150px;
font-family:tahoma;
font-weight:bold;
font-size:8pt;
padding-right:15px;
padding-bottom:5px;
height:20px;
text-decoration:none;
background-image: url(images/right_bar_01.jpg);
color:#69A122;
}
.copyRightStyle
{
	font-family:Arial;
	color:#213511;
	font-size:10px;
	text-align:center;
}