/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

/* koledar tabela */

.calendar, .calendar table {
	border: 0px solid white;
	font-size: 10px;
	color: #6e6d6b;
	cursor: default;
	font-family: tahoma, verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* gumb z vprašajem in danes */
	text-align: center;
	padding: 4px;
	background-color: white;
}

.calendar .nav { /* navigacija z puscicami */
  background: white url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* napis mesec in leto */
	font-weight: normal;
	text-align: center;
	color: #fe6700;
	padding: 4px;
	border: 1px solid #e8e8e8;
	background-color: white;
}

.calendar thead .headrow { /* napis danes */
	background: white;
	color: black;
	font-weight: bold;
}

.calendar thead .name { /* oblika imen dnevov */
	padding: 4px;
	text-align: center;
	color: white;
	background-color: #FF6600;
	font-weight: normal;
}

.calendar thead .weekend { /* oblika vikend dnevov */
  color: black;
  /*font-weight: bold;*/
}

.calendar thead .hilite { /* gumbi v headerju ko so hover */
  background-color: #ebebeb;
  color: black;
  /* border: 1px solid F4C49E;
  padding: 1px; */
}

.calendar thead .active { /* gumbi v headerju ko se jih klikne */
	background-color: #FF6600;
	/*padding: 2px 0px 0px 2px;*/
	color: white/*#DD7D31*/;
	/*border: 1px solid #EEECE5;*/
}

/*.calendar thead .daynames { Vrstice <TR> ki vsebujejo imena dnevov 
  background: red;
}
*/



/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Celice <TD> ki vsebujejo številke dnevov v mesecu */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar tbody .day.othermonth { /*  ??   */
  font-size: 80%;
  color: #bbb;
}

.calendar tbody .day.othermonth.oweekend {  /*  ??   */
  color: #fbb;
}

.calendar table .wn { /*  stolpec številke tednov */
  color: #FF6600;
  padding: 2px 3px 2px 2px;
  /*border-right: 1px solid #DD7D31;*/
  /*background: #ebebeb;*/
}

.calendar tbody .rowhilite td { /* oblika vrstice, ki je hover */
  background: #FFDAC1;
}

/*.calendar tbody .rowhilite td.wn { oblika oznake številke tedna
	background: #7F9DB9;
	color: #FFFFFF;

}*/

.calendar tbody td.hilite { /* oblika celice <TD> datuma na katerega kaze kazalec miske */
	padding: 1px 3px 1px 1px;
	border: 1px solid #FF6600/*#6e6d6b*/;
	background-color: white;
}

.calendar tbody td.active { /* oblika celice <TD> datuma ob kliku z misko */
  color: white;  
  background: #FF6600;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected {  /* oblika celice <TD> izbranega datuma */
	color: white;	
	font-weight: bold;
	/*border: 1px solid #FF6600;*/
	padding: 1px 3px 1px 1px;
	background: #FF6600;
}

.calendar tbody td.weekend { /* Oblika celic, ki prikazujejo datume v soboto in nedeljo */
  color: black;
  /*background: white;*/
}

.calendar tbody td.today { /* oblika celice današnjega dne */
	font-weight: bold;
	color: black;
}

.calendar tbody .disabled { /* ??  */
	color: /*#F3C39D*/ gray; 
}

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow {
	display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
	text-align: center;
	background: #CCCCCC;
	color: /*#000*/ black;
}

.calendar tfoot .ttip {
	border-top: 1px solid /*#7F9DB9*/black;
	background: #efefef;
	color: #6e6d6b;
	padding: 4px;
}

.calendar tfoot .hilite {
	background: /*#16387E*/black;
	border: 1px solid /*#16387E*/black;
	padding: 1px;
	color: black;
}

.calendar tfoot .active {
	background: #efefef;
	padding: 2px 0px 0px 2px;
	color: white;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #808080;
  background: #f1f1f1;
  color: #666666;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #666666;
  color: white;
}

.calendar .combo .active {
  /*border-top: 1px solid #7F9DB9;
  border-bottom: 1px solid #7F9DB9;*/
  background: #666666;
  font-weight: bold;
  color: white;
}

/*.calendar td.time {
  border-top: 1px solid #a88;
  padding: 1px 0px;
  text-align: center;
  background-color: #fed;
}*/

/*.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #988;
  font-weight: bold;
  background-color: #fff;
}*/

/*.calendar td.time .ampm {
  text-align: center;
}*/

/*.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}*/

/*.calendar td.time span.hilite {
  border-color: #000;
  background-color: #866;
  color: #fff;
}*/

/*.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}*/

.special { 
 	background-color: #c7c7c7; 
	color: black;
	font-weight: bold;
}
