<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);

.most_viewed {
	display: list-item;
	margin-right: 1.3em;
	list-style-type: circle;   
}

ul.cms_breadcrumbs {
  list-style: none;
  padding: 0;

}

/* Display list items side by side */
ul.cms_breadcrumbs li {
  display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
ul.cms_breadcrumbs li+li:before {
  padding: 3px;
  content: "\00bb";
}

/* Add a color to all links inside the list */
ul.cms_breadcrumbs li a {
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.cms_breadcrumbs li a:hover {


}


.btr { background: url(/common/images/boxes.gif) no-repeat; background-position: 0 -69px; width:10px; height:24px; }
.btc { background: url(/common/images/boxes.gif) repeat-x; background-position: 0 0; height:10px; padding: 5px 0 0 0; }
.btl { background: url(/common/images/boxes.gif) no-repeat; background-position: 0 -44px; width:10px; height:24px; }
.sbtr { background: url(/common/images/boxes.gif) no-repeat; background-position: 0 -11px; height:10px; }
.sbtc { background: url(/common/images/boxes.gif) repeat-x; background-position: 0 -94px; height:10px; }
.sbtl { background: url(/common/images/boxes.gif) no-repeat; background-position: 0 -22px0; width:10px; height:10px; }
.bcr { border-right: 1px solid #cbcbcb; width: 9px; height:100%; background: white; }
.bcc { background: white; }
.bcl { border-left: 1px solid #cbcbcb; width: 9px; height:100%; background: white; } 
.bbr { background: url(/common/images/boxes.gif) no-repeat; background-position: 0 -33px; width:10px; height:10px; }
.bbl { background: url(/common/images/boxes.gif) no-repeat; background-position: 0 -22px; width:10px; height:10px; }

.b2tr { background: url(/common/images/boxes.gif) no-repeat; background-position: 0 -269px; width:32px; height:22px; }
.b2tc { background: url(/common/images/boxes.gif) repeat-x; background-position: 0 -166px; height:29px; font-weight: bold; font-size: 13px; vertical-align: middle; height: 29px;}
.b2tl { background: url(/common/images/boxes.gif) no-repeat; background-position: 0 -133px; width:32px; height:22px; }
.b2cr { background: url(/common/images/box2/bcr.gif) repeat-y; width: 32px; }
.b2cc { background: #F4F8FB; padding-top: 10px; }
.b2cl { background: url(/common/images/box2/bcl.gif) repeat-y; width: 32px; }
.b2br { background: url(/common/images/boxes.gif) no-repeat; background-position: 0 -221px; width:32px; height:15px; }
.b2bc { background: url(/common/images/boxes.gif) repeat-x; background-position: 0 -253px; height:15px; }
.b2bl { background: url(/common/images/boxes.gif) no-repeat; background-position: 0 -237px; width:32px; height:15px; }

.b3tr { background: url(/common/images/box3/btr.gif) no-repeat; height:29px; width:17px;  }
.b3tc { background: url(/common/images/box3/btc.gif) repeat-x; height:29px; font-weight: bold; font-size: 11pt;}
.b3tc div { padding: 3px 0 0 0;}
.b3tl { background: url(/common/images/box3/btl.gif) no-repeat; height:29px; width:17px;  }
.b3cr { background: url(/common/images/box3/bcr.gif) repeat-y; width: 17px; }
.b3cc { background: #FFFFFF; }
.b3cl { background: url(/common/images/box3/bcl.gif) repeat-y; width: 17px; }
.b3br { background: url(/common/images/box3/bbr.gif) no-repeat; height:29px; width:17px;  }
.b3bc { background: url(/common/images/box3/bbc.gif) repeat-x; height:29px; }
.b3bl { background: url(/common/images/box3/bbl.gif) no-repeat; height:29px; width:17px;  }
.b3fr { background: url(/common/images/box3/bfr.gif) no-repeat; height:12px; width:12px;  }
.b3fc { background: url(/common/images/box3/bfc.gif) repeat-x; height:12px; }
.b3fl { background: url(/common/images/box3/bfl.gif) no-repeat; height:12px; width:216px;  }

.question {
	cursor: pointer; 
	cursor: hand; 
	text-decoration:underline; 
	color: #666666; 
	margin-bottom: 15px; font-weight: bold; font-size: 13px;
}

.answer {
	color: #666666;
	border: 1px solid silver;
	padding: 10px;
	margin-bottom: 20px;
}

ul.green {
	list-style-image:url("/common/images/bullet.png");
}

ul.orange {
	list-style-image:url("/common/images/bullet_orange.gif");
}

ul.check {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;

}

ul.check li {
	background: url("/common/images/check.png") no-repeat right top;
	padding: 0 25px 0 10px;
	overflow:hidden;
	margin-bottom: 0;

}

.blog_by {
	font-size: 10px; 
	margin-bottom: 10px;"
}

.blog_entry {
	text-align: justify;
	padding-bottom: 20px;
	border-bottom: 1px solid silver;
	margin-bottom: 20px;
}

.blog_entry img {
	margin: 0 15px 10px 0;
}

.celltable { 
	width: 100%; 
	margin-bottom: 20px; 
	background: black; 
	border-spacing: 1px;
}

.celltable td {
	background: white;
	padding: 5px;
}

.mail_input_text, .mail_input_txtarea, .mail_input_submit {
	font-size: 16pt;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid silver;
	width: 300px;
	margin: 0 0 10px 20px;
	display: block;
	background: white;
}

.mail_input_submit {
	background: orange;
	color: black;
}

.mail_input_text::placeholder, .mail_input_txtarea::placeholder {
	color: #d3d4d4;
}

.mail_input_submit {
	margin-bottom: 20px;
}

.tabs {
      position: relative;   
      min-height: 270px; /* This part sucks */
      margin: 15px 0 25px 18px;
	  padding-top: 15px;
	  width: 580px;
	  overflow: hidden;
	  
}
.tab {
  float: right;
  overflow: visible;
}
.tab label {
  background: #eee; 
  padding: 10px 10px 20px 10px; 
  border: 1px solid #ccc; 
  margin-right: -1px; 
  position: relative;
  right: 1px; 
  overflow: display;
}
.tab [type=radio] {
  display: none;   
}
.tab_content {
  position: absolute;
  top: 42px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc;	  
  width: 530px;
  overflow: auto;

}
.tab_content &gt; * {
  opacity: 0;
  
  -webkit-transform: translate3d(0, 0, 0);

  -webkit-transform: translateX(100%);
  -moz-transform:    translateX(100%);
  -ms-transform:     translateX(100%);
  -o-transform:      translateX(100%);
  
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -ms-transition:     all 0.6s ease;
  -o-transition:      all 0.6s ease;
}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}
[type=radio]:checked ~ label ~ .tab_content {
  z-index: 1;
}
[type=radio]:checked ~ label ~ .tab_content &gt; * {
  opacity: 1;
  
  -webkit-transform: translateX(0);
  -moz-transform:    translateX(0);
  -ms-transform:     translateX(0);
  -o-transform:      translateX(0);
}


@media only screen and (max-width: 500px) {
	.mail_input_text, .mail_input_txtarea, .mail_input_submit {	
		width: 93%;		
	}
	
	.mail_input_submit {
		margin: 20px auto 20px auto;
	}
}


</pre></body></html>