﻿/*
Orange - #fc6d04
Green - #81b101
adminDarkGreen - #1c5e55
bgLightBlue - #d7eefd
------------------------------------------------------- */
.siteBody
{
    margin-top: 2px;
    font-family: Arial;
    font-size: small;
    text-align: center;
    vertical-align: top;
    background-color: #d7eefd;
    background-image: url(../images/bg/bgAlfa.png);
    background-repeat: repeat-y;
    background-position: center;
}

.adminSiteBody
{
    font-family: Arial;
    font-size: small;
    text-align: center;
    vertical-align: top;
    background-color: #e3eaeb;
}

.tblHomeTop
{
    background-image: url(../images/bg/bgHome_top.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 700px;
    vertical-align: top;
    text-align: center;
}
.tblHomeMiddle
{
    background-image: url(../images/bg/bgHome_middle.png);
    background-repeat: repeat-y;
    background-position: center top;
    width: 700px;
    vertical-align: top;
    text-align: center;
}
.tblHomeBottom
{
    background-image: url(../images/bg/bgHome_bottom.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 700px;
    vertical-align: top;
    text-align: center;
}

.mainTopTbl
{
    background-image: url(../images/bg/bgTop00.png);
    background-repeat: no-repeat;
    width: 978px;
    vertical-align: top;
    text-align: center;
}

.mainMiddleTbl
{
    background-image: url(../images/bg/bgMiddle.png);
    background-repeat: repeat-y;
    width: 978px;
    vertical-align: top;
    text-align: center;
}

.mainBottomTbl
{
    background-image: url(../images/bg/bgBottom.png);
    background-repeat: no-repeat;
    width: 978px;
    height: 130px;
    vertical-align: top;
    text-align: center;
}

.adminMainTable
{
    width: 778px;
    vertical-align: top;
    text-align: right;
}

.ftb
{
    font-family: Arial;
    direction: rtl;
    text-align: right;
}
/* ---------------------------------------------------- */

/* txtBoxes Font */
.arial
{
    font-family: Arial;
}

/* menuHref's
------------------------------------------------------- */
.menuHrefNormal
{
    color: #333333;
    cursor: pointer;
    text-decoration: underline none;
}
.menuHrefHover
{
    color: #81b101;
    cursor: pointer;
    text-decoration: underline none;
}
.menuHrefSelected
{
    color: #fc6d04;
    cursor: pointer;
    text-decoration: underline none;
}
/* href's
------------------------------------------------------- */
.hrefNormal
{
    color: #81b101;
    cursor: pointer;
    text-decoration: underline none;
}
.hrefHover
{
    color: #fc6d04;
    cursor: pointer;
    text-decoration: underline none;
}
.hrefSelected
{
    color: #fc6d04;
    cursor: pointer;
    text-decoration: underline none;
}

/* links
------------------------------------------------------- */
.linkNormal
{
    color: #333333;
    cursor: pointer;
    text-decoration: underline none;
}
.linkHover
{
    color: #fc6d04;
    cursor: pointer;
    text-decoration: underline none;
}

/* imgBorder's
------------------------------------------------------- */
.imgBorderNormal
{
    border: solid 1px #cccccc;
    cursor: pointer;
}
.imgBorderHover
{
    border: solid 1px #fc6d04;
    cursor: pointer;
}

/* adminCats
------------------------------------------------------- */
.adminCatsNormal
{
    height: 26px;
    color: #333333;
    border: solid 1px #333333;
    background-color: #cccccc;
    cursor: pointer;
}
.adminCatsHover
{
    height: 26px;
    color: #333333;
    border: solid 1px #333333;
    background-color: #b1b101;
    cursor: pointer;
}
.adminCatsSelected
{
    height: 26px;
    color: #333333;
    border: solid 1px #333333;
    background-color: #fc9804;
    cursor: default;
}

/* e-way ------------------------------------------------ */
.e-wayNormal
{
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline none;
}
.e-wayHover
{
    color: #b1b101;
    cursor: pointer;
    text-decoration: underline none;
}

/* White Rounded Containers !!
===============================================================
============================================================ */
.b1W, .b2W, .b3W, .b4W
{
    font-size: 1px;
    overflow: hidden;
    display: block;
}
.b1W
{
    height: 1px;
    background: #ffffff;
    margin: 0 5px;
}
.b2W
{
    height: 1px;
    background: #ffffff;
    border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    margin: 0 3px;
}
.b3W
{
    height: 1px;
    background: #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    margin: 0 2px;
}
.b4W
{
    height: 2px;
    background: #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    margin: 0 1px;
}
.contentW
{
    background: #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}
/* --------------------------------------------------------- */