/* Distributed as part of The Coolest DHTML Calendar
   Author: Mihai Bazon, www.bazon.net/mishoo
   Copyright Dynarch.com 2005, www.dynarch.com
*/

/* The main calendar widget.  DIV containing a table. */



.textbox_kalendar
{
	cursor: pointer;
	background: White url(../image/iko_kalendar.png) right center no-repeat;
}

div.calendar { position: relative; }

.calendar, .calendar table 
{
	color: #396E96;	
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 11px;
	line-height:15px;
	font-weight: normal;	
	
	padding: 1px 4px 1px 4px;	
}

.calendar 
{
	width:181px;
	text-align:center;
	margin-top: 2px;
	margin-left: 4px;
	/*border-top: solid 3px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 3px #999999;*/
	
	background-color: #FFFFFF; 
	border-top: solid 1px #7F7F7F;	
	border-left: solid 1px #7F7F7F;	
	border-right: solid 1px #7F7F7F;	
	border-bottom: solid 1px #7F7F7F;	
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;        /* Make the buttons seem like they're pressing */  
  color: Black;
  font-weight: bold;
}

.calendar .nav {
  
}

.calendar .nav div 
{
	
}

.calendar thead tr 
{
	height:18;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: normal;      /* Pressing it will take you to the current date */
  text-align: center; 
  cursor: pointer;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */    
  text-align: center;
  color: #396E96;
  cursor: pointer;
  border-top: 1px solid #6F9DD9;
  border-bottom: 1px solid #6F9DD9;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: Black;
  border-bottom: 1px solid #6F9DD9;
  border-top: 1px solid #6F9DD9;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */  	
  color:Black;
  cursor: pointer;
}

.calendar thead .active { /* Active (pressed) buttons in header */    
  color: #C95335;
}

.calendar thead .daynames { /* Row <TR> containing the day names */  
	background-color: White ;
	background-image: url(../image/pozadi_tlacitko.png);
	background-position: center top;
	background-repeat: repeat-x;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
	text-align:right;
}
.calendar tbody .day.othermonth {

}
.calendar tbody .day.othermonth.oweekend {

}

.calendar table .wn {
  border-right: 1px solid #6F9DD9;
  color: Black;
}

.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.wn {  
}

.calendar tbody td.today 
{		
	background-color: White;
	color: #C95335;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background-color: White;
  color:Black;
  padding: 0px 3px 0px 3px;
	border: 1px solid Black;
  cursor: pointer;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
	color: #C95335;
	cursor: pointer;
	
	background-color: White;		
	padding: 0px 3px 0px 3px;
	border: 1px solid Black;
	cursor: pointer;
}

.calendar tbody td.weekend { /* Cells showing weekend days */	
  color: Black;
  cursor: pointer;
}

.calendar tbody td.selected { /* Cell showing selected date */	
	background-color: White;
	color: #C95335;	
	padding: 0px 3px 0px 3px;
	border: 1px solid Black;
	cursor: pointer;
}

.calendar tbody .disabled {	
	color: #999999; 
}

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */

}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  color:Black;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
	color: #C95335;
}

/* 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-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #6F9DD9;
  z-index: 100;
  font-size: 90%;
  background-color:White;
  font-weight: bold;
   color: #C95335;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: White;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite 
{
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #6F9DD9;
	background-color: White ;
	background-image: url(../image/pozadi_tlacitko.png);
	background-position: center top;
	background-repeat: repeat-x;
	color:Black;
}

.calendar .combo .active {
  
}

.calendar td.time {
  border-top: 1px solid #CDCDCD;
  padding: 1px 0px;
  text-align: center;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 5px 0px 6px;
  font-weight: bold;
 }

.calendar td.time .hour,
.calendar td.time .minute {
  font-family: monospace;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
}

.calendar td.time span.active {
}
