﻿body
{
    color: #000000;
    background-color: #000000;
}

.Container
{
    border-style: solid;
    border-width: 12px 2px 5px 2px;
    border-color: #006699;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    min-width: 980px;
    color: #FFFFFF;
    background-color: #212121;
}

.h1
{
    
    background-color: #CCCCCC;
    width: 250px;
    font-size: 15px;
    font-style: normal;
    color: #000000;
    margin-right: 0px;
    padding: 5px;
    font-weight: 500;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-left-width: 2px;
}
.generaltext
{
    margin:0px;
    font-size: 12px;
    color: #FFFFFF;
    font-style: normal;
    padding: 0px 10px 20px 10px;
    text-align: right;
    direction: rtl;
    line-height:17px;
    
}

 /* DROP SHADOW */
.dsBody { padding-top:4px; width:100%; }
.dsBodyLeft { background-image:url('../../Images/dsBodyLeft.gif'); background-repeat:repeat-y; padding-left:4px; position:relative; text-align:left;  }
* html .dsBodyLeft { float:left; }
.dsBodyRight { background-image:url('../../Images/dsBodyRight.gif'); background-position:100% 0; background-repeat:repeat-y; padding-right:11px; }
.dsBottom { background-image:url('../../Images/dsBottom.gif'); background-repeat:no-repeat; background-position:100% 0; height:14px; left:11px; margin-top:-3px; position:relative; }
.dsBottomLeft { background-image:url('../../Images/dsBottomLeft.gif'); background-repeat:no-repeat; font-size:0; height:14px; left:-15px; position:relative; width:15px; }
.dsTop { background-image:url('../../Images/dsTop.gif'); background-position:100% 0; height:14px; margin-bottom:-14px; position:relative; }
.dsTopLeft { background-image:url('../../Images/dsTopLeft.gif'); background-repeat:no-repeat; font-size:0; height:14px; left:-4px; position:relative; margin-bottom:-4px; width:15px; } 




/* CONTROL BACKGROUND */
.createDropShadow { margin:0 auto; text-align:left; width:100%; }
.dsBodyBg { overflow:hidden; position:relative; width:100%; }
.dsBodyBg * p,.dsBodyBg * h1,.dsBodyBg * h2,.dsBodyBg * h3,.dsBodyBg * h4,.dsBodyBg * h5 { cursor:text; }
.dsBodyBg .gradientImg { height:100%; margin:0 -100% -100% 0; position:absolute; width:100%; z-index: -1; }
.dsBodyBg .transparent { background:#FFFFFF; filter:alpha(opacity=60); opacity:0.6; }
.dsBodyBg .dsBodyContent { position:relative; top:0; z-index:99;}
* html .dsBodyBg { height:100%; position:fixed; z-index:30; }
* html .dsBodyBg .gradientImg { z-index: 0; }

.controlHeader
{
    padding:5px 10px 0px 10px;
   height:20px; font-size:11px; border: solid 1px #333333; border-right-width:2px; border-left-color:#111111;
     
}

.controlHeader2 { background-image:url('../../Images/shaded.png'); background-repeat:repeat-x; cursor:text; margin:0; position:static; width:100%; z-index:37; padding-bottom:36px; }
.controlHeader2 span { color:White; display:block; font-weight:bold; margin-bottom:-34px; padding:5px 0 34px 10px; white-space:nowrap; }
* html .controlHeader2 { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../Images/shaded.png',sizingMethod='crop'); padding-bottom:8px; }
* html .controlHeader2 span { margin-bottom:-2px; z-index:37; }



