body {
	font-family: Arial,  "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;margin:0px;
	background-color: #999999;
}
a {
	text-decoration: none;	
	cursor:pointer;
	/*font: bold 11pt Arial, Helvetica, sans-serif;   template*/
}
em{
	color: red;
}
table {/* hadeel added line */
	width: 100%;
	border-collapse: collapse;
}

button,select {
	cursor: pointer;
}
select{
	width:150px;
}
span{/*hadeel*/ /*Aml*/
	display:inline-block;
	white-space:nowrap;
	font-size: 10pt;
}
/*hadeel*/
td{
	white-space:nowrap;
}

/*Footer Styles:*/
#footer {
	font-family: arabic-transparent;
	font-size: 8pt;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
	font-size: 8pt;
	font-family: arabic-transparent;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: yellow;
	text-decoration: underline;
	background: 0 5pt no-repeat;
}
/*Styles of jquery Validations :*/
label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}
/*For Menu Navigation */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 1px;
}
.nav ul {
	background: #2E84CA;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100pt;
	position: absolute;
	top: -999em;
	left: -10pt;
}
.nav li {
	border-right: 1px solid white;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;

	height:25;
	
}
.nav li:hover ul, .nav li.sfHover ul {
	top: 11pt;
}
.nav li a {
	padding-right: 20pt;
	white-space: nowrap;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	font: bold 11pt Arial, Helvetica, sans-serif;
	
	/*color: white;*/
	display: block;
	padding: 0 9pt;
	text-transform: lowercase;
	text-decoration: none;
	
}
.nav li a span:hover {
	color: #ffff22;
	text-decoration:underline;
}
/* SideMenu */
#SideMenu input[type=text]{
width: 100%;/* 135px; abdullah */
}


/*Custom Classes:*/
.SideMenuHeader {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12pt;/*hadeel*/
	white-space:normal;/*hadeel*/
	
}
.HeaderLabel {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11pt;
}
Label { /*Aml*/
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}
.TdLabel{
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color:#55585D;
}
.NewLabel{
	font-family: Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size: 12pt;
}
.Input{
	border-color:#5C99DC;
	border-width:1px;
	border-style: solid;
	font-weight:normal;
	display:none;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;

}
thead{/*Aml*/
	background-color: #dcedf5;;
	/*color: #3A87AD;*/
	font-size: 10pt;
}


/*
Buttonz {
	display: inline;
	margin:0 7px 0 0;
	background-color: #eeeeee;
	border: 1px solid #c34b3a;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	line-height: 100%;
	padding: 5px 5px 3px 5px;
	font-size: 11pt;
	color: #c34b3a;
	border-radius: 5px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 0 1px #dbdcde inset, /* Outer bevel */
	/*0 0 0 1px  #c34b3a inset, /* Inner bevel */
	/*0 0 0 2px #c13826 inset,  Inner bevel  gives more highlight*/
	/*0 30px 20px -18px rgba(255,255,255,0.65) inset, /* Inner gradient */
	/*1px 1px 1px rgba(0,0,0,0.2) /* Drop shadow */
	
	/*-webkit-border-radius: 5px;
	/*-webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
	/*-webkit-box-shadow: 0 0 0 1px #dbdcde inset, /* Outer bevel */
	/*0 0 0 1px  #c34b3a inset, /* Inner bevel */
	/*0 0 0 2px #c13826 inset,  Inner bevel  gives more highlight*/
	/*0 30px 20px -18px rgba(255,255,255,0.65) inset, /* Inner gradient */
	/*1px 1px 1px rgba(0,0,0,0.2) /* Drop shadow */
	/*
}
Buttonz:hover {
	background-color: #edb6af;
	color: white;
}*/

Button ,input[type="button"]{
display: inline-block;
min-width: 30px;
white-space:nowrap;
height: 28px;
border: 0;
color: white;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
cursor: pointer;
font-size: 12px;
text-align: center;
font-size: 16px;
font-family: 'Cuprum', Arial, sans-serif;
}
button:hover,input[type="button"]:hover {
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	/*text-decoration: none;*/
}
button.blue,input[type="button"].blue{
	background: #80C2F4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128, 194, 244, 1)), color-stop(0%,rgba(96, 178, 241, 1)), color-stop(100%,rgba(38, 134, 210, 1)));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80c2f4', endColorstr='#2686d2',GradientType=0 );
	/*width: 100px;
	padding: 0px 0px;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
button.gray,input[type="button"].gray{
background: #F7F7F7;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#E9E9E9));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e9e9e9',GradientType=0 );
border: 1px solid #CCC;
color: #55585D;
}


/*New*/
#MainMenu {
	height: 29px;
	width: 50%;
}

 #UserName {
	width: 5%;
	color: #FFFFFF;
	font-size: 10pt;
	padding-right: 5pt;
	padding-left: 5pt;
}
#MainPrint, #MainEmail, #LogOut {
	width: 2%;
	color: #FFFFFF;
	font-size: 10pt;
	padding-right: 5pt;
	padding-left: 5pt;
	cursor: pointer;
}
/* treeview*/
#treeview, #treeview ul {
	list-style: none;
}
input.customInputFeild {
	letter-spacing: -0.02em;
	text-shadow: 0px 1px 0px #fff;
	outline: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff));
	background: -moz-linear-gradient(top,  #efefef,  #ffffff);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #717171;
	-webkit-box-shadow: 1px 1px 0px #efefef;
	-moz-box-shadow: 1px 1px 0px #efefef;
	box-shadow: 1px 1px 0px #efefef;
}
input[type=text]:focus {
	-webkit-box-shadow: 0px 0px 4px #007eff;
	-moz-box-shadow: 0px 0px 4px #007eff;
	box-shadow: inset 0px 0px 4px #007eff;
}
input[type=password]:focus {
	-webkit-box-shadow: 0px 0px 4px #007eff;
	-moz-box-shadow: 0px 0px 4px #007eff;
	box-shadow: inset 0px 0px 4px #007eff;
}
input[type=checkbox]:checked{
	-webkit-box-shadow: 0px 0px 4px #007eff;
	-moz-box-shadow: 0px 0px 4px #007eff;
	box-shadow: 0px 0px 4px #007eff;
}



/* To disable form */
.DesableForm{
	
	
}

/*---*/
.warning_box{width:540px;clear:both;background:url(images/warning.png) no-repeat left #fcfae9;
border:1px #e9e6c7 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}

.valid_box{height:540;width:540px;clear:both;background:url(images/valid.png) no-repeat left #edfce9;
border:1px #cceac4 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}

.error_box{width:540px;clear:both;background:url(images/error.png) no-repeat left #fce9e9;
border:1px #eac7c7 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}

/* hadeel edits*/
/*hadeel*/
/*hadeel*/
input.HiddenControl{
    display:none;  
}

.searchLabel
{
	font-size:12px;
	font-family:Arial, Verdana, sans-serif;
	color:#55585D;
	padding:5px;
}
/* done here*/

/*Amira*/
/*****Floating Menu*****/
/*Arabic Styling*/
.fl_menuAr{position:absolute; top:35px; left:0px; font-family:Arial, Helvetica, sans-serif; font-size:14px;height:26px;}
.tableAr{direction:ltr;}
#fl_menu .labelAr{padding:5px 10px; font-weight:bold; background:black; color:#fff;  float:left; margin:1px 1px 0px 1px;cursor:pointer;}
#fl_menu .menuAr{float:left;}
#fl_menu .menuAr .menu_itemAr{display:block; background:#789fc0;width:80px;height:26px;border-radius:3pt;padding:2px 0 0 2px;white-space:nowrap;}
#fl_menu .menuAr .img_itemAr{width:25px;height:20px;}
#fl_menu .menuAr div.menu_itemAr:hover{background:#89b7dd; color:#2E84CA;top:30px;left:1px;}
/*English styling*/
.fl_menuEn{position:absolute; top:35px; right:0px; font-family:Arial, Helvetica, sans-serif; font-size:14px;height:26px;}
.tableEn{direction:rtl;}
#fl_menu .labelEn{padding:5px 10px; font-weight:bold; background:#2E84CA; color:#fff;  float:right; margin:1px 1px 0px 1px;cursor:pointer;}
#fl_menu .menuEn{float:right;}
#fl_menu .menuEn .menu_itemEn{display:block; background:#789fc0;width:80px;height:26px;border-radius:3pt;padding:2px 0 0 2px;white-space:nowrap;}
#fl_menu .menuEn .img_itemEn{width:25px;height:20px;}
#fl_menu .menuEn div.menu_itemEn:hover{background:#89b7dd; color:#2E84CA;top:30px;right:1px;}

/*
for centering title*/
.ui-dialog-title {
  float:none !important;
  display: block;
  text-align: center;
}
.ui-dialog-buttonpane{
	float:!important;
}
/*7/4/2012*/ 
label.frmTitle{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 14pt;
	color: #5AB1CD;
}/*/22-4-2012 --- hadeel*/
.TdData{
	border:1px solid;
	
	border-color:#57aaec;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	text-indent:2px;
	min-width:4%;
	/*max-width:85%;*/
	min-height:20px;
	background-color:#fff1b9;
	white-space:nowrap;
}

.notes{
	color:#2E84CA;
	font-size:11pt;
	font-weight:bold;
	display: block;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	/*width:40%;*/
	
 }

.ColTest {
            color: #678197;
            border: 1px solid #e5eff8;
            padding: .3em 1em;
        }
.ColTestG{
            border: 1px solid #e5eff8;
	    color: #678197;
	    padding: .3em 1em;;
        }
        
.subAppSearch{
	line-height: 35px;
	height: 35px;
	background-color: #57AAEC;
background-image: -moz-linear-gradient(top, #7bbef2, #339bea);
background-image: -ms-linear-gradient(top, #7bbef2, #339bea);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7bbef2), to(#339bea));
background-image: -webkit-linear-gradient(top, #7bbef2, #339bea);
background-image: -o-linear-gradient(top, #7bbef2, #339bea);
background-image: linear-gradient(top, #7bbef2, #339bea);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bbef2', endColorstr='#339bea', GradientType=0);
border-radius: 3px;
}

.selectedTR{
	background-color: #D9EDF7;
}

.selected{
background-color:#fff1b9 !important;
}
select{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 4px;
	border: 1px solid #2694e8;
	-webkit-box-shadow: 1px 1px 0px #efefef;
	-moz-box-shadow: 1px 1px 0px #efefef;
	box-shadow: 1px 1px 0px #efefef;
	width:150px;
	padding: .25em .25em;
}
input[type="text"]{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 4px;
	border: 1px solid #2694e8;
	-webkit-box-shadow: 1px 1px 0px #efefef;
	-moz-box-shadow: 1px 1px 0px #efefef;
	box-shadow: 1px 1px 0px #efefef;
	padding: .25em .25em;
}
input[type="number"]{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 4px;
	border: 1px solid #2694e8;
	-webkit-box-shadow: 1px 1px 0px #efefef;
	-moz-box-shadow: 1px 1px 0px #efefef;
	box-shadow: 1px 1px 0px #efefef;
	padding: .25em .25em;
	width: 50px;
}
.tooltip {
    position: relative;
    display: inline-block;
    color:red;
}

.tooltiptext {
    visibility: hidden;
    background-color: #f1fbe5;
    color: #5d8828;
    text-align: center;
    border-radius: 6px;
    padding: 10px 5px;
    font-weight: bold;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    border : #8cce3b 1px solid;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%; /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}