@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

* {
	font-family: 'Open Sans Hebrew';
}

body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0; padding: 0; border: 0;
}

body {
	padding-bottom: 100px;
}

a {
	color:inherit;
	text-decoration: none;
}

img {
	border: 0;
}

.container {
	margin: 0 auto;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



.openAdv, #new-version-msg {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	text-align: center;
	background: #FFF;
}

.loading-bar {
	padding: 10px 20px;
	display: block;
	text-align: center;
	margin: 20px 0;
	font-size: 1em;
	margin-right: 1px;
	cursor: pointer;
	position: relative;
}

.loading-bar:hover {
	box-shadow: inset 0px 45px 30px -40px rgba(0, 0, 0, 0.05);
}

.page-title {
	background: #1893d0;
	color: #FFF;
	padding: 10px;
	z-index: 99;
	font-family: 'Open Sans Hebrew';
	font-weight: 400;
	font-size: 18px;
}

.page-sub-title {
	background: #cdcdcd;
	color: #333;
	padding: 10px;
	z-index: 99;
	font-family: 'Open Sans Hebrew';
	font-weight: 400;
}


.adv-bottom .adv-content {
	position: fixed;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 99;
	font-size: 0;
}

.adv[data-location='81'] .adv-content {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999;
	font-size: 0;
}

.adv[data-location='81'] .adv-content img {
	width: 100%;
	height: 100%;
}

.closeAdvBtn {
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 9999;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 5px 10px;
	background: -moz-linear-gradient(
		top,
		#a3a3a3 0%,
		#3b3b3b 50%,
		#242424 50%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#a3a3a3),
		color-stop(0.50, #3b3b3b),
		color-stop(0.50, #242424),
		to(#000000));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.2);
}

header {
	background: #f1f1f1;
	text-align: center;
	padding: 5px 5px 3px 5px;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index:997;
	border-bottom:1px solid #cdcdcd;
}

footer {
	background: #f1f1f1;
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	font-size: 0;
	border-top:1px solid #cdcdcd;
	z-index:997;
}

footer a {
	display: inline-block;
	padding: 5px 10px;
	font-weight: bold;
	color: #1893d0;
	border-right: 1px solid #ddd;
	font-size: 12px;
}

footer a img {
	-webkit-filter: invert(100%);
}

footer a:first-child {
	border-right: 0;
}
.news_marquee {
	padding:7px;
	background-color:#eee;
	margin-top:7px;
	position:relative;
	border: none;
}

.news_marquee .marquee {
	display: block; 
	width: 100%;
	height: 25px;
	z-index:1;
	border: none;
	overflow: hidden;
	direction:ltr;
}

.news_marquee .title_marquee {
	background-color:#0000ff;
	padding:3px 5px;
	position:absolute;
	top:5px;
	right:5px;
	color:#FFF;
	z-index:2;
}


.news_marquee .marquee div{
	direction:rtl;
	display:inline-block;
	margin-left:20px;
	border: none;
	font-size:16px;
}

.news_marquee a {
	color:#000;
	font-size:16px;
}