body {
	font-family: "Arial", sans-serif;
	font-size: 11px;
	text-align: center;
	background: url('images/head-bg.png') repeat-x left top;
}

div.cleaner {
	clear: both;
}

strong {
	font-weight: bolder;
}

#page {
	margin: auto;
	width: 980px;
	text-align: left;
	position: relative;
}

#page h1 {
	font-size: 24px;
	font-weight: bolder;
}

#page em {
	font-style: italic;
}

#page h2 {
	font-size: 18px;
	font-weight: bolder;
	color: #1f4e94;
	margin: 10px 0;
}

#page h3 {
	font-size: 14px;
	font-weight: bolder;
}

#head {
	/*border: 1px solid #a0a0a0;*/
	padding: 0 10px 10px 10px;
}

#head #logo {
	float: left;
	width: 658px;
}

#head #logo em {
	font-weight: bolder;
}

#head #logo h1 a {
	display: block;
	width: 150px;
	height: 50px;
	background: url('images/logo.png') no-repeat left top;
}

#head #logo h1 a span {
	display: none;
}

#head #search {
	float: left;
	width: 300px;
}

#head #search label {
	display: block;
}

#head #search input[type="text"] {
	border: 1px solid #a0a0a0;
}

#head #userbox {
	text-align: right;
	padding-top: 10px;
	color: #fff;
}

#menu {
	position: absolute;
	right: 0;
	top: 45px;
	width: 780px;
}

#menu ul {
	clear: both;
}

#menu ul.adminMenu {
	margin-top: 27px;
	padding-top: 3px;
	border-top: 1px solid #dcdcdc;
}

#menu li {
	padding: 0 10px;
}

#menu li a {
	display: block;
	padding: 5px 4px 5px 25px;
	margin-right: 10px;
	float: right;
	color: #1f4e94;
	text-decoration: none;
}

#menu li a.prehled {
	background: url('icons/application_view_gallery.png') no-repeat 4px 4px;
}

#menu li a.analyza {
	background: url('icons/application_form_edit.png') no-repeat 4px 4px;
}

#menu li a.klienti {
	background: url('icons/coins.png') no-repeat 4px 4px;
}

#menu li a.uzivatele {
	background: url('icons/group.png') no-repeat 4px 4px;
	margin-right: 0;
}

#menu li a.online {
	background: url('icons/world.png') no-repeat 4px 4px;
}

#menu li a.download {
	background: url('icons/computer_go.png') no-repeat 4px 4px;
}

#menu li a.produkty {
	background: url('icons/bricks.png') no-repeat 4px 4px;
}

#menu li a.clanky {
	background: url('icons/page_white_edit.png') no-repeat 4px 4px;
}

#menu li a.is_clanky {
	background: url('icons/page_white_medal.png') no-repeat 4px 4px;
}

#menu li a.is_aktuality {
	background: url('icons/user_comment.png') no-repeat 4px 4px;
}

#menu li a.aktuality {
	background: url('icons/comments.png') no-repeat 4px 4px;
}

#menu li a.texty {
	background: url('icons/text_signature.png') no-repeat 4px 4px;
}

#menu li a.logout {
	background: url('icons/door_in.png') no-repeat 4px 4px;
	margin-right: 0;
}

#menu li a:hover {
	border: 1px solid #d0d0d0;
	padding: 4px 3px 4px 24px;
	background-color: #fffaed;
	background-position: 3px 3px;
	text-decoration: underline;
}

#content {
	padding: 20px 10px;
}

#content p {
	margin: 10px 0;
	text-align: justify;
}

#content fieldset {
    border: 1px solid #a0a0a0;
    padding: 10px;
    margin: 10px 0;
}

#content fieldset legend {
    font-weight: bolder;
    padding: 0 5px;
    margin-left: 10px;
}

#foot {
	border-top: 5px solid #cfcfcf;/*#a0a0a0;*/
	padding: 20px 10px;
	background: #f5f5f5;
}

#copyright {
	width: 480px;
	float: left;
}

#footPanels {
	width: 480px;
	float: left;
}

#footPanel1 {
	float: left;
	width: 240px;
}

#footPanel2 {
	float: left;
	width: 240px;
}

/** Error Message **/
div.errmsg {
	border: 1px solid #d50000;
	margin: 20px 0 10px 0;
	padding: 5px 10px;
	background: #ffefef;
	color: #d50000;
}

div.errmsg h3 {
	font-size: 15px;
	font-weight: bolder;
	padding-left: 20px;
	color: #d50000;
	background: url('icons/exclamation.png') no-repeat left top;
}

/** novinky **/
div.novinka
{
	padding: 5px 10px;
	background: #fafafa;
	border-bottom: 1px solid #efefef;
	margin-bottom: 5px;
}

span.ve_zpracovani
{
	font-weight: bolder;
}

span.schvaleno
{
	font-weight: bolder;
	color: #00a500;
}

span.zamitnuto
{
	font-weight: bolder;
	color: #a50000;
}

span.ulozeno
{
	font-weight: bolder;
	color: #1f4e94;
}

/** klienti **/
fieldset.klienti_filtr input[type="checkbox"]
{
	margin-right: 5px;
}

fieldset.klienti_filtr input
{
	display: inline;
}

fieldset.klienti_filtr label
{
	margin-right: 5px;
	display: inline;
}

fieldset.klienti_filtr br
{
	display: none;
}

fieldset.klienti_filtr tr
{
	float: left;
	margin-right: 35px;
}

fieldset.klienti_filtr tr:last-child
{
	margin-right: 0;
}

fieldset.klienti_filtr select
{
	margin-right: 5px;
	padding: 3px !important;
}

div.klient
{
	padding: 5px 10px;
	background: #fafafa;
	border-bottom: 1px solid #efefef;
	margin-bottom: 5px;
}

/** formulare **/
input[type="submit"] {
	border: 1px solid #cfcfcf;
	background: #f5f5f5;
	margin-left: 2px;
	padding: 2px 5px;
}

input[type="text"], input[type="password"] {
	border: 1px solid #cfcfcf;
	margin-bottom: 1px;
	margin-left: 2px;
	padding: 2px 5px;
}

input[type="text"].required {
	background: #FFF3BF;
}

input[type="text"].datepicker {
	background: url('icons/calendar.png') no-repeat right 1px;
}

input[type="checkbox"], input[type="radio"] {
	margin-right: 5px;
}

select {
	border: 1px solid #cfcfcf;
	background: #fff;
	padding: 2px 5px;
	margin-left: 2px;
	margin-bottom: 1px;
	margin-top: 0;
}

input[type="submit"].OK {
	background: url('icons/tick.png') no-repeat 2px center #F3FFDF;
	border-color: #588F00;
	font-weight: bolder;
	padding-left: 20px;
}

input[type="submit"].save {
	background: url('icons/disk.png') no-repeat 2px center #f5f5f5;
	padding-left: 20px;
}

input[type="submit"].cancel {
	background: url('icons/cross.png') no-repeat 2px center #f5f5f5;
	padding-left: 20px;
}

fieldset table th {
	vertical-align: top;
	padding-right: 10px;
}

div.locked {
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	border: 1px solid #008681;
	background: #b9eeec;
}

/* confirm dialog */
div.confirm_dialog {
	margin: 10px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #dcdcdc;
}

/* Add button */
a.addButton, a.ftpButton, a.resetButton, a.imgButton {
	display: block;
	color: #1f4e94;
	float: left;
	text-decoration: none;
	border: 1px solid #d0d0d0;
	padding: 4px 3px 4px 24px;
	margin-bottom: 5px;
	background: url('icons/add.png') no-repeat 3px 3px #edffed;
}

a.addButton:hover, a.ftpButton:hover, a.resetButton:hover, a.imgButton:hover {
	background-color: #fffaed;
}

a.ftpButton {
	margin-right: 10px;
	background: url('icons/database_go.png') no-repeat 3px 3px #edffed;
}

a.imgButton {
	background: url('icons/images.png') no-repeat 3px 3px #edffed;
}

a.resetButton {
	margin-bottom: 0;
	background: url('icons/key.png') no-repeat 3px 3px #eff5ff;
}

/* dropdown control css */
input.dropdowncontrol {
	padding: 0;
	padding-top: 2px;
}
.textdropdown-outer {
  border: 1px solid #ccc;
  float: left;
  margin-bottom: 1px;
  margin-left: 2px;
}

.textdropdown-btn {
  width: 20px;
  height: 20px;
  float: right;
  cursor: pointer;
  background: url('icons/arrow_down.png') no-repeat center 1px;
}

ul.dropdowncontrol-ul {
  border: 1px solid #ccc;
  padding: 0px;
  list-style: none;
  margin: 0px;
  background: #fff;
  margin-left: 2px;
}

ul.dropdowncontrol-ul li {
  padding: 1px;
  display: block;
  list-style: none;
  margin: 0px;
}

ul.dropdowncontrol-ul li:hover {
  background-color: #efefef;
  cursor: pointer;
}

/*dropdown control konec */


/* DEFAULT */
div#clanky {
	float: left;
	width: 650px;
}

div#novinky {
	float: right;
	margin-left: 20px;
	width: 250px;
}

/* SOUBORY - PREHLED */
div#files {
	margin-top: 10px;
}

div#categorylist {
	float: left;
	width: 200px;
	margin-right: 20px;
}

div#categorylist a {
	display: block;
	padding: 3px 5px;
	color: #1f4e94;
	font-weight: bolder;
	text-decoration: none;
}

div#categorylist a.selected {
	color: #fff !important;
	background: #1f4e94 !important;
}

div#categorylist a:hover {
	background: #E4E8F1;
	text-decoration: underline;
}

div#filelist {
	float: left;
	width: 730px;
}

div#filelist h3 {
	margin-bottom: 10px;
}

div#filelist ul {
	margin-bottom: 10px;
}

div#filelist li {
	display: block;
	padding: 3px 5px;
}

div#filelist table {
	width: 100%;
}

div#filelist table th {
	font-weight: bolder;
	padding: 3px 20px 3px 5px;
	background: #b80000;
	color: #fff;
}

div#filelist table td {
	padding: 3px 5px;
	border: 1px solid #ececec;
}
