﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, #side, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,select,input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-size:inherit;
}
/* HTML5 display-role reset for older browsers */
article, #side, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
	height: 100%;
}
body {
    line-height: 1.4;
    direction: rtl;
    font-family: arial;
    height: 100%;
	font-size: 14px;
	background: #f0f0f0;
}
ol, ul {
    list-style: none;
}
:focus {
    outline: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*end css reset*/

.clear:before,
.clear:after {
    content: "";
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    zoom: 1;
}

b,strong {
    font-weight: bold;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('fonts/opensanshebrew-regular.eot');
    src: url('fonts/opensanshebrew-regular.eot') format('embedded-opentype'),
         url('fonts/opensanshebrew-regular.woff') format('woff'),
         url('fonts/opensanshebrew-regular.ttf') format('truetype'),
         url('fonts/opensanshebrew-regular.svg#OpenSansHebrew') format('svg');
}

/***popup**/
.popconatct{
    display:none;
    background-color: #fff;
    border: 8px solid #6a6a6a;
    width: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    behavior: url('ie-css3.htc');
    position: relative;
}

.popconent {
	width: 960px;
}

.popconent .textArea {
	padding: 15px;
	max-height: 500px;
	overflow: hidden;
}

.popconent .textArea a, .textBox .tag {
	color: #fff;
	text-decoration: none;
}

.textT a, #main .textBox  a{
    color: #fa8f37;
    text-decoration: none;
}

.popconent .textArea  a:hover, #main .textBox  a:hover,.textT a:hover {
	text-decoration: underline;
}

.popconent .textArea ul,.textT ul {
    display: block;
    margin: 1.12em 0;
    margin-right: 40px;
    list-style: disc outside none;
}

.popconent .textArea ol,.textT ol {
    list-style-type: decimal;
}

.textT {
    color: #333;
}

.popconatct.box {
    padding: 0;
}

.addquestion {
    width: 650px;
}

.addquestion TextArea {
    resize: vertical;
}

.popconatct.box .header {
    width: 100%;
    height: 44px;
    background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
    border-bottom: 1px solid #bababa;
    -webkit-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    color: #444444;
    text-shadow: 0px 1px 0px #fff;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    behavior: url('ie-css3.htc');
    position: relative;
}

.popconatct.box .textArea {
    padding:  10px;
}

.popconatct span.success {
    color: green;
    font-size: 14px;
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    display: block;
}

.popconatct ul.errors{
    list-style-type: square #000;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}

.popconatct ul.errors li {
    margin-bottom: 7px;
    font-size: 14px;
    color: red;
}

.popconatct i.cancel {
    display: block;
    background: url('../img/cancel.png');
    position: absolute;
    left: 10px;
    top: 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    z-index: 5;
}

#preview{
    position:absolute;
    border:1px solid #040404;
    background:#fff;
    padding:5px;
    display:none;
    color:#040404;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/***popup**/

ul.msg {
    width: 97%;
    list-style: disc outside none;
}

ul.msg li {
    margin-right: 20px;
}

.msg.success, .msg.error {
    border: 1px solid;
    margin: 10px 0px;
    padding: 2% 2% 2% 0px;
}

.msg.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.msg.success li {
    color: #4F8A10;
}
.msg.error {
    color: #D8000C;
    background-color: #FFBABA;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

header {
    width:  100%;
	position: relative;
    overflow:  hidden;
	display: block;
}

.wrap {
    width:  1118px;
    margin:  0 auto;
    position:  relative;
}

.videoresize {
	/* width: 90%; */
}

header #header {
	overflow: hidden;
	background: #000;
	padding: 10px;
	position: relative;
}

nav#menuIcons {
    position:  absolute;
    top:  20px;
    right:  10px;
}

nav#menuIcons a {
    display:  block;
    float:  right;
    margin-left:  10px;
}

nav#menuIcons a.home {
    background: url('../img/sprite.png') -594px -48px;
    width: 30px;
    height: 31px;
}

nav#menuIcons a.clock {
    background: url('../img/sprite.png') -554px -50px;
    width: 30px;
    height: 30px;
}

nav#menuIcons a.music {
    background: url('../img/sprite.png') -516px -52px;
    width: 23px;
    height: 28px;
}

nav#menuIcons a.search {
    background: url('../img/sprite.png') -473px -51px;
    width: 28px;
    height: 28px;
}

a#logo {
	display: block;
	float : right;
	/*background: url('../img/sprite.png') -84px 0px; */
	background: url('../img/logo-or.png');
	width: 300px;
	height: 123px;
	z-index: 3;
	position: absolute;
	top: 27px;

	/* left: 39px; */
}

a#logo_left {
    display: block;
    float: left;
    background: url('../img/left-logo.png');
    width: 129px;
    height: 60px;
    z-index: 3;
    position: relative;
    top: 10px;
    left: -3px;
    margin-top: -60px;
}

i#hat {
	background: url('../img/sprite.png') -12px -177px;
	width: 63px;
	height: 34px;
	position: absolute;
	left: 21px;
	top: 22px;
}

#profileArea {
	margin-bottom: 0px;
	padding: 1%;
	-webkit-box-shadow: 0 1px 4px #ccc;
	-moz-box-shadow: 0 1px 4px #ccc;
	box-shadow: 0 1px 4px #ccc;
	z-index: 200;
	background: #1f1f1f; /* Old browsers */
	background: -moz-linear-gradient(top, #1f1f1f 0%, #060606 81%, #050505 91%, #010101 96%, #020202 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f1f1f), color-stop(81%,#060606), color-stop(91%,#050505), color-stop(96%,#010101), color-stop(100%,#020202)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1f1f1f 0%,#060606 81%,#050505 91%,#010101 96%,#020202 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1f1f1f 0%,#060606 81%,#050505 91%,#010101 96%,#020202 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1f1f1f 0%,#060606 81%,#050505 91%,#010101 96%,#020202 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1f1f1f 0%,#060606 81%,#050505 91%,#010101 96%,#020202 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#020202',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #CDCDCD;
	float: right;
	width: 98%;
}

#profileArea form.headerform {
	float: left;
	width: 320px;
}

#profileArea form.headerform  input[type="text"]{
	height: 24px;
	line-height: 34px;
	background: #f8f8f8;
	border: 1px solid #d3d3d3;
	color: #848484;
	font-size: 14px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	outline: none;
	text-indent: 0px;
	behavior: url('ie-css3.htc');
	display: block;
	position: relative;
	width: 78%;
	padding: 5px;
	float: right;
}

#profileArea img.ravid {
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    behavior: url('ie-css3.htc');
    position: relative;
	display: block;
	float: right;
	margin-left: 5px;
	margin-top: 4px;
	left: 11px;
}

#profileArea nav.userpanel {
	display: block;
	float: right;
}

.tabTitle {
	padding: 0px 10px 0px 20px;
	position: relative;
	margin-top: -1px;
}

#profileArea nav.userpanel div.tab {
	display: block;
	line-height: 40px;
	height: 36px;
	background: #f8f8f8;
	color: #848484;
	cursor: pointer;
	position: relative;
	float: right;
	margin-right: 5px;
	padding: 0px 16px;
	border: 1px solid #d3d3d3;
	border-radius : 6px;
}

#profileArea nav.userpanel div.tab:hover {
	background: #f0f0f0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
	box-shadow: 0 1px 0 rgba(0,0,0,0.10);
}

#profileArea h2 {
    float: right;
    color: #fff;
    line-height: 38px;
    width: 40%;
    text-align: center;
    font-size: medium;
    /* margin: 1px auto; */
    position: relative;
    left: -16px;
}

#profileArea nav.userpanel div.tab.users .tabTitle:after {
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	top: 18px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #848484 transparent transparent transparent;
}

#profileArea nav.userpanel div.tab a.tabHref {
	display: block;
	height: 100%;
}

#profileArea nav.userpanel div.tab a.toggle {
	text-decoration: none;
	color: #848484;
	display: block;
	font-size: 14px;
	float: right;
	position: relative;
}

#profileArea nav.userpanel div.tab .tabTitle.open a.toggle:before ,
#profileArea nav.userpanel div.tab .tabTitle.open a.toggle:after {
	position: absolute;
	content: "";
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
}

#profileArea nav.userpanel div.tab .tabTitle.open a.toggle:before {
	z-index: 1002;
	bottom: -6px;
	margin-left: -9px;
	border-width: 0 9px 9px;
	border-color: transparent transparent #d5d3d3;
}

#profileArea nav.userpanel div.tab .tabTitle.open a.toggle:after {
	z-index: 1003;
	bottom: -7px;
	margin-left: -8px;
	border-width: 0 8px 8px;
	border-color: transparent transparent #fff;
}

#profileArea nav.userpanel div.tab.pm i{
	display: block;
	background: url('../img/sprite.png') -14px -133px;
	width: 19px;
	height: 17px;
	top: 50%;
	position: relative;
	margin-top: -9px;
}

#profileArea nav.userpanel div.tab.exit i {
	display: block;
	background: url('../img/sprite.png') -40px -133px;
	width: 18px;
	height: 15px;
	top: 50%;
	position: relative;
	margin-top: -7px;
}

#profileArea nav.userpanel div.tab ul.userMenu {
	display: none;
	position: absolute;
	top: 45px;
	background: #fff;
	color: #848484;
	line-height: normal;
	right: 0px;
	left: 0px;
	border: 2px solid #d5d3d3;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url('ie-css3.htc');
	padding: 10px;
	width: 160px;
	z-index: 6;
}

#profileArea nav.userpanel div.tab ul.userMenu li a {
	text-decoration: none;
	color: #333;
	font-size: 13px;
	display: block;
	padding: 5px;
}

#profileArea nav.userpanel div.tab ul.userMenu li a:hover {
	background: #f5f5f5;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#profileArea nav.userpanel div.tab ul.userMenu li a i.ic {
	display: block;
	float: right;
	margin-left: 5px;
	background: url('../img/sprite.png');
}

#profileArea nav.userpanel div.tab ul.userMenu li a i.MenuIcon , #profileArea nav.userpanel div.tab ul.userMenu li i.MenuIcon{
	display: block;
	margin-left: 5px;
	float: right;
	width: 16px;
	height: 16px;
}

.videoDownload {
	width: 24px;
	height: 24px;
	background: url('../img/download.png');
	background-repeat: no-repeat;
	display: block;
	float: left;
}

a i.downloadIcon {
	display: block;
	margin-left: 5px;
	float: right;
	width: 24px;
	height: 24px;
	background: url('../img/download.png');
	background-repeat: no-repeat;
}

#faqicon {
	background: url('../img/faq.png');
	background-repeat: no-repeat;
}

#addlessonicon {
	background: url('../img/addlesson.png');
	background-repeat: no-repeat;
}

#tehilimicon {
	background: url('../img/tehilim.png');
	background-repeat: no-repeat;
}

.Scoreicon{
	background: url('../img/score.png');
	background-repeat: no-repeat;
}

#profileArea nav.userpanel div.tab ul.userMenu li a i.ic.cp {
	background-position: -108px -132px;
	width: 17px;
	height: 16px;
}
#profileArea nav.userpanel div.tab ul.userMenu li a i.ic.login {
	background-position: -128px -132px;
	width: 15px;
	height: 15px;
}
#profileArea nav.userpanel div.tab ul.userMenu li a i.ic.recover {
	background-position: -146px -131px;
	width: 18px;
	height: 16px;
}
#profileArea nav.userpanel div.tab ul.userMenu li a i.ic.accept {
	background-position: -87px -131px;
	width: 17px;
	height: 15px;
}
#profileArea nav.userpanel div.tab ul.userMenu li a i.ic.register {
	background-position: -67px -131px;
	width: 17px;
	height: 16px;
}

#menu {
    overflow:  hidden;
}

ul#navigator {
    display:  block;
	padding-right: 10px;
    margin:  0 auto;
    position:  relative;
    z-index:  3;
    height:  42px;
	line-height: 42px;
	border-top: 1px solid #959394;
	background: #1f1f1f; /* Old browsers */
	background: -moz-linear-gradient(top, #1f1f1f 0%, #060606 81%, #050505 91%, #010101 96%, #020202 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f1f1f), color-stop(81%,#060606), color-stop(91%,#050505), color-stop(96%,#010101), color-stop(100%,#020202)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1f1f1f 0%,#060606 81%,#050505 91%,#010101 96%,#020202 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1f1f1f 0%,#060606 81%,#050505 91%,#010101 96%,#020202 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1f1f1f 0%,#060606 81%,#050505 91%,#010101 96%,#020202 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1f1f1f 0%,#060606 81%,#050505 91%,#010101 96%,#020202 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#020202',GradientType=0 ); /* IE6-9 */
    behavior: url('ie-css3.htc');
    position: relative;
}

ul#navigator li {
    float:  right;
	margin-left: 3px;
}

ul#navigator li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding-right: 19px;
	padding-left: 19px;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

ul#navigator li a:hover,ul#navigator li.current a {
	background: #545454;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#container {
    width:  100%;
    position:  relative;
    overflow:  hidden;
    min-height:  400px;
	padding-bottom: 370px;
}

.boxArea {
    width:  100%;
    overflow:  hidden;
    margin-bottom:  20px;
    margin-top:  20px;
}

.right {
    width:  502px;
    margin-left:  5px;
    float:  right;
}

.left {
    float:  right;
    width:  160px;
}

.myform fieldset {
    margin-bottom:  10px;
	position: relative;
}

.myform fieldset.req:after {
	position: absolute;
	content: "*";
	right: -3px;
	top: -8px;
	color: red;
}

.myform fieldset label {
    display:  block;
    float:  right;
    width:  37%;
    margin-left:  2%;
    font-size:  14px;
    font-weight:  bold;
    color:  #6a6a6a;
}

.myform fieldset label  span {
	color: red;
	font-size: 11px;
	display: block;
}

.myform .inputArea {
    float:  right;
    width:  60%;
	overflow: hidden;
}

.myform .inputArea.full {
	width: 100%;
}

.myform .inputArea span {
    display:  inline-block;
	font-size: 14px;
}

.myform fieldset input[type="text"],
.myform fieldset input[type="password"],
.myform fieldset textarea,
.myform fieldset select
 {
    width: 57%;
    float:  right;
    padding: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
    color: #222;
    background: #F7F7F7;
    outline: none;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #E7E6E6;
    border-bottom: 1px solid #E7E6E6;
    behavior: url('ie-css3.htc');
	display: block;
    position: relative;
}

.myform fieldset select {
	width: 60%;
}

.myform fieldset input[type="text"]:focus,
.myform fieldset input[type="password"]:focus,
.myform fieldset textarea:focus {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background: #DEF5E1;
}

.myform fieldset textarea {
	height: 50px;
	line-height: normal;
}

.myform input[type="submit"], .MB_Send {
    display: block;
    float:  left;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 26px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0;
    behavior: url('ie-css3.htc');
    position: relative;
}

.myform input[type="submit"]:hover, .MB_Send:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.myform input[type="submit"]:active, .MB_Send:active {
    background-color: #e6e6e6;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}


.siteform  input[type="text"],
.siteform input[type="password"],
.siteform textarea {
	height: 24px;
	line-height: 34px;
	background: #000;
	color: #fff;
	font-size: 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    outline: none;
	border: 0px;
	text-indent: 0px;
    behavior: url('ie-css3.htc');
	display: block;
    position: relative;
	width: 55%;
	padding: 5px;
}

.siteform.full  input[type="text"],
.siteform.full input[type="password"],
.siteform.full textarea {
	width: 100%;
	height: 34px;
	padding: 0px;
	text-indent: 10px;
}

.block .siteform.full  input[type="text"] {
	width: 187px;
	float: right;
}

.siteform textarea {
	line-height: normal;
	height: 50px;
	text-indent: 0px;
}

.siteform input[type="submit"],.siteform button[type="submit"] {
	background: #f8f8f8;
	border: 1px solid #d3d3d3;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #848484;
	font-size: 14px;
	padding: 0px 8px 0px 8px;
	float: left;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url('ie-css3.htc');
	display: block;
    position: relative;
	cursor: pointer;
}

.siteform button[type="submit"] {
	padding: 0px 15px 0px 15px;
}

.siteform button[type="submit"] i.UpSearch {
	content: "";
	background: url('../img/sprite.png') -170px -131px;
	width: 16px;
	height: 16px;
	display: block;
}

#VideoSearch {
    content: "";
    background: url('../img/sprite.png') -125px -130px;
    width: 62px;
    height: 16px;
    display: block;
    margin-right: -3px;
}

.siteform input[type="submit"]:hover,.siteform button[type="submit"]:hover {
	background: #f0f0f0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
	box-shadow: 0 1px 0 rgba(0,0,0,0.10);
}

.errorField {
    outline:  1px solid #b94a48 !important;
}

img.loading {
    display:  inline-block;
    margin-right:  5px;
}

#con {
	margin-top: 2px;
}

#side {
	float: right;
	display: block;
	width: 27%;
	margin-right: 1%;
}

#side .block {
	width: 100%;
	background: #e6e6e5;
	min-height: 101px;
	margin-bottom: 5px;
	position: relative;
}

.smallBlock {
	height: 165px;
	overflow: hidden;
	float: right;
}

.titleArea {
	display: block;
	color: #cbc9ca;
	line-height: 33px;
	font-size: 16px;
	font-weight: bold;
	min-width: 175px;
	background: #333333;
	border-top: 5px solid #545454;
	border-bottom: 1px solid #D0D6D6;
	color: #CBC9CA;
	width: 100%;
    behavior: url('ie-css3.htc');
	overflow: hidden;
    height: 33px;
}

.titleArea span {
	display: block;
	float: right;
}

.titleArea form {
	display: block;
	float: right;
	width: 50%;
}

.blockTitle.solid {
	margin-bottom: 5px;
}

.blockTitle.fright {
	margin-top: 0px;
}

.blockTitle span a {
	text-decoration: none;
	float: left;
	color: #000;
	font-size: 12px;
	margin-left: 5px;
	display: block;
}

.blockTitle span {
	display: block;
	color: #cbc9ca;
	float: left;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 17px;
	min-width: 175px;
	background: #4d4d4d; /* Old browsers */
	background: -moz-linear-gradient(left, #4d4d4d 0%, #464646 22%, #2a2a2a 74%, #212121 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4d4d4d), color-stop(22%,#464646), color-stop(74%,#2a2a2a), color-stop(100%,#212121)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #4d4d4d 0%,#464646 22%,#2a2a2a 74%,#212121 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #4d4d4d 0%,#464646 22%,#2a2a2a 74%,#212121 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #4d4d4d 0%,#464646 22%,#2a2a2a 74%,#212121 100%); /* IE10+ */
	background: linear-gradient(to right, #4d4d4d 0%,#464646 22%,#2a2a2a 74%,#212121 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#212121',GradientType=1 ); /* IE6-9 */
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
    behavior: url('ie-css3.htc');
    margin-left: -1px;
}

.blockTitle.fbright span {
	float: right;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
	background: #212121; /* Old browsers */
	background: -moz-linear-gradient(left, #212121 0%, #2a2a2a 26%, #464646 78%, #4d4d4d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#212121), color-stop(26%,#2a2a2a), color-stop(78%,#464646), color-stop(100%,#4d4d4d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #212121 0%,#2a2a2a 26%,#464646 78%,#4d4d4d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #212121 0%,#2a2a2a 26%,#464646 78%,#4d4d4d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #212121 0%,#2a2a2a 26%,#464646 78%,#4d4d4d 100%); /* IE10+ */
	background: linear-gradient(to right, #212121 0%,#2a2a2a 26%,#464646 78%,#4d4d4d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#4d4d4d',GradientType=1 ); /* IE6-9 */
}

.blockTitle.full {
	background: #cbc9cb;
	margin-top: 10px;
}

.blockTitle.full span {
	width: 60% !important;
}

.blockTitle i {
	display: block;
	float: left;
	width: 16px;
	background: url('../img/leftTitle.png');
	height: 49px;
	margin-top: -1px;
	margin-left: -3px;
}

.blockTitle.fbright i {
	float: right;
	background: url('../img/rightTitle.png');
	width: 15px;
}

.blockTitle.fright span {
	float: right;
	background: #333333;
	border-top: 5px solid #545454;
	border-bottom: 1px solid #D0D6D6;
	color: #CBC9CA;
}

.blockTitle.fright span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	width: 100%;
}

h4.sTitle {
	font-family: 'Open Sans Hebrew', arial;
	font-size: 24px;
	font-weight: bold;
}

.centerText {
	text-align: center;
}

h3.subTitle {
	background: #E8EBEB;
	border-top: 5px solid #545454;
	border-bottom: 1px solid #D0D6D6;
	width: 100%;
	display: block;
	color: #545454;
	font-size: 16px;
	text-indent: 10px;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 5px;
}

#side .block .blockText {
	font-size: 14px;
	margin: 10px;
	color: #4a4a4a;
}

#main {
	display: block;
	float: right;
	width: 72%;
	position: relative;
}

#main .textBox {
	margin: 10px;
	overflow: hidden;
}

.blocksLine {
	margin-bottom: 5px;
	overflow: hidden;
}

.blocksLine .block {
	min-height: 209px;
	margin-left: 5px;
	float: right;
	background: #e6e6e5;
	position: relative;
}

.blocksLine .block .footerBlock {
	background: #E8EBEB;
	border-top: 1px solid #D0D6D6;
	border-bottom: 1px solid #D0D6D6;
	color: #000;
	width: 100%;
}

.blocksLine .block .footerBlock a {
	display: block;
	line-height: 25px;
	text-indent: 5px;
	text-decoration: none;
	color: #000;
}

.blocksLine .block.free {
	height: auto;
	min-height: 80px;
	padding-bottom: 10px;
	width: 100%;
}

.blocksLine .block .blockText {
	margin: 5px;
}

.blocksLine .block p.textArea {
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 48%;
	margin-top: 5px;
}

.blocksLine .block p.textArea.fright {
	left: auto;
	float: right;
}

p.text {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.faqList .faqBox {
	overflow: hidden;
	margin-bottom: 3px;
	background: #e0e0e0; /* Old browsers */
	background: -moz-linear-gradient(left, #e0e0e0 0%, #ffffff 88%, #ffffff 88%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e0e0e0), color-stop(88%,#ffffff), color-stop(88%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #e0e0e0 0%,#ffffff 88%,#ffffff 88%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #e0e0e0 0%,#ffffff 88%,#ffffff 88%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #e0e0e0 0%,#ffffff 88%,#ffffff 88%); /* IE10+ */
	background: linear-gradient(to right, #e0e0e0 0%,#ffffff 88%,#ffffff 88%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.faqBox .blockTitle span {
	border-top: 0px !important;
}

.favfaq ul.pagin {
	top: -2px !important;
}

.faqList .faqBox i, i.tick {
	display: block;
	width: 9px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 8px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #fa8f37;
}

.faqList .faqBox h4 {
	display: block;
	width: 100%;
	cursor: pointer;
	color: #000;
	line-height: 24px;
}

.faqList .faqBox > a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 100%;
	line-height: 24px;
}

.maxlist {
    max-height: 270px;
    overflow: auto;
}

.ansBox {
	display: none;
}

.ansBox img {
    margin-left: 5px;
}

a.tag {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #c14e16;
	position: relative;
	padding-right: 15px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 12px;
    behavior: url('ie-css3.htc');
	overflow: hidden;
	margin-left: 5px;
}

a.tag:before {
	display: block;
	position: absolute;
	right: 0px;
	top: 8px;
	background: url('../img/tag.png');
	width: 8px;
	height: 8px;
	content: "";
	margin-right: 2px;
	text-decoration: none;
}

a.tag:hover {
	text-decoration: none;
}

span.accept {
	color: green;
}

span.reject {
	color: red;
}

span.highLight {
	color: #c14e16;
}

nav.buttons {
	display: block;
	float: left;
}

nav.buttons a,a.button {
	display: block;
	color: #fff !important;
	text-decoration: none;
	display: inline-block;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #c14e16;
	position: relative;
	padding: 8px;
	font-size: 12px;
	behavior: url('ie-css3.htc');
	overflow: hidden;
	margin-right: 5px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

a.button {
	margin: 0;
}

nav.buttons a:hover,a.button:hover {
	background: #fa8f37;
	text-decoration: none !important;
}

.pagination {
	margin-top: 20px;
}

.pagination a.LinkPage, .pagination span.ActivePage,.pagination a.controls {
	display: inline-block;
	background: #fa8f37;
	margin-left: 0px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 2px 8px 2px 8px;
	margin-bottom: 3px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	position: relative;
	text-decoration: none;
	behavior: url('ie-css3.htc');
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.pagination span.ActivePage,.pagination a.LinkPage:hover,.pagination a.controls:hover {
	background: #c14e16;
}

.imagesBlock {
	margin-right: 1px;
	background: #e6e6e5;
	width: 98%;
	overflow: hidden;
	padding: 1%;
}

.imagesBlock a.preview {
	float: right;
	display: block;
	overflow: hidden;
	width: 112px;
	height: 91px;
	margin-left: 39px;
	margin-bottom: 20px;
	border: 1px solid #fff;
}

.imagesBlock a.preview:hover {
	border: 1px solid red;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.imagesBlock a.preview img {
	width: 100%;
	height: 100%;
	border: 0px;
}

/*****FIREFLIES*****/

@-webkit-keyframes fireflies {
    0% {
        top: 100px;
        opacity: 0;
    }
    20% {
        top: 60px;
        opacity: 1;
    }
    70% {
        top: -40px;
        opacity: 1;
    }
    80% {
        top: -60px;
        opacity: 0;
    }
    100% {
        top: 100px;
        opacity: 0;
    }
}

@keyframes fireflies {
    0% {
        top: 100px;
        opacity: 0;
    }
    20% {
        top: 60px;
        opacity: 1;
    }
    70% {
        top: -40px;
        opacity: 1;
    }
    80% {
        top: -60px;
        opacity: 0;
    }
    100% {
        top: 100px;
        opacity: 0;
    }
}

@-moz-keyframes fireflies {
    0% {
        top: 100px;
        opacity: 0;
    }
    20% {
        top: 60px;
        opacity: 1;
    }
    70% {
        top: -40px;
        opacity: 1;
    }
    80% {
        top: -60px;
        opacity: 0;
    }
    100% {
        top: 100px;
        opacity: 0;
    }
}

@-ms-keyframes fireflies {
    0% {
        top: 100px;
        opacity: 0;
    }
    20% {
        top: 60px;
        opacity: 1;
    }
    70% {
        top: -40px;
        opacity: 1;
    }
    80% {
        top: -60px;
        opacity: 0;
    }
    100% {
        top: 100px;
        opacity: 0;
    }
}

@-o-keyframes fireflies {
    0% {
        top: 100px;
        opacity: 0;
    }
    20% {
        top: 60px;
        opacity: 1;
    }
    70% {
        top: -40px;
        opacity: 1;
    }
    80% {
        top: -60px;
        opacity: 0;
    }
    100% {
        top: 100px;
        opacity: 0;
    }
}

#firefliesArea {
    position: relative;
    width: 960px;
    height: 128px;
    z-index: 2;
}

.fireflies {
    width: 430px;
    height: 320px;
    background: url('../img/fireflies/firefly_1.png') center top no-repeat;
    position: absolute;
    z-index: 4;
}

div.fireflies.firefly_1 {
    left: 30px;
    animation-name: fireflies;
    animation-duration: 5s;
    -webkit-animation: fireflies 5s infinite linear;
    -moz-animation: fireflies 5s infinite linear;
    -ms-animation: fireflies 5s infinite linear;
    -o-animation: fireflies 5s infinite linear;
}

div.fireflies.firefly_2 {
    left: 300px;
    animation-name: fireflies;
    animation-duration: 7s;
    -webkit-animation: fireflies 7s infinite linear;
    -moz-animation: fireflies 7s infinite linear;
    -ms-animation: fireflies 7s infinite linear;
    -o-animation: fireflies 7s infinite linear;
}

div.fireflies.firefly_3 {
    left: 30px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.5);
    animation-name: fireflies;
    animation-duration: 10s;
    -webkit-animation: fireflies 10s infinite linear;
    -moz-animation: fireflies 10s infinite linear;
    -ms-animation: fireflies 10s infinite linear;
    -o-animation: fireflies 10s infinite linear;
}

div.fireflies.firefly_4 {
    left: 30px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    animation-name: fireflies;
    animation-duration: 3s;
    -webkit-animation: fireflies 3s infinite linear;
    -moz-animation: fireflies 3s infinite linear;
    -ms-animation: fireflies 3s infinite linear;
    -o-animation: fireflies 3s infinite linear;
}

div.fireflies.firefly_5 {
    left: 30px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    animation-name: fireflies;
    animation-duration: 12s;
    -webkit-animation: fireflies 12s infinite linear;
    -moz-animation: fireflies 12s infinite linear;
    -ms-animation: fireflies 12s infinite linear;
    -o-animation: fireflies 12s infinite linear;
}

div.fireflies.firefly_6 {
    left: 30px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    animation-name: fireflies;
    animation-duration: 12s;
    -webkit-animation: fireflies 12s infinite linear;
    -moz-animation: fireflies 12s infinite linear;
    -ms-animation: fireflies 12s infinite linear;
    -o-animation: fireflies 12s infinite linear;
}

div.fireflies.firefly_7 {
    left: 30px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    animation-name: fireflies;
    animation-duration: 7s;
    webkit-animation: fireflies 7s infinite linear;
    -moz-animation: fireflies 7s infinite linear;
    -ms-animation: fireflies 7s infinite linear;
    -o-animation: fireflies 7s infinite linear;
}

div.fireflies.firefly_8 {
    left: 100px;
    animation-name: fireflies;
    animation-duration: 5s;
    -webkit-animation: fireflies 5s infinite linear;
    -moz-animation: fireflies 5s infinite linear;
    -ms-animation: fireflies 5s infinite linear;
    -o-animation: fireflies 5s infinite linear;
}

div.fireflies.firefly_9 {
    left: 300px;
    animation-name: fireflies;
    animation-duration: 12s;
    -webkit-animation: fireflies 12s infinite linear;
    -moz-animation: fireflies 12s infinite linear;
    -ms-animation: fireflies 12s infinite linear;
    -o-animation: fireflies 12s infinite linear;
}

/*****FIREFLIES*****/

.webidSlider {
	position: relative;
	margin-bottom: 5px;
	height: 28px;
}

.webidSlider .slider-wrap {
	margin: 0 auto;
	overflow: hidden;
	width: 750px;
	display: none;
}

.webidSlider .slider {
    position: relative;
    right: 0;
    top: 0;
}

.webidSlider .slider .item {
    float: right;
    list-style: none;
    margin-left: 6px;
    width: 120px;
	height: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
	cursor: pointer;
	text-decoration: none;
}

.specialheaders  {
background: #E7E7E7 !important;
color: #000 !important;
}

.webidSlider .slider .item:hover, .webidSlider .slider .item-active{

	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7; */
}



.webidSlider .slider .item span {
	display: block;
	height: 27px;
	line-height: 27px;
	margin-bottom: 3px;
	text-align: center;
	width: 100%;
	background-color: #1f1f1f;
	color: #fff;
	position: relative;
	behavior: url('ie-css3.htc');
}

.webidSlider .slider .item span:hover, .webidSlider .slider .item-active span {
    color : #fa8f37;
    border-bottom: 3px solid #fa8f37;
}

.webidSlider .slider .blackItem {
	background: #1f1f1f;
	background: -moz-linear-gradient(top, #1f1f1f 0%, #060606 81%, #050505 91%, #010101 96%, #020202 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f1f1f), color-stop(81%,#060606), color-stop(91%,#050505), color-stop(96%,#010101), color-stop(100%,#020202));
	background: -webkit-linear-gradient(top, #1f1f1f 0%,#060606 81%,#050505 91%,#010101 96%,#020202 100%);
	background: -o-linear-gradient(top, #1f1f1f 0%,#060606 81%,#050505 91%,#010101 96%,#020202 100%);
	background: -ms-linear-gradient(top, #1f1f1f 0%,#060606 81%,#050505 91%,#010101 96%,#020202 100%);
	background: linear-gradient(to bottom, #1f1f1f 0%,#060606 81%,#050505 91%,#010101 96%,#020202 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#020202',GradientType=0 );
}

#videosSlider {
    font-size: 12px;
}

.webidSlider .slider .videoPlace .index img {
    float:left;
    height: 80px;
    display:inline-block;
    margin-left: 5px;
}

.webidSlider .slider .videoPlace {
    display: inline-block;
}

#videosSliderPreview {
    height: 80px;
}

.webidSlider .slider .item img {
    display: block;
    height: 80px;
	width: 100%;
}

.webidSlider .slider-controls a, #UpcomingLectures .slider-controls a {
	width: 21px;
	height: 100%;
	position: absolute;
	display: block;
	background: #545454;
	cursor: pointer;
	top: 0;
}

.webidSlider .slider-controls a i, #UpcomingLectures .slider-controls a i {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #ffffff;
	top: 50%;
	position: relative;
	margin: 0 auto;
	margin-top: -5px;
}

.webidSlider .slider-controls .prev, #UpcomingLectures .slider-controls .prev {
    right: 0;
	-webkit-border-radius: 0px 7px 7px 0px;
	-moz-border-radius: 0px 7px 7px 0px;
	border-radius: 0px 7px 7px 0px;
}

.webidSlider .slider-controls .next, #UpcomingLectures .slider-controls .next {
    left: 0;
	-webkit-border-radius: 7px 0px 0px 7px;
	-moz-border-radius: 7px 0px 0px 7px;
	border-radius: 7px 0px 0px 7px;
}

.webidSlider .slider-controls a.next i, #UpcomingLectures .slider-controls a.next i {
	border-width: 7.5px 10px 7.5px 0;
	border-color: transparent #ffffff transparent transparent;
}

.webidSlider#faqSlider {
	height: 27px;
}

.webidSlider#faqSlider  .slider-controls a i {
	margin-top: -7px;
}

.webidTickers {
	position: relative;
}

.webidTickers .tickers {
	height: 150px;

	overflow: hidden;
	position: relative;
	display: block;
}

#maxtickers {
	margin : 0px;
	height: 170px;
}

.webidTickers .tickers .ticker {
	display: none;
	position: absolute;
	overflow: hidden;
	top: 0px;
	right: 0px;
	z-index: 1;
}

.webidTickers .tickers .ticker .subTicker {
	display: block;
	float: right;
	margin-left: 3px;
}

.webidTickers .tickers .ticker .subTicker.last {
	margin-left: 0px;
}

.webidTickers .tickers .ticker.current {
	z-index: 2;
	display: block;
}

.webidTickers#ads .tickers li img {
	max-height: 243px;
	max-width: 298px;
}

.ads {
	height: 264px !important;
}



.webidTickers ul.pagin {
	top: 3px;
	left: 5px;
	display: block;
	position: absolute;
}

.VideoTextSearch {
    background-color: #fff;
    color:  #000;
    line-height: 17px;
    width: 46%;
    margin-right: 175px;
    height: 25px;
    margin-top: -28px;
    font-size: 13px;
    text-indent: 3px;
    font-weight: normal;
}

.titleArea  ul.pagin.regular {
	position: relative;
	left: auto;
	float: right;
	width: 16%;
    font-size: 14px;
}

#StreamsRepeat ul.pagin.regular {
    top: -1px;
    overflow: visible;
    left: -30px;
    font-weight: normal;
}

.webidTickers ul.pagin.fright {
	right: 5px;
	left: auto;
}

.webidTickers ul.pagin li {
	float: left;
	height: 37px;
	line-height: 37px;
}

.webidTickers ul.pagin.fright li {
	float: right;
}

.webidTickers ul.pagin li a {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 2px 7px;
	color: #d0ced0;
	height: 24px;
	background: #ededef;
	text-decoration: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
	position: relative;
	behavior: url('ie-css3.htc');
	margin-right: 5px;
}

.webidTickers ul.pagin.fright li a {
	margin-right: 0px;
	margin-left: 5px;
}

.webidTickers ul.pagin.light li a {
	background: #fbfbfd;
	color: #cbc9cb;
}

.webidTickers ul.pagin li.current a {
	background: #545454;
	color: #ededef;
}

.webidTickers ul.pagin.light li.current a {
	background: #cbc9cb;
	color: #fbfbfd;
}

.favfaq ul.pagin {
	z-index: 5;
}

.favfaq .textArea h3 span {
	background: #595959;
	color: #fff;
}

.favfaq .textArea h3 span b {
	display: block;
	width: 72%;
	font-weight: normal;
	overflow: hidden;
}

.favfaq .tickers  {
	margin: 0;
	margin-top: 5px;
	height: 110px;
}

.favfaq .tickers li img {
	float: right;
}

.favfaq .tickers li .textArea {
	float: right;
	width: 693px;
	height: 110px;
	overflow: hidden;
	background: #f0f0f0;
}

.tehilimFAQ  .favfaq .tickers li .textArea {
	width: 313px;
	height: 80px;
}

.tehilimFAQ .favfaq .tickers {
	height: 80px;
}

.tehilimFAQ  .blockTitle span {
	text-indent: 4px;
}

.favfaq .tickers li .textArea > p {
	margin: 5px;
}

.favfaq .tickers li .textArea > p a.readmore {
	color: #595959;
	text-decoration: none;
}

.searchEngines .openList {
	float: right;
	width: 189px;
	margin-right: 10px;
	margin-top: 10px;
}

.searchEngines.calendar .openList {
	width: 49.5%;
	margin-right: 0px;
	margin-left: 1%;
}

.searchEngines .openList i.nav {
	display: block;
	position: absolute;
	right: 9px;
	top: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	border-color: #fa8f37 transparent transparent transparent;
}

.searchEngines .openList ul.list i.nav {
	top: 11px;
}

.searchEngines .openList h3 {
	display: block;
	background: #545454;
	color: #fff;
	height: 32px;
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
	position: relative;
	behavior: url('ie-css3.htc');
}

.searchEngines .openList .drop input[type="text"] {
	background: #E8EBEB;
	border: 0px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #000;
	width: 100%;
}

.searchEngines .openList ul.list {
	position: relative;
}

.searchEngines .openList .drop ul.list > li > a {
	background: #000;
	color: #fa8f37;
	text-align: center;
	display: block;
	-webkit-border-radius: 0px 0px 12px 12px;
	-moz-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
	position: relative;
	behavior: url('ie-css3.htc');
	text-decoration: none;
	height: 36px;
	line-height: 32px;
}

.searchEngines .openList .drop ul.list > li  input[type="submit"] {
	display: block;
	position: absolute;
	top: 5px;
	left: 8px;
	background: url('../img/search.png');
	width: 20px;
	height: 21px;
	border: 0px;
	cursor: pointer;
}

.searchEngines .openList .drop ul.list a.none {
	cursor: default;
}

.searchEngines .openList .drop ul.list .scrollBottom {
	display: none;
	top: 26px;
	max-height: 116px;
	overflow: hidden;
	width: 100%;
	z-index: 2;
	background: #000;
	-webkit-border-radius: 0px 0px 12px 12px;
	-moz-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
	position: absolute;
	behavior: url('ie-css3.htc');
	padding-bottom: 11px;
}

.searchEngines .openList .drop ul.list .scrollBottom  a.check {
	display: block;
	color: #fff;
	background: #000;
	text-decoration: none;
	padding-right: 11px;
	padding-left: 11px;
	border-bottom: 1px dashed #fff;
	height: 27px;
	line-height: 27px;
}

.searchEngines .openList .drop ul.list .scrollBottom a.check:hover {
	background: #fa8f37;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.searchEngines .openList .drop ul.list .scrollBottom a.last {
	border-bottom: 0px;
}

.loadingBefore.abs {
	position: absolute;
	left: 10px;
	top: 10px;
}

div.chapters {
	/*overflow: hidden;*/
	margin-bottom: 10px;
	height: 121px;
    margin-top: -32px;
}

.chapters ul li {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	background: #e6e6e5;
}

.chapters ul li p {
	display: none;
}

.chapters ul li a, .chapters ul li span {
	width: 32px;
	height: 22px;
	display: block;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	color: #000;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.chapters ul li a.unread {
	background: #c14e16;
	color: #fff;
}

form.tehilim {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}

form.tehilim input[type="text"], form.tehilim select {
	background: #e6e6e5;
	width: 44%;
	height: 27px;
	line-height: 27px;
	text-align: center;
	margin-left: 1%;
	float: right;
}

form.tehilim input[type="submit"] {
	background: #e6e6e5;
	width: 9%;
	height: 27px;
	line-height: 27px;
	text-align: center;
	cursor: pointer;
	float: right;
}

.tefila_text {
	height: 150px;
	overflow: hidden;
}

.tfilotList {
	margin-top: 10px;
    float: right;
}

.tfilotList a {
	display: block;
	width:100%;
	margin-left: 1%;
	background: #4d4d4d;
	background: -moz-linear-gradient(left, #4d4d4d 0%, #464646 22%, #2a2a2a 74%, #212121 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4d4d4d), color-stop(22%,#464646), color-stop(74%,#2a2a2a), color-stop(100%,#212121));
	background: -webkit-linear-gradient(left, #4d4d4d 0%,#464646 22%,#2a2a2a 74%,#212121 100%);
	background: -o-linear-gradient(left, #4d4d4d 0%,#464646 22%,#2a2a2a 74%,#212121 100%);
	background: -ms-linear-gradient(left, #4d4d4d 0%,#464646 22%,#2a2a2a 74%,#212121 100%);
	background: linear-gradient(to right, #4d4d4d 0%,#464646 22%,#2a2a2a 74%,#212121 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#212121',GradientType=1 );
	color: #cbc9ca;
	text-decoration: none;
	margin-bottom: 1%;
	padding: 4px 0;
	text-indent: 5px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.tfilotList a:hover, .chapters ul li a:hover {
	color: #fa8f37;
}

.chapters ul li a.unread:hover {
	color: #000;
}

.addButtons {
	display: none;
}

.posButtons:before {
	content: "";
	clear: both;
}

.posButtons {
	margin-right: 10px;
	overflow: hidden;
}

ul#moreMenu {
	display: none;
	-webkit-box-shadow: 0 1px 4px #ccc;
	-moz-box-shadow: 0 1px 4px #ccc;
	box-shadow: 0 1px 4px #ccc;
	z-index: 200;
	background: #F4F4F4;
	border-bottom: 1px solid #CDCDCD;
	width: 100%;
	height: 41px;
	overflow: hidden;
}

ul#moreMenu.open {
	display: block;
}

ul#moreMenu li a {
	display: block;
	float: right;
	margin-right: 7px;
	background: #E8EBEB;
	padding: 7px;
	text-decoration: none;
	color: #000;
	margin-top: 3px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url('ie-css3.htc');
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

ul#moreMenu li a:hover,ul#moreMenu li.current a {
	background: #545454;
	color: #fff;
}

table.tablelist {
	border-collapse: separate;
	border-spacing: 0px 3px;
	width: 100%;
}

table.tablelist  thead th {
	background: #fa8f37;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	text-align: center;
}

table.tablelist  tbody tr {
	background: #e6e6e5;
	margin-bottom: 2px;
}

table.tablelist  tbody tr td {
	color: #383838;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

table.tablelist tbody tr.openEvent {
	cursor: pointer;
}

table.tablelist tbody tr.openEvent:hover td {
	color: #fa8f37;
}

table.events {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}

table.events tr {
	border-bottom: 2px solid #424242;
}

table.events tr td.name {
	width: 15%;
	color: #fff;
	padding-right: 10px;
	height: 33px;
	line-height: 33px;
	background: rgb(94,94,94);
	background: -moz-linear-gradient(top, rgba(94,94,94,1) 0%, rgba(68,68,68,1) 66%, rgba(66,66,66,1) 73%, rgba(66,66,66,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,94,94,1)), color-stop(66%,rgba(68,68,68,1)), color-stop(73%,rgba(66,66,66,1)), color-stop(100%,rgba(66,66,66,1)));
	background: -webkit-linear-gradient(top, rgba(94,94,94,1) 0%,rgba(68,68,68,1) 66%,rgba(66,66,66,1) 73%,rgba(66,66,66,1) 100%);
	background: -o-linear-gradient(top, rgba(94,94,94,1) 0%,rgba(68,68,68,1) 66%,rgba(66,66,66,1) 73%,rgba(66,66,66,1) 100%);
	background: -ms-linear-gradient(top, rgba(94,94,94,1) 0%,rgba(68,68,68,1) 66%,rgba(66,66,66,1) 73%,rgba(66,66,66,1) 100%);
	background: linear-gradient(to bottom, rgba(94,94,94,1) 0%,rgba(68,68,68,1) 66%,rgba(66,66,66,1) 73%,rgba(66,66,66,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#424242',GradientType=0 );
	margin-left: 10px;
}

table.events tr td.value {
	width: 85%;
	background: #d7d7d7;
	padding-right: 12px;
}

.downloadMp3 {
	display: block;
	background: url('../img/mp3.png');
	width: 30px;
	height: 37px;
	margin: 0 auto;
}

footer {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 327px;
}
/*   NEW MENU                */
.s19label {
	font: normal normal bold 17px/1.4em arial,'ｍｓ ｐゴシック','ms pgothic','돋움',dotum,helvetica,sans-serif;
	transition: all 0.12s ease 0s;
	color: #FFFFFF;
	display: inline-block;
	margin-top: -webkit-calc(-1 * 0px);
	margin-top: calc(-1 * 0px);
	position: relative;
	white-space: nowrap;
}

.s19link {
	border-radius: 15px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(175, 15, 12, 1);
	border: solid rgba(255, 255, 255, 1) 0px;
	box-shadow: 1px 1px #580806, 3px 3px #580806, 5px 5px #580806, 7px 7px #580806, 9px 9px #580806;
	cursor: pointer !important;
	transition: all 0.12s ease 0s;
}

.s19:active[data-state~="mobile"] .s19label, .s19:hover[data-state~="desktop"] .s19label {
color: #FFFFFF;
}
/*   END NEW MENU                */

footer .wrap {
	background: #000;
	border-top: 13px solid #fa8f37;
}

footer .wrap .blocks {
	margin-right: 160px;
	margin-bottom: 97px;
	margin-top: 26px;
	overflow: hidden;
}

footer .wrap .blocks .block {
	float: right;
	width: 115px;
	margin-left: 33px;
}

footer .wrap .blocks .block ul li {
	font-size: 12px;
	border-bottom: 1px dotted #616161;
	color: #616161;
}

footer .wrap .blocks .block ul li.active {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #fff;
}

footer .wrap .blocks .block ul li a {
	color: #616161;
	width: 100%;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

footer .wrap .blocks .block ul li a:hover {
color: #fff;
}

footer .wrap .cp {
	float: left;
	color: #fff;
	font-size: 12px;
	margin-top: -18px;
	margin-left: 22px;
}

.webid {
	background: url('../img/webid.png') no-repeat;
	float: right;
	height: 35px;
	line-height: 48px;
	width: 126px;
	background-position: right;
	padding-right: 57px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-family: arial;
	margin-top: -32px;
	margin-right: 15px;
}

.player {
	display: block;
	width: 530px;
	height: 370px;
	margin: 0 auto;
	float: left;
}

#Wrapper_M { /* Wrapper for the millioner game*/
    width: auto;
    height: auto;
    display: block;
}

#Q_A { /* Questions and Answers section*/
    float: left;
    width: 70%;
}

#Stages { /* Stages */
    position : absolute;
    width: 27%;
}

#Stages_Header {
    font-weight: bold;
    text-align: center;
    background-color: #000;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
}

.Answer {
    text-align: right;
    background-color: #e6e6e5;
    color: #000;
    border-radius: 3px;
    margin: 10px 0;
    padding: 7px;
    word-break: break-all;
    cursor: pointer;
}

.Answer:hover {
    background-color: #fa8f37;
    color: #fff;
}

.Answer:active {
    color: #fff;
    background-color: #fa8f37;
}

.Answer i {
    border-radius: 50px;
    background-color: #fa8f37;
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-left: 7px;
}


#Question {
    font-weight: bold;
    text-align: center;
    background-color: #000;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
}

#Question p {
    margin-right: 5px;
}

.Mark {
    text-align: center;
    background-color: #E8EBEB;
    border-radius: 3px;
    margin: 8px 0;
    padding: 5px;
    word-break: break-all;
}

#Send {
    margin-left: 231px;
}

.count {
    display: inline-block;
    width: auto;
    height:20px;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 24px;
    color: #fff;
    font-weight: 300;
}

.Top10 {
    position: relative;
    margin-top: 74px;
    height: 60px;
}

.topten {
    font-weight: bold;
    text-align: center;
    background-color: #000;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
}

.table_mark {
    margin-top: 12px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.clock {
    float: right;
    position: absolute;
    margin-top: -55px;
}

#GameMsg {
    display: none;
	min-height: 298px;
}

.wrong_g {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.wrong_g h3 {
    font-size: large;
    font-weight: bold;
}

@font-face {
    font-family: 'gan_clmbold';
    src: url('fonts/ganclm_bold-webfont.eot');
    src: url('fonts/ganclm_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ganclm_bold-webfont.woff') format('woff'),
         url('fonts/ganclm_bold-webfont.ttf') format('truetype'),
         url('fonts/ganclm_bold-webfont.svg#gan_clmbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Shmulik CLM';
    src: url('fonts/ShmulikCLM.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.Wrapper_Trivia {
    margin-left: 80px;
    width: 100%;
    background-color: #e6e6e5;
}

#Header_Trivia {
    background-color: #000;
    border-radius: 15px;
    font-size: x-large;
    font-weight: bold;
    color: #fff;
}

#Header_Trivia > h2 {
    margin-right: 316px;
}

#Slogan_Trivia{
    font-family: gan_clmbold;
    font-size: medium;
    width: 100%;
}

#Form_Trivia {
    font-weight: bold;
    font-size: medium;
}

#Trivia_Send:active {
    margin-top: 3px;
    background-color: #545454;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#Trivia_Send {
    display: inline-block;
    margin-right: 217px;
    margin-top: 3px;
    width: 167px;
    float:  left;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 26px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #fa8f37;
    background-image: -ms-linear-gradient(top, #a15707, #fa8f37);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a15707), to(#fa8f37));
    background-image: -webkit-linear-gradient(top, #a15707, #fa8f37);
    background-image: -o-linear-gradient(top, #a15707, #fa8f37);
    background-image: linear-gradient(top, #a15707, #fa8f37);
    background-image: -moz-linear-gradient(top, #a15707, #fa8f37);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0;
    behavior: url('ie-css3.htc');
    position: relative;
    font-size: medium;
}

#Messages {
    background-color: #848484;
    color: #fa8f37;
    text-align: right;
}

#Messages thead {
    text-align: center;
    font-size: medium;
}

#MessageCounter {
    background-color: #b62222;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    border-radius: 100px;
    top: -29%;
    left: -98%;
    height: 20px;
    width: 20px;
}

#MessageCounter p {
    text-align: center;
    position: relative;
    top: -8px;
    left: -1px;
}

.msgBox {
	overflow: hidden;
	margin-bottom: 3px;
	background: #e0e0e0; /* Old browsers */
	background: -moz-linear-gradient(left, #e0e0e0 0%, #ffffff 88%, #ffffff 88%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e0e0e0), color-stop(88%,#ffffff), color-stop(88%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #e0e0e0 0%,#ffffff 88%,#ffffff 88%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #e0e0e0 0%,#ffffff 88%,#ffffff 88%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #e0e0e0 0%,#ffffff 88%,#ffffff 88%); /* IE10+ */
	background: linear-gradient(to right, #e0e0e0 0%,#ffffff 88%,#ffffff 88%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.msgBox .blockTitle span {
	border-top: 0px !important;
}

.msgBox i, i.tick {
	display: block;
	width: 9px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 8px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #ccc;
}

.msgBox h4 {
	display: block;
	width: 100%;
	cursor: pointer;
	color: #000;
	line-height: 24px;
}

.msgBox > a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 100%;
	line-height: 24px;
}

.notRead h4{
    font-weight: bolder;
}

.notRead i {
	display: block;
	width: 9px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 8px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #fa8f37;
}

.pirsomoteran {
    margin-right: 5%;
}

#Polls h4, .PollsBox h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 3%;
    margin-bottom: 4px;
}

#Polls label, .PollsBox label {
    width: 90%;
    float: right;
    margin-left: 1%;
    font-weight: bold;
    margin-top: -3px;
}

#Polls input[type="radio"] {
    width: 9%;
    float: right;
}

#Polls, .PollsBox {
    min-height: 161px !important;
}

.PollsBox {
    margin-top: 1%;
    width: 99.7%;
    border: 1px solid #333;
}

#Polls #Vote {
    border: 0;
    border-radius: 2%;
    float: left;
    font-size: 1.2em;
    color: #000;
    background-color: #fa8f37;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

#Polls .Ans, .PollsBox .Ans {
    width: 100%;
}

#Polls .Ans .Sub, .PollsBox .Ans .Sub {
    float: right;
    width: 30%;
    font-weight: bold;
    margin-right: 1%;
    margin-bottom: 1%;
}

#Polls .Ans .Count, .PollsBox .Ans .Count {
    float: right;
    width: 67%;
    white-space: nowrap;
}

#Polls .Ans .Count span, .PollsBox .Ans .Count span.PollResualts{
    text-align: center;
    font-weight: bold;
    background-color: #D059CC;
    padding: 1%;
    display: inline-block;
    margin-bottom: 1%;
    border-radius: 8px 0px 0px 8px;
}

.mobileMenu {
    display: none;
}

#MainBanner {
    min-height: 160px;
    width: 798px;
}

#MainBanner img {
    height: 160px;
    width: 100.2%;
}

#indexnews {
    width: 70%;
    margin-top: -4px;
}

#OrlanoarImages {
    width: 28.7%;
    margin-left:0px;
    margin-top: -4px;
}

.NewsFeedDivRight {
    float: right;
}

.NewsFeedDiv {
    display: inline-block;
}

.NewsFeedDivLeft {
    float:left;
    width:259px;
    margin-right: 13px;
}

.NewsFeedDivLeft h2 {
    font-size: 21px;
    margin-top: 7px;
    line-height: 18px;
    margin-bottom: 4px;
}

.NewsFeedDivLeftText {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 135px
}

.NewsFeedDivRight img{
    width: 270px;
    height: 170px;
}

#shortclips {
    width: 33%;
    margin-left: 0px;
    min-height: 140px;
}

.ShortClipsRight {
    float:right;
    width: 120px;
    margin-left: 10px;
}

.ShortClipsRight img {
    width: 120px;
    height: 100px;
}

.ShortClipsLeft {
    width: 130px;
    float:right;
    font-size: 12px;
}

#shortclips ul.ticker li, #shortclips ul.ticker {
    width: 100%;
}

.ShortClipsTicker {
    width: 100%;
}

.ShortClipsLeft .DownloadImg {
    position: relative;
    left: 0;
    top: 50px;
    float: left;
    color: #fa8f37;
    text-decoration: none;
}

#StreamsRepeat, #StreamsRepeat_R{
    width: 66%;
    margin-right: 1%;
    margin-left:  0px;
    min-height: 100px;
}

.ShortClipsLeft_R {
    float: right;
    width: 395px;
}

.ShortClipsLeft_Text {
    font-size: 12px;
    margin-top: 7px;
}

.ShortClipsLeft_R .DownloadImg {
    float: left;
    color: #fa8f37;
    text-decoration: none;
    position: relative;
    top: 9px;
}

#FavoriteFaq .FavoriteFaqDiv {
    height: 110px;
}

#FavoriteFaq .FavoriteFaqDivRight, #fav1 .FavoriteFaqDivRight {
    float: right;
    width: 120px;
    height: 100px;
}

#FavoriteFaq .FavoriteFaqDivRight img, #fav1 .FavoriteFaqDivRight img{
    width: 120px;
    height: 100px;
}

#fav1 .tickers li .textArea {
    width: 684px;
}

#FavoriteFaq .FavFaqBox {
    width: 683px;
}

#NewsBlockP {
    height: 100%;
}

#NewsBlockP .NewsSubTicker {
    width: 100%;
    display: inline-block;
}

#NewsBlockP .NewsSubTicker .NewsSubTickerRight {
    float:right;
    width: 33%;
}

#NewsBlockP .NewsSubTicker .NewsSubTickerRight img {
    width: 250px;
    height: 115px;
}

#NewsBlockP .NewsSubTicker .NewsSubTickerLeft {
    width:60%;
    float:right;
    font-size: 16px;
}

#NewsBlockP .NewsSubTicker .NewsSubTickerLeft .NewsSubTickerLeftText {
    font-size: 15px;
    margin-top: 2px;
    overflow: hidden;
}

/*
#NewsBlockP .pagination {
   position: absolute;
   bottom: 0;
}*/

.shortclips_l .tickers {
   height: 836px;
}

/* #StreamsRepeat_R {
   height: 920px;
}

#StreamsRepeat_R ul.tickers {
   height: 880px;
}

#StreamsRepeat_R ul.tickers .ticker {
   height: 880px;
}*/

#repeatstreams {
    overflow: visible;
    width: 100%;
}

#StreamsRepeat_R {
    height: auto !important;
}

#StreamsRepeat_R ul.tickers {
    height: auto !important;
    overflow: visible !important;
}

#StreamsRepeat_R ul.tickers .ticker {
    height: auto !important;
    overflow: visible !important;
    position: inherit !important;
}

#StreamsRepeat_R .ShortClipsLeft_R .DownloadImg {
    top: 3px;
}

#VideoSearch_R {
    display: none;
}

.UpcomingLectures_a img{
    margin-left: 4px;
    width: 120px;
    height: 100px;
    display: inline;
    margin-right: 6.2px;
}

#Tehilim_Div {
    width:  100%;
    margin-left: 10px;
    float: right;
}

#Tehilim_Div .blockTitle span {
    min-width: 377px;
    border-radius: 2px;
    width: 98%;
}

#Tehilim_Input {
    width: 100%;
    position: relative;
    bottom: 41px;
}

#tehilim_box {
    margin-right: 1px;
    width: 99%;

    border: 1px solid rgb(188, 188, 188);
}

#tehilim_box_top #ShareButtons {
    float: left;
    margin-left: -29px;
    margin-top: 3px;
    width: 30%;
}

.share_tehilim {
    width: 35%;
    text-align: center;
}

.share_tehilim_f {
    position: relative;
    top: -31.9px;
    left: 94px;
    width: 30%;
    text-align: center;
    cursor: pointer;
}

#THeader {
    width: 60%;
    float: right;
}

#THeader h2 {
    margin-right: 4px;
    font-size: 26px;
    font-family: Shmulik CLM;
}

#tehilim_box .textArea {
    margin-right: 4px;
    line-height: 2;
   
   
    width: 98%;
    margin-top: -30px;
    overflow-y: auto;
    font-size: 1.2em;
}

#Tfilot_Div {
    width: 100%;
    margin-top: 3px;
}

#tfilotBox {
    float: left;
    width: 78%;
    height: 271px;
    margin-left: 0px;
}

#tfilotBox .blockTitle {
    float: left;
}

#TfilaContent {
    height: 300px;
}

.printTfila {
    width: 129px;
    height: 18px;
    margin-right: 79.4%;
}

#PicView {
    display: block;
    height: 100%;
}

#PicView img {
    width: 100%;
    height: 84.1%;
}

#VideoListKabala_Ravid {
    margin-top: 1px;
}

#VideoListKabala_Ravid a {
    height: 120px;
    width: 135px;
    margin-left: 22px;
}

.FaqButtons {
    float:left;
    width:21%;
    margin-top: 1%;
}

.FaqButtons a {
    width:86%;
    text-align:center;
    margin-left: 5px;
}

.faqAds {
    background: none;
    width: 140%;
}

.faqAds a {
    width: auto;
    margin-left: 4px;
}

.faqAds a img {
    height: 100px;
    width: 180px;
}

.faqText {
    float: right;
    width: 70%
}

.NewsImg {
    float:left;
    width:270px;
    height:170px;
}

#VideoDescription {
    float: right;
    width: 30%;
}

#fifty_fifty {
    position: relative;
    top: -37px;
    right: 82px;
}

#Clue {
    position: relative;
    top: -39px;
    right: 90px;
}

#TogglePlay {
    text-decoration:none;
    float: left;
    color: #fff;
    margin-top: 2%;
    font-weight: bold;
    margin-left: 1%;
}

.QuestionsNum {
    display: inline-block;
    float: right;
}

.QuestionsLevel {
    display: inline-block;
    margin-right:206px;
}

#RabbiMessages .RightHeader {
    width: 75%;
    float: right;
}

#RabbiMessages .LeftHeader {
    width:20%;
    float: left
}

#RabbiMessages .ansBox img {
    width: 100% !important;
}

.VSearchImgLink img {
    float: right;
    width: 120px;
    height: 100px;
}

.VSearchI {
    margin-top: 43px;
}

.faqBox .VSearchLink {
    width: 82%;
    /*line-height: 94px;
    float: left;*/
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: large;
}

#TextBoxRead {
    margin: 10px;
    overflow: hidden;
}

.VerseMobile {
    display: none;
}

.Img_Prev {
    margin-left: 9px !important;
}

.VSearchText {
    width: 80%;
    margin-right: 1%;
}

.faqBox .Search_Right {
    width: 16%;
    float: right;
}

.faqBox .Search_Left {
    width: 70%;
    float: right;
}

.Search_Block {
    margin-bottom: 10px
}

#Wrapper_Picture {
    width: 100%;
    height: 650px;
}

#previewSection {
    float: right;
    width: 30%;
    overflow-y: scroll;
}

#previewSection a {
    text-decoration: none;
    width: 90%;
    margin: 0 auto;
    display: block;
    height: 100px;
    padding-bottom: 4px;
}

#previewSection img {
    width: 100%;
    height: 100%;
    border: #000 solid 1px;
}

#thePicture {
    width: 70%;
}

#thePicture img {
    width: 100%;
    height: 100%;
}

.faqAd {
  margin-left: 4px !important;
  width: auto !important;
}
