﻿body
{
    margin:0px;
    padding:0px;
    direction:rtl;
    text-align:right;
    font-family:Tahoma;
    font-size:14px;
}

a
{
    cursor:pointer;
}

ul
{
    list-style-type:none;
}

/******************************************** Inputs **********************************************************/
select
{
    font-family:Tahoma;
    font-size:14px;
}

input[type="button"]
{
    margin:0px;
    padding:0px;
    cursor:pointer;
}

/*********************************************** Icons ********************************************************/
input.zoom
{
    display:block;
    width:30px;
    height:30px;
    background:url(../images/Icons/zoom.png) no-repeat center top;
    border-style:none;
}

input.zoom:hover
{
    background-position:center bottom;
}

input.zoomIn
{
    display:block;
    width:30px;
    height:30px;
    background:url(../images/Icons/zoomIn.png) no-repeat center top;
    border-style:none;
}

input.zoomIn:hover
{
    background-position:center bottom;
}

input.zoomOut
{
    display:block;
    width:30px;
    height:30px;
    background:url(../images/Icons/zoomOut.png) no-repeat center top;
    border-style:none;
}

input.zoomOut:hover
{
    background-position:center bottom;
}

input.print
{
    display:block;
    width:30px;
    height:30px;
    background:url(../images/Icons/print.png) no-repeat center top;
    border-style:none;
}

input.print:hover
{
    background-position:center bottom;
}

input.printAll
{
    display:block;
    width:30px;
    height:30px;
    background:url(../images/Icons/printAll.png) no-repeat center top;
    border-style:none;
    cursor:pointer;
}

input.printAll:hover
{
    background-position:center bottom;
}

input.signature
{
    margin-top:2px;
    display:block;
    width:30px;
    height:30px;
    background:url(../images/Icons/signature.png) no-repeat center top;
    border-style:none;
}

input.signature:hover
{
    background-position:center bottom;
}

input.cancel
{
    display:block;
    width:68px;
    height:17px;
    background:url(../images/Icons/cancel.png) no-repeat center top;
    border-style:none;
}

input.cancel:hover
{
    background-position:center bottom;
}

input.confirm
{
    display:block;
    width:68px;
    height:17px;
    background:url(../images/Icons/confirm.png) no-repeat center top;
    border-style:none;
}

input.confirm:hover
{
    background-position:center bottom;
}

input.settings
{
    display:block;
    width:30px;
    height:30px;
    background:url(../images/Icons/settings.png) no-repeat center top;
    border-style:none;
}

input.settings:hover
{
    background-position:center bottom;
}

input.rotate
{
    display:block;
    width:30px;
    height:30px;
    background:url(../images/Icons/rotate.png) no-repeat center top;
    border-style:none;
}

input.rotate:hover
{
    background-position:center bottom;
}

input.upload
{
    display:block;
    width:30px;
    height:30px;
    background:url(../images/Icons/upload.png) no-repeat center top;
    border-style:none;
}

input.upload:hover
{
    background-position:center bottom;
}

input.delete
{
    display:block;
    width:30px;
    height:30px;
    background:url(../images/Icons/delete.png) no-repeat center top;
    border-style:none;
}

input.delete:hover
{
    background-position:center bottom;
}

input.closeWindow
{
    display:block;
    width:16px;
    height:16px;
    background:url(../images/Icons/closeWindow.png) no-repeat center top;
    border-style:none;
}

input.closeWindow:hover
{
    background-position:center bottom;
}

input.fileDelete
{
    display:block;
    width:30px;
    height:30px;
    background:url(../images/Icons/fileDelete.png) no-repeat center top;
    border-style:none;
}

input.fileDelete:hover
{
    background-position:center bottom;
}

input.fileDownload
{
    display:block;
    width:30px;
    height:30px;
    background:url(../images/Icons/fileDownload.png) no-repeat center top;
    border-style:none;
}

input.fileDownload:hover
{
    background-position:center bottom;
}

input.fileView
{
    display:block;
    width:30px;
    height:30px;
    background:url(../images/Icons/fileView.png) no-repeat center top;
    border-style:none;
}

input.fileView:hover
{
    background-position:center bottom;
}

input.newWin
{
    display:block;
    width:30px;
    height:30px;
    background:url(../images/Icons/newWin.png) no-repeat center top;
    border-style:none;
}

input.newWin:hover
{
    background-position:center bottom;
}

input.plus
{
    display:block;
    width:20px;
    height:20px;
    background:url(../images/Icons/plus.png) no-repeat center top;
    border-style:none;
}

input.plus:hover
{
    background-position:center bottom;
}

input.minus
{
    display:block;
    width:20px;
    height:20px;
    background:url(../images/Icons/minus.png) no-repeat center top;
    border-style:none;
}

input.minus:hover
{
    background-position:center bottom;
}

/**************************************************************************************************************/
div.loading
{
    display:block;
    width:124px;
    height:124px;
    background:url(../images/loading_big.gif) no-repeat;
}

div.top_message
{
    font-size: 16px;
    background-color: #ffcc66;
    line-height: 10px;
    float: none;
    width: 96%;
    padding: 10px;
}

/************************************************** Tab Container *********************************************/
ul.TabContainer
{
    clear:both;
    display:block;
    overflow:hidden;
    margin:0px;
    padding:0px;
}

ul.TabContainer li
{
    float:right;
    margin-left:1px;
}

ul.TabContainer li a
{
    
    width:111px;
    display:block;
    background-position:-128px -80px;
    height:24px;
    text-align:center;
    font:bold 11px tahoma;
    color:#1d3a8e;
    padding-top:7px;
}

ul.TabContainer li a.selected
{
    background-position:-11px -80px;
    color:#000;
}

#LetterTab,#AssignTab,#OthersTab,#MortabetTab,#ArchiveTab,#ChartTab
{
    /*border:4px solid #a0bfed;
    border-bottom:none;
    padding:10px 15px;
    width:96%;*/
}
