﻿/*------------------------------ Created By Niazmand -----------------------------*/

body
{
	font-family: Tahoma;
	font-size: 9px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0; /* 	direction: rtl; */
}

#layout
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding: 90px 0 0 0;
	position: relative;
}
#header
{
	margin: 0;
	padding: 0;
	width: 800px;
}

#logo
{
	left: 25px;
	top: 30px;
	width: 70px;
	position: absolute;
}

#headerTitle
{
	font-family: Tahoma;
	font-size: 11px;
	color:Gray;
	left: 150px;
	top: 73px;
	position: absolute;
}
#mainMenu
{
}

#page
{
	background-color: #F3F3F3;
	direction: rtl;
	text-align: right;
}
#footer
{
	/*width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	position: relative;*/
	padding-top: 5px;
	font-family: Tahoma;
	font-size: 11px;
	color: Gray;
}
#copyright
{
	float:left;
	padding-left:20px;
}
#footerTitle
{
	float:right;
	padding-right:35px;
}
/*------ Begin Rounded Corner ------*/

.rc
{
	background: url(  '../../images/Curve.png' ) no-repeat;
	height: 28px;
	width: 28px;
}
.hc
{
	background: url(  '../../images/hor.png' ) repeat-x;
	height: 1px;
}
.vc
{
	background-position: right;
	background: url(   '../../images/ver.png' ) repeat-y;
	width: 1px;
}

.vc2
{
	background: url(     '../../images/ver.png' ) repeat-y;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;
}
.vc3
{
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}
/*------ End Rounded Corner ------*/



.mainPage
{
	height: 100%;
	display: block;
}


#hand /*show login user*/
{
	position: absolute;
	top: 102px;
	right: 14px; /*right:28em;*/
	width: 50px;
}

#content
{
	margin-bottom: 20px;
	min-height: 400px;
}


/*------  Begin Menu  ------*/


.itemDefault
{
	color: #7C7C7C;
	font-size: 9pt;
	font-family: tahoma;
}
.itemHover
{
	color: #0070A6;
	font-weight: bold;
	font-size: 8pt;
	font-family: tahoma;
}

.subItemTable
{
	border: 1px solid #808080;
	background-color: #FFFFFF;
	text-align: right;
	right: 10px;
	text-align: right;
	top: 5px;
	left: 100px;
	width: 135px; /*new      position: absolute;*/
}

.subItemRow
{
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 1px;
	text-align: right;
}
.subItemRowButtom
{
	border-width: 1px;
	border-color: #808080;
	border-bottom-style: solid;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 1px;
	text-align: right;
}

/*------  End Menu  ------*/