@font-face {
  font-family: 'BKoodakBold';
  src: url('fonts/BKoodakBold.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BKoodakBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BKoodakBold.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'BYekan';
  src: url('fonts/BYekan.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: 'BTraffic';
  src: url('fonts/BTraffic.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BTraffic.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BTraffic.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
/* -- Basics -- */
html, body, div, p, li, ul, ol, form, fieldset, h1, h2, h3, h4, h5, h6   { margin: 0; padding: 0; list-style: none;  }

body		      { font: normal 62.8%/1.3 BYekan, Tahoma,sans-serif; color:Black;}
a			        {text-decoration: none; color: #148d04; }
a:hover	      { text-decoration:underline !important; color: #000;}
a img   	    { border: 0; }
img           { border-style: none !important;}
input,
select,
textarea	    { font-family: Tahoma, sans-serif; font-size: 1em; vertical-align: middle; padding:2px; margin: 5px;}
table           { border-collapse: collapse; }
table td,
table th        { border: 0px #d8d8d8 solid; padding: 0px; }

/* -- User friendly features -- */
.hidden   { display: none; }

/* -- Basics layout -- */
#view     { width: 962px; margin: 0 auto; }
#head     { font-size: 1.2em; }
#content  { font-size: 1.4em; }
#foot     { font-size: 1em; clear: both; }

/* -- Logo constructs -- */
#main       { display:none;}

/* -- Main classes -- */
.fr		  { float: right !important; }
.fl		  { float: left !important; }
.clear    { clear: both !important; }
.waitbox  {	z-index: 1001; 	background-color: #CF4342; color: #fff; height: 25px; width: 150px; text-align: center; vertical-align: middle;	position: fixed; top: 0; left: 45%;}
.transbox { background-color: #000000; border: 1px solid black; /* for IE */ filter: alpha(opacity=30); /* CSS3 standard */ opacity: 0.3;z-index: 1000; color: #fff; height: 100%; width: 100%;	position: fixed; top: 0; left: 0;}
.center	  {	margin:auto;text-align:center;}
.red      { color:#CC0000; } 
.stat		{position: relative;z-index:-1;}
.loginPanel{padding: 20px;	margin: 50px auto 10px auto;border: 1px solid #808080;	width: 340px;background-color: #ecf8ff;	text-align:center;}
/* -- Layout constructs -- */
td.register				{border-top-style:dotted;border-top-color:#C6DF60;border-top-width:1px; padding:5px;}

 fieldset			{ border:2px solid #888; margin:5px 0 20px 0; padding: 15px 0px 10px 0px; list-style: none; }

#logo			 { display:none; }
#mainMenu		 { display:none; }
#content		 { width: 100%; height: 100%; background: #fff ; direction:rtl }
#foot			 { display:none; }
#header			 { display:none; }

#contentBlock	 { position: relative; left: 1px; width: 882px; min-height: 350px; padding:20px 40px 20px 40px; }
#contentBlock .list  { font-size:1.1em; color: #014679; padding: 10px; border-bottom: 1px #dff1f9 solid; background-color: #ecf8ff; }
#contentBlock h3     { font-size:1.3em;  margin-top:25px}
#contentBlock li li    { list-style: none; position: relative; font-weight:normal; margin-left:3px; float: right;line-height:1em; }
#contentBlock li     { list-style:disc Inside ; color: #014679; font-weight:bold; margin-left:0px; line-height:1.5em} 
#contentBlock li a    { color: #148d04;} 

.noprint	{	display:none; }
.ProntForm	{ width:95%; float:left;}
#pbar		{ display:none; }
