@charset "utf-8";
/* CSS Document */

/*    Alef font    */

@font-face {
    
font-family: 'Alef';
    
src: url('fonts/Alef-Regular.eot');
    
src: url('fonts/Alef-Regular.eot?#iefix') format('embedded-opentype'),
         
url('fonts/Alef-Regular.woff') format('woff'),
         
url('fonts/Alef-Regular.ttf') format('truetype'),
         
url('fonts/Alef-Regular.svg#Alef-Regular') format('svg');
}

@font-face {
    
font-family: 'AlefBold';
    
src: url('fonts/Alef-Bold.eot');
    
src: url('fonts/Alef-Bold.eot?#iefix') format('embedded-opentype'),
         
url('fonts/Alef-Bold.woff') format('woff'),
         
url('fonts/Alef-Bold.ttf') format('truetype'),
         
url('fonts/Alef-Bold.svg#Alef-Bold') format('svg');
}

body {
	font-family: 'Alef';
	font-size:20px;
	color:#333333;
	direction:rtl;
}
header {
	text-align:center;
	padding:20px 0;
	border-bottom:dashed #48a9c0 1px;
	border-top:dashed #48a9c0 1px;
}
a:link,
a:visited {
	color:#077db4;
	text-decoration:none;
}
a:hover {
	color:#077db4;
	text-decoration:underline;
}
strong {
	font-family: 'AlefBold';
}
.placeholder {
	width:1000px;
	margin:20px auto;
}
.guideTitle {
	background:#31859c;
	color:#FFF;
	text-align:center;
	padding:20px 0 0 0;
	margin-top:20px;
}
h1 {
	margin:0 0 8px 0;
	font-family: 'AlefBold';
	font-size:3.6em;
	line-height:100%;
}
h2 {
	margin:0 0 30px 0;
	font-family: 'Alef';
	font-weight:normal;
	font-size:2em;
	line-height:100%;
}
h3 {
	font-family: 'AlefBold';
	color:#145576;
	font-size:1.6em;
	margin:40px 0 10px 0;
	border-bottom:dashed #48a9c0 1px;
	padding-bottom:10px;
}
.printscreenBorder {
	border:solid 1px #999;
	box-shadow:3px 3px 2px #cccccc;
	text-align:center;
	margin-bottom:20px;
}
.printscreen {
	box-shadow:3px 3px 2px #cccccc;
	text-align:center;
	margin-bottom:20px;
}
.btnLink:link,
.btnLink:visited {
	padding:6px 50px 8px 20px;
	color:#FFF;
	font-family: 'AlefBold';
}
.btnLink:hover {
	color:#077db4;
	border:1px solid #077db4;
	text-decoration:none;
}
.iconInstall {
	background:url(images/icon-install2.png) no-repeat 285px #077db4;
}
.iconInstall:hover {
	background:url(images/icon-install1.png) no-repeat 285px #FFF;
}
.iconDownload {
	background:url(images/icon-download2.png) no-repeat 403px #077db4;
}
.iconDownload:hover {
	background:url(images/icon-download1.png) no-repeat 403px #FFF;
}
.goodluck {
	text-align:center;
	font-size:1.8em;
	border-bottom:dashed #48a9c0 1px;
	border-top:dashed #48a9c0 1px;
	padding:10px 0;
}