﻿body {
    margin: 0;
    padding:0;
    direction:rtl;
}
.r .txt,.r  select,.r  textarea,.r  .button, .r .lb, .r .lb1, .r .lb2, .r .lb3, .r img
{
	float:right;
}
.txt, select, textarea, .button
{
    font-family:Tahoma;
    font-size:9pt;
}
.txt, .button
{
    border:1px solid #C1C1C1;
    padding:4px 5px;
    border-radius:3px;
}
.txt:hover
{
    border: 1px solid #ADDEDD;
    background-color: #FDECFD;
}
.button:hover
{
    border: 1px solid #808080;
}
fieldset
{
	padding: 10px 10px 10px 10px;
}
a img
{
	border-style: None; 
	border-width: 0px;
}
.r
{
	clear:both;
	padding:2px;
}
.r2
{
	clear:both;
}
.lb1
{
	width:80px;
}
.lb2
{
	width:100px;
}
.lb3
{
	width:220px;
}
A.AddBtn
{
    display: inline-block;
    padding: 2px;
    font-size: 8pt;
    color: #000000;
    text-decoration: none;
    border: solid 1px #f5f5f5;
}
A.AddBtn:Hover
{
    background: #ffffff url(images/button_hover_bkg2.png) left center repeat-x;
    border: solid 1px #3C7FB1;
    text-decoration:none;
    color:Black;
    cursor: pointer;
}
.button 
{
	background-color:#EFEFEF;
    background: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 #F6F6F6;
    border: 1px solid #CCCCCC;
    color: #000000;
    min-width:70px;
    cursor: pointer;
    height: 2.0833em;
    overflow: visible;
    padding: 0 0.5em;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 3px 3px 3px 3px;
}
.dl-horizontal dt {
    clear: right;
    float: right;
    text-align: left;
}
.dl-horizontal dd {
    margin-right: 180px;
}
.error{color:red; }
label.error{font-size:8pt;}
label {
    font-weight: normal;
}
.mGrid {
    width: 100%;
    background-color: #fff;
    border: solid 1px #525252;
    border-collapse: collapse;
}

.mGrid td {
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
}

.mGrid th {
    padding: 4px 2px;
    color: #fff;
    background: #424242 url(grd_head.png) repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
    font-weight: normal;
}
.mGrid th a{
    color: #F1D792;
    text-decoration: none;
}
.mGrid th a:hover {
    color: #c7a752;
    text-decoration: none;
}    
.mGrid .alt {
    background: #fcfcfc url(grd_alt.png) repeat-x top;
}

.mGrid .red {
    background: #FF9966 url('') repeat-x top;
}

.mGrid .red td {
    color: #800000;
}

.mGrid .selected {
    background: #dcd8d6 url('') repeat-x top;
}

.mGrid .pgr {
    background: #424242 url(grd_pgr.png) repeat-x top;
}

.mGrid .pgr table {
    margin: 5px 0;
}

.mGrid .pgr td {
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}

.mGrid .pgr a {
    color: #666;
    text-decoration: none;
}

.mGrid .pgr a:hover {
    color: #000;
    text-decoration: none;
}