body {font-family: Arial, Helvetica, sans-serif; font-size: 11pt; text-align: center;  margin: 10px; padding: 0px; background: #808080; direction: rtl;   } 

td {FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11pt; color: black; vertical-align: top; text-align: right;}
A:link, A:visited, A:active { color: #4682B4; font-weight: normal; text-decoration: none;}
A:hover { color: Navy; text-decoration: underline; }

h1 { font-size: 25pt; font-weight: bold; text-decoration: none;  color: white;  text-align: left; margin: 0; }
h2 { font-size: 16pt; font-weight: bold; text-decoration: none;  color: #4682B4;  margin: 5px 0px 10px 0px; }
h3 { font-size: 14pt; font-weight: bold; text-decoration: none;  color: #4682B4;  margin: 5px 10px 0px 10px; }
h4 { font-size: 19pt; font-weight: bold; text-decoration: none;  color: gray;  border-right: 10px solid gray; border-left: 300px solid gray; padding-right: 20px; border-top: 1px solid silver; border-bottom: 1px solid silver; }

input {FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10.5pt; color: black; border: 1px solid gray;}
select {background: #e7e7e7; font-size: 10.5pt; color: #565656; FONT-FAMILY: Arial, Helvetica, sans-serif; border: 1px solid #DCDCDC; }
option {border: 0px;}
textarea { FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 10.5pt; }

p {margin-top: 0px; margin-bottom: 10px; text-align: justify;}
ul { list-style: square; margin: 0; }
li { margin-right: 20px; text-align: justify; }
.spaced li {margin-bottom: 5px;}

A.silent:link, A.silent:visited, A.silent:active { color: black; text-decoration: none; }
A.silent:hover { color: red; text-decoration: underline; }

.level { background-color: #DADADA;  font-weight: bold;  color: #483D8B; padding: 3px; border-bottom: 1px dotted Gray; border-top: 1px dotted Gray; text-align: right; margin-bottom: 10px;}
.code { direction: ltr; width: 500px; padding: 10px; border-bottom: 1px solid gray; border-left: 1px solid gray; border-top: 1px solid #E9E9E9; border-right: 1px solid #E9E9E9; FONT-SIZE: 12px; text-align: left; margin-bottom: 10px; }
p.copyright { font-size: 12px;  text-align: right;  color: gray;  margin: 0px 8px 0px 0px; }

.link { cursor: hand; cursor: pointer; text-decoration: none; color: #4682B4; font-weight: normal; }

blockquote { margin-bottom: 10px; }
#quote { margin-bottom: 0px; }

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;

}

.cms_nav {
	list-style-image: url('/common/images/bullet.png');
	padding-right: 10px;
}

.nav_submenu {
	position: fixed; 
	z-index: 999; 
	background: white; 
	top: 50px;
	right: 230px; 
	width: 180px;
	padding: 30px 10px 10px 20px;
	border: 1px solid silver;
	height: 500px;
	box-shadow: 5px 5px 5px #888888;
}

.nav_icon {
	text-align: center; 
	cursor: pointer; 
	cursor: hand; 
	width: 85px;
	height: 90px;
	float: right;
	margin-left: 10px;
}

.positions {
	width: 100%; 
	direction: rtl; 
	emptyCells: show; 
	border: 1px solid black; 
}

.positions .numbers {
	font-size: 8px; 
	vertical-align: bottom; 
	height: 29px; 
	border-bottom: 1px solid black;
	padding: 0;
}

.positions .bottom_numbers {
	font-size: 8px; 
	vertical-align: bottom; 
	border-bottom: 1px solid silver;
	padding: 0;
}

.positions .position {
	vertical-align: bottom; 
	border-right: 1px solid gray;
	padding: 0;
}

.leads_box {
	position: relative;
	float: right;
	margin: 0 0 20px 20px;
	width: 120px;
	height: 70px;
	border: 1px solid grey;
	border-radius: 5px;
	text-align: center; 
}

.leads_box_number {
	position: absolute; 
	bottom: 0; 
	background: grey; 
	color: white; 
	font-weight: bold; 
	width: 100%; 
	text-align: center;
}

.cell_ltr  {border-left: 1px solid gray; border-bottom: 1px solid gray; direction: ltr; text-align: left; }


.celltable {background: silver; border-spacing: 1px;}
.celltable td {background: white; padding: 3px 3px 3px 10px;  }

.cms_input {
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d4d4d4;
	padding: 3px 7px 3px 7px;
	background: #faf9f9;
	
	-moz-box-shadow: 1px 1px grey;
	-webkit-box-shadow: 1px 1px grey;
	box-shadow: 1px 1px grey;
	margin: 0 0 7px 0;
	color: black;
}

.cms_input.bold {
	text-shadow: 1px 1px #d4d4d4; 
	font-weight: bold;
}

.cms_select {
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d4d4d4;
	padding: 3px 7px 3px 7px;
	background: #faf9f9;
	
	-moz-box-shadow: 1px 1px grey;
	-webkit-box-shadow: 1px 1px grey;
	box-shadow: 1px 1px grey;
	margin: 0 0 7px 0;
}

.cms_select.bold {
	text-shadow: 1px 1px #d4d4d4; 
	font-weight: bold;
}

.cms_textarea {
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d4d4d4;
	padding: 3px 7px 3px 7px;
	background: #faf9f9;
	
	-moz-box-shadow: 1px 1px grey;
	-webkit-box-shadow: 1px 1px grey;
	box-shadow: 1px 1px grey;
	margin: 0 0 5px 0;
	min-width: 620px;
}

.cms_checkbox {
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d4d4d4;
	padding: 3px 7px 3px 7px;
	background: #faf9f9;
	
	-moz-box-shadow: 1px 1px grey;
	-webkit-box-shadow: 1px 1px grey;
	box-shadow: 1px 1px grey;
	margin: 0 0 15px 0;
}

.cms_button {
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d4d4d4;
	padding: 3px 7px 3px 7px;
	background: #faf9f9;
	
	-moz-box-shadow: 1px 1px grey;
	-webkit-box-shadow: 1px 1px grey;
	box-shadow: 1px 1px grey;
	margin: 10px 0 10px 0;
	cursor: hand; 
	cursor: pointer;
	overflow: hidden;
}

.cms_buttons {
	min-width: 800px; 
	margin: 20px 0 20px 0; 
	background: silver; 
	vertical-align: middle; 
	text-align: center; 
	padding: 10px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
}

.cms_display_selector {
	text-align: center;
	padding: 4px; 
	border-radius: 3px; 
	border: 1px dotted silver; 
	margin: 0 0 5px 0;
	display: inline-block;
	min-width: 140px;
}

.cms_constant {
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d4d4d4;
	padding: 3px 7px 3px 7px;
	background: #faf9f9;	
	margin: 0 0 7px 0;
	min-width: 140px;
	float: right;
	display: inline-block;
}

.leads_button {
	float: right;
	font-size: 15pt; 
	color: white; 
	background: green; 
	border-radius: 5px; 
	padding: 14px 8px; 
	margin: 0 0 20px 20px; 
	border: 1px solid lightgreen;
}

.leads_button a {
	color: white;
}

.leads_filter {
	
	clear: right;
	visibility: hidden;
	opacity: 0;
	transition: visibility 2s, opacity 2s linear;
}
