#container
{
	text-align: center;
	font-family: Tahoma;
}

a.normal
{
	color: blue;
	text-decoration: none;
}

a:hover.normal
{
	color: red;
}


a.editCell
{
	color: blue;
	text-decoration: none;
}

a:hover.editCell
{
	color: red;
	display: block;
	height: 100%;
	background-color: aliceblue;
}

table
{
	font-family: Tahoma;
	font-size: 8pt;
	border-collapse: collapse;
	border: 0;
}

tr
{
	height: 20px;
}

td.Right
{
	text-align: right;
}


td.faTitle
{
	color: white;
	background-color: midnightblue;
	direction: rtl;
}

td.faSubTitle
{
	color: white;
	background-color: slategray;
	direction: rtl;
}

input.faTextBox
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 8pt;
	border-left: 1px solid;
	direction: rtl;
	border-bottom: 1px solid;
	font-family: Tahoma;
}

input.enTextBox
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 8pt;
	border-left: 1px solid;
	direction: ltr;
	border-bottom: 1px solid;
	font-family: Tahoma;
}


input.faButton
{
	cursor: hand;
	font-family: Tahoma;
	font-size: 9pt;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	direction: rtl;
	border-bottom: 1px solid;
}

span.faLable
{
	font-family: Tahoma;
	font-size: 8pt;
}

select.faDDList
{
	font-family: Tahoma;
	font-size: 8pt;
	border-style: solid;
}

select.enDDList
{
	font-family: Tahoma;
	font-size: 8pt;
	border-style: solid;
	direction: ltr;
}


/* top Menu Section */

td.menu
{
	text-align: right;
	border-bottom: blue 1px solid;
	height: 25px;
	background-color: ghostwhite;
	font-size: 8pt;
}


td.submenu
{
	font-size: 8pt;
	border-bottom: blue 1px solid;
	height: 25px;
	background-color: lavender;
	text-align: right;
}

td.submenu a
{
	color: navy;
	text-decoration: none;
}
td.submenu a:hover
{
	color: red;
}

td.menu a
{
	color: blue;
	text-decoration: none;
}
td.menu a:hover
{
	color: red;
}
/* top Menu Section */


/* Gride Style */
table.Grid
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.celfaPaging
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	font-family: Tahoma;
	height: 21px;
	text-align: center;
	background-color: lavender;
	direction: rtl;
}

.celfaPaging A
{
	color: maroon;
	text-decoration: none;
}

.celfaPaging A:Hover
{
	color: red;
	text-decoration: none;
}
.celfaNormalItem
{
	padding-right: 5px;
	direction: rtl;
	height: 20px;
	text-align: right;
	background-color:Aqua;
}
.celfaDate
{
	direction: ltr;

}
.celenNormalItem
{
	height: 21px;
}

.celHeader
{
	font-size: 11px;
	color: black;
	direction: rtl;
	font-family: Tahoma;
	height: 21px;
	background-color: lightgrey;
	text-align: center;
}
.celHeader A
{
	display: block;
	border-bottom-color: navy;
	padding-bottom: 3px;
	color: navy;
	height: 100%;
	text-decoration: none;
	border-bottom-style: solid;
}

.celHeader A:Hover
{
	display: block;
	color: navy;
	height: 100%;
	background-color: white;
	text-decoration: none;
}

.celfaNormal
{
	font-size: 11px;
	color: black;
	font-family: Tahoma;
	height: 21px;
	direction: rtl;
}

.celfaNormal A
{
	display: block;
	color: navy;
	height: 100%;
	background-color: aliceblue;
	text-decoration: none;
}

.celfaNormal A:Hover
{
	display: block;
	color: navy;
	height: 100%;
	background-color: lightsteelblue;
	text-decoration: none;
}

.celDelete
{
	text-align: center;
}
.celDelete A
{
	display: block;
	font-size: 8pt;
	color: navy;
	font-family: Tahoma;
	height: 100%;
	text-decoration: none;
}
.celDelete A:Hover
{
	display: block;
	font-size: 8pt;
	color: red;
	font-family: Tahoma;
	height: 100%;
	background-color: yellow;
	text-decoration: none;
}

.celEdit
{
	text-align: center;
}
.celEdit A
{
	display: block;
	font-size: 8pt;
	color: navy;
	font-family: Tahoma;
	height: 100%;
	text-decoration: none;
}
.celEdit A:Hover
{
	display: block;
	font-size: 8pt;
	color: white;
	font-family: Tahoma;
	height: 100%;
	background-color: green;
	text-decoration: none;
}



/*$ Gride Style */