﻿body 
{
	direction:rtl;
	font-family:Arial;
	font-size:12px;
}

input
{
	border:1px solid #D1D1D1;
}

.checkbox input
{
	border:0px;
}

#divLinksHeader
{
	background-color:#A6C136;
	height:23px;
	font-size:12px;
	padding:1px 5px 1px 0;
	color:#24500B;
	font-weight:bold;
}

.linkHeader
{
	color:#24500B;
	text-decoration:none;
	padding: 0 5px;
	font-weight:bold;
}

#divHeaderBooksNumber
{
	color:White;
	padding-right:3px;
	background-color:#007259;
	padding-top:4px;
	height:21px;
	width:173px;
}

#divLogin
{
	color:#134E3A;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}

#divLang
{
	color:#134E3A;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}

#divLoginPopup
{
	
	position:relative;
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 180px;
    text-align : right; 
    direction:rtl;
    list-style-type : none;
    padding-right:0px;
    
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

#divUserBooksContent
{
	direction:rtl;
	width:220px;
	height:320px;
	overflow:hidden;
}
	#scroleeUserBooks
	{
		position:absolute;
		overflow:hidden;
	}
	
.scrollBarContainer
{
	width:1px;
	height:320px;
	background-color:#273C36;
	margin-right:6px;
	z-index:99;
}
	
.ui-slider
{
	height:320px;
	margin-top:10px;
	width:10px;
	position:relative;
}
	.ui-slider-range
	{		
		display:none;
	}
	
	.ui-slider-handle
	{
		width:10px;
		height:5px;
		background:url(../../Images/scroller_mover.jpg);
		position:absolute;
		z-index:2;	
		margin-right:-5px;
		outline:0;
	}
	
.numberPaging
{
	background-color: #a6c039; 
	color: #235a2c;	
	text-decoration: none;
	width: 15px; 
	display: inline-block;
}
.numberPagingChoosen
{
	background-color: #003E29;
	color: #43732F;
	text-decoration: none;
	width: 15px; 
	display: inline-block;
}
.pagingMainDiv
{
	line-height:20px;
}
.PrevNextPageClass
{
	padding-right: 10px;	
	padding-left: 10px;
}

#credits
{
	text-indent: -200px;
	margin: 0px auto;
	width: 900px;
	background: url(../../images/credits.jpg) no-repeat right center;
	height: 30px;
	overflow: hidden;
}

#ynr
{
	position: relative;
	text-indent: -200px;
	margin: 0px auto;
	width: 900px;
	background: url(../../images/logo_yr.jpg) no-repeat left top;
	height: 46px;
	overflow: hidden;
	top: -9px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#003E29;
	padding:6px;
	width:450px;
	color:White;
}

