html {
	direction: rtl;
}

select {
	font-family: arial, tahoma;
}

body {
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: black;
	padding: 0;
	margin: 0;
}

#pagetop_table {
	margin:			0;
	padding:		0;
	width:			100%;
	height:			80px;
	background: url(http://www.hapetek.co.il/images/logobg.jpg);
	background-repeat: repeat-x;
}
#pagetop_table h1 {
	text-decoration:	none;
	color:						white;
	font-size:				30px;
}
.float_to_left {
	float:	left;
}
.header1 {
	font-size:	14px;
	color:			white;
	margin:			0;
	padding:		2px 2px 2px 2px;
	background:	url(http://www.hapetek.co.il/images/h1bg.jpg);
}
.header1 a, a:visited {
	text-decoration: none;
	color: white;
}
.header1 a:hover {
	text-decoration: none;
	color: black;
}
#content {
	color: black;
}
#content a, a:visited{
	text-decoration: none;
	color: blue;
}
#content a:hover{
	text-decoration: none;
	color: red;
}
.red {
	background: red;
	color: white;
}
.red a, a.visited{
	text-align: center;
	background: red;
	color: black;
}
.red a.hover{
	text-align: center;
	background: red;
	color: yellow;
}
.form_table {
	border: 2px solid navy;
	background: #CCE6FF;
}
.form_table a, a:visited{
	text-decoration: none;
	color: navy;
}
.form_table a:hover{
	text-decoration: none;
	color: red;
}
.datatable {
	border: 1px solid black;
	font-size: 12px;	
}
.datatable td{
	color: black;
}
.datatable a, a:visited {
	text-decoration: none;
	color: navy;
}
.datatable a:hover{
	text-decoration: none;
	color: red;
}
.datatable thead {
	color: white;
	background: #6699FF;
}
.news {
	background: white;
	border: 1px solid black;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
}
#hwelcome {
	font-size: 14px;
	float: left;
}
#hwelcome a, a:visited {
	color: white;
	text-decoration: none;
}
#hwelcome a:hover {
	color: black;
	text-decoration: none;
}
.header2 {
	color: white;
	padding: 0 2px 0 0;
	background: url(/images/h2bg.jpg);
}
.coolform {
	display: inline;
	font-family: Arial;
}
.coolform input{
	border: 1px solid black;
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.coolform select{
	border: 1px solid black;
	font-family: Tahoma, Arial;
	font-size: 11px;
}

#time{
	border:			2px solid navy;
	font-size:	11px;
	color:			white;
}

#mainlist ul{
	text-align: right;
	list-style: none inside;
	margin: 0;
	display: block;
	padding: 0;
}

#mainlist li a{
	font-family:	Arial, Tahoma;
	background:		#CCE6FF;
	color:				#000080;
	display:			block;
	text-decoration: none;
	padding: 2px 5px 2px 2px;
}

#mainlist li a:hover{
	background:	#9999FF;
	color:			#FFFFFF
}

#menulist ul{
	text-align: right;
	list-style: none inside;
	margin: 0;
	display: block;
	padding: 0;
}

#menulist li a{
	font-family:	Arial, Tahoma;
	background:		#CCE6FF;
	color:				#000080;
	display:			block;
	text-decoration: none;
	padding: 2px 5px 2px 2px;
}

#menulist li a:hover{
	background:	#9999FF;
	color:			#FFFFFF
}

#menulist table {
	font-family:	Arial, Tahoma;
	background:		#CCE6FF;
	color:				#008080;
}

#menulist table a{
	font-family: Arial, Tahoma;
	background: #CCE6FF;
	color: #000080;
	text-decoration: none;
}

#menulist table a:hover{
	background: #9999FF;
	color: #FFFFFF
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

.datatable2 {
	border:	0;
	width:	100%;
}
.datatable2 td{
	text-align:center;
	border: 1px solid white;
}
.datatable2 td:hover {
	background-color: #ffffcc;
	border: 1px solid navy;
}
.note {
	font-size: 75%;
}
.lily {
	background: url(/images/sudoku.jpg) no-repeat bottom left;
}


#content_right{
	display:block;
}
#inner_content {
	margin:0;
	padding: 0.5em;
}
#content_right ul {
	list-style:none;
	margin:0 1em 0 0;
	padding:0;
	border-right:1px dotted black;
	border-bottom:1px dotted black;
}
#content_right li {
	list-style:none;
	padding:0.3em 0.5em 0 0;
}
#content_right a.submenu {
	text-decoration:bold;
	color:black;
}

#content_right a, a:active, a:focus, a:visited {
	text-decoration:none;
	color:blue;
}

#content_right a:hover {
	background:#eee;
	color:blue;
}
