/* Generic context menu styles */
/*................. persian - font ....................*/
@font-face {
	font-family: 'BYekan';
	src: url('fonts/WebYekan.eot'); /* IE9 Compact Modes */
	src: url('fonts/WebYekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/WebYekan.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/WebYekan.woff') format('woff'), /* Pretty Modern Browsers */
	url('fonts/WebYekan.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('fonts/WebYekan.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;}

@font-face {
	font-family: 'rezvan';
	src: url('fonts/rezvan.otf'); /* IE9 Compact Modes */
	src: url('fonts/rezvan.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/rezvan.ttf')  format('truetype');/* Safari, Android, iOS */
    font-weight: normal;
	font-style: normal;}







.contextMenu {
	position: absolute;
	width: 130px;
	z-index: 99999;
	
	
	padding: 2px;
	margin: 0;
	display: none;
}

.contextMenu LI {
	font-family:BYekan;
	list-style: none;
	padding: 0;
	margin: 0;
	background:#999;
}

/*.contextMenu LI:nth-child(2n+1)  {
  background:#999;
}*/

.contextMenu A {
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 24px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 3px 6px 3px 0;
	
}

.contextMenu LI.hover A {
	color: #ddd;
	background-color: #777;
}

.contextMenu LI.disabled A {
	color: #AAA;
	cursor: default;
}

.contextMenu LI.hover.disabled A {
	background-color: transparent;
}

.contextMenu LI.separator {
	border-top: solid 1px #CCC;
}

/*
	Adding Icons
	
	You can add icons to the context menu by adding
	classes to the respective LI element(s)
*/

.contextMenu LI.edit A { background-image: url(images/page_white_edit.png); }
.contextMenu LI.cut A { background-image: url(images/cut.png); }
.contextMenu LI.copy A { background-image: url(images/page_white_copy.png); }
.contextMenu LI.add A { background-image: url(images/page_white_copy.png); }
.contextMenu LI.paste A { background-image: url(images/page_white_paste.png); }

.contextMenu LI.pasteafter A { background-image: url(images/page_white_paste.png); }
.contextMenu LI.pastebefore A { background-image: url(images/page_white_paste.png); }

.contextMenu LI.delete A { background-image: url(images/page_white_delete.png); }
.contextMenu LI.quit A { background-image: url(images/door.png); }

.contextMenu LI.refresh A { background-image: url(images/refreshPage.png); }
.contextMenu LI.view A { background-image: url(images/viewPage.png); }

.AddPageBtn
{
      background-image: url(images/page_add.png);
      background-repeat: no-repeat;
      width:55px;
      height:45px;
      background-position :center;
}

.AddPageBtn:hover
{
      /*Removed by Alireza - to correct IE width problem*/
      /*background-image: url(images/page_add.png);
      background-repeat: no-repeat;
      width:35px;
      height:35px;
      background-color:#BBDDFF;
      background-position :center;*/
      /*End Removed by Alireza - to correct IE width problem*/
      cursor:pointer;
}