body {
	margin:0px;
	background: #F1F1F1;
}

h1 {
	margin:0px;
	font: bold 40px/1.5 sans-serif;
	color: #3484D2;
}

.red {
	margin:0px;
	font: 30px Georgia, serif;
	color: #000;
}

h2 {
	margin:0px;
}


table, th, td
{
border: 1px solid #F1F1F1;
border-collapse:collapse;
}

td.time {
 font-style: italic;
}

table
{
width:100%;
}

a {
color : #516C94;
text-decoration : underline;
}
a:hover {
color : #516C94;
text-decoration : none;
}

#admin {
	    display: none;
	    }

#hlavni {
	font: 16px/1.5 Georgia, serif;
	color: #333;
	background-color: #f1f1f1;
	margin: 0px auto;
	min-width: 320px;
    max-width: 720px;
	
}

#logo {
	text-align: center;
	margin-bottom: 20px;
	}


#ajax-spinner {

	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	background: #FFF9D7;
	border: 1px solid #E2C822;
	font-size: 30px;
	text-align: center;
	color: #B91440;

}

a[href^="error:"] {
	background: red;
	color: white;
}

.underlogo {
	height:25px;
	background: white;
}

.navbar {
	float:left;
	padding-left: 10px;
}

.userName {
	font-style: italic;
}

.usernamelogout {
	float:right;
	padding-right: 10px;
}

#submenu {
	height:25px;
	width:100%;
	background: white;
	margin-bottom: 5px;
}

#h2nadpis {

	max-width: 350px;
    color: #B91440;
    line-height: 25px;
    padding: 10px 10px;
    border: 1px solid #FFFFFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#FFFFFF));
    -webkit-box-shadow: 0 0 2px #E4E3E3;
border-top-right-radius: 30px;
}

#pass #h2nadpis {
    color: #B91440;
    line-height: 25px;
    padding: 10px 10px;
    border: 1px solid #FFFFFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#FFFFFF));
    -webkit-box-shadow: 0 0 2px #E4E3E3;
border-top-right-radius: 30px;
}

.nastaveni {
padding-left: 5px;
}

/*Pomocné*/
.showall {
	float:right;
	padding-right: 5px;
	color:red;
	font-size: small;
	padding-top: 4px;
}

/* Nápověda */
.clicker {
	float:right;
	color:red;
	font-size: small;
	padding-top: 4px;
	height: 21px;
	padding-right: 5px;
	line-height: 21px;
}

.helper  {
 display:none;
 font-style: italic;
 background:#FFF9D7;
 padding: 5px;
 margin-bottom: 5px;
}

/* Konec nápovědy */
#footer  {
 text-align: center;
 font-size: small;
 font-style: italic;
 margin-bottom: 0px;
}

.redButton {
    color: #B91440;
    font-size: 19px;
    line-height: 25px;
    padding: 10px 30px;
    border: 1px solid #FFFFFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#FFFFFF));
    -webkit-box-shadow: 0 0 2px #E4E3E3;
    -webkit-border-radius: 5px;
}
 /* Selext box pro itemy u přidávání leadra */


.ultraselectvbox {
	cursor: pointer;
	height: 25px;
	line-height: 25px;
}

.ultraselectvbox a {
	margin-right: 5px;
	padding: 0px
}

.ultraselectmark {
	margin-left: 5px;
	font-size: 10px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #05f;
}

input.from, input.to {
	width: 45% !important;
	display: inline-block !important; 
	margin-left: 0;
	margin-right: 0;
	padding: 0 !important;
}

span.between {
	width: 10%;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	display: inline-block;
	margin: 0;
	padding: 0;
}


.loading {
	background:#2ba6cb url('../images/loader.gif') no-repeat 50% 70%;
	border: 1px solid #000;
	height: 100px;
	width: 50%;
	position: fixed;
	z-index: 1000;
  	margin: -25px 0 0 75px;
  	color: #ffffff;
  	text-align: center;
  	padding-top: 25px;
  	font-size: 21px;
  	top: 50%;
  	left: 50%;
	margin-left: -25%; /* Half of the width */
}