﻿* {
margin: 0px;
padding: 0px;
border: 0px;
}

html
{
    direction:ltr;
    padding:0;
    margin:0;
    height:100%;
    font-family:Tahoma;
    font-size:8pt;
}
body
{
    padding:0;
    margin:0;
    font-family:Tahoma;
    font-size:8pt;
    height:100%;
    direction:ltr;
}
form
{
    padding:0;
    margin:0;
    direction:rtl;
    height:auto;
}

a
{
    font-weight:500;
    color:#878889;
    text-decoration:none;
}
a:hover
{
    color:#646566;
}
a:active
{
    color:#cccccc;
}
a:visited
{
    color:#a9a9ab;
}
select
{
    font-family:Tahoma;
    font-size:9pt;
}
.FaMemo
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 8pt;
	background-image: url(../images/MemoInput.gif);
	vertical-align: baseline;
	border-left: darkgray 1px solid;
	color: #000033;
	direction: rtl;
	border-bottom: darkgray 1px solid;
	background-repeat: repeat-x;
	background-color:#ffffff;
	font-family: tahoma;
	text-align: right;
}

input
{
	font-size: 8pt;
	border-color:Gray;
	border :solid 1px darkgray;
	/*background-image: url(../images/input.gif);*/
	vertical-align: baseline;
	color: #000033;
	direction: rtl;
	font-family: tahoma;
	height: 21px;
	text-align: right;
}
.EnInput
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 8pt;
	background-image: url(../images/input.gif);
	vertical-align: baseline;
	border-left: darkgray 1px solid;
	color: #000033;
	direction: ltr;
	border-bottom: darkgray 1px solid;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 21px;
	text-align: left;
	
}
.FaInput
{
	font-family: tahoma;
	font-size: 9pt;
	border:solid 1px darkgray 1px;
	vertical-align: middle;
	color: #000033;
	height: 18px;
	text-align: right;
	direction:rtl;
}
.EnMemo
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 8pt;
	background-image: url(../images/MemoInput.gif);
	vertical-align: baseline;
	border-left: darkgray 1px solid;
	color: #000033;
	direction: ltr;
	border-bottom: darkgray 1px solid;
	background-color:#ffffff;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 21px;
	text-align: left;
}
div
{
    font-family:Tahoma;
    font-size:9pt;
}
table
{
    font-family:Tahoma;
    font-size:9pt;
}
.MyButton
{
	COLOR: #000000; 
	FONT-FAMILY: Tahoma; 
	font-size:8pt;
	cursor:hand;
	background-image:url('../images/input.gif');
	border-right: 1px black solid; 
	border-top: 1px black solid; 
	border-left: 1px black solid ; 
	border-bottom: 1px black solid;
	border-width:1;
	text-align: center;
	height:24;
}
td
{
    font-family:Tahoma;
    font-size:9pt;
}
/*----------- combo ---------*/
div.cmf-skinned-select 
{
    background: url('../images/dropDownBG.png') top right no-repeat ;
    
    border: 0px solid #ccc;
    width:325px;
    height:28px;
}
div.cmf-skinned-text {
    padding: 3px;
}
.GridButtons
{
    width:24px;
    height:24px;
}
/*---------------*/
.GridButtons
{
    height:24px;
    width:24px;
}

