﻿body 
{
	margin:0px;
	font-family:Tahoma;
	font-size:9pt;
	/*background-color:#edf3f6;*/
	background-image:url(../../image/backgroundgradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#d1d8e0;
}
select, input, textarea, button 
{
	font-family:Tahoma;
	font-size:9pt;
}
.header
{
	background-color:#e3e9f5;
	height:79px;
}
a
{
	text-decoration:none;
	color:#135eaa;	
}
.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 : solid 1px #dcdcd9;
	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
{
	border : solid 1px #dcdcd9;
	border-collapse:collapse;
	background-color:#f8f8f7;
	padding-bottom:5px;
}
.box-title
{
	height:20px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:0px;
	margin:0px;
	color:#002768;	
}
.glossymenu{
margin: 5px 0;
padding: 0;
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;
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-left: 10px;
text-decoration: none;
overflow:auto;
cursor:pointer;
}


.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);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.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;
}