﻿body
{
    /*background-color: #CDEA8A;*/
    background-image: url(../../Images/bg.png);
    background-repeat: repeat;
    font-family: Tahoma;
    font-size: 8pt;
    margin-top: 10px;
    direction: rtl;
    overflow: auto;
    scrollbar-face-color: #C0C0C0;
    scrollbar-highlight-color: white;
    scrollbar-shadow-color: #E9E9E9;
    scrollbar-3dlight-color: #DBDBDB;
    scrollbar-arrow-color: #fff;
    scrollbar-track-color: #F5F5F5;
    scrollbar-darkshadow-color: #AEAEAE;
}
.MainHeader
{
    background-image: url(../../Images/banner16-12.png);
}

.SearchTextBox
{
    background-color: #D9E883;
    color: White;
    width: 150px;
    font-family: Tahoma;
}

.SearchButton
{
    background-image: url(../../Images/btnSearch.png);
    background-repeat: repeat-y;
    width: 70px;
}

.iframe
{
    /*background-color: #FCDBC7;*/
    font-family: Tahoma;
    color: White;
    background-color: Black;
    font-size: 8pt;
    direction: rtl;
}
.submit
{
    font-family: Tahoma;
    font-size: 8pt;
    width: 50px;
}
.linkButton
{
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.linkButton : visited
{
    font-size: x-large;
    text-decoration: none;
    font-weight: bold;
    font-family: Times New Roman CYR;
    color: #F0772F;
}
.ControlPanelLinkButton
{
    font-size: medium;
    text-decoration: none;
    font-weight: bold;
    width: 200px;
    font-family: Times New Roman CYR;
    color: #9999FF;
}

.ControlPanelLinkButton1
{
    width: 200px;
    display: none;
    position: absolute;
    font-size: medium;
    text-decoration: none;
    font-weight: bold;
    background: url(../../Images/menubg.png) 0 0;
    background-repeat: no-repeat;
    background-position: right;
    font-family: Times New Roman CYR;
    color: #9999FF;
}
.ControlPanelLinkButton : visited
{
    font-size: medium;
    text-decoration: none;
    color: #CC6699;
}
.controlPanel
{
    background-image: url(../../Images/modiriat_back.png);
    color: White;
}

.controlPanelFooter
{
    background-image: url(../../Images/footer.png);
    color: White;
}
.controlPanelBox
{
    background-image: url(../../Images/box_modiriat.png);
}
.largTextBox
{
    height: 18px;
    width: 450px;
}
.textBox
{
    font-family: Tahoma;
    font-size: 11px;
    width: 150px;
    height: 14px;
}
.textArea
{
    font-family: Tahoma;
    font-size: 11px;
    width: 99%;
    height: 100px;
}
.combo
{
    font-family: Tahoma;
    font-size: 11px;
    width: 150px;
}

/*=========================ListView=====================*/
.LVLayoutTable
{
    /*height: 260px;*/
    background-color: #b5ce00;
}
.LVItem
{
    background-color: #FFFFFF;
    color: #000;
}
.LVAlternating
{
    background-color: #FAFFC6;
    color: #687700;
}
.LVEmpty
{
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-color: #999999;
    border-style: none;
    border-width: 1px;
}
.LVPlaceholderContainer
{
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-color: #999999;
    border-style: none;
    border-width: 1px;
}
.LVHeader
{
    background-color: #b5ce00;
    color: #FFF;
    height: 25px;
}
.LVFooter
{
    text-align: center;
    background-color: #b5ce00;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}
.LVSelect
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}
.LVEdit
{
    border: 1px solid #849700;
    background-color: #E9FF48;
}
.LVInsert
{
    border: 1px solid #708000;
    background-color: #D6FE49;
}
/*=========================ListView=====================*/



/*===========================Box========================*/
.BoxTable
{
    width: 200px;
    height: 220px;
    margin-top: 7px;
    background-image: url(../../Images/box.png);
}
.BoxHeader
{
    padding-right: 30px;
    padding-left: 30px;
    height: 25px;
    color: #0673fa;
    font-weight: bold;
    font-size: 18px;
}
.BoxScrolledDiv
{
    color: #9B4009;
    padding-right: 25px;
    padding-left: 30px;
    padding-top: 10px;
    display: block;
    overflow: auto;
    width: 100%;
    height: 185px;
    scrollbar-face-color: #C0C0C0;
    scrollbar-highlight-color: white;
    scrollbar-shadow-color: #E9E9E9;
    scrollbar-3dlight-color: #DBDBDB;
    scrollbar-arrow-color: #fff;
    scrollbar-track-color: #F5F5F5;
    scrollbar-darkshadow-color: #AEAEAE;
}
.BoxNonScrolledDiv
{
    color: #9B4009;
    padding-right: 25px;
    padding-left: 30px;
    padding-top: 10px;
    display: block;
    overflow: auto;
    width: 100%;
    height: 185px;
}
/*===========================Box========================*/



/*===========================Post========================*/
.pstTitle
{
    background-image: url(../../Images/title.png);
    background-repeat: no-repeat;
    background-position: right;
    font-family: verdana;
    font-size: 17pt;
    height: 38px;
    padding-right: 75px;
    width: 600px;
    font-weight: bold;
    color: #0673fa;
}
.pstTable
{
    /*border-style: solid; 	border-width: 1px; 	border-color: #9B4009;*/
}
.pstFooterLabel
{
    color: #B7B7B7;
}
.AddedContentLink
{
    color: #B7B7B7;
    text-decoration: none;
}

.Comment
{
    color: #98B16D;
    font-weight: bold;
}

.PostContent
{
    color: #707070;
}

/*===========================Post========================*/



/*===========================Comment========================*/
.cmtTable
{
    background-color: #cdced0;
}

.cmtTableAlt
{
    background-color: #ffffff;
}

.cmtLabel
{
    color: Black;
}
.cmtHeaderTR
{
    border: 0px none #98B16D;
    background-color: #98B16D;
}
.cmtAddTable
{
    background-color: #E1E9D6;
}
/*===========================Comment========================*/

.Black
{
    color: #0673fa;
}
.loginTable
{
    background-image: url(../../Images/login.png);
    background-repeat: no-repeat;
    background-position: right;
}
.loginLink
{
    color: White;
}
