@CHARSET "windows-1255";


@font-face {
    font-family: LiddarBold;
    src: url('fonts/liddarbold.eot') format('eot');
    src: local('fonts/liddarbold'), 
         local('fonts/liddarbold'), 
         url('fonts/liddarbold.ttf') format('embedded-opentype'),
         url('fonts/liddarbold.svg#font') format('svg'); 
}

@font-face {
    font-family: ScorpionRegular;
    src: url('fonts/scorpionregular.eot') format('eot');
    src: local('fonts/scorpionregular'), 
         local('fonts/scorpionregular'), 
         url('fonts/scorpionregular.ttf') format('embedded-opentype'),
         url('fonts/scorpionregular.svg#font') format('svg'); 
}

@font-face {
  font-family: 'Alef Hebrew';
  font-style: normal;
  font-weight: 700;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/alefhebrew/v2/Alef-Bold.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/alefhebrew/v2/Alef-Bold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/alefhebrew/v2/Alef-Bold.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/alefhebrew/v2/Alef-Bold.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/alefhebrew/v2/Alef-Bold.ttf) format('truetype');
}

body {
	background:#fbfcf7;	
}

#main_container {
	top:0px;
	margin:auto;
	width:1250px;
}

.main_container {
	top:0px;
	margin:auto;
	width:1250px;
}

.side_menu {
	float:right;
	position:absolute;
	width:288px;
	height:797px;
}

.side_menu a {
	text-decoration:none;
}

.side_menu_item {
	position:absolute;
	font-family:ScorpionRegular,Alef Hebrew,Arial;
	font-size:14pt;
	color: rgba(9, 9, 19, 0.9);
	cursor:pointer;
	width:238px;/*174px;*/
	margin-right:18px;
	padding-right:16px;
}

.td-none { text-decoration:none }
.td-none:hover { text-decoration:none }

.sml_rc {
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-moz-border-radius: 5px; /* Firefox */
	border-radius: 5px; /* CSS3 */
}

.side_menu_item:hover {
	color: #863c73;
	background:#ffffff;
	
}

.content_container {
	position:relative;
	right:288px;
	width:962px;
	height:797px;
}

.content_main_title {
	display:none;
	position: relative;
	right: 30px;
	top: 75px;
	height: 35px;
	width: 130px;
	padding: 5px 15px 5px 10px;
	background: rgba(240,240,240,0.8);
	font-family: ScorpionRegular,Alef Hebrew,Arial;
	font-size: 17pt;
	color: #1d091a;
	a:#ed4d9c;
	b:#cb6aaa;
	c:#a77db7;
	d:#7b8bc5;
	e:#109bd8;

}
/*
.content_main_title {
	position:relative;
	border:solid 1px red;
	right:30px;
	top:115px;
	
	height:35px;
	width:130px;
	
	padding:5px 10px 5px 10px;
	
	background:rgba(240,240,240,0.8);
	
	font-family:ScorpionRegular;
	font-size:17pt;
	color:#6f5234;
}
*/
.content_sub_title {
    font-family: LiddarBold,Alef Hebrew,Arial;
    font-size:25pt;
    padding-bottom: 20px;
    color:#000077;
}

.content_div {
	/*margin:auto;*/
	width:900px;
	height:650px;
	overflow-y: auto;
	
	display:none;
	position:relative;
	right:30px;
	top:75px;
	
	padding:20px 20px 10px 20px;
	line-height:20px;
	
	border:solid 20px rgba(256,256,256,0.5);
	
	font-family: Arial;
	font-size: 12pt;
	color:#303030;
}


.alpha {
    background: rgb(256, 256, 256);
    background: rgba(256, 256, 256, 0.85);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
}

.alpha2 {
    background: rgb(256, 256, 256);
    background: rgba(256, 256, 256, 0.2);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
}

.shadow {
	-moz-box-shadow: 4px 4px 10px #666;
	-webkit-box-shadow: 4px 4px 10px #666;
	box-shadow: 4px 4px 10px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
}