body
{
	background-image: url('../../Images/Admin/Bg.jpg');
	background-position: top center ;
	background-repeat: repeat;
	font-size: 12px;
	font-family: tahoma;
	direction: rtl;
	color: #353535;
	padding: 0px;
	margin: 5px;
}

.Holder
{
	width: 980px;
	text-align: right; 
}
.BG
{
	float: right;
	width: 990px;
}
.Banner
{
	background-image: url('../../Images/Admin/Banner.png?1');   
	background-repeat: no-repeat;
	background-position: bottom;
	height: 112px;
	width: 990px;
}
.AdminMain
{
	background-color: White;
	border-right: solid 1px #31C4F0;
	border-left: solid 1px #31C4F0; 
    float: right;
    padding: 10px 14px 0px 14px;
    width: 960px;    
    min-height: 400px;
}
.AdminFooter
{
	background-image: url('../../Images/Admin/Footer.png');
	background-repeat: repeat-x;
	height: 30px;   
	width: 100%;
	float: right;
	text-align:center;
	margin-bottom: 10px;
	padding-top: 9px;
	font-family: Tahoma;
	color: black;
}

.PageBody
{
	padding: 10px 0px 20px 0px;
	line-height: 1.6;
}

a:link, a:visited
{
	color: #3366FF;
	text-decoration: none;
}
a:hover
{
	color: blue;
	text-decoration: underline;
}
input[type=text], input[type=password]
{
	border: solid 1px #C0C0C0;
	padding: 3px 3px 6px 3px;
}
input[type=button], input[type=submit]
{
	padding: 1px 1px 3px 1px;
}
textarea
{
	border: solid 1px #C0C0C0;
	font-size: 11px;
	line-height: 1.5;
	font-family: Tahoma;
	padding: 3px;
}
select
{
	border: solid 1px #C0C0C0;
	font-size: 12px;
	font-family: Tahoma;
	padding: 2px;

}
input
{
	font-family: Tahoma;
	font-size: 12px;
}
hr
{
	height: 1px;
	color: #CCCCCC;
	border-width: 0px;
	border-top: solid 1px #CCCCCC;
}
th
{
	font-weight: normal;
}
option
{
	padding: 1px 1px 2px 10px;
}
.LinkLight, .LinkLight:link, .LinkLight:visited, .LinkLight:hover
{
	color: #353535;
	text-decoration: none;
}
.LinkLight:hover
{
	color: blue;
}
.LineLight
{
	height: 1px;
	color: #D6E5F5;
	border-width: 0px;
	border-top: solid 1px #D6E5F5;
}
.LineEEE
{
	height: 1px;
	color: #EEE;
	border-width: 0px;
	border-top: solid 1px #EEE;
}
.Ddl-Lang
{
	border: solid 1px silver;
	font-size: 10px;
	font-family: Tahoma;
	padding: 2px 1px 2px 2px;
	width: 75px;
	margin-right: 11px;
}
.FieldTb
{
	border: solid 1px #C0C0C0;
	background-color: #F9F9F9;
	line-height: 1.8;
	padding-right: 5px;
	font-family:Courier New;
}
.FieldMulti
{
	display: block;
	background-color: white;
	border: solid 1px #CCC;
	padding: 5px 2px 5px 0px;
	max-height: 100px;
	overflow: auto;
}
.PanelInfo
{
	background-image: URL('../../Images/Admin/PanelInfo.png');
	padding: 20px;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
}
.PanelEdit
{
	background-image: URL('../../Images/Admin/PanelEdit.png');
	padding: 20px;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
}
.PanelEditExt
{
	background-image: URL('../../Images/Admin/PanelEditExt.png');
	padding: 40px 70px 40px 70px;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
}
.PanelEditFlat
{
	background-image: URL('../../Images/Admin/PanelEditExt.png');
	padding: 20px;
}
.PanelFilter
{
	background-image: URL('../../Images/Admin/PanelFilter.png');
	padding: 20px;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
}
.PanelFilterFlat
{
	background-image: URL('../../Images/Admin/PanelFilter.png');
	padding: 15px;
}
.RowHead
{
	background-image: URL('../../Images/Admin/RowHead.png'); 
	height: 25px;
	padding: 5px 2px 2px 2px;
	border: solid 1px #CCCCCC;
}
.RowAlt
{
	background-image: URL('../../Images/Admin/RowAlt.png'); 
	background-color: #F1F1F1;
}
.Row
{
	background-image: URL('../../Images/Admin/Row.png'); 
}
.RowEdit
{
	background-image: URL('../../Images/Admin/PanelEdit.png');
}
.RowSelect
{
	background-color: #CFDBEC;
}
.RowNum
{
	color: #167EB2;
	text-align: center;
	padding: 2px;
}
.RowOver
{
	background-image: none;
	background-color: #E9E9E9;
	cursor: default;
}
.CellName
{
	border: solid 1px #CCCCCC;
	background-color: #F4F4F4;
	border-radius: 5px;
}
.CellValue
{
	border: solid 1px #CCCCCC;
	background-color: #FFFFFf;
	border-radius: 5px;
}
.HighLight
{
	color: #148400;
}
.HighLightOrange
{
	color: #FF7900;
}
.HighLightRed
{
	color: Red;
}
.HighLightNavy
{
	color: #3B5598;
}
.ReqSymbol
{
	color: red;
	font-family: Georgia;
	font-weight: bolder;
}

.MsgBoxConfirm
{
	background-color: #E9FEED;
	border: 1px solid #84E891;
	color: Green;
	margin: 10px 0px 5px 0px;
}
.MsgBoxError
{
	background-color: #FFF0F0;
	border: 1px solid #FFA6A6;
	color: red;
	margin: 10px 0px 5px 0px;
}
.MsgBoxConfirm_Close
{
	background-image: URL('../../Images/Admin/ConfirmClose.png');
	background-repeat: no-repeat;
	cursor: pointer;
	width: 30px;
	height: 30px;
}
.MsgBoxError_Close
{
	background-image: URL('../../Images/Admin/ErrorClose.png');
	background-repeat: no-repeat;
	cursor: pointer;
	width: 30px;
	height: 30px;
}
.MsgDetail
{
	color: Gray;
	display: none;
	font-size: 11px;
	padding: 5px 0px 5px 50px;
	direction: ltr;
	text-align: left;
}

.Pdc
{
	background-color: #DCF4FB;
	border: #31C4F0 2px solid;
	width: 230px;
}
.PdcHeader
{
	background-color: white;
}
.PdcFooter
{
	background-color: white;
}	
.PdcWeekDay	
{
	background-color: #EFF7F9;
	border: #31C4F0 1px solid;
	padding: 5px;
}
.PdcCalendar
{	
	background-color: white;
	border: #31C4F0 1px solid;

}
.PdcWorkDay
{
	background-color: white;
	border: #31C4F0 1px solid;
	padding: 5px;
}
.PdcSelected
{
	background-color: #DCF4FB;
	color: White;
	font-weight: bold;
	border: #31C4F0 1px solid;
	padding: 5px;
}
A.PdcWorkDay, A.PdcSelected
{
	border: none;
}

.ui-sortable-placeholder
{
	border: 2px dashed White;
	background-color: White;
	visibility: visible !important; 
}
.mj-ui-sortable-placeholder
{
	border: 1px dashed silver;
	background-color: White;
	height: 35px;
	margin-right: 5px;
	margin-left: 5px;
	display: block;
}
.MainMenuItem
{
	margin: 0px 20px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
.MenuItem
{
	border: solid 1px #CCCCCC;
	padding: 5px 10px 5px 10px;
	margin: 5px;
	background-color: #FDFDFD;
	height: 25px;
	cursor: move;
}
.MenuItemEdit
{
	background-color: #FBE6E5;
}
.MenuItemAdd
{
	background-color: #E4F6FC;
}
.MenuItemModify
{
	float: left;
	width: 100px;
	text-align: left;
}
.InVisible
{
	display: none;
}

.Paging
{
	margin: 30px 0px 5px 0px;
}
.PagingItem, .PagingItem:visited, .PagingItem:link, .PagingItemSelected
{
	border: solid 1px #1B85B8;
	padding: 3px 10px 3px 10px;
	margin-left: 5px;
	text-align: center;
	background-color: White;
	color: #3B5598;
	float: right;
}
.PagingItem:hover, .PagingItem:link:hover
{
	background-color: #1B85B8;
	color: #FFFFFF;
	text-decoration: none;
}
.PagingItemSelected
{
	background-color: #EEEEEE;
}

/*---*/

.PartHeader, .PartFooter, .PartHeaderPre, .PartFooterPre
{
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	background-color: #E1E1E1;
	border: solid 1px #CCCCCC;
	width: 100%;
	float: right;
	padding: 10px;
	text-align: center;
	color: black;
}
.PartHeaderPre, .PartFooterPre
{
	background-color: #F9F9F9;
	border-color: #CCCCCC;
	color: gray;
	padding: 5px;
	font-size: 11px;
}
.PartMain
{
	background-image: URL('../../Images/Admin/PartMain.png');
	border-right: solid 1px #E1E1E1;
	border-left: solid 1px #E1E1E1;
}
.Part
{
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	float: right;
}
.Leaf
{
	font-size: 11px;
	line-height: 2;
	text-align: center;
}
.PhLeaf
{	
	margin: 15px;
	padding: 10px 0px 10px 0px;
	border-radius: 5px;
	text-align: center;
}

.RsTools
{
	text-align: center;
	padding-top: 10px;
}
.RsTb
{
	direction: ltr;
	width: 20px;
	font-size: 11px;
	text-align: center;
}
.RsV
{
	display: none;
	padding-top: 0px;
	z-index: 10000;
}

.PartHL
{
	color: #E98C01;
}
.PartitionBox
{
	height: 300px;
	overflow: auto;
}
.PartCell, .PartCell-Selected
{
	padding: 15px 5px 5px 5px;
	cursor: pointer;
}
.PartCell:hover, .PartCell-Selected
{
	background-color: #7BC4E8;
	color: darkblue;
}
.PartCss, .PartCssMp
{
	position: absolute;
	width: 0px;
	height: 0px;
	background-color: transparent;
	border: none;
	border: 0px;
	top: -1000px;
	left: 10000px
}
.ItemBox
{
	background-color: White;
	border: solid 1px #BBBBBB;
	padding: 2px;
	margin: 15px;
	border-radius: 5px;	

}
.ItemBox-PlaceHolder
{
	border: solid 1px #BBBBBB;
	padding: 6px;
	margin: 15px;
	background-color: White;
	border-radius: 5px;
	text-align: center;
	cursor: move;
}
.ItemBoxHeader
{
	background-image: URL('../../Images/Admin/ItemBoxHeader.png');
	background-repeat: repeat-x;
	padding: 4px 2px 4px 6px;
	text-align: center;
	cursor: move;
}
.ItemBoxBody
{
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	background-image: URL('../../Images/Admin/bg.png');
	display: none;
	font-size: 11px;
	width: 100%;
}
.ItemIcon
{
	float: right;
	padding-top: 4px;
}
.ItemBoxClose
{
	float: right;
	padding-top: 3px;
	padding-right: 4px;
	margin-left: 2px;
}
.ItemBoxOption
{
	float: left;
	padding-top: 4px;
	margin-right: 2px;
}
.ItemBoxEdit
{
	float: left;
	padding-top: 3px;
	margin-left: 3px;
	margin-right: 2px;
}
.ui-sortable-placeholder 
{ 
	border: 1px dotted black; 
	visibility: visible !important;
}
.ui-sortable-placeholder * 
{
	visibility: hidden; 
}

.ItemsHolder
{
	border: none;
	width: 100%;
	height: 260px; 
	overflow: auto;
	margin: 0px;
	padding: 0px;
}
.ItemBoxProp
{
	background-color: #D3E1E5;
	width: 85%;
	max-width: 180px;
	margin: 5px;
	padding: 5px;
	border: solid 1px #CCCCCC;
	border-radius: 4px; 
	font-size: 11px;
	text-align: right;
}

input.ItemBoxFrm
{
	width: 60px;
	padding: 4px 0px 4px 0px;
	border-width: 0px;
	font-size: 11px;
	text-align: center;
	direction: rtl;
}
select.ItemBoxFrm
{
	width: 100%;
	border-width: 0px;
	font-size: 11px;
	margin: 5px 0px 5px 0px;
}

.Center
{
	text-align: center;
}
.Pointer
{
	cursor: pointer;
}

.CssDialog
{
	background-color: Red;
}
.MvItem
{
	cursor: move;
}
.RsItem
{
	cursor: move;
	padding: 0px 0px 20px 0px;
	border: solid 1px transparent;
}
.Footer
{
	float: none;
}

.CssItem
{
	font-family: Courier New;
}
.CssItem:hover
{
	background-color: #DBF7DB;
	cursor: pointer;
}
.CssName
{
	color: #800000;
}
.CssValue
{
	padding-left: 30px
}
.CssPlace
{
	direction: ltr;
}
.DivCssItem
{
	margin-bottom: 10px;
}
.DeActive
{
	background-color: gray;
}
.Border
{
	border: solid 1px #CCCCCC;
	padding: 10px;
}
.CkPane
{
	background-color :#E9F1F6;
	padding: 10px;
	border: solid 1px #C6DEEA;
	border-top: none;
	border-radius: 5px;
	margin-bottom: 10px;
	color: #888888;
}


.DivGalleryItem
{
	border-radius: 10px;
	float: right;
	margin-bottom: 40px;
	background-color: #F9F9F9;
	padding: 10px;
}
.ImageCell
{
	border: solid 1px #CCCCCC;
	text-align: center;
	vertical-align: top;
	padding: 15px 5px 10px 5px;
	border-radius: 10px;
	height: 170px;
	cursor: pointer;
}
.ImageInfo
{
	background-color: #F4F4F4;
	border: solid 1px #CCCCCC;
	text-align: center;
	border-radius: 10px;
	padding: 10px;
	border-top: none;
}	
.GalleryImage
{
	width: 230px;
	max-width: 230px;
	max-height: 165px;
}
.GalleryItem, .GalleryItem-Holder, .AddImageItem
{
	background-color: White;
	border: solid 1px #CCCCCC;
	float: right;
	width: 220px; 
	height: 160px;
	margin: 5px;
	text-align: center;
	border-radius: 10px;
	cursor: move;
	padding-top: 15px;
	overflow: hidden;
}
.GalleryItemImage
{
	width: 190px;
	max-width: 190px;
	max-height: 145px;
}
.GalleryItem-Holder
{
	background-color: white;
	border: dashed 1px #999999;
}
.GalleryItemEdit
{
	border-color: Green;
}
.AddImageItem
{
	border: dashed 1px #31C4F0;
	cursor: pointer;
	font-size: 14px;
}
.GiPanel
{
    position: absolute;
    display: block;
    background-color: #FFF;
	padding: 8px 8px 5px 12px;
	border-radius: 10px;
	cursor: default;
}
.HomHead
{
	text-align: center;
	padding: 5px;
	background-color: #F4F4F4;
	border: solid 1px #CCC;
	border-bottom: none;
	border-radius: 5px;
}
.HomBody
{
	border: solid 1px #CCC;
	padding: 15px;
	height: 80px;
	border-radius: 5px;
}
.HomItem
{
	padding: 3px 10px 7px 3px;
	cursor: pointer;
	border-radius: 10px;
	border: solid 1px transparent;
}
.HomItem:hover
{
	background-image: -moz-linear-gradient(top, #FFF, #EEE);
	background-image: -webkit-linear-gradient(top, #FFF, #EEE);
	border: solid 1px #CCC;
	
}
#Info
{
	display: none;
}

.ItemDialog, .ItemDialogContext
{
	display: none;
}

mjscript
{
	display: none;
}

.ButtonA
{
	display: table-cell;
	padding: 8px 5px 10px 5px;
	border: solid 1px #CCC;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	background-image: -moz-linear-gradient(top, #FFF, #E1E1E1);
}
