﻿body
{
	direction: rtl;
}
/*GridViewCSS*/
.GridViewStyle
{
	table-layout: auto;
	border-collapse: collapse;
	border: #5d8cc9 1px solid;
	font: 11px Tahoma;
	direction: rtl;
	margin-top: 15px;
	background-color:#fff;
}
.GridViewStyle a
{
    color:blue
    }
.GridViewStyle img
{
    border:0px;
    }
.GridViewStyle tr td
{
	
	border-collapse: collapse;
	border: #5d8cc9 1px solid;
}
/*Header and Pager styles*/
.header, .PagerStyle /*Common Styles*/
{
    color:#000;
	background: #cfdff3 url(App_Themes/Images/img_Gridview/HeaderBlue.jpg) repeat-x center;
	height: 25px;
	
	
}
.header th
{
	color: #2760aa;
	font: 12px Tahoma;
	font-weight: normal;
}
.header a
{
	text-decoration: none;
	color: #ffffff;
	display: block;
	text-align: left;
	font-weight: normal;
}
.PagerStyle table
{
	text-align: center;
	margin: auto;
}
.PagerStyle table td
{
    color:#000;
	border: 0px;
	padding: 5px;
}
.PagerStyle td
{
    
	border-top: #95bceb 3px solid;
}
.PagerStyle a
{
	color: #2760aa;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
	border-top: solid 5px #2f62a7;
	border-right: solid 1px #2f62a7;
	border-bottom: solid 1px #2f62a7;
	border-left: solid 1px #2f62a7;
}
.PagerStyle span
{
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
}


/*RowStyles*/
.RowStyle
{
    border-collapse: collapse;
	border: #5d8cc9 1px solid;
	text-align:center;
    }

.btn
{
	border-width: 1px;
	border-style: Solid;
	font: 11px Tahoma;
}

/*//////////////////////////////////////////////////////////*/


.GridViewStyle tr.normal
{
	color: black;
	background-color: #f7f7f7;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}

.GridViewStyle tr.alternate
{
	color: black;
	background-color: #ddedf3;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}



.GridViewStyle tr.normal:hover, .GridViewStyle tr.alternate:hover
{
	/*  background-color: #fed1a8;    color: black;    font-weight: bold;*/
}


/*///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////for Textbox  and dropdownList in GridView////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////*/
.GridViewStyle input[type=text]
{
	font: 12px tahoma;
}
.GridViewStyle select
{
	font: 12px tahoma;
}


/*///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
//////////////////////////////For Details (Apartment-OldHose,...)(just for Proprty)///////////////////////////
/////////////////////////////////////////////////////////////////////////////////*/
.contextMenus
{
	position: absolute;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #EFEFEF #505050 #505050 #EFEFEF;
	visibility: hidden;
}
.menuItem
{
	cursor: pointer;
	font-size: 8pt;
	font-family: Tahoma, Arial, sans-serif;
	padding-left: 5px;
	color: black;
	background-color: transparent; /*border-left-color: transparent; */
	direction: rtl;
}
.menuItemOn
{
	cursor: pointer;
	font-size: 8pt;
	font-family: Tahoma, Arial, sans-serif;
	padding-left: 5px;
	color: red;
	background-color: #FFEEC2;
	border-top: solid 1px Black;
	border-left: solid 1px Black;
	border-bottom: solid 1px Black;
	border-right: solid 0px transparent;
	direction: rtl;
}
.menuIcon
{
	background-color: #DDECFE;
	border-left: solid 1px #87ADE4;
}
.menuIconOn
{
	background-color: #FFEEC2;
	border-top: solid 1px Black;
	border-right: solid 1px Black;
	border-bottom: solid 1px Black;
	border-left: solid 0px transparent;
}
.contextEntry
{
}
.imgExport
{
	margin-left: 3px;
	bottom: -3px;
	margin-right: 5px;
	position: relative;
}
.searchword
{
	background-color: Yellow;
}
.DefaultText
{
	font-size: 8pt;
	font-family: Tahoma, Arial, sans-serif;
}
/**************Title***label ******************/
.lblTitlemcp
{
	padding: 2px 3px 0px 2px;
	border: 1px dotted;
	direction: rtl;
}
/************************/
.disabledBtn
{
	color: #aca899;
	background-color: #efefef;
	border: solid 1px #c0c0c0;
	font-family: "Tahoma";
	font-size: 12px;
}
.enabledButton
{
	color: #ffffff;
	background-color: #18b129;
	border: 1px solid #10921f;
	font-family: "Tahoma";
	font-size: 12px;
}
