/*
	cervena bledsia - #CE000D
	cervena tmavsia - #BA000D

	tmavomodra - #000168

	siva - #D7D7D7
	bledosiva - #EAEAEA

	pseudocierna :) - #191919
*/
/* CSS reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Nette style */
#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('/images/uni/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 10px 0px 10px 0px;
}

a[href^="error:"] {
	background: red;
	color: white;
}
div.ui-datepicker {
	font-size: 0.9em;
}

input.datepicker {
	background: transparent url('/images/uni/calendar.png') no-repeat right;
	border: 1px solid #CCCCCC;
	padding-right: 20px;
	padding: 0.2em
}

.required {
	color: darkred
}

fieldset {
	padding: .5em;
	margin: .3em 0;
	background: #EAF3FA;
	border: 1px solid #b2d1eb;
}

th {
	width: 8em;
	text-align: right;
	vertical-align:middle;
}
/*
	zakladne definicie po resete CSS
*/
strong, b{
	font-weight:bold;
}
em, i{
	font-style:italic;
}
a:hover{
	cursor:pointer;
}
.klir{
	clear:both;
}

/*
	--- msg ---
*/
ul.error li{
	border:none;
}
.msg_err, ul.error{
	background-color:white;
	border:2px solid #C4148D;
	color:#C4148D;
	font-size:13px;
	padding:10px 10px 10px 30px;
	margin:2px 0px 2px 0px;
}
.msg_err a{
	color:black;
	text-decoration:underline;
}
.msg_err a:hover{
	text-decoration:none;
}
.msg_ok{
	background-color:white;
	border:2px solid #0092D0;
	color:#0092D0;
	font-size:13px;
	padding:10px 10px 10px 30px;
	margin:2px 0px 2px 0px;
}
.msg_ok a{
	color:black;
	text-decoration:underline;
}
.msg_ok a:hover{
	text-decoration:none;
}
.msg_info{
	background-color:white;
	border:2px solid #4F341A;
	color:#4F341A;
	font-size:13px;
	padding:10px 10px 10px 30px;
	margin:2px 0px 2px 0px;
}
.msg_info a{
	color:black;
	text-decoration:underline;
}
.msg_info a:hover{
	text-decoration:underline;
}