/* CSS Document */
input,select
{
	color:#634815; 
	background-color: #FFFFFF; 
	border: 1px solid #E4C68D ; 
	font-size: 11px; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.editor
{
	background-color:#FFFFFF !important;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.error
{
	vertical-align:middle;
	padding-left:5px;
	cursor:help;
}

.info
{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;	
	margin-left:20px;
}

.popis
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#996633;
	width:20px;
	vertical-align:top;
	background-color:#FFFFCC;
}

.tabulka
{
	border:solid;
	border-bottom:none;
	border-right:none;
	border-width:1px;
	border-color:#E4C68D;
}

.tabulka TD 
{
	border-width:1px;
	border-color:#E4C68D;
	border-bottom-style:solid;
	border-right-style:solid;
	border-top-style:none;
	border-left-style:none;
	font-family:Arial, Helvetica, sans-serif;
}
.tabulka_zoznam
{
	margin-top:3px;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:solid;
	border-bottom:none;
	border-right:none;
	border-width:1px;
	border-color:#E4C68D;
	width:540px;
}
.tabulka_zoznam TD
{	
	vertical-align:middle;
	padding:3px 5px 3px 5px;
	border-width:1px;
	border-color:#E4C68D;
	border-bottom-style:solid;
	border-right-style:solid;
	border-top-style:none;
	border-left-style:none;
}

.menu
{
 	margin-left:3px;
	border:solid;
	border-width:1px;
	border-color:#fdf4ca;
}
.menu:hover
{
	border:solid;
	border-width:1px;
	border-color:#003366;
	cursor:pointer;
}
.nadpis
{
	text-align:center;
	font-size:11px;
	font-weight:bold;
}
.ulozenie
{
	margin-left:10px;
	border:solid;
	border-bottom:none;
	border-right:none;
	border-width:1px;
	border-color:#CC9966;
	margin-top:20px;
}
.ulozenie TD 
{
	border-width:1px;
	text-align:center;
	border-color:#CC9966;
	border-bottom-style:solid;
	border-right-style:solid;
	border-top-style:none;
	border-left-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.uloz
{
	text-align:center;
	width:100px;
	margin-left:400px;
	margin-top:5px;
	padding:1px;
	background-color:#FFCC66;
	cursor:pointer;
}
.prihlasenie
{
	border:solid;
	border-top-style:solid;
	border-bottom:none;
	border-right:none;
	border-left:none;
	border-width:1px;
	border-color:#CC9966;
	margin-top:20px;
}
.prihlasenie TD 
{
	border-width:1px;
	border-color:#CC9966;
	border-bottom-style:solid;
	border-right-style:none;
	border-top-style:none;
	border-left-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px;
}

.foto
{
	margin:0;
}
.zlymail
{
	margin-left:120px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#990000;
}


#edit1,#edit2
{
	width:80px;
}

div.calendarbutton{
	position: absolute;
	width: 15px;
	height: 16px;
	background: transparent url("calendar_icon.png") no-repeat center;
}

#CalendarPickerControl{
	background-color: transparent;
	width: 250px;
	height: 200px;
}

#CalendarPickerControl table.calframe{
	width: 100%;
	border: 1px solid black;
	background-color: buttonface;
	text-align: center;
}

#CalendarPickerControl td.monthname{
	width: 100%;
	font: normal 13px Verdana;
	color: captiontext;
	font-weight: bold;
	background-color: activecaption;
}

#CalendarPickerControl td.monthnameLNX{
	width: 100%;
	font: normal 13px Verdana;
	color: highlighttext;
	font-weight: bold;
	background-color: highlight;
}

#CalendarPickerControl table.navigation{
	width: 100%;
	text-align: center;
}

#CalendarPickerControl td.navbutton{
	font: normal 11px Verdana;
	color: buttontext;
	font-weight: bold;
	background-color: buttonface;
	border-width: 1px;
	border-style: solid;
	border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
	cursor: pointer;
}

#CalendarPickerControl td.navbutton:hover{
	text-decoration: underline;
	border-color: threeddarkshadow buttonhighlight buttonhighlight  threeddarkshadow;
	background-color: buttonshadow;
}

#CalendarPickerControl span.yearbutton{
	cursor: pointer;
}

#CalendarPickerControl span.yearbutton:hover{
	text-decoration: underline;
}

#CalendarPickerControl td.dayname{
	font: normal 11px Verdana;
	color: captiontext;
	font-weight: bold;
	background-color: activecaption;
}

#CalendarPickerControl td.daynameLNX{
	font: normal 11px Verdana;
	color: highlighttext;
	font-weight: bold;
	background-color: highlight;
}

#CalendarPickerControl td.today{
	font: normal 11px Verdana;
	background-color: buttonface;
	color: red;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
}

#CalendarPickerControl td.today:hover{
	text-decoration: underline;
	background-color: threedshadow;
	border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow;
}

#CalendarPickerControl td.current{
	font: normal 11px Verdana;
	font-weight: bold;
	background-color: highlight;
	color: highlighttext;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow;
}

#CalendarPickerControl td.current:hover{
	text-decoration: underline;
}

#CalendarPickerControl td.day{
	font: normal 11px Verdana;
	background-color: buttonface;
	color: buttontext;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
}

#CalendarPickerControl td.day:hover{
	text-decoration: underline;
	background-color: threedshadow;
	border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow;
}

#CalendarPickerControl td.weekend{
	font: normal 11px Verdana;
	color: buttontext;
	text-decoration: none;
	background-color: threedshadow;
	font-style: italic;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: buttonhighlight threeddarkshadow threeddarkshadow buttonhighlight;
}

#CalendarPickerControl td.weekend:hover{
	background-color: buttonshadow;
	text-decoration: underline;
	border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow;
}

#CalendarPickerControl td.dayothermonth{
	font:normal 11px Verdana;
	background-color: buttonhighlight;
	color: inactivecaptiontext;
	border: 1px solid buttonhighlight;
}

#CalendarPickerControl td.weeknumber{
	font:normal 9px Verdana;
	background-color: buttonface;
	color: inactivecaptiontext;
	border-width: 0px;
}

