﻿/* Body of page Style */
.body
{
    direction: rtl;
    text-align: center;
    font-family: Tahoma;
    font-size: 11px;
    margin:0px;
    background-color: #FFFFFF;
}
.body a:link
{
    color: #0066FF;
    text-decoration: underline;
}
.body a:active
{
    color: #0066FF;
    text-decoration: underline;
}
.body a:visited
{
    color: #0066FF;
    text-decoration: underline;
}
.body a:hover
{
    color: #66FF66;
    text-decoration: none;
}
/* Global Order   */
.TextAlign
{
    text-align:right;
}
.ImageAl
{
    float: left;
}

.H1
{
    color: #e26ca7;
    font-size: 14PX;
}
.H2 /*Header 2*/
{
    color: #e26ca7;
    font-size: 12px;
}
.L1 /*Label 1*/
{
    color: #666666;
    font-size: 12px;
}
.L2
{
    color: #666666;
    font-size: 10px;
}
/* Form Style ---------------*/
.FH1
{
    color: #e26ca7;
    font-size: 24PX;
    text-align: left;
}
.FH2 /*Header 2*/
{
    color: #e26ca7;
    font-size: 18px;
    text-align: left;
}
.FL1
{
    color: #666666;
    font-size: 12px;
    text-align: left;
}
.FL2 /*Label 2*/
{
    color: #666666;
    font-size: 10px;
    text-align: left;
}

/* Row 1 of  Head of page Style */
.HeadT
{    width: 100%;
    }

.HeadR1
{
    background-image: url(Images/MasterMenu.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 83px;
    font-family: Tahoma;
    font-size: 14px;
    color: #000000;
}
.HeadR1Logo
{
    text-align:right;
    width:200px;
    }
.HeadR1Menu
{
    text-align:right;
    width:646px;
    }
.HeadR1Lang
{
    text-align:center;
    width:114px;
    }

.HeadR1 a:link
{
    color: #000000;
    text-decoration: underline;
}
.HeadR1 a:active
{
    color: #000000;
    text-decoration: underline;
}
.HeadR1 a:visited
{
    color: #000000;
    text-decoration: underline;
}
.HeadR1 a:hover
{
    color: #009933;
    text-decoration: none;
}

/* Down of Page Style */
.DownAll
{
    text-align: Center;
    width: 100%;
    height: 40px;
    font-family: Tahoma;
    font-size: 10px;
    color: #808080;
    margin: 0px;
}
.DownShadow
{
    height:10px;
    background-Image:url(Images/DownShadow.gif);
    background-repeat:repeat-x;
}
.DownCenter
{
}
/* Index - News */
.IGroup
{
}
.ITitle
{
    font-size: 12px;
    text-align: justify;
}
.IDescription
{
}
.IDateTime
{
}


/* Tables Border */
.T-L-U
{
    background-image: url('Images/Table-Border/T-R-U.gif');
    height:5px;
    width:5px;
    background-repeat:no-repeat;
}
.T-L-D
{
    background-image: url('Images/Table-Border/T-R-D.gif');
    height:5px;
    width:5px;
    background-repeat:no-repeat;
}
.T-R-U
{
    background-image: url('Images/Table-Border/T-L-U.gif');
    height:5px;
    width:5px;
    background-repeat:no-repeat;
}
.T-R-D
{
    background-image: url('Images/Table-Border/T-L-D.gif');
    height:5px;
    width:5px;
    background-repeat:no-repeat;
}
.T-H-U
{
    background-image: url('Images/Table-Border/T-H-U.gif');
    background-repeat:repeat-x;
}
.T-H-D
{
    background-image: url('Images/Table-Border/T-H-D.gif');
    background-repeat:repeat-x;
}
.T-V-R
{
    background-image: url('Images/Table-Border/T-V-L.gif');
    background-repeat:repeat-y;
}
.T-V-L
{
    background-image: url('Images/Table-Border/T-V-R.gif');
    background-repeat:repeat-y;
}
/* TextStrength fr PasswordStrength check */
.TxtStrength1
{
    padding: 2px;
    background-color: #000000;
    color: #FF0000;
}
.TxtStrength2
{
    padding: 2px;
    background-color: #333333;
    color: #FF9933;
}
.TxtStrength3
{
    padding: 2px;
    background-color: #000000;
    color: #FFFF99;
}
.TxtStrength4
{
    padding: 2px;
    background-color: #000000;
    color: #00CC00;
}
/*  Login Page  */
.InputBack
{
    padding: 20px;
    background-color: #ECF5FF;
}
.InfoBack
{
    background-color: #FFECFB;
}
.TitleLogo
{
    color: #E26CA7;
    font-size: 24px;
}
.TitleLogo a:link
{
    color: #FFFFFF;
    text-decoration: underline;
}
.TitleLogo a:active
{
    color: #FFFFFF;
    text-decoration: underline;
}
.TitleLogo a:visited
{
    color: #FFFFFF;
    text-decoration: underline;
}
.TitleLogo a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
/* TextBox WatermarkCssClass */
.TxtWM
{
    color: #C0C0C0;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.mousehover tr:hover td
{
    background-color: #FFF2FF;
    font-size: 12px;
    color: #000000;
    }

