﻿#overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
#divupperover
{
    top: 300px;
    right: 500px;
    position: fixed;
    z-index: 91;
    background-color: White;
}

.tbl
{
    background-color: #d4eaf7;
    border: 0;
    z-index: +200;
}
.tbl_cel_tl
{
    background-image: url(../Images/Structure/Box/tbl_tl.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 29px;
}
.tbl_cel_tm
{
    background-image: url(../Images/Structure/Box/tbl_tm_bg.jpg);
    background-repeat: repeat-x;
    height: 40px;
}
.tbl_cel_tr
{
    background-image: url(../Images/Structure/Box/tbl_tr.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 29px;
}
.tbl_cel_mr
{
    background: url(../Images/Structure/Box/tbl_mr_bg.jpg) 0 0 repeat-y;
}
.tbl_cel_bl
{
    background-image: url(../Images/Structure/Box/tbl_bl.jpg);
    background-position: top right;
    height: 27px;
}
.tbl_cel_bm
{
    background: url(../Images/Structure/Box/tbl_bm_bg.jpg) 0 0 repeat-x;
}
.tbl_cel_br
{
    background: url(../Images/Structure/Box/tbl_br.jpg) 0 0 no-repeat;
}
.tbl_cel_mm
{
    background: #e7f7ff;
}
.tbl_cel_ml
{
    background: url(../Images/Structure/Box/tbl_ml_bg.jpg) 0 0 repeat-y;
}

.textloding
{
    text-align: center;
    font: 12px/12px Verdana, sans-serif;
    color: #069;
    padding: 0 5px;
}

.persiantextloding
{
    text-align: center;
    font-size: 12px;
    font-family: Tahoma;
    color: #069;
    padding: 0 5px;
}
