.justifiedText
{
    TEXT-JUSTIFY: kashida;
    margin: 0in 0in 0pt;
    text-align: justify;
    TEXT-KASHIDA: 0%;
    direction: rtl;
}
.justifiedHand
{
    direction: rtl;
    TEXT-JUSTIFY: kashida;
    margin: 0in 0in 0pt;
    text-align: justify;
    TEXT-KASHIDA: 0%;
    cursor: hand;
}
.justifiedHandLink
{
    direction: rtl;
    TEXT-JUSTIFY: kashida;
    margin: 0in 0in 0pt;
    text-align: justify;
    TEXT-KASHIDA: 0%;
    cursor: hand;
    text-decoration: none;
}
.justifiedHandLink:Hover
{
    direction: rtl;
    TEXT-JUSTIFY: kashida;
    margin: 0in 0in 0pt;
    text-align: justify;
    TEXT-KASHIDA: 0%;
    cursor: hand;
    text-decoration: underline;
}
.highlight_word
{
    background-color: yellow;
}
.FloatingImageR
{
    clear: right;
    float: right;
    margin-right: -4px;
    margin-left: 8px;
    padding-top: 4px;
}
.FloatingImageL
{
    clear: left;
    float: left;
    margin-left: -4px;
    margin-right: 8px;
    padding-top: 4px;
}
.FloatingImageHR
{
    clear: right;
    float: right;
    margin-right: -4px;
    margin-left: 8px;
    padding-top: 4px;
    cursor: pointer;
}
.FloatingImageHL
{
    clear: left;
    float: left;
    margin-left: -4px;
    margin-right: 8px;
    padding-top: 4px;
    cursor: pointer;
}
.arTB
{
    text-align: right;
    direction: rtl;
}
.hand
{
    cursor: pointer;
}
.headerBar
{
    padding-right: 12px;
    padding-left: 12px;
    font-weight: bold;
    font-size: 11pt;
    padding-bottom: 4px;
    vertical-align: middle;
    color: white;
    padding-top: 4px;
    font-family: 'Simplified Arabic';
    background-color: #28668b;
    text-align: right;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:450px;
}
.popupHeader
{
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 3px;
}
.borderedGrayCell
{
    border-right: #c0c0c0 1px solid;
    font-weight: bold;
    font-size: 13pt;
    border-left: #c0c0c0 1px solid;
    color: #31759d;
    border-bottom: #c0c0c0 1px solid;
    font-family: 'Simplified Arabic';
    background-color: #f5f5f5;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 6px;
    vertical-align: middle;
    padding-top: 6px;
    text-align: right;
}
.URLcELL
{
    border-right: black 1px solid;
    padding-right: 8px;
    border-top: black 1px solid;
    padding-left: 8px;
    padding-bottom: 3px;
    border-left: black 1px solid;
    padding-top: 3px;
    border-bottom: black 1px solid;
}
.closeLink A
{
    text-decoration: none;
    color: #dee7f7;
    font-weight: bold;
}
.closeLink A:Hover
{
    color: white;
    text-decoration: underline;
}
.detailsLink
{
    text-decoration:none;
}
.detailsLink:Hover
{
    text-decoration: underline;
}

.uderlineLink
{
    text-decoration:none;
}
.uderlineLink:Hover
{
    text-decoration: underline;
}