@CHARSET "UTF-8";
/*
	modra: #153975
	zluta (logo): #f5db00
	zluta podklad tmavsi: #FFCC00
	zluta podklad bledsi: #FFF2BF
	
*/
body {
	font-size: 62.5%;
	font-family: Verdana,sans-serif;
	background: url('img/braill7.jpg');
	color: black;
	margin: 0;
	padding: 1em;
	min-width: 700px;
}
.error {
	color: red;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
fieldset {
	background-color: #FFF2BF;
	padding: 0.5em;
}
#header {
	background: white url('img/logots.gif') no-repeat right top;
	border: 1px black solid;
	padding: 0.5em;
	height: 1%;
}
body.env_test #header h1 {color: red}
#header:after, ul.day-event-list li.day li.event:after,
	#footer:after, #main:after, #menu fieldset:after {
	content: '.';
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
}
#header h1 {
	margin: 0.3em 0 0.5em 1em;
	font-size: 3em;
}
#header p.app-description {
	color: #153975;
	font-size: 1.2em;
	font-style: italic;
	margin: 0;
	float: left;
}
#logged-user-info {
	float: right;
}
#logged-user-info .logged-user-name {
	color: #153975;
	font-weight: bold;
}
#main {
	height: 1%;
	min-height: 400px;
	margin: 1em 0;
}
#menu {
	width: 30%;
	color: white;
	font-weight: bold;
	float: left;
	background-color: #153975;
	padding-bottom: 5em;
}
#menu h2 {
	text-align: center;
	color: #FFCC00;
}
#menu ul li a {
	color: white;
	text-decoration: none;
	display: block;
	border-bottom: #FFCC00 solid 2px;
	padding: 0.5em 0.3em;
}
#menu ul li a:hover {
	color: #153975;
	background-color: #FFCC00;
}
#menu ul {
	border: #FFCC00 solid 2px;
	border-bottom: 0;
	margin: 0 0.2em 1em 0.2em;
}
#menu fieldset {
	border: none;
	border-bottom: #FFCC00 solid 2px;
	padding: 0.5em 0.3em;
	height: 1%;	
	margin: 0;
	background-color: #153975;
}
#menu fieldset:hover {
	color: #153975;
	background-color: #FFCC00;
}
#menu input, #menu label {
	float: left;
}
#menu label {
	clear: both;
	width: 90%;
}
#menu input.searched_date {
	width: 80%;
	color: black;
}
#menu input.submit_button {
	width: 15%;
	color: black;
}
#content {
	float: right;
	width: 68%;	
	background: white;
	border: solid 1px black;
	min-height: 40em;	
}
#inner-content {
	width: 95%;
	margin: 2em auto 2em auto;
}
#footer {
	height: 1%;
	min-height: 1em;
	border: solid 1px black;
	background-color: white;
	padding: 0.5em 1em;	
	color: #153975;
}
#footer div {
	float: left;
	margin-right: 1em;
	border-right: 1px 
}
#footer p {
	margin: 0.2em;
}
	

ul.day-event-list li.day {
	border: 1px solid black;
	margin-bottom: 2em;	
}
ul.day-event-list li.day h3, legend {
	display: block;
	margin: 0;
	text-align: center;
	padding: 0.5em;
	color: white;
	background-color: #153975;
}
ul.day-event-list li.day h3.day_of_week_num_6,ul.day-event-list li.day h3.day_of_week_num_7 {background-color: #b41b23}

ul.day-event-list li.day li.event {
	height: 1%;	
	border-top: 1px solid black;
}
ul.day-event-list li.day li.event div, ul.day-event-list li.day li.event ul {
	float: left;	
}
ul.day-event-list li.day li.event div.event-time {
	width: 10%;
}
ul.day-event-list li.day li.event div.event-text {
	width: 75%;
	min-height: 4em;
	font-size: 1.3em;
}
ul.day-event-list li.day li.event div.event-author-name {
	width: 15%;
	font-size: 0.8em;
	color: #99a;
	float: right;
}
ul.day-event-list li.day li.event ul.event-actions {
	width: 15%;
	float: right;
}
ul.day-event-list li.day li.event div p {
	margin: 0 0.2em;
}
a.button {
	text-indent: -20000px;
	display: block;
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: center center;	
}
a.delete_event_link {
	background-image: url('img/x-icon_30.png');
}
a.edit_event_link {
	background-image: url('img/edit-icon_30.png');
}
ul.event-actions li {
	float: right;	
}
input {
	display: block;
}
textarea {
	width: 90%;
}
	
