#open_change_style{

}

.btn_accessibility_action {
    height: 42px;
    font-size: 18px!important;
    padding: 12px 10px 0px 0px;
    color: #000000 !important;
    background-color: #ffffff !important;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: bold;
    font-family: arial!important;
    visibility: hidden;
    top: 20px;
    display: inline-block;
    border-radius: 6px;
    width: 280px;
    overflow: hidden;
    position: fixed;
    left: 20px;
    box-sizing: border-box;
    text-align: right;
    margin: 55px auto 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-box-shadow: 0px 0px 5px 0px #000000;
    -moz-box-shadow: 0px 0px 5px 0px #000000;
    box-shadow: 0px 0px 5px 0px #000000;
}

.btn_accessibility_action img {
    vertical-align: top;
    margin-left: 8px;
    width: auto;
}

.accessibility_component {
    line-height: 1.1 !important;
    font-family: arial!important;
    direction: rtl;
}

.a_gray:hover, .a_gray:focus, .a_gray_active {
    color: gray !important;
    text-decoration: underline !important;
    outline: 0;
}

.a_gray {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.AccessibilityContrastBlackOnBlue{
	background-color:#c2d3fc!important;
	color:#000!important;	
}

.gray_images {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.underline{
	text-decoration:underline!important;
}

.readable_font {
    font-family: arial !important;
}

.AccessibilityContrastYellowOnBlack{
	background-color:black!important;
	color:yellow!important;	
}

#open_change_style img,#table_change_style img {
    display: inline !important;
}

#open_change_style img,#table_change_style img {
    vertical-align: top;
    width: auto;
}

#table_change_style{
	background:#fff;
	position:absolute;
	top:115px;
	right:15px;
	width:312px;
	direction:ltr;
	font-size:16px!important;
	font-family:'OpenSansHebrewRegular',Arial;
	color:#4d4d4d!important;
    text-align: center;	
	display:none;
}

#table_change_style table{
	border-collapse:collapse;
	width:100%;
}

#table_change_style td{
	padding:10px;
	border:1px solid #cccccc;
}

#refresh-link{
	color:#4d4d4d!important;
	font-size:14px!important;
	background:url(../images/refresh.png) no-repeat;
	padding:0 0 0 30px;
	cursor:pointer;
}

#change_links{
	cursor:pointer;
	color:#4d4d4d!important;
	font-size:16px!important;
}

#links-icon{
	background:url(../images/links.png) no-repeat;
	width:26px;
	height:22px;
    margin: 0 auto;	
}

#contrast-icon{
	background:url(../images/contrast.png) no-repeat;
	width:28px;
	height:28px;
    margin: 0 auto;	
}

#contrast-plus{
	background:url(../images/contrast-plus.png) no-repeat center top;
	padding:20px 0 0;
	float: left;
	margin:0 0 0 56px;
	cursor:pointer;
	color:#4d4d4d!important;
	font-size:16px!important;
}

#contrast-minus{
	background:url(../images/contrast-minus.png) no-repeat center top;
	padding:20px 0 0;
	float: left;
	cursor:pointer;
	margin: 0 0 0 27px;	
	color:#4d4d4d!important;
	font-size:16px!important;
}

#font-icon{
	background:url(../images/font.png) no-repeat;
	width:26px;
	height:30px;
    margin: 0 auto;		
}

#font-operations{
    width: 130px;
    margin: 0 auto;	
}

#font-minus{
	background:url(../images/font-minus.png) no-repeat;
	width:9px;
	height:8px;
	float:left;
	margin: 6px 10px 0 0;
	cursor:pointer;
}

#font-plus{
	background:url(../images/font-plus.png) no-repeat;
	width:9px;
	height:10px;
	float:left;
	margin: 6px 0 0 10px;
	cursor:pointer;
}

#font-text{
	float:left;
	color:#4d4d4d!important;
	font-size:16px!important;
}

.contrast-white{
	background:white !important;
	color:black !important;
}

.contrast-white div,.contrast-white span,.contrast-white a{
	color:black !important;	
}

.contrast-black{
	background:black !important;
	color:white !important;
}

.contrast-black div,.contrast-black span,.contrast-black a{
	color:white !important;	
}

.contrast-black img{
	webkit-filter: invert(1); */
    -moz-filter: invert(1);
    -ms-filter: invert(1);
    -o-filter: invert(1);
    filter: invert(1);	
}

#rrr{
	direction:rtl;
	text-align:right;
	padding:20px;
	max-width:100%;
}

#rrr h4{
	color:#1a1a1a;
	font-size:24px;
	margin-bottom:10px;
}

#rrr p{
	color:#1a1a1a;
	font-size:16px;	
	margin-bottom:10px;
}

.popup{
	display:none;
}

.rrr .fancybox-close{
	background-image:url(../images/close.png);
    width: 61px;
    height: 61px;
    margin: -10px 27px 0 0;
}