﻿body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	max-height: 100%;
	font-family: tahoma;
	font-size: 0.8em;
	/*
	background-image: linear-gradient(bottom, rgb(183,214,235) 0%, rgb(240,248,255) 72%);
	background-image: -o-linear-gradient(bottom, rgb(183,214,235) 0%, rgb(240,248,255) 72%);
	background-image: -moz-linear-gradient(bottom, rgb(183,214,235) 0%, rgb(240,248,255) 72%);
	background-image: -webkit-linear-gradient(bottom, rgb(183,214,235) 0%, rgb(240,248,255) 72%);
	background-image: -ms-linear-gradient(bottom, rgb(183,214,235) 0%, rgb(240,248,255) 72%);
	background-attachment: fixed;
*/
}
.header
{
	text-align: center;
	width: 100%;
	height: 100px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000080;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "simplified Arabic";
}
.Content
{
	margin-top: 0px;
	padding: 0px;
	
	position: fixed; 
	top: 152px; /*Set top value to HeightOfFrameDiv*/
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto; 

	border: solid 0px black;
}

.inFrame2
{
position: fixed; 
top: 130px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto; 
background: #352643;
border: solid 1px black;
}
.inFrame
{
	width: 100%;
	height: 210px;
	max-height: 100%; 
	
	margin-top: 0px;
	padding: 0px;

	border: solid 1px black;
}

.insideTab
{
	direction: rtl;
	text-align: center;
	padding: 5px;
}

.InsideHeader
{
	font-family: Simplified Arabic;
	font-weight: bold;
    font-size: x-large;
    margin-bottom: 5px;
}
.loading
{
	position: fixed; 
	background: white;
	background: rgba(255, 255, 255, 0.85);
	text-align:center;
	width: 16%;
	top: 50%;
	right: 42%;
	border: solid 1px #999999;
	-webkit-box-shadow: 0px 5px 150px white;
}
.dimBack
{
	 background: rgba(250,250,250,0.6);
/*	 background: white;	*/
	 position: fixed;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 z-index: 99;
	 background: -webkit-radial-gradient(rgba(127, 127, 127, 0.2), rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.8));
}
.SubTitle
{
	font-size: large;
	font-weight: normal;
}
.displayField
{
	padding: 3px 4px 3px 5px;
	margin: 2px;
	border: 1px solid #666699;
	background-color: #FDFEFF;
}
.emptyField
{ 
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 2px;
	border: 1px solid #666699;
	background-color: #FDFEFF;
	color: Gray;
	font-style: italic;	
}
.datalist1
{
	position: relative;
	top: -220px;
	margin-bottom: -220px;
	z-index: 0;
}

.okMsg
{
	border-style: solid;
	border-width: 2px;
	background-color: #EAF9E3;
	font-size: larger;
	padding: 4px;
	color: #006600;
	font-weight: bold;
}
.errMsg
{
	border-style: solid;
	border-width: 2px;
	background-color: #FFCCCC;
	font-size: larger;
	padding: 1px;
	color: #990000;
	font-weight: bold;
}
.noMsg
{
	border-style: solid;
	border-width: 2px;
	background-color: #E0EFFC;
	font-size: larger;
	padding: 4px;
	color: #000066;
	font-weight: bold;
}
.newPopupForm
{
	background: #FFFCEC;
	border: 1px solid #630;
	padding: 10px;
}

.collapsePanel
{
	margin: 2px;
	width: 99%;
}

.lnkButton
{
	margin: 14px 0px 0px 0px;
	border-style: solid;
	border-width: 2px;
	background-color: #FFFDBB;
	font-size: larger;
	padding: 3px;
	color: #996633;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 75px;
	text-align: center;
}
/*** BEGIN Autocomplete styles -------------------------*/
.selectedElement
{
	border: 0px solid #333399;
	background-color: #C4E1FF;
	padding: 3px;
}
.listElement
{
	padding:3px;
}
.list
{
	border:solid 1px #444444;
	margin:0px;
	padding:0px;
	font-size: medium;
	font-family: 'Arial';
	text-align: right;
	border: 1px solid black;
	background-color: white;
	list-style: none;
}
/*** END Autocomplete styles ----------------------------*/
.attention
{
	background-color: #99CCFF;
	color: #000066;
}
/*---------------------------*/
.awesome, .awesome:visited, .warning {
	background: #222 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 0;
}
 
.awesome:hover								{ background-color: #111; color: #fff; }
.awesome:active								{ top: 1px; }

.small.awesome, .small.awesome:visited 		{ font-size: 11px; }

.awesome, .awesome:visited,.warning,
.medium.awesome, .medium.awesome:visited 	{ font-size: 1.2em; line-height: 1; }

.large.awesome, .large.awesome:visited 		{ font-size: 1.3em; padding: 8px 14px 9px; }

.green.awesome, .green.awesome:visited		{ background-color: #91bd09; color: #003300; }
.green.awesome:hover						{ background-color: #749a02; }

.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; color: #CCFFFF; }
.blue.awesome:hover							{ background-color: #007d9a; }

.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
.red.awesome:hover							{ background-color: #872300; }

.magenta.awesome, .magenta.awesome:visited	{ background-color: #a9014b; }
.magenta.awesome:hover						{ background-color: #630030; }

.orange.awesome, .orange.awesome:visited	{ background-color: #ff5c00; color: #FFCC66; }
.orange.awesome:hover						{ background-color: #d45500; }

.yellow.awesome, .yellow.awesome:visited	{ background-color: #ffb515; color: #9B3C02; text-shadow: 0px 1px rgba(255,255,255,0.75); }
.yellow.awesome:hover						{ background-color: #fc9200; color: #FFFFFF; text-shadow: 0px 1px rgba(0,0,0,0.25); }

.warning
{
	display: block;
	cursor: default;
	padding-top: 5px;
}
.warning > img
{
	float: right;
	margin-right: 0;
}

.validation
{
	display: inline;
	color: White;
}

#paper
{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#E1E5EB));
	border: solid 1px #AAA;
	box-shadow: 2px 2px 14px rgba(127, 127, 127, .5), inset 3px 3px 5px #DFDFDF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 20px;
}

.NotifyPanel
{
	width: 577px;
	position: absolute;
	top: 50%;
	padding: 9px;
	font-size: 2.2em;
}

.NotifyPanel img
{
	margin-left: 20px;
}

.closeNotifcation
{
	font-size: large;
	color:White;
	position: relative; 
	top: -4px;
	right:40%; 
	width: 0px;  
	padding-right: 8px; 
	padding-top: 0px; 
	height: 15px;
}

.gridLayout
{
	float: right;
	margin: 3px;
	width: 200px;
	height: 32px;
	padding-top: 15px;
	font: bold 1.25em Arial;
	text-align: center;
	text-decoration: none;
	
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
	margin-top: 10px;
}

.rptCategory
{	
    float: right;
    clear: right;
    width: 160px;
    padding: 1% 0%;
    text-align: center;
    font-size: 2.2em;
    margin: 2px 0px 1% 4px;
}

.finStatus 
{
	color:#fff;
	display: block;
	width: 40%;
	float: right;
	line-height: 20pt;
	height: 20pt;
	margin-left: 20px;
}
	.finStatus > img 
	{
		width: 24px;
		margin: 2px 0 0 8px;
	}
	
.form-horizontal 
{
	border: 1px solid lightblue;
	padding: 5px;
}
    
#previewArea 
{
	width: 400px;
	padding: 5px;
	display: inline-block;
	border: 1px solid lightblue;
}
	#recieptPage 
	{
		border: solid 1px gray;
		background: white;
		min-height: 7%;
		padding: 10px;
}

.reg-closed-message
{
    padding-top: 5%;
    padding-right: 43%;
}