﻿/* Global Styles */
.body 
{
    direction:rtl;
    margin:0px;
    font-family:Tahoma;
}
.body a:link
{
    color: #0066CC;
    text-decoration: underline;
}
.body a:active
{
    color: #0066CC;
    text-decoration: underline;
}
.body a:visited
{
    color: #0066CC;
    text-decoration: underline;
}
.body a:hover
{
    color: #33CC33;
    text-decoration: none;
}
.H1
{
    font-family: tahoma;
    font-size: 20px;
    color: #000000;
    
}
.H2
{   
    font-family: tahoma;
    font-size: 14px;
    color: #000000;
    
}
.H3
{
    font-family: tahoma;
    font-size: 11px;
    color: #000000;
    text-align: right;
}
.L1
{
    font-family: tahoma;
    font-size: 20px;
    color: #666666;
}
.L2
{   
    font-family: tahoma;
    font-size: 14px;
    color: #666666;
}
.L3
{   
    font-family: tahoma;
    font-size: 11px;
    color: #666666;
}

.LForm
{   
    font-family: tahoma;
    font-size: 11px;
    color: #666666;
    text-align: left;
}
/* Tabels Style */
.Table
{
    border: 1px dotted #000000;
    font-family: tahoma;
    line-height: 25px;
    text-align: right;
}
.T_Header
{
    background-color: #EEEEEE;
    font-size: 14px;
    color: #666666;
}
.TLeftS
{
    background-color: #CCCCCC;
}
/* Tabels Style - Error */
.TErr
{
    border: 1px dotted #FF0000;
    font-family: tahoma;
    line-height: 25px;
    text-align: right;
    color: #FF0000;
    background-color: #FFE1E1;
}
.TErr_Head
{
    background-color: #FFCCCC;
    font-size: 14px;
    color: #800000;
}

/* Tabels Style - Attention */
.TAtt
{
    border: 1px dotted #FF5F11;
    font-family: tahoma;
    line-height: 25px;
    text-align: right;
    color: #FF5F11;
    background-color: #FEDDC7;
}
.TAtt_Head
{
    background-color: #FFBD9D;
    font-size: 14px;
    color: #EC5F00;
}
/* Tabels Style - Success */
.TSucc
{
    border: 1px dotted #009933;
    font-family: tahoma;
    line-height: 25px;
    text-align: right;
    color: #009933;
    background-color: #CCFFCC;
}
.TSucc_Head
{
    background-color: #99FFCC;
    font-size: 14px;
    color: #006600;
}


/* Style for Master Page */
.TMenu
{
    width: 100%; 
    height: 279px;
    font-family:Tahoma;
    font-size:12px;
    text-align:right;
}
.MMenu
{
    background-image:url(../Images/MainLogo.jpg);
    vertical-align:Top;
    width:950px;
    height:228px;
    margin:10px;
}
.MMSide
{
    background-image:url(../Images/SideMenu.gif);
    height:228px;
}
.Menu
{
    background-image: url(../Images/Menu.gif);
    color: #990000;
    font-size:16PX;
}
.Menu a:link
{
    color: #990000;
    text-decoration: underline;
}
.Menu a:active
{
    color: #990000;
    text-decoration: underline;
}
.Menu a:visited
{
    color: #990000;
    text-decoration: underline;
}
.Menu a:hover
{
    color: #33CC33;
    text-decoration: none;
}
.TDown
{
    width:100%;
}
.Down
{
    height:14px;
    background-image:url(../Images/DownShadow.gif);
}
.DownInfo
{
    font-size: 12px;
    color: #666666;
}
/* TextBox WatermarkCssClass */
.TxtWM
{
    color: #C0C0C0;
}