﻿html {
	direction: rtl;
	height: 100%;
}
body {
	background: #171b1c url('../images/body_bg.gif');
	font-family: Tahoma;
	color:#272727;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}
img {
	border: 0px;
}
form
{
	margin:0px;
	padding:0px
}
input, textarea, select{
	font-family:Tahoma;
	font-size:12px;
	vertical-align:middle
}
.menutd{
	padding-right:1px;
	padding-left:1px;
}
#main {
	width: 900px;
	margin: auto;
	height: 100%;
	position: relative;
	top: 0px;
	right: 0px;
}
/*#header {
	height: 112px;
	background: #fff url('../images/header.jpg') no-repeat center;
	width:900px;
	text-align:right;
	
}*/
#nav {
	background: #454545;
	height: 33px;
	padding: 6px 3px 7px;
	width:900px;
}
#nav img {
	padding: 0 3px;
}
#content {
	background: #fff;
	height:83%;
}
#footer {
	background: #7f0004 url('../images/foot_logo.jpg') no-repeat 96% bottom;
	height: 39px;
	padding: 7px 15px 0;
}
.copyrights {
	margin: 13px 225px 0 0;
	text-align: right;
	color: #fff;
	font-size: 11px;
	line-height: 140%;
	
}
.copyrights a
{
	color:White;
	text-decoration:underline;
	}
.copyrights a:hover
{
	text-decoration:none;
	}
/******************/

.centerContent{
	vertical-align:top;
	padding:10px
}
.rit_td{
	background:#f2f2f2 url('../images/rit_bg.gif') repeat-y left;
	width:190px;
	vertical-align:top;
	padding-top:1px
}
.rit_td ul{
	margin:5px 14px 5px 8px;
	padding:0px
}
.rit_td ul li{
	list-style-type:none;
	border-bottom:1px #CCCCCC solid
}


.glossymenu {
	text-align:right;
}
.glossymenu a.menuitem {
	display: block;
	position: relative;
	text-decoration: none;
	margin: 2px 0;
	color: #860f12;
	font-weight:bold;
	border-right:4px #CCCCCC solid;
	width:90%;
	padding-right:10px;
	height:18px;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
	color: #860f12;
}
.glossymenu a.menuitem .statusicon {
	position: absolute;
	top: 2px;
	left: 0px;
	border: 0;
}
.glossymenu a.menuitem:hover {
	color: #860f12;
}
.glossymenu div.submenu {
	width: 165px;
}
.glossymenu div.submenu ul {
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
}
.glossymenu div.submenu ul li {
	margin: 0;
	padding: 0;
	border-top:1px #fff solid;
	border-bottom:0px;
	background:url('../images/sub_bullet.gif') transparent no-repeat right center
}
.glossymenu div.submenu ul li a {
	display: block;
	color: #860f12;
	text-decoration: none;
	padding: 3px 10px 6px;
}
.glossymenu div.submenu ul li a:hover {
}


/************************************  LOGIN  ********************************************/
.LoginTBL {
	width: 450px;
	margin: 30px auto;
}
.loginTitl {
	width: 100%;
	background: url('../images/login_titl_bg.jpg') repeat-x ;
	color:#7f0004;
	font-weight:bold;
	vertical-align:middle
}
.login_bot {
	width: 100%;
	background: url('../images/login_bot.jpg') repeat-x ;
}
.login_inner_td{
	color:#000;
	padding:5px
}
.LogOutDiv
{
	float:right;
	color:White;
	font-weight:bold;
	text-align:center;
	background-position:center;
	margin:0px 0px 0px 0px;
	padding:2px 0 0 0;
	display:block;
	font-size:11px;
	background: url('../images/log-BG.gif') no-repeat ;
	width:180px;
	height:96px;	
}
.LogOutBtn
{
	color:#ffcc00;
	text-decoration:none
}
.LogOutBtn:hover
{
	color:#fff;
	text-decoration:underline
}
.padTD{
	padding:8px;
	border-bottom:1px #999 dotted;
	text-align:right
}
.items{
	margin:3px 0px 2px 2px;
	padding:2px 10px
}
.items ul{
	margin:0px;
	padding:0px
}
.items ul li{
	list-style:none;
	float:right;
	margin:0 10px 0 0;
	padding:0 10px;
	background:url('../images/Gbullet.jpg') no-repeat right 6px
}
.items a{
	color:#7e0004;
	text-decoration:none;
}
.items a:hover{
	color:#7e0004;
	text-decoration:underline;
}
.ErrorLbl
{
	color:#ff0000;
	text-align:center;
	background:#E6E8DB;
	padding:8px 0;
}

.SuccessLbl
{
	color:#25731A;
	text-align:center;
	background:#E6E8DB;
	padding:8px 0;
}
.Btn
{
	background:#7f0104 url('../images/Btn.gif') repeat-x;
	color:#fff;
	padding:2px 5px;
	border:1px #686868 solid;
	cursor:pointer
}
input[type="button"], input[type="submit"], input[type="reset"]
{
	background:#7f0104 url('../images/Btn.gif') repeat-x;
	color:#fff;
	padding:2px 5px;
	border:1px #686868 solid;
	cursor:pointer
}
.GridView{
	border:1px #d4d5d0 solid;
	margin:5px 0;
	width:100%
}
.GridView a{
	color:#454545;
	text-decoration:none;
	font-weight:bold
}
.GridView a:hover{
	color:#b90004;
	text-decoration:none;
	font-weight:bold
}
.GridView th{
	background:#989898 url('../images/gridHeadBG.gif');
	color:#fff;
	font-weight:bold;
	padding:2px 10px;
	text-align:right;
	height:25px
}
.GridView td{
	padding:2px 10px !important;
	text-align:right;
	height:25px
}
.DelBtn , #_deleteButton
{
	background:transparent url('../images/del.jpg') no-repeat center !important;
}
.EditBtn
{
	background:transparent url('../images/edit.jpg') no-repeat center !important;
}
.PagerStyle
{
	text-align:center !important
}
.topDivBorder{
	border-bottom:1px #e2e3dd solid;
	padding:5px 0;
	text-align:left
}
.container{
	direction:rtl
}
.DataTBL{
	margin:5px 0;
	width:100%;
	/*border-collapse:collapse;*/
	empty-cells:show
}
 .data2
 {
 	width:80%;
 	border-bottom:1px #e2e3dd solid;
 	padding:5px 10px;
 }
.data1
{
	width:20%;
 	border-bottom:1px #e2e3dd solid;
 	padding:5px 10px;
	direction:rtl;
	white-space:nowrap;
	font-weight:bold
}
.bottomButtons
{
	text-align:left;
	padding:2px 5px;
	
}
.titleDiv
{
	background:#d4d5d0;
	color:#444442;
	font-weight:bold;
	padding:5px 10px;
	text-align:right 
}
.NormalLink
{
	font-weight:normal !important
}

.menu{
	background-color:#454545
}
.menutd{
	padding-right:1px;
	padding-left:1px;
}
.home{
	background-color:#FFFFFF;
	padding-top:15px;
	vertical-align:top;
	padding-bottom:10px;
	height:320px;
}
.home1{
	padding:0 10px 0 28px;
	text-align:right;
	vertical-align:top;
}
.home2{
	padding-right:18px;
	padding-top:10px;
}
.wel{
	background:#fef0c1;
	padding-right:22px;
	padding-left:22px;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
}
.DropStyle
{
	width:200px;
	}
	
fieldset
{
	width:100%;
	}