/*
    Document   : screen
    Created on : 2010-10-22, 10:23:33
    Author     : eGen.cz
    Contact    : info[at]egen.cz
*/

* {
  margin: 0;
  padding: 0;
  outline: 0;
}
:focus {
	outline: 0;
}
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
div, form, fieldset, input, select, textarea, img {
  position: relative;
}
p {
  margin: 1em 0;
}
h1 {
  font-size: 2.2em;
}
h2 {
  font-size: 2.0em;
}
h3 {
  font-size: 1.8em;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.2em;
}
h1, h2, h3 {
  margin: 0.5em 0;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}
ul, ol, dl {
  margin: 1em 0;
}
ul li, ol li {
  margin-left: 2em;
}
ol li {
	list-style: decimal outside;
}
ul li {
	list-style: disc outside;
}
em {
  font-style: italic;
}
a img {
  border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
th,td {
	padding:.3em;
}
th {
	font-weight:bold;
	text-align:left;
}
abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
input[type=text], input[type=password], select, textarea {
  padding: 2px;
  font: 14px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ADA9A5;
  background: #FFF;
}
input[type=checkbox] {
  margin-right: 8px;
  top: 2px;
}
.cleaner {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}
.txt-center {
  text-align: center;
}

/* **Common classes**
------------------------------------------------------------------------------*/

html, body {
  height: 100%;
}
body {
	font: 14px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: #333;
	background-color: #F4F4F4;
  text-align: center;
}
body>#wrapper {
  height:auto;
  min-height:100%;
}
#top-shadow {
  position: fixed;
  width: 100%;
  background: #DEEDF7;
  height: 40px;
  border-bottom: 1px solid #CCC;
  -moz-box-shadow: #ccc 5px 5px 5px, #ccc -5px 5px 5px;
  -webkit-box-shadow: #ccc 5px 5px 5px, #ccc -5px 5px 5px;
  box-shadow: #ccc 5px 5px 5px, #ccc -5px 5px 5px;
/*  box-shadow: 0 2px 3px #CCC;*/
}
#header {
  position: fixed;
  width: 1000px;
  margin: -10px 0 0 -25px;
  background: #DEEDF7;
  border-bottom: 1px solid #AED0EA;
  height: 40px;
  -moz-box-shadow: 0 2px 5px #CCC;
  -webkit-box-shadow: 0 2px 5px #CCC;
  box-shadow: 0 2px 5px #CCC;
  z-index: 100;
}
#marginner {
  margin-bottom: 40px;
}
#wrapper {
  text-align: left;
  width: 980px;
  padding: 0;
  margin: 0 auto;
  background: #FFF;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  -moz-box-shadow: 5px 5px 5px #ccc, -5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc, -5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc, -5px 5px 5px #ccc;
}
#content {
  padding: 10px 15px 50px 15px;
  text-align: left;
}
#footer {
	position: absolute;
	width: 97%;
	bottom: 0;
	left: 0;
	border-top: 1px solid #CCC;
	padding: 10px 0px;
	margin: 0 1.5%;
	text-align: right;
}
body.login-page #footer {
  position: relative;
  width: auto;
  border: none;
  text-align: center;
  margin-top: -40px;
}
#footer img {
	top: 3px;
}
#footer #process-time {
  font-size: 11px;
  font-style: italic;
  float: left;
}
#userBlock {
  position: absolute;
  right: 20px;
  top: 10px;
}
#loginForm {
  margin: 10% auto 0 auto;
  width: 360px;
  padding: 30px 30px 40px 30px;
  border: 1px solid #CCC;
  text-align: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 4px 4px 4px #CCC, -4px 0 4px #CCC;
  -webkit-box-shadow: 4px 4px 4px #CCC, -4px 0 4px #CCC;
  box-shadow: 4px 4px 4px #CCC, -4px 0 4px #CCC;
  background: #FFF url('../img/lock-big.png') no-repeat 280px center;
}
#loginForm h2 {
  margin: -5px 0 20px 0;
}
#loginForm th {
  text-align: left;
  width: auto;
}
#loginForm input[type=text], #loginForm input[type=password] {
  width: 160px;
}
a.linkMyProfile {
  background: url(../img/user.png) no-repeat left 2px;
  padding-left: 22px;
}
a.linkLogout {
  background: url(../img/lock.png) no-repeat left 2px;
  padding-left: 22px;
}
#nav {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
/*  z-index: 1;*/
}
#nav li {
  padding: 0;
  margin: 0;
  display: inline;
}
#nav li a.home {
  background: url(../img/home.png) no-repeat 8px center;
}
#nav li a.projects {
  background: url(../img/icon/project.png) no-repeat 8px center;
}
#nav li a.task {
  background: url(../img/icon/task.png) no-repeat 8px center;
}
#nav li a.users {
  background: url(../img/users.png) no-repeat 8px center;
}
#nav li a.address-book {
  background: url(../img/icon/address-book.png) no-repeat 8px center;
}
#nav li a.faq {
  background: url(../img/icon/faq.png) no-repeat 8px center;
}
#nav li a.business {
  background: url(../img/icon/business.png) no-repeat 8px center;
}
#nav li a.business-calendar {
  background: url(../img/icon/calendar.png) no-repeat 8px center;
}
#nav li a.business-client {
  background: url(../img/icon/client.png) no-repeat 8px center;
}
#nav li a.logbook {
  background: url(../img/icon/car.png) no-repeat 8px center;
}
#nav li a {
  color: #333;
  text-decoration: none;
  line-height: 40px;
  border-right: 1px solid #AED0EA;
  display: block;
  float: left;
  padding: 0 12px 0 32px;
}
#nav li a:hover, #nav li a.current {
  text-decoration: underline;
  background-color: #FFF;
}
#nav ul {  
/*  position: absolute;*/
/*  display: none;*/
  margin: 0;
  padding: 0;
  list-style-type: none;
/*  top: 40px;
  left: 10px;*/
/*  width: 98%;*/
/*  background: #FFF;*/
/*  background: #DEEDF7;*/
/*  -moz-box-shadow: 0 2px 5px #CCC;
  -webkit-box-shadow: 0 2px 5px #CCC;
  box-shadow: 0 2px 5px #CCC;
  z-index: 0;*/
/*  border-bottom: 1px solid #AED0EA;*/
  float: left;
  width: 100%;
  background: #FFF;
  top: 1px;
}
#nav ul li a {
  color: #333;
  text-decoration: none;
  line-height: 30px;
  border-right: 1px solid #AED0EA;
  display: block;
  float: left;
  padding: 0 12px 0 32px;
}
#nav ul li a:hover, #nav ul li a.current {
  text-decoration: underline;
  background-color: #FFF;
}

h1 {
	font-size: 150%;
	color: #3484D2;
}
h2 {
	font-size: 140%;
	color: #3484D2;
}
fieldset {
  border: 1px solid #AED0EA;
  padding: 10px 15px 6px;
  margin: 6px 0 15px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
fieldset.leftSide {
  float: left;
  width: 46%;
}
fieldset.rightSide {
  float: right;
  width: 46%;
}
fieldset legend {
  margin: 0;
  padding: 0 10px;
  color: #3484D2;
  font-size: 17px;
  background: url(../img/icon/legend.png) no-repeat 7px 4px;
  padding-left: 30px;
}
form table th {
  font-weight: normal;
  width: 130px;
  text-align: right;
}



/* view */
h2 a {
  color: #3484D2;
  text-decoration: none;
}
#viewNavigation {
  margin: -34px 10px 0 0;
  float:right;
}
#viewNavigation li {
  list-style-type: none;
  float: right;
  margin-left: 10px;
}
#viewNavigation li a {
  padding-left: 24px;
}
#viewNavigation li a.add {
  background: url(../img/icon/add.png) no-repeat left 2px;
}
#viewNavigation li a.edit {
  background: url(../img/icon/edit.png) no-repeat left 2px;
}
#viewNavigation li a.detail {
  background: url(../img/detail.png) no-repeat left 2px;
}
#viewNavigation li a.list {
  background: url(../img/icon/list.png) no-repeat left 2px;
}
#viewNavigation li a.acl {
  background: url(../img/icon/acl.png) no-repeat left 1px;
}
#viewNavigation li a.reload-privileges {
  background: url(../img/icon/refresh.png) no-repeat left 1px;
}
#viewNavigation li a.list.task {
  background: url(../img/icon/list.png) no-repeat left 1px;
}
#viewNavigation li a.add.task {
  background: url(../img/icon/add.png) no-repeat left 1px;
}
#viewNavigation li a.completed.task {
  background: url(../img/icon/finished.png) no-repeat left 1px;
}

/* project form, project detail */
.project.detail table {
  width: 100%;
}
.project.detail table th {
  vertical-align: baseline;
}
.project.detail table tr.lastRowItem th,.project.detail table tr.lastRowItem td {
  padding-bottom: 15px;
}
fieldset.project.detail.items, fieldset.project.detail {
  border: none;
  padding: 10px 0 0;
  margin-bottom: 20px;
}
fieldset.ftp legend {
  background-image: url('../img/icon/ftp.png');
}
fieldset.database legend {
  background-image: url('../img/icon/database.png');
}
fieldset.admin-account legend {
  background-image: url('../img/icon/account.png');
}
fieldset.email legend {
  background-image: url('../img/icon/email.png');
}
fieldset.domain legend {
  background-image: url('../img/icon/domain.png');
}
fieldset.google-analytics legend {
  background-image: url('../img/icon/google-analytics.png');
}
fieldset.task legend {
  background-image: url('../img/icon/task.png');
}
ul#project-navigation {
  text-align: right;
}
ul#project-navigation li {
  list-style-type: none;
  display: inline-block;
  margin: 0 0 0 10px;
}
ul#project-navigation li a {
  display: block;
  background: url('../img/icon/ftp.png') no-repeat left 2px;
  padding-left: 22px;
  color: #3484D2;
}
fieldset a.add, fieldset a.add {
  float: right;
  margin-top: -30px;
  background: url('../img/icon/add.png') no-repeat left 2px;
  padding-left: 22px;
  color: #3484D2;
}
ul#project-navigation li.ftp a, fieldset.ftp a.add {
  background-image: url('../img/icon/ftp.png');
}
ul#project-navigation li.database a, fieldset.database a.add {
  background-image: url('../img/icon/database.png');
}
ul#project-navigation li.admin-account a, fieldset.admin-account a.add {
  background-image: url('../img/icon/account.png');
}
ul#project-navigation li.email a, fieldset.email a.add {
  background-image: url('../img/icon/email.png');
}
ul#project-navigation li.domain a, fieldset.domain a.add {
  background-image: url('../img/icon/domain.png');
}
ul#project-navigation li.google-analytics a, fieldset.google-analytics a.add {
  background-image: url('../img/icon/google-analytics.png');
}
textarea.project-description, .my-ui-dialog textarea.project-description {
  height: 260px;
}


/*  Task, table items, business-events */
#project-selection {
  margin-bottom: 10px;
  padding: 4px 8px;
  border-top: 1px solid #AED0EA;
  border-bottom: 1px solid #AED0EA;
  background: #DEEDF7;
  color: #3484D2;
  padding: 6px 8px;
}
table.tasks, table.items, table.business-events {
  width: 100%;
  color: #333;
  margin-bottom: 15px;
}
table.tasks td, table.tasks th, table.items td, table.items th, table.project th, 
table.project td, table.business-events td, table.business-events th {
  padding: 4px 8px;
  border-top: 1px solid #AED0EA;
  border-bottom: 1px solid #AED0EA;
  border-left: 2px solid #FFF;
}
table.tasks td:first-child, table.tasks th:first-child {
  border-left: none;
  border-bottom: 1px solid #FFF;
}
table.tasks th, table.items th, table.project th, table.business-events th  {
  background: #DEEDF7;
  color: #3484D2;
  padding: 6px 8px;
}
table.business-events td.date {
  font-size: 11px;
}
table.tasks td a {
  display: block;
  width: 100%;
  line-height: 24px;
  color: #666;
  text-decoration: none;
}
table.items td a {
  line-height: 24px;
  color: #3484D2;
  text-decoration: none;
}
table.tasks td.action a, table.items td.action a, table.business-events td.action a {
  display: inline;
  margin: 0 4px;
}
table.tasks td.action a img, table.items td.action a img, table.business-events td.action a img {
  top: 3px;
}
table.tasks tr.even td, table.items tr.even td, table.business-events tr.even td {
  background: #F0F7FB;
}
table.tasks tr:hover td, table.items tr:hover td, table.business-events tr:hover td {
  background: #B3F76F;
}
table.tasks tr td.priority-1 {
  background: #FFCCCC;
  cursor: help;
}
table.tasks tr td.priority-3 {
  background: #FF6666;
  cursor: help;
}
table.tasks tr td.priority-5 {
  background: #FF0000;
  cursor: help;
}


/* FAQ */
#faq-navigation {
  border-bottom: 1px solid #AED0EA;
  margin: 15px 0 0 0;
  padding: 0px;
  height: 24px;
}
#faq-navigation li {
  display: inline;
  padding: 4px 8px;
  margin: 0 6px 0 0;
  cursor: pointer;
  border: 1px solid #AED0EA;
  border-bottom: none;
  background: #DEEDF7;
  line-height: 24px;
}
#faq-navigation li.current {
  background: #FFF;
}
#faq-navigation li a {
  text-decoration: none;
  color: #333;
  color: #3484D2;
}
.faq-item {
  border: 1px solid #AED0EA;
  border-top: none;
  padding: 10px 20px;
}
.faq-item .admin-pannel {
  position: absolute;
  right: 20px;
  top: 5px;
}
.faq-item .admin-pannel a {
  margin-left: 10px;
}
.faq-item h3 {
  margin: 15px 0;
  font-size: 18px;
  color: #3484D2;
  border-bottom: 1px solid #AED0EA;
}
.faq-item h4 {
  margin: 10px 0;
  font-size: 15px;
  color: #3484D2;
}
span.faq-role {
  margin-right: 25px;
}


/** Business module */
/* project form, project detail */
.client.detail table {
  width: 100%;
}
.client.detail table th {
  vertical-align: baseline;
}
.client.detail table tr.lastRowItem th, .client.detail table tr.lastRowItem td {
  padding-bottom: 15px;
}
fieldset.client.detail.items, fieldset.client.detail {
  border: none;
  padding: 10px 0 0;
  margin-bottom: 20px;
}
ul#client-navigation {
  text-align: right;
}
ul#client-navigation li {
  list-style-type: none;
  display: inline-block;
  margin: 0 0 0 10px;
}
ul#client-navigation li a {
  display: block;
  padding-left: 22px;
  color: #3484D2;
  background-position: left 2px;
  background-repeat: no-repeat;
}
ul#client-navigation li.contact a, fieldset.contact a.add, fieldset.contact legend {
  background-image: url('../img/icon/contact.png');
}
ul#client-navigation li.address a, fieldset.address a.add, fieldset.address legend {
  background-image: url('../img/icon/address.png');
}
ul#client-navigation li.project a, fieldset.project a.add, fieldset.project legend {
  background-image: url('../img/icon/project.png');
}
ul#client-navigation li.event a, fieldset.event a.add, fieldset.event legend {
  background-image: url('../img/icon/event.png');
}
ul#client-navigation li.www a, fieldset.www a.add, fieldset.www legend {
  background-image: url('../img/icon/www.png');
}


.event .card {
  border-bottom: 1px solid #AED0EA;
  margin-bottom: 20px;
  background: #F0F7FB;
}
.event .card h3 {
  font-size: 15px;
  border-top: 1px solid #AED0EA;
  border-bottom: 1px solid #AED0EA;
  background: #DEEDF7;
  color: #3484D2;
  padding: 6px 8px 6px 34px;
  background-repeat: no-repeat;
  background-position: 10px center;
  cursor: help;
  margin: 0 0 8px 0;
}
.event .card.type-1 h3 {
  background-image: url('../img/icon/meeting.png');
}
.event .card.type-5 h3 {
  background-image: url('../img/icon/phonecall.png');
}
.event .card.type-7 h3 {
  background-image: url('../img/icon/note.png');
}
.event .card.type-9 h3 {
  background-image: url('../img/icon/proposal.png');
}
.event .card.type-13 h3 {
  background-image: url('../img/icon/order.png');
}
.event .card.type-16 h3 {
  background-image: url('../img/icon/reminder.png');
}
.event .card.type-18 h3 {
  background-image: url('../img/icon/project.png');
}
/*.event .card a.edit {
  position: absolute;
  top: 10px;
  right: 40px;
}
.event .card a.remove {
  position: absolute;
  top: 10px;
  right: 10px;
}*/
.event .links {
  position: absolute;
  top: 10px;
  right: 10px;
}
.event .links a {
  margin-left: 8px;
}
.event .information {
  float: left;
  width: 48%;
  padding: 0 1%;
}
.event .debrief {
  float: right;
}
.event .footer {
  border-top: 1px solid #AED0EA;
  background: #DEEDF7;
  margin: 6px 0 0 0;
  padding: 4px;
  font-size: 13px;
}
.event .footer span {
  background-position: 2px center;
  background-repeat: no-repeat;
  padding-left: 24px;
  margin-right: 10px;
  cursor: help;
  color: #666;
}
.event .footer span.date {
  background-image: url('../img/icon/calendar.png');
}
.event .footer span.location {
  background-image: url('../img/icon/location.png');
}
.event .footer span.done {
  background-image: url('../img/icon/yes.png');
}
.event .footer span.signed {
  background-image: url('../img/icon/signed.png');
}

/** Business Model - calendar */
#business-calendar-form {
  margin-bottom: 10px;
  padding: 4px 8px;
  border-top: 1px solid #AED0EA;
  border-bottom: 1px solid #AED0EA;
  background: #DEEDF7;
  color: #3484D2;
  padding: 6px 8px;
}
#business-calendar-form input.datepicker {
  margin-right: 10px; 
}
#business-calendar-form input[type=checkbox] {
  margin-left: 18px;
}
#business-calendar-form input[type=checkbox]:first-child {
  margin-left: 0px;
}
#business-calendar-form p {
  margin: 10px 0 0;
}
#business-calendar-form input[type=submit] {
  margin-left: 15px;
}
.calendar {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}
.calendar .day, .calendar th, .calendar td {
  padding: 4px;
  border: 1px solid #AED0EA;
}
.calendar th {
  text-align: center;
  background: #DEEDF7;
  color: #3484D2;
  font-size: 12px;
}
.calendar thead th {
  border-top: 1px #FFF;
  padding: 10px 4px 10px 25px;
  text-align: left;
  background: #DEEDF7 url('../img/icon/time.png') 5px center no-repeat;
}
.calendar tfoot th {
  border-bottom: 1px #FFF;
  padding: 10px 4px 10px 25px;
  text-align: left;
  background: #DEEDF7 url('../img/icon/time.png') 5px center no-repeat;
}
.calendar tbody th, .calendar thead th:first-child, .calendar tfoot th:first-child {
  border-left: 1px solid #FFF;
}
.calendar tbody th {
  background: url('../img/icon/calendar.png') center 6px no-repeat;
  padding-top: 24px;
}
.calendar thead th:first-child, .calendar tfoot th:first-child {
  background: none;
}
.calendar td {
  position: relative;
  height: 65px;
  vertical-align: top;
}
.calendar .weekend {
  display: none;
}
.calendar tr:hover {
  background: #F9F9F9;
}
.calendar tr:hover td:hover {
  background: #DEEDF7;
}
.calendar a.event {
  display: block;
  width: 62px;
  height:16px;
  padding:0 2px;
  margin-bottom: 4px;
  overflow: hidden;
  color:#333;
  text-decoration:none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.calendar td a.add {
  position: relative;
  float: right;
  opacity: 0.2;
}
.calendar a.type-1 {background:#F9FF69;} /* Osobni schuzka */
.calendar a.type-5 {background:#F0E68C;} /* Telefonat */
.calendar a.type-7 {background:#AFFB6B;} /* Poznamka */
.calendar a.type-9 {background:#FFA07A;} /* Nabidka */
.calendar a.type-13 {background:#B3F76F;} /* Objednavka */
.calendar a.type-16 {background:#FF0000;} /* Upominka */
.calendar a.type-18 {background:#00B2DF;} /* Realizace projektu */


/** User ACL */
#acl-permission fieldset legend {
  background: url(../img/icon/acl.png) no-repeat 7px 4px;
}
#acl-permission form table th {
  width: 50px;
}






/* legend */
p.legend {
  margin-top: 20px;
  padding: 10px;
  border-top: 1px solid #DCDCDC;
  background: #F4F4F4;
  line-height: 28px;
}
p.legend span {
  margin-right: 20px;
}
p.legend img {
  top: 3px;
  margin-right: 5px;
}

.txtCntr, td.txtCntr, th.txtCntr {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.hidden {
  display: none;
}
a.button {
  display: inline-block;
  padding: 5px 10px;
  color: #3484D2;
  background: #F0F7FB url('../img/icon/add.png') 7px 7px no-repeat;
  border: 1px solid #AED0EA;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
}
a.right {
  float: right;
}


#ajax-spinner {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10000;
	display: none;
	font-size: 0;
}
#ajax-spinner span {
	position: absolute;
	top:50%;
	left:50%;
	margin:-35px 0 0 -20px;
	width:35px;
	height:35px;
	border:2px solid #CCC;
	background: #FFF url('../img/spinner.gif') no-repeat 50% 50%;
	z-index:10001;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
form.ajaxSelectForm input[type=submit] {
  display: none;
}
ul.error {
	list-style-type: none;
	margin:0;
	padding:0;
}
ul.error li {
	position:relative;
	margin: 5px 0;
	padding:10px 50px;
	border-top:1px solid #F8DB54;
	border-bottom:1px solid #F8DB54;
	background:#FFFFAA url(../img/error.png) 10px center no-repeat;
  list-style-type: none;
  cursor: pointer;
}
.flash, p.info {
  position: fixed;
  width: 848px;
	margin: 0 0 8px 0;
	padding:14px 50px;
	border:1px solid #F8DB54;
	cursor:pointer;
  z-index: 99999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body.login-page .flash {
  position: relative;
  margin: 6px auto;
}
p.info {
  position: relative;
  z-index: 1;
}
.flash.success {
	background:#FFFFAA url(../img/success.png) 10px center no-repeat;
}
.flash.info, p.info {
	background:#FFFFAA url(../img/info.png) 10px center no-repeat;
}
.flash.error {
	background:#FFFFAA url(../img/error.png) 10px center no-repeat;
}
.flash.warning {
	background:#FFFFAA url(../img/warning.png) 10px center no-repeat;
}




a[href^="error:"] {
	background: #FF0000;
	color: #FFF;
}
pre.nette-dump {
  text-align: left;
  background: #FFF;
  padding: 10px;
  border: 1px solid #CCC;
}





/** Visual paginator */
.paginator {
	margin: 1em 0;
  text-align: center;
}
.paginator a, .paginator span {
	margin-right: 0.1em;
	padding: 0.2em 0.5em;
	color: #999999;
}
.paginator a {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	color: #105CB6;
}
.paginator span.button {
	border: 1px solid #DDDDDD;
}
.paginator .current {
	background: #2E6AB1;
	border: 1px solid #2E6AB1;
	color: white;
	font-weight: bold;
}



/** my UI customization */
body .ui-widget , body .ui-widget .ui-widget, body .ui-widget input,
body .ui-widget select, body .ui-widget textarea, body .ui-widget button {
  font: 14px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}
body .ui-widget-overlay {
  background: #000;
}
.my-ui-dialog {
  text-align:left;
}
.my-ui-dialog h2 {
  display: none;
}
.my-ui-dialog fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.my-ui-dialog fieldset legend {
  display: none;
}
.ui-dialog .ui-widget-content {
  margin: -3px -8px 0 -8px;
  border: none;
}
.ui-dialog .ui-tabs-nav {
  font-size: 85%;
}
.my-ui-dialog textarea {
  width: 99%;
  height: 180px;
}
.my-ui-dialog form table th {
  width: auto;
}
.my-ui-dialog input[required] {
  border-color: #FF0000;
}
.my-ui-dialog form {
  height: 0;
}
.my-ui-dialog table {
  width: 100%;
}
.my-ui-dialog table th {
  text-align: left;
  font-weight: normal;
}
.my-ui-dialog .confirm td {
  padding: 8px 8px 0 75px;
  background: url('../img/help.png') 15px center no-repeat;
  vertical-align: middle;
  height: 72px;
}
.my-ui-dialog .legend {
  position: relative;
/*  background: #EBEBEB;
  border: 1px solid #E3E3E3;
  padding: 10px 55px;*/
  color: #999;
}
.my-ui-dialog .legend .percentage {
  position: absolute;
  right: 30px;
  top: 30%;
  font-size: 18px;
  font-weight: bold;
  color: #BCBCBC;
}
.my-ui-dialog .legend.info {
/*	background: #EBEBEB url('../img/info-gray.png') 10px center no-repeat;*/
}
.my-ui-dialog .flash {
  position: relative;
  width: auto;
}
.my-ui-dialog #viewNavigation {
  display: none;
}
.my-ui-dialog div.ui-datepicker, .my-ui-dialog body .hourpicker, div.ui-datepicker {
	font-size: 11px;
}
body .ui-widget .ui-dialog-buttonpane {
  margin: 0;
  padding: 0.3em 0.5em 0.5em;
}
body .ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset button {
  margin: 0 0 0em 0.5em;
}
body .ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset {
  width: 100%;
  text-align: right;
}
body .ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset button.ui-remove {
  float: left;
}
/* UI datepicker */
div.ui-datepicker thead, div.ui-datepicker tfoot {
	border: none;
}
div.ui-datepicker th {
	background: none;
}
div.ui-datepicker tbody td a {
	padding: 4px 2px;
}
input.datepicker, input.mydatepicker, input.datetimepicker {
	background: #FFF url('../img/calendar.png') no-repeat 95%;
}
input.datetimepicker {
  width: 130px;
}
/* UI timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

/* UI progressbar */
#progressbar {
  position: relative;
  margin: 10px 5px;
}
#progressbar #value {
  position: absolute;
  z-index: 99999;
  right: 10px;
  top: 1px;
  font-size: 18px;
  font-weight: bold;
  color: #AED0EA;
}

/** CKEditor */
.my-ui-dialog span.cke_skin_kama {
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
  border: 0px;
  padding: 0px;
  margin: -10px;
}