body
{
	margin:0px;
	border:0px;
	height:100%;
	background-image:url(images/Stage_BG_btm.png);
/*	background:#000 url(images/body_bg.jpg) no-repeat top center;*/
	font-family:tahoma;
	font-size:9pt;
}

img{
	border:0px;
	margin:0px;
	padding:0px;
}

select, input{
	font-family:tahoma;
	font-size:9pt;
}

a{
	font-family:Tahoma, Verdana;
	font-size:9pt;
	text-decoration:none;
	color:#000080;
}

.comments_title{
	height:20px;
	background:#A6D7EC;
	font:bold 9pt Tahoma;
}

.comments_data{
	font-size:7pt;
	font-family:Tahoma;
}

.paging_link{
	font-family:Tahoma, Verdana;
	font-size:9pt;
	text-decoration:none;
	color:#000000;
}

.paging_linkh{
	font-family:Tahoma, Verdana;
	font-size:9pt;
	text-decoration:none;
	color:#000080;
}

.GrayBox{
	margin-top:8px;
}

.GrayBoxHeader {
	background:#deeff6 url('images/m_head_blend.png') no-repeat ;
}

.GaryBoxContent{
	border:solid 1px #99d1fe;
	background:#deeff7 url('images/grad_blue_box.jpg') top right no-repeat;
}

.GaryBoxHomeContent{
	vertical-align: top;
	text-align: center;
	padding:2px;
	background:#deeff7 url('images/m_head_blend.png') no-repeat;
}

.GaryBoxHomeContent span{
	font-family:tahoma, Arial;
	font-size:11pt !important;
}

.openRight{
	
}

.Content {
	width:100%;
	border: 1px solid #99d1fe;
	background:#deeff6 url('images/m_head_blend.png') no-repeat;
}
.Content  .XXmainText {
	direction:rtl; 
	text-align:justify;
	font-family:Arial (Arabic);
	font-size:16px;
	line-height:21px;
	font-weight:bold;
	margin-right:4px;
	margin-left:2px;
}
.Content span {
	font-family:tahoma, Arial;
	font-size:10pt !important;
}
.clear-contentunit { 
	text-align:center; 
	clear:both; 
	width:440px; 
	height:0.1em; 
	border:none; 
	background:rgb(210,210,210); 
	color:#4f99d5;
}

.Links {
	direction:rtl;
	text-align:right;
	font-family:Tahoma;
	font-size:11px;
	vertical-align:middle;
	font-weight:bold;
	text-decoration:none;
	color:black;
}
.Links:hover { 
	text-decoration:underline;
}

.title
{
	font-family: tahoma, arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color:navy;
	text-align:center;
	direction:rtl;
	height:30px;
}

.FooterPanel {
	vertical-align: middle;
	text-align: center;
	background:	url(images/m_head_blend.png)  transparent no-repeat ;
	height:40px;
	width:900px;
}
.FooterText{
	font-family:Tahoma; 
	font-size:11px; 
	color:black;
	font-weight:bold;
}

.vote_header_cell{
	background: url(images/glossyback.gif) repeat-x bottom left;
	height:20px;
	text-align:right;
	font:bold 9pt Tahoma;
}
.vote_cell{
	font:9pt tahoma;
	text-align:right;
	border-right:1px solid #99c5ee;
	border-bottom:1px solid #99c5ee;
	border-left:1px solid #99c5ee;
}

.myTxtAncor{
	background: url(images/glossyback.gif) repeat-x bottom left;
	font: bold 15px "Tahoma", "Arial", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-right: 17px;
	text-decoration: none;
	direction:rtl;
}


/****** CSS Clossy Menu ***********/

.glossymenu{
	margin:0;
	padding: 0;
	width: 188px; /*width of menu*/
	border: 0px solid #9A9A9A;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	background: url(images/glossyback.gif) repeat-x bottom left;
	font: bold 15px "Tahoma", "Arial", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-right: 17px;
	text-decoration: none;
	direction:rtl;
}


.glossymenu .menuitem:active{
	color: white;
}


.glossymenu a.menuitem:visited{
	color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 6px;
	right: 2px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background-image: url(images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: #b5d0e9;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid #47b7e8;
}

.glossymenu div.submenu ul li a{
	display: block;
	font:13px "Tahoma", "Arial" ;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-right: 9px;
	direction:rtl;
}

.glossymenu div.submenu ul li a:hover{
	background: #99c5ee;
}