html {
	margin: 0px;
	padding: 0px;
	list-style: none;
	direction: rtl;
	font-family:Arial;  
	font-size:13px;  
}
img 
{
	border: 0px;
}
a {
	color: #333333;
}
a:hover {
	color: Gray;
}
body {
	margin: 0;
	padding: 0;
    width: 100%;
    height: 100%;
    direction:rtl;
}


/************************** Header **********************************/

/* Pink */
.divBg {
    width: 100%;
	background-image : url('images/1.gif');
	background-repeat:repeat;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}
/* Green */
.divBg2 {
    width: 100%;
	background-image : url('images/2.gif');
	background-repeat:repeat;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
/* Blue */
.divBg3 {
    width: 100%;
	background-image : url('images/3.gif');
	background-repeat:repeat;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
/* Gray */
.divBg4 {
    width: 100%;
	background-image : url('images/4.gif');
	background-repeat:repeat;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

/* This is the transparent box */
.divTransbox {
    width: 100%;
	background-color: #fff;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

/* This is the container which set text to solid color.
position: relative used for IE */
.divTransbox div 
{
	font-family:Arial;
	/*padding: 10px;*/
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
}

/************************** Menu **********************************/

td.offHead
{
	cursor:default; 
	height: 21px; 
	padding-left:16px;
	padding-right:16px;
}

td.onHead
{
	cursor:pointer; 
	height: 21px; 
	padding-left:16px;
	padding-right:16px;
	color:Gray;
}

td.offHead1
{
	cursor:default; 
	height: 21px; 
	padding-left:16px;
	padding-right:6px;
}

td.onHead1
{
	cursor:pointer; 
	height: 21px; 
	padding-left:16px;
	padding-right:6px;
	color:Gray;
}

/************************** Footer **********************************/
#footer 
{
	text-align: center;
	color: #333333;
}
td.onClip
{ 
	filter:alpha(opacity=58);
    opacity: .58;
	cursor:pointer;
	width:100px;
}

td.offClip
{
	cursor:default;
	width:100px;

}
td.tdCube
{
    font-size:24px;
    font-weight:bold;
}
td.SubHeader
{
    color:#517693;
    font-weight:bold;
}
a.SubHeader
{
    color:#517693;
    font-weight:bold;
}
#copyright a
{
	text-decoration: none;
	color:Gray;
    font-size:12px;
	font-family:Arial;  
}
#copyright a:hover 
{
    text-decoration: underline;
	color:Black;
    font-size:12px;
	font-family:Arial;   
}
#fixed_banner 
{
  position: fixed;
  top: 24px;
  right : 14px;
}
#title3
{
    overflow-y:auto;
    overflow-x:hidden;
    width:100%;
    height:376px;
    background-color:Transparent;
    SCROLLBAR-FACE-COLOR: #efefef;
    SCROLLBAR-HIGHLIGHT-COLOR: #efefef;
    SCROLLBAR-SHADOW-COLOR: #cccccc;
    SCROLLBAR-3DLIGHT-COLOR: #cococo;
    SCROLLBAR-ARROW-COLOR: #aa0e1b;
    SCROLLBAR-TRACK-COLOR: #f6f6f6;
    SCROLLBAR-DARKSHADOW-COLOR: #c0c0c0;
   

}