@charset "utf-8";
/*

Projekt:		umim-kreslit.cz
Datum:			03.12.2008
Aktualizace:	31.01.2009
Autor:			Ondřej Kašpar / kralik (kralik85@gmail.com)

*/

/******************************

	print

******************************/
body { font: 12px Arial, Helvetica, sans-serif; color: #000; }
#admin table .action,
.navi,
#admin #menu,
#admin #header,
.footer-invisible,
#footer span.hidden { display: none; }

a img { border: none; }
.left { float: left; }
.right { float: right; }
.clear,
hr { clear: both; line-height: 0; }
.center { text-align: center; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.bold { font-weight: bold; }
.small { font-size: 12px !important; }
.valign-middle { vertical-align: middle; }
#content img.left { margin: 5px 20px 10px 0; }
#content img.right { margin: 5px 0 10px 20px; }

/* TABLES */
/* terminy kurzu */
#content table.terminy-kurzu { border-collapse: collapse; }
#content table.terminy-kurzu tr.even { background-color: #f9f9f9; }
#content table.terminy-kurzu th { background-color: #eee; color: #333; }
#content table.terminy-kurzu td,
#content table.terminy-kurzu th { border-collapse: collapse; padding: 5px 6px; border: 1px solid #eee; }

