body {
	color: #333;
	background: #F6F6F6;
	font-family: Arial, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}
a { 	color: #149; }
a:hover { color: #E2144A; }
img {
    border: 0;
}
input {
    margin: 0;
}
input, select, textarea	{
 	font-family: Arial, sans-serif;
	font-size: 100%;
	border: 1px solid #aaa;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	padding: 2px;
}
input.big {
	width: 40em;
}
textarea.big {
	width: 40em;	
	height: 6em;
}
form {
	margin: 0;
}
h1 {
	color: #1D6AF4;
	margin: 0 0 10px;
	clear: both;
	font-weight: normal;
	font-size: 28px;
}
h2 {
	color: #444;
	color: #1D6AF4;
	clear: both;
	font-weight: normal;
	font-size: 20px;
}
hr {
	border: 0;
	border-top: 1px solid #ccc;
}
td {
	vertical-align: top;
}
/*----------------------------------------------------------------------*/
#main {
	background: #fff url("images/bg01.png") repeat-x top center;
}
#main_page {
	width: 1000px;
	margin: 0 auto;
}
#header {
	height: 70px;
}
#header #logo {
	display: block;
	float: left;
	margin-left: 1px;
	width: 254px;
	height: 70px;
    background: url("images/logo1.png");
}
#header #logo span {
	display: none;
}
#menu {
	height: 30px;
	background-color: #b4d812;
	padding: 5px 0 0 0;
	border-top: 1px solid #d7fb2f;	
	border-bottom: 1px solid #89a601;	
	letter-spacing: 1px;
	font-size: 110%;	
}
#user {
	font-size: 110%;
	float: right;
	width: auto;
	height: 30px;
	background-color: #9fb800;
	padding: 3px 10px 2px 10px;
	border-top: 1px solid #d7fb2f;	
	border-bottom: 1px solid #698600;	
	color: #fff;
	line-height: 30px;
}
#user img {
	margin-bottom: -7px;
	margin-left: 9px;
}
#user a {
	font-weight: bold;
	color: #fff;
}
#user a:hover {
	font-weight: bold;
	color: #ddd;
}
#headline {
	/*_clear: both;*/
    background: url("images/bg03.png") repeat-x top left;
}
#headline h1 {
	margin:0; padding:0;
	line-height: 36px;	
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
#headline img { 
	float: left;
	margin: 2px 10px;
}
#content {
    clear: both;
    padding: 20px 0 20px 0;
    min-height: 300px;
}
#footer {
	clear: both;
	border-top: 1px solid #ddd;
}
#footer_page {
	width: 1000px;
	margin: 0 auto;
	font-size: 85%;
	padding: 10px 0;
	color: #888;
	line-height: 32px;
}
#footer .help a {
	display: block;
	float: right;
	padding-right: 32px;
	background: url("images/32/help.png") no-repeat right center;
}
/*----------------------------------------------------------------------*/
.text_ok {   
	color: #080;
	font-weight: bold;
}
.text_error {   
	color: #C00;
	font-weight: bold;
}
.cleaner {
	clear: both;
}
/*----------------------------------------------------------------------*/
.button {   
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	background-color: #DDD;
	border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    cursor: pointer;
    margin-right: 10px;
    padding: 1px 5px;
}
.button:hover {   
	background-color: #eee;
}
/*----------------------------------------------------------------------*/
.folders-pages a {
	background-color: #F0F0F0;
	padding: 2px 4px;
	text-decoration: none;
}
.folders-pages a:hover {
	background-color: #E0E0E0;
}
/*----------------------------------------------------------------------*/
.table_dialog {
    background-color:#f9f9f9;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	border: 1px solid #ddd;
    margin-bottom: 10px;
}
.table_dialog.window {
    margin: 0 auto;
}
.table_dialog thead td {
    background: #ccc url("images/bg03.png") repeat-x center left;
    font-weight: bold;
    padding: 6px;
}
.table_dialog tbody td {
    padding: 2px;
    vertical-align: top;
}
.table_dialog tbody .headline td {
    background: #ccc url("images/bg03.png") repeat-x center left;
    font-weight: bold;
    padding: 6px;
}
/*----------------------------------------------------------------------*/
.table_list {
	clear: both;
    margin-bottom: 10px;
	border-collapse: collapse;
}
.table_list td {
	margin: 0;
    padding: 0px 5px;
    line-height: 2em;
    border: 1px solid #fff;
}
.table_list td input {
    border: 0;
}
.table_list thead td {
    background: #ccc url("images/bg03.png") repeat-x center left;
    font-weight: bold;
    -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px;
    padding: 3px;
}
.table_list img { margin: 0 3px; }
.table_list thead a { color: #333; }
.table_list thead a:hover { color: #666; opacity: 0.7;}
.table_list tbody tr { background-color: #F0F0F0; }
.table_list tbody tr:hover { color: #000; background-color: #E0E0E0;}
.table_list tbody a:hover { opacity: 0.7;}
.table_list tbody .row2 { background-color: #FAFAFA; }
/*----------------------------------------------------------------------*/
.toolbar {
	margin-bottom: 10px;
	border: 1px solid #ddd;	
    background: #e7e7e7 url("images/bg04.png") repeat-x top left;
	height: 63px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.toolbar .folder {
	padding: 0 5px;
	line-height: 65px;
	float: left;
}
.toolbar .icons {
	xfloat: left;
}
.toolbar .icons a {
	display: block;
	float: left;
	margin: 5px 0 0 5px;
	padding: 36px 3px 3px 3px;
	width: auto;
	cursor: pointer;
}
.toolbar .icons a:hover {
	opacity:0.7;
	background-color: #fff;
}
.toolbar .icons .ico_delete {			background: url("images/32/user-trash.png") no-repeat top center; }
.toolbar .icons .ico_add { 				background: url("images/32/list-add.png") no-repeat top center; }
.toolbar .icons .ico_folder {  			background: url("images/32/folder.png") no-repeat top center; }
.toolbar .icons .ico_folder_add {		background: url("images/32/folder-new.png") no-repeat top center; }
.toolbar .icons .ico_folder_delete {	background: url("images/32/user-trash.png") no-repeat top center; }
.toolbar .icons .ico_folder_configuration {	background: url("images/32/preferences-system.png") no-repeat top center; }
.toolbar .icons .ico_pass {				background: url("images/32/system-lock-screen.png") no-repeat top center; }
.toolbar .icons .ico_update {			background: url("images/32/system-software-update.png") no-repeat top center; }
.toolbar .icons .ico_save {				background: url("images/32/document-save.png") no-repeat top center; }
.toolbar .icons .ico_attachment {		background: url("images/32/mail-attachment.png") no-repeat top center; }
.toolbar .icons .ico_back {				background: url("images/32/go-previous.png") no-repeat top center; }
.toolbar .icons .ico_move {				background: url("images/32/edit-redo.png") no-repeat top center; }
.toolbar .icons .ico_copy {				background: url("images/32/edit-copy.png") no-repeat top center; }
.toolbar .icons .ico_users {			background: url("images/32/system-users.png") no-repeat top center; }
.toolbar .icons .ico_groups {			background: url("images/32/system-users.png") no-repeat top center; }
.toolbar .icons .ico_email {			background: url("images/32/mail-message-new.png") no-repeat top center; }
.toolbar .icons .ico_preview {			background: url("images/32/search.png") no-repeat top center; }

.toolbar .icons .spacer {
	float: left;
	width: 0px;
	height: 55px;
	margin: 5px 0 0 5px;
	border-left: 1px dashed #ccc;
}

.toolbar .icons .ico_popup .ico_popup_content {
	display: none;
}
.toolbar .icons .ico_popup:hover {
	opacity:1;
}
.toolbar .icons .ico_popup:hover .ico_popup_content {
	display: block;
	position: absolute;
	background: #f5f5f5;
	border: 1px solid #ddd;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
	margin-top: 40px;
	margin-left: -1px;
}
.toolbar .icons .ico_popup .ico_popup_content > a {
	float: left;
	clear: both;
	display: block;
	width: 100px;
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #e5e5e5;
}

/*----------------------------------------------------------------------*/
.object_toolbar {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;	
    background: #e7e7e7 url("images/bg04.png") repeat-x top left;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.object_toolbar table {
	border-collapse: collapse;
}
.object_toolbar span.spacer {
	margin: 0 10px;
	border-left: 1px dashed #ccc;
}
/*----------------------------------------------------------------------*/
div.info {
	padding: 5px 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;	
	background-color: #fffaae;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}
/*----------------------------------------------------------------------*/
.forced {
	border: 1px dashed #C00;
	background-color: #FDD;
}
/*----------------------------------------------------------------------*/
#content h1 {
	padding-left: 36px;
    background: url("images/32/text-x-generic.png") no-repeat center left;
}
#main .users h1 {	background: url("images/32/system-users.png") no-repeat center left; }
#main .system h1.configuration {	background: url("images/32/preferences-system.png") no-repeat center left; }
#main .system h1 {	background: url("images/32/applications-system.png") no-repeat center left; }
#main .folders h1 { 	background: url("images/32/folder.png") no-repeat center left; }
/*----------------------------------------------------------------------*/
.tree-list, .tree-list ul {
    margin: 0;
    padding: 0;
}
.tree-list li {
    list-style-type: none;
	margin: 0;
    padding: 0;
}
.tree-list li ul {
    margin: 0;
    padding: 0 0 0 20px;
}
.tree-list li ul li {
	padding: 10px 0 0 25px;
    border-left: 1px solid #ddd;
    background: url("images/tree-list-arrow.png") no-repeat -1px top;
}
.tree-list .box:hover {
	background-color: #eee;
}
.tree-list .right-box {
	float: right;
	width:150px;
}
/*----------------------------------------------------------------------*/
/* css modifikace pro jednotlive moduly */
/*----------------------------------------------------------------------*/
#content.users .dialog_login  {	
    background: url("images/64/system-lock-screen.png") no-repeat 260px 110px;
}
#content.users .dialog_login table {
	margin: 0 auto;
	margin-top: 60px;
}
#xcontent.users .dialog_login table td label {	margin-left: 100px }
#xcontent.users .dialog_login table td { padding: 5px }
/*----------------------------------------------------------------------*/
body.connector #header {
	display: none;
}
body.connector #user {
	display: none;
}
body.connector #menu {
	display: none;
}
/*----------------------------------------------------------------------*/
#dragbox-search{
    background: #FDFCFB url("images/bg04.png") repeat-x bottom left;
}
#dragbox-search #set_search_query {
	width: 240px;
	margin-right: 10px;
}
#dragbox-search .dragbox-content {
	line-height: 50px;
	padding-left: 60px;
    background: url("images/32/search.png") no-repeat 10px center;
}
/* modul data ----------------------------------------------------------*/
.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {
    display:block;
   	width: 100px;
   	text-align: center;
   	height: 1.4em;
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
    background-color: #DDD;
	border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    cursor: pointer;
    margin-right: 10px;
    padding: 3px 5px;
}
.qq-upload-button-hover { background-color: #eee;}
.qq-upload-button-focus { }

.qq-upload-drop-area {
    position:relative; top:0; left:0; width:100%; height:100%; min-height: 100px; z-index:2;
    background:#fff; text-align:center; 
    margin-bottom: 1em;
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; margin-top:-0.5em; width:100%;
}
.qq-upload-drop-area-active {background:#f5f5f5;}

.qq-upload-list {margin:15px 35px; padding:0; list-style:disc;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("images/16/process-working.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text, .qq-upload-success-text {display:none; }
.qq-upload-fail .qq-upload-failed-text {display:inline; color: #c00; font-weight: bold;}
.qq-upload-success .qq-upload-success-text {display:inline; color: #080; font-weight: bold;}
