﻿h3
{
  margin: 0px;
}

body
{
  background-color: #ffffcc;
}
/*------------------------------------------------------------------*/
.DataGridStandart
{
}

.RefreshFrame
{
  width: 20px;
  height: 15px;
}

.disableable
{
}

.disableonchange
{
  /* Pouze pro oznaceni prvku. Pokud html prvek je takto oznacen, neni na nej automaticky navesena akce pri zmene */
}

.disabled
{
  color: #aaa;
}

/*------------------------------------------------------------------*/

.tab
{
}
.bolder
{
  font-weight: bolder;
}
.normal
{
  font-weight: normal;
}

/*------------------------------------------------------------------*/
.Calendar
{}
.CalendarBox
{
white-space:nowrap;
}

/*------------------------------------------------------------------*/

#body
{
  margin: 10px;
  padding: 10px;
  border: solid 1px #ddd;
}

