/* Luach CSS */

#LuachBuild form {
	text-align: center;
}
#LuachDisplay {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 50px;
	text-align: center;
}

#LuachMainTable {


}
#LuachMainTable table {
	margin:0 auto;
}

#LuachMainTable th {
	height: 30px;
}
#LuachMainTable td {
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #999;
}
#LuachMainTable td table td {
	padding: 0;
	border: 0;
}
.LuachWeekday {

}
.LuachCivilHeader,
.LuachJewishHeader {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
}
.LuachDayText {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.LuachCivilDay {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.LuachHebrewDay {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #003366;
}

.LuachCurrentDay {
	background: #FFF;
	border: 1px solid #666
}
.LuachCivilHoliday {
	background: #CCC;
	color: #003366;
}
.LuachHebrewHoliday {
	background: #CCC;
	color: #003366;
}

.LuachCopyright {
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #999;
	font-weight: normal;
}
.LuachCopyright a {
	color: #999;
}
.LuachCopyright a:hover {
	color: #666;
}
