﻿body 
{
	margin:0px;
	font-family:Tahoma;
	font-size:9pt;
    /*
    background-color:Black;
    background-color:#d1d8e0;
	*/
	background-image:url(../../image/bg.jpg);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#ec3c01;
	text-align:right;
}
select, input, textarea, button 
{
	font-family:Tahoma;
	font-size:9pt;
}
.header
{
	background-color:#e3e9f5;
	height:79px;
}
a
{
	text-decoration:none;
	color:#426479;	
}
.main
{
    background-color: White;
    border:solid 1px #999999;
	border-collapse:collapse;
}
.bluebutton
{
	background-image:url(../../image/glossyback2.gif);
	background-color:#7aa3f6;
	height:22px;
	margin-top:0px;
	vertical-align:middle;
	width:88px;
	border: 0px;
	font-family:Tahoma;
	font-size:9pt;
	cursor:pointer;
	color:White;
}
.menu-item
{
	height: 18px;
	color: #000000;
	padding-left: 10px;
	/*margin-bottom: 5px;*/
	
}
.menu-item a
{
	text-decoration:none;
	color: #000000;
}
.box-parent-english
{
	border-collapse:collapse;
	background-color:#f8f8f7;
}
.box-parent-english #title
{
	font-weight:bold;
	font-family:Arial;
	font-size:11px;
	padding-bottom:5px;
}
.box-parent-persian
{
	/*background-color:#f8f8f7;
	padding-bottom:5px;*/
	width:156px;
}
.box-title
{
	height:19px;
	/*padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:0px;
	margin:0px;*/
	color:White;
	background-repeat:no-repeat;
}
.box-body
{
    background-color:#e1e1e1;
    direction:rtl;
}
.glossymenu{
width: 170px; /*width of menu
border: 1px solid #9A9A9A;*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{
/*background: black url(../../image/glossyback.gif) repeat-x bottom left;*/
background-color:#a52901;
font: normal 9pt Tahoma;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
/*padding: 4px 0;*/
padding-bottom:5px;
padding-top:5px;
padding-right: 10px;
/*margin-top:3px;*/
margin-bottom:3px;
text-decoration: none;
overflow:auto;
cursor:pointer;
/*height:23px;*/
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
/*background-image: url(../../image/glossyback2.gif);*/
background-color:#c33a0e;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
/*background-color: #a2b7c2;
margin-bottom:5px;*/
}

.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 blue;*/
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 9pt Tahoma;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: white;
}