@charset "utf-8";
/* CSS Document */ 
html {
    font-size: 15px;
}
body {
	direction: rtl;
	font-family: Arial, Helvetica, sans-serif;
	color: #343839;
	margin: 20px 0 20px 0;
	text-align: center;
	background-color: #e6eeff; 
}
div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;	
}
a {
	color: blue;
	text-decoration: underline;
}
a:hover,
a:visited:hover {
	text-decoration: none;
}

/*------------------ */
/* Start Main Layers */
/*------------------ */

div.main-wrapper {
	width: 980px;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 20px;
}
div.header {
	position: relative;
	height: 125px;
	width: 980px;
}
div.header div#logo  {
	position: absolute;
	top: 25px;
	right: 50px;
}
div.header div#logo img {
	border: none;
}
a.facebook,
a.youtube {
	position: absolute;
	display: block;
	height: 30px;
	width: 30px;
	top: 25px;
	left: 20px;
	background-image: url(../images/icon-facebook.gif);
}
a.youtube {
	left: 55px;
	background-image: url(../images/icon-youtube.gif);
}
div.banner {
	width: 648px;
	height: 448px;
	margin: 0 auto;
	border: solid 1px #b8babc;
	margin-bottom: 10px;
}
div.content {
	width: 980px;
	margin: 0 auto;
	text-align: right;
}
div.main-menu {
	width: 940px;
	height: 40px;
	margin: 0 auto;
	text-align: right;
	background-image: url(../images/bg-menu.gif);
	margin: 0 auto 15px auto;
	overflow: hidden;
}
div.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 10px;
}
div.main-menu li {
	display: inline-block;
	float: right;
}
div.main-menu a.main-menu-link {
	display: block;
	color: #595c5e;
	font-weight: bold;
	text-decoration: none;
	float: right;
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	margin: 10px 0 0 0;
}
div.main-menu a.main-menu-link:hover,
div.main-menu a.main-menu-link:visited:hover {
	color: #000;
}
div.main-menu a.active {
	background-image: url(../images/bg-menu-hl.gif);
	color: #000;
	margin-top: 0;
	height: 40px;
}
div.main-menu a.first {
}
div.main-menu a.last {
}

/*--------------- */
/* Start Column 1 */
/*--------------- */

div.content div.column1 {
	float: right;
	overflow: hidden;
}
div.content div.column1-inner {
	padding: 15px 15px 0 15px;
}
body#index div.content div.column1 {
	display: none;
}
body#simple div.content div.column1 {
	display: none;
}
body#news div.content div.column1 {
	display: none;
}
body#contact div.content div.column1 {
	display: none;
}
body#search-results div.content div.column1 {
	display: none;
}

/*------------------------- */
/* Start Column 2 (content) */
/*------------------------- */

div.content div.column2 {
	float: right;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
}
div.content div.column2 div.column2-inner {
	width: 607px;
	border: solid 1px #b8babc;
	padding: 20px;
	margin-bottom: 10px;
}
body#index div.content div.column2 {
	width: 650px;
}
body#simple div.content div.column2 {
	width: 650px;
}
body#news div.content div.column2 {
	width: 650px;
}
body#contact div.content div.column2 {
	width: 650px;
}
body#tlm_update div.content div.column2-inner {
	width: auto;
}
body#tlm_update div.content div.column2 {
	width: 940px;
}
body#metargel_mishmarot div.content div.column2-inner {
	width: auto;
}
body#metargel_mishmarot div.content div.column2 {
	width: 940px;
}
/* Sub Menu (level 2) */
div.sub-menu {
	margin: 20px 0 30px 0;
	padding: 0;
}
div.sub-menu a {
	display: block;
	float: right;
	color: #00529c;
	text-decoration: none;
	padding: 0 10px;
	height: 25px;
  line-height: 25px;
	text-align: center;
	border-left: solid 1px #b9bbbd;
	background-color: #e6eeff;
}
div.sub-menu a:hover,
div.sub-menu a:visited:hover {
	color: #000;
	text-decoration: underline;
}
div.sub-menu a.active {
	color: #000;
	font-weight: bold;
}
div.sub-menu a.first {
}
div.sub-menu a.last {
	border: none;
}

/* Sub Menu 2 (level 3) */
div.sub-menu2 {
	float: right;
	width: 140px;
	overflow: hidden;
}
div.sub-menu2 h2 {
	display: block;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;	
}
div.sub-menu2 div.link-wrapper {
	padding: 0 10px;	
}
div.sub-menu2 ul.top-level {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.sub-menu2 ul.top-level a {
	display: block;
	line-height: 1.5;
	margin-bottom: 5px;
	overflow: hidden;
	text-decoration: none;
	color:#005992;
}
div.sub-menu2 ul.top-level a:hover,
div.sub-menu2 ul.top-level a:visited:hover {
	color: #ef491a;
	text-decoration: underline;
}
div.sub-menu2 ul.sub-level {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
div.sub-menu2 ul.sub-level a {
	display: block;
	height: 15px;
	line-height: 15px;
	margin-bottom: 5px;
	overflow: hidden;
	text-decoration: underline;
	color:#000;
	background-image: none;
	padding-right: 30px;	
}
div.sub-menu2 ul.sub-level a:hover,
div.sub-menu2 ul.sub-level a:visited:hover {
	color: #000;
	text-decoration: none;
}

/* Text Styles */

div.column2 div.free-text {
	padding-bottom: 10px;
}
div.column2 div.free-text-inner {
	margin-top: 20px;
}
div.column2 div.free-text-with-menu {
	padding-bottom: 20px;
}
div.column2 div.free-text-inner2 {
	display: block;
	margin-top: 20px;
	padding: 0;
}
div.column2 div.free-text-inner3 {
	border-right: solid 1px #d3dce2;
	margin-right: 150px;
	padding-right: 20px;
	margin-top: 20px;
}
div.column2 h1.page-title {
	font-size: 20px;
	margin: 0 0 10px 0;
	color: #8f9192;
}
div.column2 h1 {
	font-size: 20px;
	color: #8f9192;
	margin: 0 0 10px 0;
}
div.column2 h2 {
	font-size: 18px;
	color: #6699ff;
	margin: 0 0 10px 0;
}
div.column2 h3 {
	font-size: 16px;
	color: #ffb100;
	margin: 0 0 10px 0;
}
div.column2 h4 {
	font-size: 14px;
	color: #00a9bc;
	margin: 0 0 10px 0;
}
div.column2 h5 {
	font-size: 12px;
	color: #005992;
	margin: 0 0 10px 0;
}
div.column2 h6 {
	font-size: 10px;
	color: #ffb100;
	margin: 0 0 10px 0;
}
div.column2 p {
	margin: 0 0 10px 0;
	line-height: 1.5;
}
div.column2 ul {
	margin: 0 0 10px 0;
	padding: 0 20px 0 0;
	list-style: none;
}
div.column2 ul li {
	line-height: 1.5;
	background-image: url(../images/category-bullet.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 20px;	
}
div.column2 ol {
	margin: 0 0 10px 0;
	padding: 0 20px 0 0;
}
div.column2 ol li {
	line-height: 1.5;
}
div.column2 hr {
	clear: both;	
	background-color: #CCC;
	border: none;
	height: 1px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
div.column2 .print-page {
	margin: 10px 0;
	color: red;
}

/*----------*/
/* Column 3 */
/*----------*/

div.column3 {
	float: left;
	margin-left: 20px;
}
div.column3-inner {
	padding: 0;
}		
body#index div.column3 {
	width: 280px;
}
body#simple div.column3 {
	width: 280px;
}
body#news div.column3 {
	width: 280px;
}
body#contact div.column3 {
	width: 280px;
}
body#search-results div.column3 {
	width: 280px;
}
body#tlm_update div.column3 {
	display: none;
}
body#metargel_mishmarot div.column3 {
	display: none;
}
/*----------------------*/
/* Start News Module */
/*----------------------*/

div.news-wrapper {
}
div.news {
	margin: 15px 0;
	background-color: #e6eeff;
}
div.news-inner {
	padding: 10px;
}
div.news div.news-date {
	font-size: 11px;
	color: #666;
}
div.news h2.news-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #0099cc;
}
div.news h2.news-title a {
	color: #0099cc;
	text-decoration: none;
}
div.news h2.news-title a:hover,
div.news h2.news-title a:visited:hover {
	color: #0099cc;
	text-decoration: none;
}
div.news div.news-date span {
	font-weight: bold;
}
div.news div.news-description {
	padding: 5px 0;
	font-size: 14px;
}
div.news div.news-description a {
	color: #343839;
	text-decoration: none;
}
div.news div.news-description a:hover,
div.news div.news-description a:visited:hover {
	text-decoration: underline;
}

/*----------------------*/
/* Start Persons Module */
/*----------------------*/

div.persons-list {
	background-color: #dff1f2; 
}
div.persons-list h2 {
	display: block;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;	
}
div.persons-list div.link-wrapper {
	padding: 10px;	
}
div.persons-list div.link-wrapper a {
	display: block;
	height: 16px;
	line-height: 16px;
	margin-bottom: 5px;
	overflow: hidden;
	text-decoration: none;
	color: #666;
}
div.persons-list div.link-wrapper a:hover,
div.persons-list div.link-wrapper a:visited:hover {
	color: #669900;
	text-decoration: underline;
}
div.persons-wrapper {
}
div.person {
	margin: 7px 0;
	background-color: #ebf5cc;
}
div.person-inner {
	padding: 10px;
}
div.person div.thumb {
	float: right; 
	width: 99px;
	height: 99px;
	background-color: #CCC;
	margin-left: 10px;
	text-align: center;
}
div.person div.thumb img {
	border: none;
}
div.person h2.person-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #00a9bc;
}
div.person h2.person-title a {
	color: #00a9bc;
	text-decoration: none;
}
div.person h2.person-title a:hover,
div.person h2.person-title a:visited:hover {
	color: #66ccff;
	text-decoration: none;
}
div.person div.person-date span {
	font-weight: bold;
}
div.person div.person-description {
	padding: 5px 0;
}

/*----------------------*/
/* Start Items Module */
/*----------------------*/

div.items-list {
	border-right: solid 1px #aba088;
}
div.items-list h2 {
	display: block;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;	
}
div.items-list div.link-wrapper {
	padding: 10px;	
}
div.items-list div.link-wrapper a {
	display: block;
	height: 16px;
	line-height: 16px;
	margin-bottom: 5px;
	overflow: hidden;
	text-decoration: none;
	color: #5f5349;
}
div.items-list div.link-wrapper a:hover,
div.items-list div.link-wrapper a:visited:hover {
	color: #005992;
	text-decoration: underline;
}
div.items-list div.link-wrapper a.active {
	font-weight: bold;
}
div.items-wrapper {
}
div.items-wrapper a {
	display: block;
	height: 23px;
	line-height: 23px;
	padding-right: 25px;
	color: #5f5349;
	text-decoration: none;
	background-image: url(../images/category-bullet.gif);
	background-repeat: no-repeat;
	background-position: right;
}
div.items-wrapper a:hover,
div.items-wrapper a:visited:hover {
	color: #005992;
	text-decoration: underline;
}

/*------------------------*/
/* Start Contact Module   */
/*------------------------*/

body#contact div.form-wrapper {
	padding: 20px 0; 
}
body#contact form {
	margin: 0;
}
body#contact div.form-row-wrapper {
	margin-bottom: 7px;
}  
body#contact div.form-row-wrapper label {
	display: block;
	float: right;
	width: 120px;
	height: 23px;
	line-height: 23px;
}
body#contact div.form-row-wrapper input {
    background-color: #e6eeff;
    border: 1px solid #b6cfff;
    height: 23px;
    margin: 0;
    padding: 0;
    width: 200px;
}
body#contact div.form-row-wrapper textarea {
	width: 400px;
	height: 150px;
    background-color: #e6eeff;
	border: 1px solid #b6cfff;
}  
body#contact div.form-row-wrapper span.required {
	color: red;
}  
body#contact div.form-row-wrapper img.security {
}  
body#contact div.form-row-wrapper a.refresh {
	display: block;
	font-size: 11px;
	height: 15px;
	line-height: 15px;
}

/*------------------------*/
/* Start Footer Settings */
/*------------------------*/

div.footer-menu {
    height: 30px;
    margin: 0 auto;
    width: 980px;
	  text-align: center;
}
div.footer-menu a {
    border-left: 1px solid #717475;
    color: #717475;
    font-size: 13px;
    line-height: 30px;
    padding: 0 5px;
    text-decoration: none;
}
div.footer-menu a.last {
	border: none;
}
div.footer {
	width: 980px;
	height: 16px;
	margin: 0 auto;
	text-align: center;
	color: #333;
	direction: ltr;
}
div.footer-inner {
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
div.footer a.jdesign {
	display: inline-block;
	background-image: url(../images/icon-jdesign.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	line-height: 16px;
	color: #333;
}
div.footer a.jdesign:hover,
div.footer a.jdesign:visited:hover {
	text-decoration: none;
}

/*------------------------*/
/* Start Element Styles */
/*------------------------*/

/* Quick Search*/

div.quick-search {
	position: absolute;
	top: 30px;
	left: 120px;
	width: 275px;
}
div.quick-search input {
    background-color: #e6eeff;
    border: 1px solid #b6cfff;
    display: block;
    float: left;
    height: 23px;
    margin: 0;
    padding: 0;
    width: 180px;
}
div.quick-search a {
    background-image: url(../images/bg-btn.gif);
	border: solid 1px #B8BABC;
	border-right: none;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    width: 58px;
}		
div.quick-search input {
	display: block;
	float: left;
}		

/* Location Bread Crumbs */

p.location {
	margin: 0 20px 0 20px;
	font-size: 12px;
}
p.location span.your-location {
	font-weight: bold;
	padding-left: 7px;
}
p.location a.location-link {
	text-decoration: none;
	padding-left: 7px;
	color: #000;
}
p.location a.location-link:hover,
p.location a.location-link:visited:hover{
	text-decoration: underline;
}
p.location span.arrow {
	padding-left: 7px;
	font-weight: bold;
}
p.location span.current-location {
	padding-left: 7px;
	color: #6699ff;
}

/* Facebook Like Box */

div.facebook-like-box {
	position: relative;
	padding: 0 0 20px 0;
}
div.fb-like-box {
	position: relative;
}
div.fb-like-box iframe {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Side Boxes */

div.sidebox {

	margin-bottom: 10px;
}
div.sidebox h2.sidebox-title {	height: 30px;	line-height: 30px;	font-size: 20px;	margin: 0;	padding: 0;	color: #8f9192;	border-bottom: solid 5px #b6cfff;
}
div.sidebox div.sidebox-content {
	background-color: #FFF;
	padding: 7px;
}


/* Side Links */

div.side-link-wrapper {
	width: 280px;
	margin-bottom: 10px;
}
div.side-link-wrapper a {
	display: block;
	width: 210px;
	height: 75px;
	line-height: 75px;
	background-image: url(../images/bg-side-link.gif);
	padding-right: 70px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
div.side-link-wrapper a:hover,
div.side-link-wrapper a:visited:hover {
	background-image: url(../images/bg-side-link-hl.gif);
	color: #3a3e3f;
}
div.side-link-wrapper a.active {
	background-image: url(../images/bg-side-link-hl.gif);
	color: #3a3e3f;
}

/* Video Links */

div.video-links {
	width: 280px;
	margin-bottom: 10px;
}
div.video-links a {
	display: block;
	width: 204px;
	height: 50px;
	background-image: url(../images/video-roey.gif);
	padding-right: 70px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border: solid 3px #FFF;
}
div.video-links a.roey {
	background-image: url(../images/video-roey.gif);
}
div.video-links a.students {
	background-image: url(../images/video-students.gif);
}
div.video-links a:hover,
div.video-links a:visited:hover {
	color: #3a3e3f;
	border: solid 3px #FC3;
	border-radius: 10px;
}

/* News Scrolller */

div.newsscroller {
	width: 280px;
	margin-bottom: 10px;
	border-bottom: solid 5px #b6cfff;
}
div.newsscroller h2 {
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	margin: 0;
	padding: 0;
	color: #8f9192;
	border-bottom: solid 5px #b6cfff;
}
div.newsscroller div.box-content {
	padding-bottom: 0px;
	margin-top: 10px;
}
div.newsscroller div.date {
	color: #6699ff;
	font-size: 12px;
	line-height: 2;
}
div.newsscroller div.title {
	font-size: 16px;
	color: #343839;
	font-weight: bold;
	line-height: 2;
}
div.newsscroller div.title a {
	color: #343839;
	text-decoration: none;
}
div.newsscroller div.title a:hover,
div.newsscroller div.title a:visited:hover {
	text-decoration: underline;
}
div.newsscroller div.preview {
	line-height: 1.5;
	font-size: 14px;
	color: #535657;
	margin-bottom: 10px;
}
div.newsscroller div.preview a {
	color: #535657;
	text-decoration: none;
}
div.newsscroller div.preview a:hover, 
div.newsscroller div.preview a:visited:hover {
	text-decoration: underline;
}
div.newsscroller div.box-footer {
	margin: 10px 0;
}
div.newsscroller div.box-footer a.more {
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: left;
	padding-left: 30px;
	background-image: url(../images/icon-more.gif);
	background-repeat: no-repeat;
	color: #8f9192;
	font-weight: bold;
	text-decoration: none;
}
div.newsscroller div.box-footer a.more:hover,
div.newsscroller div.box-footer a.more:visited:hover {
	color: #000;
}
.scroll-wrapper {
    height: 164px;
    overflow: hidden;
}
.scroll-wrapper > div {
    right: 0px;
} 

/* Paging */

div.paging-wrapper {
	margin-bottom: 10px;
	font-size: 12px;
	padding: 5px;
	border: solid 1px #CCC;
}
div.paging-wrapper a.page-number {
	display: block;
	float: left; 
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #999;
	text-align: center;
	margin-right: 3px;
}
div.paging-wrapper a.page-number:hover,
div.paging-wrapper a.page-number:visited:hover {
	background-color: #999;
	color: #FFF;
}
div.paging-wrapper a.first, 
div.paging-wrapper a.next, 
div.paging-wrapper a.previous {
	display: block;
	float: left; 
	height: 20px;
	width: 20px;
	line-height: 20px;
	font-weight: bold;	
	text-decoration: none;
	text-align: center;
	margin-right: 3px;
}
div.paging-wrapper a.first {
	background-image: url(../images/first.png);
}
div.paging-wrapper a.next {
	background-image: url(../images/next.png);
}
div.paging-wrapper a.previous {
	background-image: url(../images/previous.png);
}
div.paging-wrapper a.next:hover,
div.paging-wrapper a.next:visited:hover,
div.paging-wrapper a.previous:hover,
div.paging-wrapper a.previous:visited:hover {
	color: #FFF;
}
div.paging-wrapper span.of {
	display: block;
	float: left; 
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #999;
	text-align: center;
	margin-right: 3px;
}

/** YAHOO **/
.yui-skin-sam .yui-navset .yui-content, .yui-skin-sam .yui-navset .yui-navset-top .yui-content {
	border: 0 none;
	background-color: transparent;
}
.yui-skin-sam .yui-navset .yui-nav li, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li {
	margin: 0 !important;
	padding: 0;
}
.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
	margin: 0;
	padding: 0;
	border: 0 none;
	position: relative;
}
.yui-skin-sam .yui-navset .yui-nav a, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav a {
	background-image: none;
	background-color: transparent;
	border: 1px solid #D3DCE2;
	border-right: 0 none;
	border-bottom: 0 none;
	color: #005992;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 6px;
	text-decoration: none;
	float: none;
	min-width: 105px;
	text-align: center;
}
.yui-skin-sam .yui-navset .yui-nav a.last {
}
.yui-skin-sam .yui-navset .yui-nav a.first {
	border: 1px solid #D3DCE2;
	border-bottom: 0 none;
}
.yui-skin-sam .yui-navset .yui-nav a:hover {
	background-image: none;
	background-color: #fff;
	color: #ef491a;
	text-decoration: underline;
}
.yui-skin-sam .yui-navset .yui-nav .selected a, .yui-skin-sam .yui-navset .yui-nav .selected a:focus, .yui-skin-sam .yui-navset .yui-nav .selected a:hover {
	color: #EF491A;
	font-weight: bold;
	background-image: none;
	background-color: #fff;
	border-color: #D3DCE2
}
/* tooltip */
.yui-skin-sam .yui-tt .bd {
	background-color: #FFF;
	border-color: #939393;
	font-size: 12px;
	padding: 5px;
	max-width: 300px;
	text-align: left;
	direction: rtl;
}
/**** Geva Downloads ****/
.files-wrapper ul.first {
	margin: 0 !important;
	padding: 0 !important;
}	
.files-wrapper li.first {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	background-image: none !important;
}/**** Geva Login ****/
div#login-form div.form-row-wrapper {	margin-bottom: 7px;}  
div#login-form div.form-row-wrapper 
input {    background-color: #e6eeff;    border: 1px solid #b6cfff;    height: 23px;    margin: 0;    padding: 0;    width: 160px;}
div#login-form a {	display: block;	color: #595c5e;	font-weight: bold;	float: right;	text-decoration: none;	padding: 0 12px;
	height: 30px;	line-height: 30px;	margin: 10px 0 0 0;	background-color: #ffcc00;}

@media only screen and (max-width: 770px) {
    #tadam-accessibility {display: none;}
}	

