/* CSS Document */

html, body {

	font-family: arial, sans-serif;
	font-size:14px;
	margin: 5px;
	/*height: 100%;*/

}

h1 {
    font-family: arial, sans-serif;
	font-size: 20px;
	color: #CC6600;
	margin-top: 0;
	margin-bottom: 8px;
}

h2 {
    font-family: arial, sans-serif;
	font-size: 17px;
	color: #CC6600;
	margin-top: 0;
	margin-bottom: 0px;
}


#homepage_content ul {


    padding-right: 9px;
	margin-right: 9px;
	margin-top: 5px;
	/*list-style-image: url(images/bullet.gif);*/
	/*margin-top: 0;
	padding-right: 9px;
	margin-right: 5px;
	
	padding-left: 60px;
	text-align:right;
	width: 100px;
	font-family: arial, sans-serif;
	font-size:14px;*/


}


#homepage_content li {
	text-align: right;
}


#l {
list-style-type:circle;
}

.top_tbl {
  border-bottom: 1px dotted #434C53;
}


.bottom_tbl {
  border-top: 1px dotted #434C53;
}

#main_cell {
	vertical-align:top;
    padding-bottom: 10px;
	padding-right: 10px;
	width: 620px;
}


.star {  /* כוכבית */

	color: red;

}


#links {

	right: 0px;
	margin-right: 0;
	width: 150px;

}


#links ul {
	
	list-style: none;
	text-align:right;
	width: 150px;
	font-family: arial, sans-serif;
	font-size:14px;
	/*  Firefox needs padding IE needs margin   */
	margin-right: 0;
	padding-right: 0;
	
}

#links li {
	
	border-bottom: 1px dotted #434C53;
	margin-top: 7px;

}

#links a:link, #links a:visited {

	display: block;
	text-decoration:none;
	color: #434C53;

}

#links a:hover {

	display: block;
	text-decoration: none;
	color: #434C53;
}
























/*   *****************   */



#top_title  {

	position: absolute;
	font-family: arial, sans-serif;
	font-size:18px;
	top: 50px;
	right: 6px;
	color: #283C7B;
	
}




#top_form {
	
	
	margin-left: 15px;
	margin-top: 8px;
	position: absolute;
	top: 27px;
	right: 280px;

}

form {

	padding: 0;
	margin: 0;

}

input {

	border: 2px solid #CC6600;

}


textarea {

	border: 2px solid #CC6600;

}

select{

	border: 2px solid #CC6600;
	
}



#top_text {

	
	margin-bottom: 10px;
	width: 430px;
	font-family: arial, sans-serif;
	font-size:14px;
	position:absolute;
	right: 200px;
	top: 0;
	line-height: 1.5em;

}




.info {
	
	border: 1px solid blue;
	margin-bottom: 17px;
	width: 160px;
	height: 80px;
	display: block;
	padding: 5px;
	font-family: arial, sans-serif;
	font-size:13px;

}








