@charset "UTF-8";
/* CSS Document */
/* CMS */
#cmstopbar {
	height: 45px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 6000;
	background-position: bottom center;
	background-image: url(/easypress/cms/images/cmstopbg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#cmstopbarcontent {
	width: 957px;
	margin: 0px auto;
	position: relative;
}
#welcometext {
	position: absolute;
	left: 80px;
	top: 5px;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
}
.cmstopbutton {
	height: 37px;
	padding: 1px 0px 0px 0px;
	text-align: center;
	width: 75px;
	color: black;
	font-size: 0.8em;
	position: absolute;
	display: block;
	text-decoration: none;
	line-height: 1.7em;
}
.cmstopbutton:hover {
	background-color: #EFEFEF;
	text-decoration: none;
}
#editactivenotification {
	font-size: 0.7em;
	color: red;
}
#viewlivebutton {
	top: 0px;
	right: 375px;
	border-left: 1px solid #CCCCCC;
}
#editthispagebutton {
	top: 0px;
	right: 300px;
	border-left: 1px solid #CCCCCC;
}
#pagemanagerbutton {
	top: 0px;
	right: 225px;
	border-left: 1px solid #CCCCCC;
}
#settingseditbutton {
	top: 0px;
	right: 75px;
	border-left: 1px solid #CCCCCC;
}
#usermanagerbutton {
	top: 0px;
	right: 150px;
	border-left: 1px solid #CCCCCC;
}

#logoutbutton {
	top: 0px;
	right: 0px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.edit-active {
	position: relative;
}
.dib-edit-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 3px dashed rgba(255,255,255,0);
	border-radius: 3px;
	cursor: pointer;
	z-index: 5000;
}
.dib-plugin-edit-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 3px dashed rgba(255,255,255,0);
	border-radius: 3px;
	cursor: pointer;
	z-index: 6000;
}
.dib-edit-overlay:hover {
	border-color: red;
	background-color: rgba(255,0,0,0.1);
}
.dib-plugin-edit-overlay:hover {
	border-color: blue;
	background-color: rgba(0,0,255,0.1);
}
#contentareaid {
	display: none;
}
#cmsbottombar {
	height: 443px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 6000;
	background-image: url(/easypress/cms/images/cmsbottombgwhite.png);
	background-repeat: repeat-x;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
}
#cmsbottombarcontent {
	width: 937px;
	position: relative;
	overflow-y: auto;
	height: 443px;
	padding: 10px;
	background-image: url(/easypress/cms/images/cmsbottombg.png);
	background-repeat: repeat-x;
	background-position: center -20px;
	margin: 0px auto;
}
#diblogo {
	position: absolute;
	top: 1px; left: 0px;
}
#b3logo {
	position: absolute;
	top: 9px; left: 0px;
}
/*.editplugin {
	display: none;
	font-size: 0.8em;
}*/
.pluginmanagerlinks {
	font-size: 0.8em;
	text-align: right;
	padding: 10px;
};
#locationhidden {
	display: none;
}
#editpagebuttons {
	text-align: center;
	margin-top: 20px;
}
.editpagebutton {
	cursor: pointer;
	text-align: center;
	padding: 5px 10px;
	border-radius: 20px;
	color: white;
	text-shadow:1px 1px 1px #000000;
}
#editpagesave {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 225px;
	background-color: #dbae34;
}
#editpagecancel {
	position: absolute;
	bottom: 20px;
	left: 260px;
	width: 180px;
	background-color: #c42323;
}
#versionsdiv {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#versions {
	font-size: 1.1em;
}
#tempcontent {
	display: none;
}
.pagemanagerbutton {
	width: 150px;
	cursor: pointer;
	text-align: center;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #AAAAAA;
	margin-right: 10px;
	border-radius: 3px;
	display: inline-block;
}
#pagemanagermain {

	position: relative;
	font-size: 0.9em;
	color: black;
}
#pagemanagermain a {
	color: black;
}
#pagemanagermain h2 {
	color: black;
}
.editpagebutton:hover, .pagemanagerbutton:hover {
	color: #FFFFFF;
}
.editbuttonbar {
	text-align: center;
	margin-bottom: 20px;
}
#treecontainer {
	min-height: 744px;
	padding: 10px 30px;


	background: #FFF;
	border: 1px solid #666666;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 16px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    inset 0px 0px 16px 0px rgba(50, 50, 50, 1);
	box-shadow:         inset 0px 0px 16px 0px rgba(50, 50, 50, 1);
}
#pagemanager {
	min-height: 744px;
	padding: 10px 30px;


	background: #FFF;
	border: 1px solid #666666;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 16px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    inset 0px 0px 16px 0px rgba(50, 50, 50, 1);
	box-shadow:         inset 0px 0px 16px 0px rgba(50, 50, 50, 1);
}
.node {
	min-height: 20px;
}
.rootnode {
	padding-left: 25px;
	background-image: url(/easypress/cms/images/foldericon.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.normalnode {
	padding: 0px 0px 0px 25px;
	/*background-image: url(/easypress/cms/images/nextlevelicon.png);
	background-position: center left;
	background-repeat: no-repeat;*/
}
.leafnode {
	padding: 3px 0px 3px 25px;
	background-image: url(/easypress/cms/images/fileicon.png);
	background-position: center left;
	background-repeat: no-repeat;
}
.addnewnode {
	padding: 3px 0px 3px 25px;
	margin-left: 25px;
	background-image: url(/easypress/cms/images/addnew.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 8px 8px;
	color: #777777;
}
.anndispform {
	cursor: pointer;
}
#cmseditbutton {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #FCD378;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px;
	font-size: 0.8em;
	color: #000000;
	z-index: 100;
}
#cmseditbutton a {
	color: #000000;
}
.mceEditorArea {
    background: #000;
    color: #FFF;
}
.menumoveleft {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/moveleft.png) no-repeat center center;
	display: none;
	cursor: pointer;
	z-index: 10000;
	width: 25%;
	height: 100%;
}
.menumoveright {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/moveright.png) no-repeat center center;
	display: none;
	cursor: pointer;
	z-index: 10000;
	width: 25%;
	height: 100%;
}
.pmpageoverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	display: none;
}
.templatechoice {
	background-color: white;
	border-radius: 10px;
	margin-top: 100px;
	padding: 30px;
	position: relative;
}
.closebox {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
