/* Default CSS Stylesheet for a new Web Application project */
A.t1
{
    COLOR: yellow;
    FONT-FAMILY: 'ArialArabic';
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bolder;
    TEXT-DECORATION: underline
}
A.t1:hover
{
	color: white;
	direction: ltr;
	text-decoration: none;
}
A.t2
{
	font-weight: bold;
	font-size: 10pt;
	color: #470000;
	font-family: 'Arial';
	text-decoration: none;
}
A.t2:hover
{
	color: #ffee79;
	text-decoration: underline;
}
A.GridItem1
{
    COLOR: blue;
    TEXT-DECORATION: none;
    FONT-FAMILY: 'tahoma';
    FONT-SIZE: 8.5pt;
}
A.GridItem1:hover
{
    COLOR: black;
    TEXT-DECORATION: underline
}
A.m1
{
    COLOR:White;
    TEXT-DECORATION: none
}
A.m1:hover
{
    COLOR:Yellow;
    TEXT-DECORATION: underline
}
A.m2
{
    COLOR: white;
    TEXT-DECORATION: none
}
A.m2:hover
{
    COLOR: yellow;
    TEXT-DECORATION: underline
}
A.m2:unknown
{
    COLOR: #bcca9c;
    TEXT-DECORATION: underline
}
A.m3
{
	font-weight: bolder;
	font-size: 10pt;
	color: #3399ff;
	font-family: Arial;
	text-decoration: none;
}
A.m3:hover
{
	font-size: 10pt;
	color: #000099;
	font-family: Arial;
	text-decoration: underline;
}

TR.m4
{
    COLOR: #0000ff;
    FONT-FAMILY: 'ArialArabic';
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bolder;
    TEXT-DECORATION: none
}
TR.m04
{
    COLOR: black;
    FONT-FAMILY: 'ArialArabic';
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bolder;
    TEXT-DECORATION: none
}
TD.dw
{
    COLOR: yellow;
    FONT-FAMILY: 'ArialArabic';
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bolder;
    TEXT-DECORATION: none
}

INPUT.dl
{
	direction: ltr;
}
INPUT.dr
{
	direction: rtl;
}

INPUT.dlc
{
	direction: ltr;
	text-align: center;
    FONT-FAMILY: 'ArialArabic';
    FONT-SIZE: 10pt;
    FONT-WEIGHT: lighter;
}
INPUT.drc
{
	direction: rtl;
	text-align: center;
    FONT-FAMILY: 'ArialArabic';
    FONT-SIZE: 10pt;
    FONT-WEIGHT: lighter;
}

.txt_normal
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
}
