/* CSS Document */
/*  Styl pro k2_date_new (JS popup kalendar) */
table
{
border: none;
}

a.calendar-activator
{
  padding-right: 4px;
  padding-left: 0px;
  margin-left: -1px;
}

#iframe-caldiv
{
  visibility: hidden;
  position: absolute;
  z-index: 9000;
  background-color: #fff;
  border: none;
}

#caldiv
{
  visibility: hidden;
  position: absolute;
  z-index: 10000;
  background-color: #fff;
  border: none;
}
.cpYearNavigation, .cpMonthNavigation
{
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	
  border-bottom: #727272 1px solid;
	background: url('hp-button.gif') #C4DEC6 top left no-repeat;
}
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText
{
	font-family: arial;
	font-size: 8pt;
}
.cpDayColumnHeader
{
  padding-top: 5px;
}
td.cpDayColumnHeader
{
	text-align: right;
  border-bottom: #727272 1px solid;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate
{
	text-align: right;
	text-decoration: none;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled
{
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
}
.cpCurrentMonthDate
{
	color: #000;
	font-weight: bold;
}
.cpCurrentDate, .cpCurrentDate a
{
	color: #000;
	font-weight: bold;
}
.cpOtherMonthDate
{
	color: #808080;
}
td.cpCurrentDate
{
	border: #727272 1px solid;
	background: url('hp-button.gif') #ffdf7b top left no-repeat;
}
td.cpCurrentDateDisabled
{
border: none;
}

td.cpTodayText, td.cpTodayTextDisabled
{
  border-top: #727272 1px solid;
}

a.cpTodayText, span.cpTodayTextDisabled
{
	height: 20px;
}

a.cpTodayText
{
	font-weight: bold;
}

span.cpTodayTextDisabled
{
	color: #D0D0D0;
}

.cpBorder
{
  border: #B7D6E7 1px solid;
	border: #727272 1px solid;
}
/*  Styl pro k2_date_new - konec*/

