﻿body
{
    width: 100%;
    direction: ltr;
    padding: 0px;
    margin: 0px;
    top: 0px;
    left: 0px;
    font-family: IRANSans_Medium;
    font-size: 14px;
    background-image: url('/Image/MasterPage/header_wrapper_bg.png');
    background-repeat: repeat;
    background-position: center center;
}
form
{
    width: 100%;
    direction: rtl;
    padding: 0px;
    margin: 0px;
    top: 0px;
    left: 0px;
    font-family: IRANSans_Medium;
    font-size: 14px;
    background-image: url('/Image/MasterPage/header_wrapper_bg.png');
    background-repeat: repeat;
    background-position: center center;
}

.MainMenuLine
{
    height: 200px;
    width: 95%;
    padding: 2px;
    border: 0px none white;
}

.MenuLine
{
    /*height: 30px;     width: 95%;     padding: 3px;     text-align: right;     vertical-align: middle;*/
    border: 0px none white;
    color: White; /*background-color: Red;*/ /*width: 942px;*/
    position: relative;
    margin: 0 auto;
    z-index: 0;
}
.MenuLine_top
{
    background: url('/Image/MasterPage/advanced_search_bg.png') no-repeat;
    width: 942px;
    height: 15px;
}
.MenuLine_center
{
    background: url('/Image/MasterPage/advanced_search_bg.png') repeat-y -942px 0;
    width: 912px;
    overflow: hidden;
    padding: 0 15px;
}
.MenuLine_centerTemp
{
    background: url('/Image/MasterPage/advanced_search_bg.png') repeat-y -942px 0;
    width: 912px;
    overflow: hidden;
    padding: 0 15px;
}
.MenuLine_bottom
{
    background: url('/Image/MasterPage/advanced_search_bg.png') no-repeat -1884px 0;
    width: 942px;
    height: 15px;
}
.HeaderLine
{
    height: 50px;
    width: 100%;
    padding-right: 45px;
    text-align: right; /*position: fixed;*/
    top: 0px;
    left: 0px;
    right: 0px;
    border-style: none;
    background-image: url('/Image/MasterPage/header_bg.png');
    background-repeat: repeat-x;
    background-position: center center;
}
.BodyLine
{
    padding: 2px;
}
.BodyLine_top
{
    background: url('/Image/MasterPage/BorderMain.png') no-repeat;
    width: 942px;
    height: 15px;
}
.BodyLine_center
{
    background: url('/Image/MasterPage/BorderMain.png') repeat-y -942px 0;
    width: 912px;
    overflow: hidden;
    padding: 0 15px;
}
.BodyLine_bottom
{
    background: url('/Image/MasterPage/BorderMain.png') no-repeat -1884px 0;
    width: 942px;
    height: 15px;
}

.TDShell
{
    vertical-align: top;
    width: 50px;
}

.TDShell_top
{
    vertical-align: top;
    background: url('/Image/MasterPage/Menu.png') no-repeat;
    width: 130px;
    height: 15px;
}
.TDShell_center
{
    vertical-align: top;
    background: url('/Image/MasterPage/Menu.png') repeat-y -131px 0;
    width: 98px;
    overflow:hidden;
    padding:0 15px;
    height:185px;
}
.TDShell_bottom
{
    vertical-align: top;
    background: url('/Image/MasterPage/Menu.png') no-repeat -260px 0;
    width: 128px;
    height: 15px;
}
.TDDetail
{
    height: 195px;
    color: Lime;
    padding: 2px;
    text-align: right;
    background-color: White;
    vertical-align: top;
    border: 1px solid White;
}

.CalenderDiv
{
    background-image: url('../Image/Icons/CalenderBG.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 60px;
    top: 0px;
    left: 3px;
    vertical-align: bottom;
    text-align: center;
}
.horiz_line
{
    background-image: url('/Image/MasterPage/Bg/horiz_line.png');
    background-repeat: repeat-x;
    background-position: center center;
    height: 15px;
}
