/* reset margin + padding*/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
  font-size: 100%;	
	vertical-align: baseline;
	background: transparent;
}

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;	
	vertical-align: baseline;
	background: transparent;
}



body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.fixFloat {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* reset end */




html {
  color:#404040;
  font: 62.5%/1.8em Arial, Verdana, sans-serif;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;  
  
}
body {
  line-height:1.4em;
  text-align: left;
  font-size:1.2em;         
  /*background: url(../images/mainBg.jpg) repeat-x scroll left top; */
  background: #f0f4f5;
}

textarea {
  overflow: auto;
}
a {
  color:#4E7DE2;
  cursor:pointer;
  outline-style:none;
  text-decoration:none;
}

a:hover {
  text-decoration: underline;
}


ul ul {
  margin-left: 20px;  
}

table {
	width:100%;
	margin:1em auto;
	border-collapse:collapse;
}
td {
	padding: 0.5em;
	text-align:left;
	vertical-align: top;
}				
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	padding: 1em;
}
thead th {
	text-align:left;
	color:#42618a;
	border-bottom: 3px solid #ccc;
	font-weight: bold;
}
table tr {
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
}
table tr h2 {
  font-size: 16px;
}
table tr h2 a{
  color: #006e12;
}
table .dateCol {
}

table .rowActive {
 background: #eef6ff;
 border: 1px solid #b9d7fc;
}

h1 {
  color: #005acd;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  padding: 15px 0;
  font-family: tahoma;
}
h2 {
  color: #006e12;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: normal;
  padding-bottom: 3px;
  font-family: calibri, arial;
}

dt {
  padding: 6px 0 3px 0;
}


/* ico */
.f13Ico {
  display: block;
  text-align: center;
  color: #969696;
  border: 1px solid #fff;
  padding: 8px;
  font-size: 0.9em;
}
.f13Ico:hover {
  text-decoration: none;
  color: #3a3a3a;

 background: #eef6ff;
 border: 1px solid #b9d7fc;
}
.f13Ico span {
  display: block;
  width: 36px;
  height: 36px;  
  margin: auto;
  margin-bottom: 3px;  
}


.navIcoAdd span{
  background: url(../images/core/add.gif) no-repeat scroll 0 0;
}
.navIcoAdd:hover span{
  background: url(../images/core/add.gif) no-repeat scroll 0 -38px;
}

.navIcoList span{
  background: url(../images/core/list.gif) no-repeat scroll 0 0;
}
.navIcoList:hover span{
  background: url(../images/core/list.gif) no-repeat scroll 0 -38px;
}

.navIcoTree span{
  background: url(../images/core/tree.gif) no-repeat scroll 0 0;
}
.navIcoTree:hover span{
  background: url(../images/core/tree.gif) no-repeat scroll 0 -38px;
}
/* ico end */

/* Layout */
	.ui-layout-pane { /* all 'panes' */ 		
    overflow: auto;
	} 

	.ui-layout-resizer { /* all 'resizer-bars' */ 	
		
	} 


  .ui-layout-resizer-closed {
    background: #d5e4f2;
    background: #ff9090;
  }



	.ui-layout-toggler { /* all 'toggler-buttons' */ 		
	background: red;
	} 
	
.ui-layout-toggler-closed {
  background: #ccc;
  background:  url(../images/plus-toogler.gif) no-repeat scroll center 8px;
  
}	

.ui-layout-toggler-west-open {
  visibility: hidden;
}
	
  .ui-layout-center {
    padding-right: 12px;    		
  }	
  .ui-layout-west {
  	padding-left: 12px;  	
  }
  
  .center-west, .center-center {
    background: #fff;
    border:1px solid #ccc;
  }
  
/* UI LAYOUT */



/* Sortables */
ul.column {
	/*
	float: left;
	width: 33.3%;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	*/
}
ul.column li.widget {
	width: auto; /* width when 'parked' */
}
li.widget {
	width: 25%; /* width when 'moving' */
	background:#8dc100;
	border: 1px solid #eee;
	margin-bottom: 5px;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
	li.widget .widget-head {
		color: black;
		padding: 0 0 4px;
		cursor: move;
		overflow: hidden;
	}
	li.widget .widget-content {
		background: white repeat-x;
		color: black;
		font-size:0.9em;
		line-height: 1.2em;
		padding: 5px;
		overflow: hidden;
		-moz-border-radius-bottomleft: 2px;
		-moz-border-radius-bottomright: 2px;
		-webkit-border-bottom-left-radius: 2px;
		-webkit-border-bottom-right-radius: 2px;
	}




	/*ui layout upravy */
	.ui-icon {
		background-image:url(../images/redmond/ui-icons_d8e7f3_256x240.png);
	}
	.ui-icon {
		margin-top: 3px;
		margin-right: 3px;
	}
	.pagesIcon, .articlesIcon, .galeriesIcon, .newsIcon, .eshopIcon {
		display: block;
		width: 16px;
		height: 16px;
		float: left;
		margin-top: 3px;
		margin-right: 8px;
	}
	
	.pagesIcon {
		background: url(../images/layout_icon/page.png);
	}
	.articlesIcon {
		background: url(../images/layout_icon/article.png);
	}
	.galeriesIcon {
		background: url(../images/layout_icon/gallery.png);
	}
	.newsIcon {
		background: url(../images/layout_icon/news.png);
	}
	.eshopIcon {
		background: url(../images/layout_icon/eshop.png);
	}	
	.portlet-content #webContentList li{
		height: 22px;
		line-height: 22px;
	}
	.portlet-content ul li a {
		font-family: 'Arial';
		display: block;
		padding-left: 8px;
		color: #2d2d2d;
	}
	.portlet-content ul li a:hover {
		background: #5c7c9f;
		text-decoration: none;
		color: #fff;
	}
	.ui-widget-content {
		border: none;
		background: #fff;
	}
	
	.portlet {
		margin-bottom: 7px;
	}
	.ui-icon {
		float: right;
		cursor: pointer; 
			
	}
	.listColTop {

	}
	.blockMsg {
		margin: 15px;
	}
	
	.blockElement {	
		-moz-border-radius: 10px;
		font-size: 15px;		
	}

	.portlet-header {
		cursor: move;	
	}
	.portletHeaderTop {
		height: 23px;
		line-height: 24px;
		padding-left: 8px;
		background: url(../images/layoutHeaderBg.png) repeat-x;
		color: #fff;
		font-weight: normal;
		font-family: 'Arial';
	}
	.portletHeaderBottom, .portletHeaderBottomRight {
		background: #F1F1F1;
		padding: 5px;		
	}
	.portletHeaderBottomRight {
	
	}
	.searchWrap {
		border: 1px solid #ccc;
		background: #fff;
		padding: 2px;
	}
	
	
	#searchLookingGlass {
		background: url(../images/lookingglass.png) no-repeat;
		float: right;
		display: block;
		width: 16px;
		height: 16px;
		margin-top: 1px;
		
	
	}
	
	
	input.ezpz-hint {
		color: #BABBBB;
		border: none;
		width: 92%;	
		
	}

	input#search {
		border: none;
		width: 92%;
	}
	.ui-widget-header {
		border-color: #EEEAE2;
		
	}
	.portlet-content {
		padding-top: 5px;
		padding-bottom: 5px;

	}
	.ui-state-highlight  {
		margin-bottom: 5px;
		opacity: 0.7;
	}
	
	#newListWrap a {
		color: #1E2125;
		font-size: 13px;
		font-weight: normal;
		
	}
	.ui-layout-resizer-drag {
	
	}
	.ui-layout-resizer-dragging {
		background: #E4E4E4;	
	}
	#itemWrap {
		border-bottom: 1px solid #ECECEC;
		padding: 3px;
	}
	.listTime {
		float: right;
	}
	.listText {
		font-size: 11px;
		color: #8B8B8B;
	}
	
	.attachedFiles {
		display: block;
		float: right;
		width: 10px;
		height: 19px;
		background: url(../images/clipIcon.png) no-repeat;
	}
	.listItemBottom {
		min-height: 16px;
		height: auto !important;
		height: 16px;	
		margin-top: 3px;
	}
	.onlineStatus {
		/*background: #F1FFF1;*/
	}
	.conceptStatus {
		/*background: #FFF1F1;*/
	}	
	/* UI LAYOUT END */  

/*
  logo
*/
.logo {
  width: 105px;
  height: 36px;
  background: url(../images/logo.gif) no-repeat scroll left top;
  display: block;
  position: absolute;
  left: 15px;
  top: 10px;
}
.logo span {
  display: none;
}


#userIdentity a {
  color: #004f53;
  font-weight: bold;		
}
#userIdentity a:hover {
  color: #ec008c;		
}
#userLogout a:hover, #openWebsite a:hover {
  color: #000;
}

#userIdentity {
  position: absolute;
  right: 12px;
  top: 5px;
  color: #6c6c6c;
}

#openWebsite {
  position: absolute;
  left: 140px;
  top: 20px;  
  font-size: 22px;
} 
#openWebsite a {
  color: #035676;    
}
#openWebsite a:hover {
  text-decoration: none;
}
#openWebsite span {
  position: absolute;
  right: 0px;
  top: 18px;  
  font-size: 11px;
}



/*
  navigation
*/
#cmsMenu {
  position: absolute;
  left: -20px;
  top: 35px;  
  text-align: left;
}

#cmsMenu li {
  float: left;
  position: relative;
  width: 150px;
}
#cmsMenu a {
  display: block;
  text-decoration: none;
  padding: 4px 20px;
}

#cmsMenu.menuOver a{
  background: #666666 url(navBg.gif) no-repeat scroll left bottom;
}

#cmsMenu li ul .navOn a:hover {
  background: #537078;
}
#cmsMenu li ul .navOn a {
  background: #40464e;
}

#cmsMenu li ul {
  position: absolute;
  display: none;
  margin: 0;
}
#cmsMenu li ul a{
  background: #40464e;  
  background: #666666 url(navBg.gif) no-repeat scroll left bottom;
  color: #fff;
  font-weight: bold;
}


ul .active a {
  color: #f74518;
}


/**
 *  layout
 */ 
#header {

}

#contentLeft {
  float: left;
  width: 90px;
  padding-top: 10px;
}

#contentRight {
  padding: 10px 10px 0 10px;
  margin-left: 100px;
}


h1.active {
  padding: 0 0 5px 110px;
  color:#40464e;
  font-size: 18px;
  font-weight: bold;
  line-height:26px;  
}


/*
  ajax styles
*/
.progressBar {
  width: 100%;
  height: 167px;
  position: absolute;
  left: 0;
  top: 0;
}

.progressBarLoading {
  width: 200px;
  height: 30px;
  line-height: 30px;
  background: url(../images/ajaxLoader.gif) no-repeat scroll right center;
  display: block;
  position: absolute;
  left: 200px;
  top: 30px;
  color: #fff;
}

#messIn {
   margin: 1em 0;
   padding: .5em;
   background: #ffa;
   border: 1px solid #a00;
   color: #a00;
}












/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div {
	margin: 0;
}




/* listControlWrap */
.listControlWrap {
  background: #eef6ff;
  border: 1px #b9d7fc solid;
  padding: 10px;
}
.paginationControl {
  display: inline;
}

.separator {
  padding: 10px;
}
/* listControlWrap - END */


/* dnd tree */

.simpleTree
{
	
	margin:0;
	padding:0;
	/*
	overflow:auto;
	width: 250px;
	height:350px;
	overflow:auto;
	border: 1px solid #444444;
	*/
}
.simpleTree li
{
	list-style: none;
	margin:0;
	padding:0 0 0 34px;
	line-height: 14px;
}
.simpleTree li span
{
	display:inline;
	clear: left;
	white-space: nowrap;
}
.simpleTree ul
{
	margin:0; 
	padding:0;
}
.simpleTree .root
{
	margin-left:-16px;
	background: url(../images/root.gif) no-repeat 16px 0 #ffffff;
}
.simpleTree .line
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../images/line_bg.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../images/spacer.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../images/line_bg_over.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../images/line_bg_over_last.gif) 0 0 no-repeat transparent;
}
.simpleTree .folder-open
{
	margin-left:-16px;
	background: url(../images/collapsable.gif) 0 -2px no-repeat #fff;
}
.simpleTree .folder-open-last
{
	margin-left:-16px;
	background: url(../images/collapsable-last.gif) 0 -2px no-repeat #fff;
}
.simpleTree .folder-close
{
	margin-left:-16px;
	background: url(../images/expandable.gif) 0 -2px no-repeat #fff;
}
.simpleTree .folder-close-last
{
	margin-left:-16px;
	background: url(../images/expandable-last.gif) 0 -2px no-repeat #fff;
}
.simpleTree .doc
{
	margin-left:-16px;
	background: url(../images/leaf.gif) 0 -1px no-repeat #fff;
}
.simpleTree .doc-last
{
	margin-left:-16px;
	background: url(../images/leaf-last.gif) 0 -1px no-repeat #fff;
}
.simpleTree .ajax
{
	background: url(../images/spinner.gif) no-repeat 0 0 #ffffff;
	height: 16px;
	display:none;
}
.simpleTree .ajax li
{
	display:none;
	margin:0; 
	padding:0;
}
.simpleTree .trigger
{
	display:inline;
	margin-left:-32px;
	width: 28px;
	height: 11px;
	cursor:pointer;
}
.simpleTree .text
{
	cursor: default;
}
.simpleTree .active
{
	cursor: default;
	background-color:#F7BE77;
	padding:0px 2px;
	border: 1px dashed #444;
}
#drag_container
{
	background:#ffffff;
	color:#000;
	font: normal 11px arial, tahoma, helvetica, sans-serif;
	border: 1px dashed #767676;
}
#drag_container ul
{
	list-style: none;
	padding:0;
	margin:0;
}

#drag_container li
{
	list-style: none;
	background-color:#ffffff;
	line-height:18px;
	white-space: nowrap;
	padding:1px 1px 0px 16px;
	margin:0;
}
#drag_container li span
{
	padding:0;
}

#drag_container li.doc, #drag_container li.doc-last
{
	background: url(../images/leaf.gif) no-repeat -17px 0 #ffffff;
}
#drag_container .folder-close, #drag_container .folder-close-last
{
	background: url(../images/expandable.gif) no-repeat -17px 0 #ffffff;
}

#drag_container .folder-open, #drag_container .folder-open-last
{
	background: url(../images/collapsable.gif) no-repeat -17px 0 #ffffff;
}
.contextMenu
{
	display:none;
}
/* dnd tree - END */




/* index */

#picture {
	width: 655px;
	height: 464px;
	background: #FFF;
}

.uploaderWrap {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F0F0F0 none repeat scroll 0 0;
	margin-top:15px;
	padding:5px;
}
.uploaderWrap h2{
	font-size:18px;
	height:25px;
	margin:0;
}


.swfupload {
	position: absolute;
	z-index: 1;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

.h2 {
	font-size: 19px;	
}

#popAlert {
	overflow: hidden;
	z-index: 999;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 0;
	color: #000;
	font: 20px/40px arial, sans-serif;
	opacity: .9;
}


.infoBar {
	padding-top: 15px;	
}
.autosaveMsg {
	width: 380px;
	height: 20px;
	float: left;	
	color: #005ACD;
	padding-left: 3px;
}
.editorSwitch {
	float: right;
	color: #F85342;
	padding-right: 3px;	
}
.autosaveMsgWrap {
	height: 20px;
	
}
.tinyEditor {
	border: 1px solid #9c9c9c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}






/* pop up confirm box jquery */
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(../images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../images/info.gif);
}

#popup_content.confirm {
	background-image: url(../images/important.gif);
}

#popup_content.prompt {
	background-image: url(../images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
/* END pop up confirm box jquery END */



div.growlUI { background: url(../images/growlCheck.png) no-repeat 10px 10px; }
div.growlUI h1, div.growlUI h2 {
	color: white; padding: 5px 5px 5px 75px; text-align: left
}



.listHover {
	background: #f2f2f2;
	cursor: pointer;
}
.listActive {
	background: #757575;
	cursor: pointer;
	color: #fff;
}
#newListWrap .listActive a {
	color: #fff;
}
.listActive span {
	color: #D2D2D2;
}
.attachedFiles {
	cursor: default;	
	
}
.itemAjaxLoading {
	height: 37px;	
	padding-bottom: 1px;
	line-height: 37px;
	padding-left: 1px;
	font-size: 15px;
}
.actionsWrap {
	float: right;
	width: 500px;	
}
.ui-widget-content {
	border: none;
}