@import "../../akhlah_pages.css";

table.calendar {
	border-bottom: 3px solid #9c6;
	border-right: 1px solid #ccb;
	margin: 0 auto;
}

a {
	cursor: pointer;
	text-decoration: none;
}

body {
	background-color: #fff;
	/*background: #ddc url(../img/body.gif) repeat-y top center; */
	color: #693;
	cursor: default;
	margin: 0;
	padding: 0;
}

table.calendar caption {
	background-color: #eee !important;
	border-top: 5px solid #c96;
	margin: 0 auto;
	text-align: right;
	font: 20px/30px Georgia, serif;
}

table.calendar p {
	margin: 0;
}

table.calendar strong {
	text-transform: uppercase;
}

table.calendar td {
	border-left: 1px solid #ccb;
	border-top: 1px solid #ccb;
	font-family: Verdana, sans-serif;
	padding: 0 2px;
	vertical-align: top;
  background: #fff;
	width: 100px;
	height: 115px;
}

table.calendar th {
	background-color: #998;
	color: #fff;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: normal;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}

table.calendar td a {
	background: url(../img/arrow.gif) no-repeat center left;
	padding: 0 0 0 10px;
}

/* =Classes
----------------------------------------------------------------------*/

div.buttons {
	font: 10px Verdana, sans-serif;
	padding: 10px 0 20px;
	text-align: center;
}

div.buttons a {
	background: #ddc;
	border: 1px solid #bba;
	color: #000;
	padding: 3px 5px;
}

div.buttons a:hover {
	background-color: #efe;
	color: #693;
}

table.calendar .day {
	background: #fff;
	color: #665;
	font-size: 9px;
}

table.calendar td.today {
  border:2px solid #666;
}

table.calendar .number {
	background: #eee;
	color: #998;
	font-size: 10px;
	/*height: 15px;*/
	text-align: right;
	vertical-align: middle;
}

table.calendar select.dropdown {
  border:1px solid #ff7300;
}

table.calendar div.dropdown {
	background-color: #c96;
  text-align:right;
}
table.calendar span a {
  font-size:70%;
}
table.calendar span.hebdate {
	background-color: #eee;
	color: #000;
	font-size: 14px;
  font-weight: bold;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

table.calendar .holiday {
  background-color: #FFE303;
}
