/*----- HTML TAG -----*/
* {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333;
	text-align: justify;
}

a {
//	color: #00884A;
	text-decoration: none;
}

a:hover {
	color: #C0B008;
	text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(bg.gif);
}

table {
	border: 0px;
	width: 100%;
	height: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*----- UNIQUE CLASSES -----*/
#body {
	position: relative;
	margin: 0px auto 0px auto;
	width: 770px;
	direction: rtl;
}

#header {
	float: left;
	width: 770px;
	height: 206px;
	text-align: center;
	background: url(body-bg.gif) repeat-y;
}

#header-content {
	float: left;
	width: 764px;
	height: 176px;
	padding-top: 30px;
	padding-left: 3px;
	padding-right: 3px;
	background: url(header.jpg) center no-repeat;
}

#content {
	float: left;
	width: 764px;
	text-align: center;
	background: url(body-bg.gif) repeat-y;
	padding-left: 3px;
	padding-right: 3px;
}
#content a{
	color: #00884A;
	text-decoration: none;
}
#content a:hover{
	color: #C0B008;
	text-decoration: none;
}

#content-top {
	float: left;
	width: 744px;
	height: 52px;
	padding-right: 20px;
}

#content-middle {
	float: left;
	width: 764px;
}

#content-bottom {
	float: left;
	width: 764px;
	height: 31px;
	background: url(content-bottom.gif) no-repeat;
}

#footer {
	float: left;
	width: 750px;
	height: 20px;
	background: url(body-bg.gif) repeat-y #515151;
	padding: 10px;
	text-align: center;
	padding-top: 15px;
	color: #EEE;
}
#footer a {
	color: #C0B008;
}

/*----- USER DEFINED CLASSES -----*/
.menuTop {
	float: right;
	width: 75px;
	text-align: left;
}
.input{
 font-family:Tahoma, Verdana, Arial;
 font-size:12px;
 color:#666666;
 width:200px;
 height:15px;
 border:1px solid #999999;
}

.textarea{
 width: 200px;
 font-family:Tahoma, Verdana, Arial;
 font-size:12px;
 color:#666666;
 border:1px solid #999999;
}

.button{
 font-family:Tahoma, Verdana, Arial;
 font-size:11px;
 color:#333333;
 border:1px solid #999999;
 width:70px;
 height:20px;
 background-color: #F5F5F5;
 text-align: center;
}

.index a{
	color: #ff9900;
	font-weight: bold;
}
.index a:hover{
	color: #00884A;
	font-weight: bold;
}

.buttonhome
{
	border: 1px solid #00884A;
	border-right: 5px solid #00884A;
	width: 100px;
	height: 19px;
	padding-bottom: 4px;
	background: #FAFAFA;
	cursor: pointer;
	text-align: center
}

.buttonmain
{
	border: 1px solid #00884A;
	border-right: 5px solid #00884A;
	width: 120px;
	height: 19px;
	padding-bottom: 4px;
	background: #FAFAFA;
	cursor:  pointer;
	text-align: center
}

.buttonsub
{
	border: 1px solid #FFCC01;
	border-right: 5px solid #FFCC01;
	width: 120px;
	height: 19px;
	padding-bottom: 4px;
	background: #FAFAFA;
	cursor: pointer;
	text-align: center
}

.login table, .login td {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666;
}

.login-input {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333;
	width: 150px;
	height: 15px;
	border: 1px solid #B9CFD8;
}

.login-button {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333;
	width: 100px;
	border: 1px solid #B9CFD8;
	background: #fafafa;
	padding-bottom: 2px;
	padding-top: 0px;
}

/*----- Manzar DEFINED CLASSES -----*/

.ht {
	overflow: scroll; 
	height: 1px; 
	scrollbar-face-color: #ffffff; 
	scrollbar-arrow-color: #ffffff; 
	scrollbar-base-color: #ffffff;
}