body
{
	background-image: url(/images/admin/bg.png);
	background-repeat: repeat;
	background-position: top center;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: black;
}

.cl
{
	clear: both;
}

a img
{
	border: none;
}

a, a:link, a:visited, a:hover
{
	color: black;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.all
{
	margin: auto;
	width: 939px;
	padding-top: 20px;
	text-align: left;
	xborder: 1px solid black;
	position: relative;
}

/*  login sceen */

.loginbox
{
	position: relative;
}


.loginbox .logininner
{
	width: 304px 
	height: 200px;
	border: 1px solid black;
	padding: 10px;
	margin: 10px 0;
	text-align: center;
}

.loginbox .logininner input.text
{
	width: 90%;
	border: 1px solid black;
	padding: 10px;
	margin: 10px 0;
	color: red;
}

.loginbox .logininner input.submit
{
	float: right;
}

/* vrchi cast */

.all .topbar
{
	position: relative;
	height: 80px;
}

.all .topbar h1.logo
{
	background-image: url(/images/admin/logo.png);
	width: 148;
	height: 40;
	position: absolute;
	left: 0px;
	top: 20px;
	margin: 0;
	padding: 0;
}

.all .topbar h1.logo span
{
	display: none;
}

.all .topbar .bar
{
	height: 20px;
	background: black;
	width: 720px;
	margin: 0px;
	padding: 13px 10px 7px 10px;
	color: white;
	position: absolute;
	top: 20px;
	right: 0;
}

.all .topbar .bar .right
{
	text-align: right;
	float: right;
}

.all .topbar .bar .right .logout
{
	padding-left: 20px;
	color: red;
	background-image: url(/images/admin/logout.png);
	background-repeat: no-repeat;
}

.all .topbar .bar .right .LangLink
{
	color: white;
}

.all h1.logo span
{
	display: none;
}


/* leve menu */

.all .menu
{
	float: left;
	width: 180px;
}

.all .menu .menuitem
{
	background: black;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 0px 12px 10px;
	margin: 0 0 20px 0;
}

.all .menu .menuitem.red
{
	background: red;
}

.all .menu .menuitem.grey
{
	background: #666666;
}

.all .menu .menuitem a
{
	color: white;
}

/* hlavni obsah */
.all .content
{
	width: 738px;
	xborder: 1px solid black;
	float: right;
	background: white;
}

.all .content .content-in
{
	margin: 20px;
	background-position: 0 0;
}

.error
{
	color: red;
	font-weight: bold;
	padding: 0px;
}

#nodeForm .error,
#nodeForm .info
{
	padding: 0px 20px;
}

.info
{
	color: green;
	font-weight: bold;
	padding: 0px;
}

/** sprava uzlu */

.nodes
{
	background-repeat: repeat-x;
	padding-top: 0px;
	background-position: top left;
}

.noderow
{
	background-image: url(/images/admin/nodeline.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	background-position: bottom left;
	padding-bottom: 10px;
}

.noderow .nodeadd,
.noderow .nodelabel,
.noderow .nodecontenttype,
.noderow .nodestatus,
.noderow .actionicons
{
	float: left;
	height: 24px;
}

.noderow.header
{
	font-weight: bold;
	background-image: url(/images/admin/nodesline.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.noderow .nodeadd
{
	width: 60px;
}

.noderow .nodelabel
{
	width: 350px;
}

.noderow .nodestatus
{
	width: 87px;
	text-align: center;
}

.noderow .nodecontenttype
{
	width: 110px;
	text-align: center;
}

.noderow .actionicons
{
	width: 85px;
}

.noderow .nodelabel a,
.noderow .nodelabel a:link,
.noderow .nodelabel a:active,
.noderow .nodelabel a:visited
{
	text-decoration: underline;
}

.noderow .nodelabel a:hover
{
	text-decoration: none;
}

.childrenContainer
{
	display: none;
}

#nodeForm 
{
	background: #DDDDDD;
	padding-top: 10px;
}

#nodeForm h2
{
	padding: 10px;
}

#nodeForm .formRow
{
	padding: 0px 10px;
	height: 45px;
}

#nodeForm .formRow.high
{
	height: auto;
}

#nodeForm input.text,
#nodeForm select,
#nodeForm textarea
{
	border: 1px solid red;
	width: 510px;
	padding: 10px;
	background: white;
}

#nodeForm textarea
{
	height: 10em;
}

#nodeForm textarea.tinymce
{
	height: 30em;
}

#nodeForm .formRow label
{
	width: 130px;
	float: left;
	padding: 10px;
}

#nodeForm .field 
{
	width: 510px;
	float: left;
}

#nodeForm .field.half
{
	width: 182px;
}

#nodeForm .formRow.submit 
{
	text-align: center;
	height: 30px;
}

#nodeForm .formRow.submit input.submit,
#nodeForm .formRow.submit input.cancel
{
	padding: 8px 0px;
	margin: 0 5px;
	text-transform: uppercase;
	border: 0;
	width: 191px;
	color: white;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
}

#nodeForm .formRow.submit input.submit
{
	background: #67af24;
}

#nodeForm .formRow.submit input.cancel
{
	background: red;
}

#nodeForm .formRow.autoheight
{
	height: auto;
	padding: 10px;
}


#nodeForm .field.half input.text,
#nodeForm .field.half select
{
	width: 178px;
}

#nodeForm .field.boxesList
{
	height: 5em;
	overflow: scroll;
	overflow-x: hidden;
	background: white;
}

#nodeForm .boxesList .boxItem label
{
	float: none;
	padding: 0;
	width: 400px;
}

#nodeForm hr
{
	background: url(/images/admin/hrbg.png);
	background-repeat: repeat-x;
	height: 2px;
	border: none;
}

.nodeForm h3
{
	padding: 0 20px;
}

/* vyber typu obsahu */
#nodeContentTypeSelector
{
	display: none;
	position: absolute;
	z-index: 1000;
	width: 300px;
	background: white;
	padding: 10px;
}

#nodeContentTypeSelector .inner
{
	border: 1px solid gray;
	padding: 10px;
}

#nodeContentTypeSelector .close
{
	position: absolute;
	right: 10px;
	top: 10px;
}

#nodeContentTypeSelector select
{
	margin-top: 10px;
	padding: 10px;
	border: 1px solid red;
	width: 100%;
	background: white;
}

#nodeContentTypeSelector .buttons .submit,
#nodeContentTypeSelector .buttons .cancel
{
	width: 40%;
	padding: 3px;
	font-weight: bold;
	color: white;
	border: none;
}

#nodeContentTypeSelector .buttons
{
	padding: 10px;
}

#nodeContentTypeSelector .buttons .cancel
{
	background-color: red;
	float: right;
}

#nodeContentTypeSelector .buttons .submit
{
	background-color: #67af24;
	float: left;
}

/* soubory */
.fileforms
{
	width: 100%;
}

.fileforms .left,
.fileforms .right
{
	 width: 322px;
	min-height:110px;
	background: #dddddd;
	padding: 10px;
}

.fileforms .left
{
	float: left;
}

.fileforms .right
{
	float: right;
}

.fileforms .header
{
	min-height: 30px;
	padding: 0px;
	font-weight: bold;
}

.fileforms .header .righticon
{
	float: right;
}

.fileforms .formrow
{
	width: 308px;
	 height: 24px;
	border: 1px solid red;
	background: white;
	padding: 5px;
	text-align: right;
}

.fileforms .formrow input
{
	width: 100%;
	border: none;
}

.fileforms input.submit
{
	width: 321px;
	background: #67af24;
	color: white;
	border: none;
	padding: 5px;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 10px;
}

.fileRow
{
	background: url(/images/admin/nodeline.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 5px 10px;
}

.fileRow.first
{
	background-image: url(/images/admin/nodesline.png);
}

.fileRow .filelabel,
.fileRow .filesize,
.fileRow .filetype,
.fileRow .fileaction
{
	float: left;
	height: 20px;
}

.fileRow .filelabel
{
	 width: 440px;
}

.fileRow.dir .filelabel
{
	font-weight: bold;
}

.fileRow .filesize
{
	width: 100px;
}

.fileRow .filetype
{
	width: 80px;
}

.fileRow .fileaction
{
	width: 30px;
}

.fileRow input
{
	border: 1px solid red;
	width: 200px;
	color:black;
	float: left;
}

.fileRow input.ok
{
	border: none;
	margin-left: 20px;
	width: auto;
}

/* Obecná tabulka - vypis boxu atd. */


.actionrow
{
	height: 30px;
}

a.listadd
{
	padding: 6px 6px 6px 30px;
	background-image: url(/images/admin/add.png);
	background-position: center left;
	background-repeat: no-repeat;
	height: 25px;

}

table.adminlist
{
	border-collapse: collapse;
	width: 100%;
}

table.adminlist tr th,
table.adminlist tr td
{
	padding: 5px;
	font-size: 12px;
}

table.adminlist tr.header th
{
	background-image: url(/images/admin/nodesline.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align: left;
}

table.adminlist tr td
{
	background-image: url(/images/admin/nodeline.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

table.adminlist tr.filters input
{
	border: 1px solid red;
	width: 100%;
	padding: 3px;
}

table.adminlist tr.filters input.submit
{
	background-color: #67af24;
	border: none;
	font-weight: bold;
	color: white;
}

table.adminlist th.icons,
table.adminlist td.icons
{
	width: 30px;
	white-space: nowrap;
}


/* file selector */
.fileSelector
{
	text-align: left;
	padding: 10px;
	margin: 10px;
	background: white;
}

.fileSelector .fileRow
{
	background-color: white;
}

.fileSelector .fileRow .filelabel
{
	width: 300px;
}

.fileSelector .fileRow .filetype
{
	width: 100px;
}

.fileSelector .fileRow .fileaction
{
	width: 100px;
}

.fileSelector .fileforms form
{
	width: 45%;
}

.fileSelector .fileforms form input,
.fileSelector .fileforms form .formrow
{
	width: 100%;
}

.fileSelector .fileforms form .formrow 
{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.fileSelector .fileforms form .formrow input
{
	padding: 0 10px;
}

.fileSelector .fileforms form.left .formrow
{
	background: #ebebeb;
	border: none;
	text-align: left;
	padding: 0 0 12px 0;
}
.fileSelector .fileforms form.left .formrow input
{
	border: 0;
	padding: 0;
	background: transparent;
}

/* galerie */

.galleryImagesList
{
	float: right;
	width: 510px;
	text-align: right;
	background: white;
}

#nodeForm .galleryImagesList input.text.galleryLabel
{
	width: 407px;
	float: none;
}

#nodeForm .galleryImagesList .galleryFile
{
	padding: 10px;
}


/* kalendar */

.ui-datepicker
{
	background: white;
	padding: 10px;
}

.ui-datepicker td,
.ui-datepicker th
{
	font-size: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next
{
	width: 45%;
}
.ui-datepicker-prev
{
	float: left;
}

.ui-datepicker-next
{
	float: right;
}

.urlSelector .tabHeaders
{
	font-size: 130%;
}

.urlSelector .tabHeaders a
{
	text-decoration: underline;
}

.urlSelector .tabHeaders a.active
{
	font-weight: bold;
}

.urlSelector .nodeList .item
{
	padding: 2px 0;
}

.urlSelector hr
{
	height: 2px;
	padding: 0;
	margin: 10px 0;
	background-image: url(/images/admin/hrbg.png);
	background-repeat:  repeat-x;
	border: 0;
}


/*  galerie   */

.galleryImagesList
{
	width: 510px;
	background: white;
}

.galleryFile .galleryLabel
{
}

.imagesHead
{
	background: white;
	height: 60px;
	width: 510px;
	margin-bottom: 10px;
}

.fileSelectorInput
{
	width: 517px;
	padding: 10px 10px 10px 0px; 
	float: right;
	text-align: left;
}

.fileSelectorInput .head
{
	background: white;
	margin: 0;
	width: 489px;
	padding: 10px;
	background-image: url(/images/admin/hrbg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.fileSelectorInput .head .buttons
{
	float: right;
	width: 70px;
}

.fileSelectorInput .head .label
{
	float: left;
	width: 380px;
	padding-top: 5px;
}

.fileSelectorInput .head .previewIconLink
{
	position: relative;
}

.fileSelectorInput .selectLink
{
	background: white;
	margin: 0;
	width: 489px;
	padding: 10px;
}

.fileSelectorInput .selectLink .in
{
	float: right;
	width: 140px;
}

.fileSelectorInput .selectLink .in img
{
	padding-bottom: 10px;
	float: left;
	padding-right: 5px;
}

#newFile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}

#newFile + label {
    background: #67af24 none repeat scroll 0 0;
    color: white;
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 311px;	
}

