﻿@font-face
{
    font-family: 'BBCNassim';
    src: url('Fonts/BBCNassim.ttf'), url('Fonts/BBCNassim.eot'), url('Fonts/BBCNassim.woff');
}

@font-face {
  font-family: "b Mitra";
  font-style: normal;
  font-weight: normal;
 src: url('/webfont/BMitra.eot');
 src: local('b Mitra'), url('webfont/BMitra.woff') format('woff'), url('webfont/BMitra.ttf') format('truetype');
}



body
{
  
    margin: 0;
    font-family: "tahoma";
    font-size: 9pt;
    background-color: #f3f2f2;
	direction: rtl;
}

a:focus
{
    outline: none;
}

a img
{
    border: none;
}

.width100
{
    width: 100%;
    border-collapse: collapse;
}
.width100center
{
    width: 100%;
    border-collapse: collapse;
    min-width:1282px;
}
.clear
{
    clear: both;
}

.LEFT
{
    text-align: left;
}

.RIGHT
{
    text-align: right;
}

.CENTER
{
    text-align: center;
}

.LTR
{
    direction: ltr;
}

.RTL
{
    direction: rtl;
}

.table
{
    margin: 10px 0;
    border-collapse: collapse;
    border: 1px solid #aaa;
}

.table thead
{
    background-color: #2F71B3;
    color: #fff;
}

.table thead th
{
    border-left: 1px solid #aaa;
    font-weight: normal;
}

.table thead th:last-child
{
    border-left: 0;
}

.table td
{
    text-align: center;
    padding: 3px;
}

.table .tr-alt
{
    background-color: #fff;
}

input[type="text"], input[type="password"], textarea, .text-box, select
{
    font-family: Tahoma;
    font-size: 8pt;
    color: #555;
    padding: 3px;
    border: 1px solid #999;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    resize: none;
    box-shadow: 0 3px 3px #ddd inset;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover, .text-box:hover, select:hover
{
    border-color: #333;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .text-box:focus, select:focus
{
    border-color: #04b;
}

input[type="submit"], input[type="button"], input[type="reset"], button, .command-button, .command-button-black
{
    font-family: tahoma;
    font-size: 8pt;
    padding: 5px 15px 7px;
    border: 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    color: #fff;
    transition: all 0.2s ease 0.1s;
    -webkit-transition: all 0.2s ease 0.1s;
    text-decoration: none;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover, .command-button:hover, .command-button-black:hover
{
    cursor: pointer;
    background-color: #333;
}

input[type="submit"], input[type="button"], input[type="reset"], button, .command-button
{
    background-color: #2f71b3;
}

.command-button-black
{
    background-color: #555;
}
