﻿html
{
    text-align: center; 
    direction: rtl;
    height: 100%;
    font-family: Tahoma;
    font-size: 8pt;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.UIBody
{
    color: #000000;
    /*height: 980px;*/
    height: 100%;
    text-align: center;
    font-family: Tahoma;
    font-size: 8pt;
    border: solid 0px red;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff; 
    /*background-color: #e0b48a;*/ 
    /*background-color: #f5deb3;*/ 
    /*background-color: #28333b;*/
    background-color: #efefef;
    background-image: url('/./images/main-bgpng');
    background-position: center top;
    background-repeat: repeat;
}

.UIForceCenterRightShadow {width: 25%;}
.UIForceCenterLeftShadow {width: 25%;}
.UIForceCenterBottomShadowRight {width: 25%;}
.UIForceCenterBottomShadowLeft {width: 25%;}

.UITableGen
{
    WIDTH: 980px; 
    HEIGHT: 100%; 
    TEXT-ALIGN: center;
    padding: 0px;
    margin: 0px;
}
.UIinputFieldTitle
{
    font-size: 8pt;
    text-align: left;
    padding-left: 5px;
}
.UIinputFieldComment
{
    padding: 5px; 
    padding-right: 110px; 
    color: #666666; 
    font-size: 8pt;
    padding-left: 60px;
}
.UIinputFieldComment .impL1
{
    color: #cc0000;
}
.UIinputFieldReq
{
    color: #cc0000; 
    font-size: 12pt; 
    margin-top: 5px;
}
.UIinputFieldReqERRS
{
    padding-right: 110px;
    color: maroon; 
    font-size: 9pt; 
    margin-top: 5px;
}
.UIPushButton 
{
    background-color: #0038c4;
    border: 3px double #eeeeee;
    font-family: Tahoma;
    font-size: 8pt;
    text-align: center;
    color: #dddddd;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 5px;
    cursor: pointer;
    font-weight: normal;
}
.UIPushButton:link { color: #000000; background-color: #6891E6; border: 3px double #ffffff; }
.UIPushButton:visited { color: #000000; background-color: #6891E6; border: 3px double #ffffff; }
.UIPushButton:active { color: #000000; background-color: #6891E6; border: 3px double #ffffff; }
.UIPushButton:hover { color: #000000; background-color: #6891E6; border: 3px double #ffffff; }

.AlertOrange
{
	color: #CC6600;
}
.AlertRed
{
	COLOR: maroon;
}
.AlertBlue
{
	COLOR: navy;
}
.AlertGreen
{
	color: #003300;
}
.AlertOrange2
{
	color: #CC6600;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 1px dotted;
}
.AlertRed2
{
	COLOR: maroon;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 1px dotted;
}
.AlertBlue2
{
	COLOR: navy;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 1px dotted;
}
.AlertGreen2
{
	color: #003300;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 1px dotted;
}
.AlertRed3
{
	COLOR: maroon;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px dotted;
	margin-top: 3px;
	margin-bottom: 3px;
}
.AlertBlue3
{
	COLOR: navy;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px dotted;
	margin-top: 3px;
	margin-bottom: 3px;
}
.AlertGreen3
{
	color: #003300;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px dotted;
	margin-top: 3px;
	margin-bottom: 3px;
}
.AlertOrange3
{
	COLOR: #CC6600;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px dotted;
	margin-top: 3px;
	margin-bottom: 3px;
}
/*=========================*/
INPUT { font-family: Tahoma; font-size: 9pt;}
SELECT { font-family: Tahoma; font-size: 9pt; }
OPTION { font-family: Tahoma; font-size: 9pt; }
P { text-indent: 15px; text-align: justify; }
LI { padding-left: 35px; padding-right: 35px; }
A {	font-family: Tahoma; color: #45609a; text-decoration: none;	border-bottom: 1px dotted; padding-bottom: 2px; cursor: pointer; }
A IMAGE { border: 0px solid silver; }
A:link { font-family: Tahoma; color: #45609a; text-decoration: none; border-bottom: 1px dotted; padding-bottom: 2px; cursor: pointer; }
A:visited { font-family: Tahoma; color: #45609a; text-decoration: none;	border-bottom: 1px dotted; padding-bottom: 2px; cursor: pointer; }
A:active { font-family: Tahoma; color: #45609a; text-decoration: none;	border-bottom: 1px dotted; padding-bottom: 2px; cursor: pointer; }
A:hover { font-family: Tahoma; text-decoration: none; color: red; border-bottom: 1px solid; padding-bottom: 2px; cursor: pointer; }
A,A:link,A:visited,A:active,A:hover IMAGE { border-bottom: 0px solid; }
h1 { font-family: Courier New, Tahoma; line-height: 24pt; }
h2 { font-family: Courier New, Tahoma; line-height: 18pt; }
h3 { font-family: Tahoma; line-height: 13pt; font-size: 13pt; }
h4 { font-family: Tahoma; line-height: 11.5pt; font-size: 11.5pt; }
h5 { font-family: Tahoma; line-height: 9.5pt; font-size: 9.5pt; }
h6 { font-family: Tahoma; line-height: 7.5pt; }
