﻿html
{
	OVERFLOW: auto;
	height: 100%;
}
.body
{
	font-family: Tahoma, Nesf;
	color:Navy;
}
	
.DirRTL
{
    text-align:right;
    direction:rtl;
	font-family: Tahoma, Nesf;
}
.DirLTR
{
    text-align:left;
    direction:ltr;
	font-family: Tahoma, Nesf;
}
.OpacityHighLight
{
    behavior: url(/./Include/HTCs/OpacityHighLight.htc);
    background-color: Gray;
    border: 1px solid gray;
    font-family: Tahoma, Nesf;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.DelButton
{
    border-style: outset;
    border-color: #C0C0C0;
    height: 25px;
    cursor: hand;
    background-color: #99CCFF;
    color: black;
    font-family: Tahoma, Nesf;
    width: 70px;
    filter:alpha(opacity=70);
}
.PopupModalBackground
{
    background-color: silver;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.PopupModal
{
    border: 1px solid gray;
}
.button
{
	 background-color:White;
	 font-weight: bold;
	 color:Navy; 
	 font-family: Tahoma, Nesf;
}

