﻿/*------------------------------ 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;
}

#headerTitle1
{
	font-family: Tahoma;
	font-size: 11px;
	color: Gray;
	left: 150px;
	top: 40px;
	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;
}

