﻿.Right
{
	float: right; 
}
.Left
{
	float: left; 
}
.Margin
{
	margin-top: 10px;
}
.Direction
{
	direction: rtl;
}
.Lidim
{
	background-repeat: no-repeat; 
	border: 0px solid green;
    background-image: url('~/App_Themes/default/Images/buttons/greyNew.jpg'); 
    color: #0066CC;
    width: 340px; 
    height: 510px; 
    font-family: Arial; 
    direction: rtl;
    margin-right: 7px;
}
.LidimBulet
{
	color: #0066CC;
    width: 340px; 
    font-family: Arial; 
    direction: rtl;
    margin-right: 7px;
}
.LidimPopUp
{
	background-repeat: no-repeat; 
	border: 0px solid green;
    color: #0066CC;
    width: 340px; 
    font-family: Arial; 
    direction: rtl;
    margin-right: 7px;
}
.Error
{
	padding-right: 10px; 
	padding-top: 10px; 
	padding-left: 5px; 
	padding-bottom: 10px;
	direction: rtl; 
	vertical-align: top;
	font-size: 11px; /* font-size: 16px; */
	font-weight: normal; /* font-weight: bold; */
	background-color: #DADADA;
	color: Red;
	margin-right: 10px;
}
.Back
{
	display: none; 
	font-weight: normal; 
	cursor: pointer;
    padding-top: 20px; 
    text-align: left; 
    padding-left: 15px; 
    font-size: 11px;
}
.mform 
{
	font-size : 11px;
	FONT-FAMILY: Arial;
	COLOR: #000000;
	background-color : #ffffff;
	border : 1px solid #316698;
	height:18px;
	width:100px;
}

.Excel_Header
{
	text-align:center;
	color:#0066cc;
	font-weight:bold;
	font-size:20px;
	text-decoration:underline;
}
.Excel_div
{
	color:#0066cc;
}

.NotValid
{
	color: Red;
}

.Label
{
	padding-right: 10px; 
	font-size: 14px; 
	width:130px;
}
.Flash
{
	width: 635px; 
	height: 510px;
	background-color: #FFFFFF;
}

/* These properties 'override' the css in App_Themes->default->pages */
.nav-services ul li { height: 15px !important; color : #0066CC !important; text-align : right !important; padding-right: 3px !important; direction:rtl; font-size: 11px !important;}
.nav-services ul li:hover {	height: 15px !important; color : #FFFFFF !important; }
.nav-services ul li:visited { height: 15px !important; color : #0066CC !important; }

