body {
	font-size: 100%;
	background-color: #CFE5FF;
	font-family: "Arial CE" , Arial, "Helvetica CE" , Helvetica;
	text-align: center;
}
input {
	border: none;
	font-size: 80%;
}
/*  button */
.ButtonFace {
	font-family: "Arial CE" , Arial, "Helvetica CE" , Helvetica;
	background: transparent url(../gin/img/ButtonFace.gif) center;
	border: none;
	height: 24px;
	width: 88px;
	margin: 0px;
	padding: 0px;
}
/* inputs */
.TextBoxFace, textarea {
	font-family: "Arial CE" , Arial, "Helvetica CE" , Helvetica, sans-serif;
	background: White;
	border: 1px solid #255888;
}
/* seznamy */
table.SeznamTable {
	margin: auto;
}
table.SeznamTable td {
	background-color: White;
	font-size: 78%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 0px;
}
table.SeznamTable th {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	background-color: #93B0E0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
a {
	font-size: 100%;
	color: #0B3078;
}
.Underline {
	text-decoration: underline;
	cursor: hand;
}
.NoDisplay {
	display: none;
}
h3 {
	color: #0B3078;
}
.NormalSize {
	font-size: 80%;
}
#m_oDivTable {
	background-color: #DDECFD;
	border: 1px solid White;
}
img {
	border: none;
}
.PageTitle {
	text-align: center;
}
/* ------------------------------- */
/* Nastaveni Funkci pro datum      */
/* ------------------------------- */
.ArrowUp, .ArrowDown, .ArrowUpDisabled, .ArrowDownDisabled, .DateDifference, .DateDifferenceDisabled, .DateSelect, .DateSelectDisabled {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px;
}

.ArrowUp {
	background-image: url(../gin/img/ArrowUp.gif);
}

.ArrowDown {
	background-image: url(../gin/img/ArrowDown.gif);
}

.ArrowUpDisabled {
	background-image: url(../gin/img/ArrowUpDisable.gif);
}

.ArrowDownDisabled {
	background-image: url(../gin/img/ArrowDownDisable.gif);
}

.DateDifference {
	background-image: url(../gin/img/DateDifference.gif);
}

.DateDifferenceDisabled {
	background-image: url(../gin/img/DateDifferenceDisable.gif);
}

.DateSelect {
	background-image: url(../gin/img/DateSelect.gif);
}

.DateSelectDisabled {
	background-image: url(../gin/img/DateSelectDisable.gif);
}

/* ------------------------------- */
/* Nastaveni Kalendare             */
/* ------------------------------- */

.CalendarMonth {
	font-family: Sans-Serif;
	font-size: 8pt;
	color: black; /* !! nelze ovlivnit stylem, nastaveno na tvrdo v komponente */
	font-weight: bold;
	height: 16px;
}

.CalendarPrevNextMonth {
	font-family: Sans-Serif;
	font-size: 8pt;
	color: black; /* !! nelze ovlivnit stylem, nastaveno na tvrdo v komponente */
	font-weight: bolder;
}

.CalendarDay {
	font-family: Sans-Serif;
	font-size: 8pt;
	color: black; /* !! nelze ovlivnit stylem, nastaveno na tvrdo v komponente */
	font-weight: normal;
	text-align: center;
}

.CalendarOtherMonthDay {
	font-family: Sans-Serif;
	font-size: 8pt;
	color: Silver; /* !! nelze ovlivnit stylem, nastaveno na tvrdo v komponente */
	font-weight: normal;
	text-align: center;
}

.CalendarSelectedDay {
	font-family: Sans-Serif;
	font-size: 8pt;
	color: white; /* !! nelze ovlivnit stylem, nastaveno na tvrdo v komponente */
	font-weight: normal;
	text-align: center;
}

.CalendarDayInWeek {
	font-family: Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
}

