﻿body
{
	direction: rtl;
	margin: 0;
	padding: 0;
}

#Pageheader .area
{
}
#main .area
{
	padding-top:1px;
}
#sidebar1, #sidebar2
{
	padding-top: 0px;
	background-color: #FFFFFF;
	width: 199px;
	z-index: 2;
	margin-right: 5px;
}
#content
{
	margin-right: 207px;
	z-index: 1;
}
.guard
{
	clear: both;
	height: 0;
}
#footer
{
	clear: both;
}
#main
{
	margin: 0 1px;
	background-color: #ffffff;
}
/* Make IE6 behave */
body
{
	background-color: #FFFFFF;
}
#Pageheader .scaffold
{
	margin: 2em;
	padding: 1em;
	border: 0px groove #6A98CB;
	margin-bottom: 0;
	border-bottom: none;
	background-color: #eeffee;
}
#main  
{
	margin-top: 5px;
	margin-left: 2em;
	margin-right: 2em;
	border-left: 1px SOLID #3888AD;
	border-right: 1px SOLID #3888AD;
}
#main .scaffold
{
	padding: 1em;
}
h2
{
	padding-left: 0.5em;
}
#content
{
	background-color: #ffffFF;
}
#footer .scaffold
{
	margin: 2em;
	padding: 1em;
	border: 1px groove #6A98CB;
	margin-top: 0;
	border-top: none;
	background-color: #222222;
	color: #ffffff;
	text-align: center;
}
#footer .scaffold a
{
	color: #FFAA00;
	text-decoration: none !important;
}
#footer .scaffold a:hover
{
	color: #FFFF00;
	text-decoration: underline !important;
}


#Pageheader .scaffold, #main, #footer .scaffold
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#Pageheader .scaffold, #footer .scaffold
{
	padding-left: 0;
	padding-right: 0;
}
h1, #footer p
{
	font-family: Times New Roman (Arabic);
	padding-left: 1em;
	padding-right: 1em;
	margin: 3px;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-radius: 3px;
	border-color: #3888ad;
	box-shadow: 0px 0px 5px 0px rgba(42,42,42,.0);
}

.myButton
{
	padding: 3px 8px;
	font: bold 1em Tahoma;
	color: #ffffff;
	text-shadow: 0px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
	background: #66a1c1; /* Old browsers */
	background: -moz-linear-gradient(top, #66a1c1 1%, #3884aa 49%, #2d80ad 50%, #217fba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#66a1c1), color-stop(49%,#3884aa), color-stop(50%,#2d80ad), color-stop(100%,#217fba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #66a1c1 1%,#3884aa 49%,#2d80ad 50%,#217fba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #66a1c1 1%,#3884aa 49%,#2d80ad 50%,#217fba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #66a1c1 1%,#3884aa 49%,#2d80ad 50%,#217fba 100%); /* IE10+ */
	background: linear-gradient(to bottom, #66a1c1 1%,#3884aa 49%,#2d80ad 50%,#217fba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66a1c1', endColorstr='#217fba',GradientType=0 ); /* IE6-9 */
	border: 2px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.myButton:hover
{
	padding: 3px 8px;
	font: bold 1em Tahoma;
	color: #ffff00;
	text-shadow: 0px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=0);
	background: rgb(106,155,203); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(106,155,203,1) 0%, rgba(61,125,188,1) 49%, rgba(47,115,182,1) 50%, rgba(31,105,177,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(106,155,203,1)), color-stop(49%,rgba(61,125,188,1)), color-stop(50%,rgba(47,115,182,1)), color-stop(100%,rgba(31,105,177,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(106,155,203,1) 0%,rgba(61,125,188,1) 49%,rgba(47,115,182,1) 50%,rgba(31,105,177,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(106,155,203,1) 0%,rgba(61,125,188,1) 49%,rgba(47,115,182,1) 50%,rgba(31,105,177,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(106,155,203,1) 0%,rgba(61,125,188,1) 49%,rgba(47,115,182,1) 50%,rgba(31,105,177,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a9bcb', endColorstr='#1f69b1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(106,155,203,1) 0%,rgba(61,125,188,1) 49%,rgba(47,115,182,1) 50%,rgba(31,105,177,1) 100%); /* W3C */
	border: 2px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.MyInput
{
	padding: 3px;
	font-size: small;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	border-color: #3888ad;
	box-shadow: 0px 0px 5px 0px rgba(42,42,42,.0);
}
.MyInput:focus
{
	outline: none;
}

hr
{
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(34,75,255,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(35,75,255,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.box
{
	margin: 3px;
	padding: 3px;
	font-size: smaller;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	border-color: #3888ad;
	box-shadow: 0px 0px 5px 0px rgba(42,42,42,.0);
	margin-bottom: 10px;
	font-family: Tahoma;
}
.boxHeader
{
	background-color: #3888ad;
	margin: -3px -3px 0px -3px;
	padding: 3px;
	font-size: small;
	border-width: 0px;
	border-style: solid;
	border-radius: 0px;
	color: White;
	box-shadow: 0px 0px 5px 0px rgba(42,42,42,.0);
}
li.menuItem
{
	list-style-type: none;
	min-width: 10px;
	font-size: small;
	border-right: 1px solid #3888ad;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 1px 2px 0px 2px;
	-webkit-transition: background-color 0.5s, color 0.3s, border-right 0.3s;
	transition: background-color 0.5s, color 0.3s, border-right 0.3s;
}
li.menuItem:hover
{
	color: White;
	font-size: small;
	border-right: 7px solid #FFFFFF;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 1px 2px 0px 2px;
	background-color: #3888ad;
	-webkit-transition: background-color 0.5s, color 0.3s, border-right 0.3s;
	transition: background-color 0.5s, color 0.3s, border-right 0.3s;
}

.menuItem2
{
	overflow: hidden;
	padding-right: 35px;
	padding-top: 8px;
	background-color: #FFFFFF;
	height: 25px;
	min-width: 10px;
	font-size: small;
	border-right: 1px solid #3888ad;
	margin-bottom: 1px;
	margin-top: 1px;
	-webkit-transition: background-color 0.5s, color 0.3s, border-right 0.3s;
	transition: background-color 0.5s, color 0.3s, border-right 0.3s;
}
.menuItem2:hover
{
	color: #3888ad;
	overflow: hidden;
	padding-right: 35px;
	padding-top: 8px;
	background-color: #FFFFFF;
	height: 25px;
	min-width: 10px;
	font-size: small;
	border-right: 7px solid #3888ad;
	margin-bottom: 1px;
	margin-top: 1px;
	-webkit-transition: background-color 0.5s, color 0.3s, border-right 0.3s;
	transition: 0.3s;
}
.menuIcon
{
	margin-top: -8px;
	margin-right: -32px;
	margin-left: 2px;
	float: Right;
}
.menuItem2 img
{
	-webkit-filter: invert(100%) brightness(0.40) sepia(100%) hue-rotate(150deg) saturate(2) contrast(150%);
	filter: invert(100%) brightness(0.40) sepia(100%) hue-rotate(150deg) saturate(2) contrast(150%) brightness(0.90);
	width: 32px;
}

input[type="text"] 
{
	padding: 3px;
	font-size: small;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	border-color: #3888ad;
	box-shadow: 0px 0px 5px 0px rgba(42,42,42,.0);
}


input[type=checkbox].css-checkbox
{
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=checkbox].css-checkbox + label.css-label
{
	padding-left: 22px;
	height: 16px;
	display: inline-block;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 16px;
	vertical-align: middle;
	cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label
{
	background-position: 0 -16px;
}
input
{
	font-family: tahoma; 
}
label.css-label
{
	background-image: url("http://csscheckbox.com/checkboxes/u/csscheckbox_88e86623a4a5e7c4e4901631c0711447.png");
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type="button"]
{
	padding: 3px 8px;
	font: bold 1em Tahoma;
	color: #ffffff;
	text-shadow: 0px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
	background: #66a1c1; /* Old browsers */
	background: -moz-linear-gradient(top, #66a1c1 1%, #3884aa 49%, #2d80ad 50%, #217fba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#66a1c1), color-stop(49%,#3884aa), color-stop(50%,#2d80ad), color-stop(100%,#217fba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #66a1c1 1%,#3884aa 49%,#2d80ad 50%,#217fba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #66a1c1 1%,#3884aa 49%,#2d80ad 50%,#217fba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #66a1c1 1%,#3884aa 49%,#2d80ad 50%,#217fba 100%); /* IE10+ */
	background: linear-gradient(to bottom, #66a1c1 1%,#3884aa 49%,#2d80ad 50%,#217fba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66a1c1', endColorstr='#217fba',GradientType=0 ); /* IE6-9 */
	border: 2px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input[type="button"]:hover
{
	padding: 3px 8px;
	font: bold 1em Tahoma;
	color: #ffff00;
	text-shadow: 0px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=0);
	background: rgb(106,155,203); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(106,155,203,1) 0%, rgba(61,125,188,1) 49%, rgba(47,115,182,1) 50%, rgba(31,105,177,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(106,155,203,1)), color-stop(49%,rgba(61,125,188,1)), color-stop(50%,rgba(47,115,182,1)), color-stop(100%,rgba(31,105,177,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(106,155,203,1) 0%,rgba(61,125,188,1) 49%,rgba(47,115,182,1) 50%,rgba(31,105,177,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(106,155,203,1) 0%,rgba(61,125,188,1) 49%,rgba(47,115,182,1) 50%,rgba(31,105,177,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(106,155,203,1) 0%,rgba(61,125,188,1) 49%,rgba(47,115,182,1) 50%,rgba(31,105,177,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a9bcb', endColorstr='#1f69b1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(106,155,203,1) 0%,rgba(61,125,188,1) 49%,rgba(47,115,182,1) 50%,rgba(31,105,177,1) 100%); /* W3C */
	border: 2px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


input[type="submit"]
{
	padding: 3px 8px;
	font: bold 1em Tahoma;
	color: #ffffff;
	text-shadow: 0px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=1);
	background: #66a1c1; /* Old browsers */
	background: -moz-linear-gradient(top, #66a1c1 1%, #3884aa 49%, #2d80ad 50%, #217fba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#66a1c1), color-stop(49%,#3884aa), color-stop(50%,#2d80ad), color-stop(100%,#217fba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #66a1c1 1%,#3884aa 49%,#2d80ad 50%,#217fba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #66a1c1 1%,#3884aa 49%,#2d80ad 50%,#217fba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #66a1c1 1%,#3884aa 49%,#2d80ad 50%,#217fba 100%); /* IE10+ */
	background: linear-gradient(to bottom, #66a1c1 1%,#3884aa 49%,#2d80ad 50%,#217fba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66a1c1', endColorstr='#217fba',GradientType=0 ); /* IE6-9 */
	border: 2px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input[type="submit"]:hover
{
	padding: 3px 8px;
	font: bold 1em Tahoma;
	color: #ffff00;
	text-shadow: 0px 1px 1px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=0);
	background: rgb(106,155,203); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(106,155,203,1) 0%, rgba(61,125,188,1) 49%, rgba(47,115,182,1) 50%, rgba(31,105,177,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(106,155,203,1)), color-stop(49%,rgba(61,125,188,1)), color-stop(50%,rgba(47,115,182,1)), color-stop(100%,rgba(31,105,177,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(106,155,203,1) 0%,rgba(61,125,188,1) 49%,rgba(47,115,182,1) 50%,rgba(31,105,177,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(106,155,203,1) 0%,rgba(61,125,188,1) 49%,rgba(47,115,182,1) 50%,rgba(31,105,177,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(106,155,203,1) 0%,rgba(61,125,188,1) 49%,rgba(47,115,182,1) 50%,rgba(31,105,177,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a9bcb', endColorstr='#1f69b1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(106,155,203,1) 0%,rgba(61,125,188,1) 49%,rgba(47,115,182,1) 50%,rgba(31,105,177,1) 100%); /* W3C */
	border: 2px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type="password"] 
{
	padding: 3px;
	font-size: small;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	border-color: #3888ad;
	box-shadow: 0px 0px 5px 0px rgba(42,42,42,.0);
}




.ui-jqgrid-titlebar ui-widget-header ui-corner-top ui-helper-clearfix
{
	height: 123px;
	color:Red;
}
.menuItem2 a
{
	text-decoration: none; color:Black;
}
.menuItem2 a:hover
{
	text-decoration: none; color:#6A98CB;
}

select
{
	padding: 3px;
	font-size: small;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	border-color: #3888ad;
	box-shadow: 0px 0px 5px 0px rgba(42,42,42,.0);
}

.gridEditPanel
{
	padding: 5px;
	    background-color: rgba(0, 50, 100, 1);
	    color:White;
	-webkit-box-shadow: 0px 0px 26px 8px rgba(97,97,97,0.57);
-moz-box-shadow: 0px 0px 26px 8px rgba(97,97,97,0.57);
box-shadow: 0px 0px 26px 8px rgba(97,97,97,0.57);
	position: absolute; 
	z-index: +10; 
	opacity: 0.95;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	

}