h1,h2,h3,form,input,select,textarea,p,img, ul, li, dd, dt {
	margin: 0;
	padding: 0;
	font: 100%;
}

form .required {
  font-weight: bold;
  color: #C73B1B;
}

h1, h2, h3 {
	font: 15pt "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
h2 {font-size: 14pt;}	
h3 {font-size: 13pt;}

img {
	border: 0;
}

/* table */
table {
	width: 100%;

}
/* table END */

/* anchor */
a   , a:link {
	text-decoration: none;
	color: #f26522;
}

a:hover {
	text-decoration: none;
}
/* anchor END */ 

.floatL {float: left;}
.floatR {float: right;}
.alignL {text-align: left;}
.alignR {text-align: right;}
.alignC {text-align: center;}
.err {color: red;}
/* helpers - END */
.errMessage   , .flashMessenger {
	margin: 10px;
	padding: 20px;
	background-color: #be3527;
	color: #fff;
}


/* -------------------------------------------------------------------------- */
body {
	text-align: center;
	min-width: 700px;
	margin: 0px; padding: 0;
	font: 9pt Verdana, sans-serif;	
	text-align: center;
	color: #4c4e4b;
	background-color: #fff;
}

#wrapper {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

#header,#subnav,#footer {
	color: #000;
	clear: both;
}
.navigace h1{
	line-height: 50px;
}	

#header {
	background-color: #314953;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border-bottom: 5px #eca42e solid;
	color: #fafbfc;
}

#subnav {
	background-color: #91afba;
	height: 20px;
}

#footer {
	padding: 10px 25px 30px 25px;
	background-color: #e6e6e6;
	border-top: 2px #afafaf solid;
	color: #6f6f6f;
	text-align: right;
}

#contentfloatholder {
	float: left;
	width: 100%;
}

#contentfloatholder :after {
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#center {
	margin: 0 175px 0 225px;
	padding: 10px;
	background-color: #e5ecf2;
}

#centerwrap {
	float: left;
	width: 100%;
	margin: 0 -95% 0 0;
}

#left {
	float: left;
	width: 220px;
	margin: 0 0 0 -5%;
}

#right {
	float: right;
	width: 170px;
	margin: 0;
	padding: 5px 0;
}

.navigationControler {
	padding: 0;
	margin: 0;
}

.navigationControler li {
	list-style: none;
	float: left;
}

.navigationControler li a {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	float: left;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
	text-align: center;
	padding: 0 12px;
}

.navigationControler li a:hover   , .navigationControler li .active   ,
	.navigationControler li .parents {
	text-decoration: none;
	color: #fff;
	background-color: #eea32e;
}

/* navigace */
.subNav {
	margin: 0;
	padding: 0;
}

.subNav li {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	background-color: #e9f8ff;
	height: 33px;
}

.subNav li a {
	display: block;
	height: 33px;
	line-height: 33px;
	color: #666666;
	text-decoration: none;
	padding-left: 15px;
}

html>body .subNav li a {
	width: auto;
}

.subNav li a:hover,.subNav .active a {
	background-color: #314953;
	color: #fff;
}

.logout {
	position: absolute;
	top: 0px;
	right: 20px;
	font-size: 10px;
}

.tableRollOverEffect1 {
	background-color: #91afba;
	color: #FFF;
}

.tableRowClickEffect1 {
	background-color: #b7d1e8;
	color: #000;
}

.candidateRow {
	width: 92%;
	background-color: #b7d1e8;
	padding: 10px 20px;
	margin: 10px 10px 10px 10px;
}

.candidateRow p {
	padding: 10px 10px;
	margin: 10px 10px 10px 10px;
	border-top: 2px #91afba solid;
}

.f13Edit td, .f13Edit img, .f13Edit table, .f13Edit tr {
	margin:0; padding:0;
	width: auto;
	height: auto;
}	
	
	
/* forms */

form {
	width: 92%;
}

input, textarea, select {
	padding: 2px;
	margin: 5px 0;
	width: 100%;
}

.errorField input, .errorField textarea, .errorField select {
	border-color: #c73b1b;
	background-color: #fffce7;
}

.errors{
	color: #c73b1b;
	padding: 0px 5px;
	font-weight: bold;
}	

input[type=checkbox] {
	width: auto;
	margin-right: 40%;
}

form dd{
	margin-left: 20px;	
}

dt {
	margin: 0;
	padding: 0;	
}

ul {
	list-style: none;
	margin: 10px;
}

ul {
	margin:3px; padding:0;
}
	
.dhtmlgoodies_tree{
	margin:0px;
	padding:0px;
}
.dhtmlgoodies_tree ul{	/* Sub menu groups */
	margin-left:10px;	/* Left spacing */
	padding-left:0px;
	display:none;	/* Initially hide sub nodes */
}
.dhtmlgoodies_tree li{	/* Nodes */
	list-style-type:none;
	vertical-align:middle;
	position: relative;
	
}
.dhtmlgoodies_tree li a{	/* Node links */
	color:#000;
	text-decoration:none;
	font-family:arial;
	font-size:0.9em;
	padding-left:2px;
}

dl, dt {

margin:0; padding:0;

}
	
.treeActionMenu {
	z-index: 1000;
	background: #cba674;
	width: 50px;
	padding: 3px;
	position: relative; 
	top: 5px; left: 30px;
	display: none;
}

.aktivniVerze {
	background-color: #ca89ac;
}

.aktivniRadek {
	background-color: #fafacd;	
}

table td {
	vertical-align: top;
}

table, tr, td {
	margin:0; padding:0;
}

td {
	padding: 5px;
	margin: 2px;
	background-color: #d0d8df;
}

.fileManagerText {
  position: relative;
	background-color: #b7d1e8;
	padding: 10px 20px;
	margin: 10px 10px 10px 10px;
}

.fileManagerText p {
	padding: 10px 10px;
	margin: 10px 10px 10px 10px;
}






























 
 

 

#log_res.ajax-loading {
	position: absolute;
	top:0; left:0;
	width: 100%; height: 100%;
	z-index: 1000;
	background: #000 url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}

.statusManage {
	width: 300px;	
}
#shipment {
	width: 350px;

}
