.boundarypanel {
	background-color: #fff8ea;
	position: absolute;
}

.cursorpointer {
	cursor: pointer;
}

.normallink {
	text-decoration: none;
	font-weight: bold;
	font-family: 'helveticaneue-light', 'helvetica neue light', 'helvetica',
		'verdana', 'arial', 'sans-serif';
	color: #404040;
}

.normallink	a:link {
	text-decoration: none;
	font-weight: bold;
	font-family: 'helveticaneue-light', 'helvetica neue light', 'helvetica',
		'verdana', 'arial', 'sans-serif';
	color: #404040;
}

.normallink a:hover {
	text-decoration: underline;
	color: #404040;
}  /* mouse over link */
p {
	margin-top: 8px;
	margin-bottom: 8px;
}

/* TOOLKITPANELS */
.toolkitpanel {
	background-color: #e3e3e3;
}

.toolkitwidget {
	
}

.toolkitwidget:hover {
	background-color: gray;
}

.toolkitwidget:active {
	
}

/* LEVELPANEL */
.levelpanel {
	
}

.canvaspanel {
	cursor: default;
}

.canvaspanel:focus {
	cursor: default;
}

.canvaspanel:active {
	cursor: default;
}

.canvaspanel:hover {
	cursor: default;
}

/* LEVELPACKPANEL */
.levelpackpanel {
	background-color: #e3e3e3;
}

.levelelement {
	cursor: pointer;
}

.leveloperationpanel {
	background-color: #ffffff;
}

.levelpackinput {
	background-color: #e3e3e3;
}

.levelpackpaneltext {
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: gray;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
}

/* THEME SELECTOR */
.themeselectorpanel {
	background-color: #e3e3e3;
}

.themeselectortext {
	text-decoration: none;
	font-weight: normal;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: white;
	cursor: pointer;
}

.themeselectorlisttext {
	text-decoration: none;
	font-weight: normal;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: black;
	cursor: pointer;
}

.themeselectorlisttext:hover {
	background-color: #ffffff;
}

.themeselectorlisttextactive {
	text-decoration: none;
	font-weight: bold;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: black;
	cursor: pointer;
}

.themeselectorlisttextactive:hover {
	background-color: #ffffff;
}

/* PROPERTIESPANEL */
.propertiespanel {
	background-color: #e3e3e3;
	padding: 4px;
}

.propertiespanelbottom {
	border-top: 2px solid #fff8ea;
}

.propertiespanelitem {
	padding-top: 1px;
	/*border-top: 2px solid #fff8ea;*/
}

.propertiespanelitementry {
	margin-right: 10px;
}

.propertiespaneltext {
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
}

.propertiespanelmediumtext {
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin-top: 10px;
	margin-bottom: 5px;
}

.propertiespanelbigtext {
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 22px;
	font-weight: bold;
	color: black;
	margin-left: 10px;
}

.eventitementry {
	margin-right: 1px;
}

.triggeritementry {
	padding-left: 2px;
	padding-right: 2px;
	cursor: pointer;
	font-weight: bold;
	font-family: 'helveticaneue-light', 'helvetica neue light', 'helvetica',
		'verdana', 'arial', 'sans-serif';
	color: #404040;
}

.triggeritementry:hover {
	background-color: #cfcfcf;
	text-decoration: underline;
}

.terms {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 15px;
	border-style: solid;
	border-width: 0px;
	border-color: #bbc8b8;
}

.toolitementry {
	margin-top: 6px;
	margin-left: 18px;
}

#list-noindent {
	margin-left: 0;
	padding-left: 15px;
}

#table-properties {
	border-spacing: 3px;
	margin-left: 0.5em;
}

#table-cell-properties-left {
	padding: 0px;
	width: 5em;
	vertical-align: text-top;
}

.generalinfo_noborder {
	border: none;
}

.generalinfo {
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
	margin: 0px;
}

.infoitem {
	margin-right: 20px;
	margin-bottom: 5px;
}

.infolink {
	cursor: pointer;
	font-weight: bold;
	font-family: 'helveticaneue-light', 'helvetica neue light', 'helvetica',
		'verdana', 'arial', 'sans-serif';
	color: #404040;
}

.infolink:hover {
	text-decoration: underline;
}

#properties-header-1 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 6px;
}

#properties-header-2 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#properties-header-3 {
	font-weight: bold;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 0px;
}

/* CHANGE THEME */
.changethemetext {
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: gray;
	margin-right: 4px;
}

/* LOGIN */
.logininputborder {
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	border-style: solid;
	border-width: 3px;
	border-color: #bbc8b8;
	background-color: #FFFFFF;
	padding-left: 0px;
	spacing-left: 0px;
	width: 290px;
	height: 25px;
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
}

.loginmargin {
	margin-top: 10px;
}

.disclaimer {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.savepopupmargin {
	margin-left: auto;
	margin-right: auto;
}

.loginpretextbox {
	color: #999999;
}

.logintextbox {
	color: #000000;
}

.loginpasswordtextbox {
	type: password;
}

.loginbutton {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

/* LEVEL PACK (levelpackselect) */
.levelacklistheader {
	background-color: #e3a121;
	color: #ffffff;
}

.levelpackcontainer {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 280px;
}

.levelpackrow:hover {
	background-color: #e3e3e3;
}

.levelpacklink { /*margin-top: 7px;*/
	
}

.levelpacklink  A:link {
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #334e45;
}

.levelpacklink  A:visited {
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #334e45;
}

.levelpacklink  A:active {
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #334e45;
}

.levelpacklink  A:hover {
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #55b2bc;
}

.disabledlevelpacklink { /*margin-top: 7px;*/
	
}

.disabledlevelpacklink  A:link {
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #424e4a;
}

.disabledlevelpacklink  A:visited {
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #424e4a;
}

.disabledlevelpacklink  A:active {
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #424e4a;
}

.disabledlevelpacklink  A:hover {
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #424e4a;
}

.deleteButton {
	position: relative;
	float: right;
	margin-right: 10px;
}

.deletelevelpopupheader {
	background-color: #8f9b9a;
	color: #ffffff;
}

/* POPUP */
.popuptopsmall {
	background: url(../images/white_top.png) no-repeat;
}

.popupbottomsmall {
	background: url(../images/white_bottom.png) no-repeat;
}

.popupcentersmall {
	background: url(../images/white_middle.png) repeat;
}

.popuptoplarge {
	background: url(../images/white_toplarge.png) no-repeat;
}

.popupbottomlarge {
	background: url(../images/white_bottomlarge.png) no-repeat;
}

.popupcenterlarge {
	background: url(../images/white_middlelarge.png) repeat;
}

.popupheader {
	margin-top: 10px;
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 18px;
	font-weight: bold;
}

.popup {
	z-index: 2;
}

.popupalpha {
	filter: alpha(opacity = 85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

.popupcontent {
	margin-left: 20px;
	margin-right: 20px;
}

/* IMAGEBUTTON */
.imagebutton {
	cursor: pointer;
}

/* LOADING ANIMATION */
.loadinganimation {
	z-index: 3;
}

/* COLORS */
.whitecolor {
	background-color: #ffffff;
}

.greycolor {
	background-color: #e3e3e3;
}

.headerGreyColor {
	background-color: #8f9b9a;
	color: #ffffff;
}

.headerOrangeColor {
	background-color: #e3a121;
	color: #334e45;
}

.headerGreenColor {
	background-color: #d7e134;
}