@CHARSET "UTF-8";

/**
 * YUI SKIN ADJUSTEMENTS
 */
th, td {
	border-style: none;
    vertical-align: top;
}

.yui-skin-sam .yui-panel .hd,
.yui-skin-sam .yui-panel .bd,
.yui-skin-sam .yui-panel .ft {
/*	border-style: none; */
}

a.yuimenuitemlabel:link,
a.yuimenuitemlabel:visited {
	color: #000;
}

.yui-editor-container iframe.editor-hidden,
iframe.editor-hidden,
textarea.editor-hidden,
div.editor-hidden {
	display: none;
}


/**
 * STRUCUTRE
 */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.invisible,
.alwaysinvisible {
	display: none;
}

.fullwidth,
div.fullwidth,
input.fullwidth {
	width: 100%;
}

table.fullwidth {
	table-layout: fixed;
    border-spacing: 0;
}

table.fullwidth tr,
table.fullwidth td {
	padding: 0;
    margin: 0;
}

.tinyspacer,
table.fullwidth .tinyspacer {
	height: 0.2em;
}

.smallspacer,
table.fullwidth .smallspacer {
	height: 0.5em;
}

.mediumspacer,
table.fullwidth .mediumspacer {
	height: 1.0em;
}

.largespacer,
table.fullwidth .largespacer {
	height: 2.0em;
}

.smallButtonPanel {
	margin: 0.72em 0 0 0;
}



/**
 * BORDER MODS
 */
.border_top {
	border-top-color: #1c2d77;
	border-top-style: solid;
	border-top-width: 0.1em;
}

.border_bottom {
	border-bottom-color: #1c2d77;
	border-bottom-style: solid;
	border-bottom-width: 0.1em;
}

.border_left {
	border-left-color: #1c2d77;
	border-left-style: solid;
	border-left-width: 0.1em;
}

.border_right {
	border-right-color: #1c2d77;
	border-right-style: solid;
	border-right-width: 0.1em;
}



/**
 * ERRORS
 */
.error, .smallerror {
	color: #000;
	background-color: #fee7d7;
	border: solid 0.1em #e6001a;
}

.error {
	padding: 0.9em 1.4em;
}

.smallerror {
	margin: 0.2em 0;
	padding: 0.2em 0.5em;
}

.error b, .smallerror b {
	color: #e6001a;
}



/**
 * TEMPLATE SCHEMA
 */
.templateschema {
	width: 100%;
	height: 100%;
}

.templateschema img {
	border: none;
	width: 100%;
	height: 100%;
}

.templateschema .staticcontainer {
	background-color: #888888;
}

.templateschema a:link, .templateschema a:visited, .templateschema a:hover {
	display: block;
	background-color: #1c2d77;
}

.templateschema a:link, .templateschema a:visited {
	background-color: #1c2d77;
}

.templateschema a:hover {
	background-color: #e4e8f3;
}


.templateschema a:link .normal, .templateschema a:visited .normal {
	display: block;
}

.templateschema a:link .over, .templateschema a:visited .over {
	display: none;
}

.templateschema a:hover .normal {
	display: none;
}

.templateschema a:hover .over {
	display: block;
}

.templatethumbnailcontainer {
    width: 120px;
}

.templatethumbnailradio {
    width: 20px;
}

.templatethumbnail {
	width: 100px;
	height: 80px;
	padding: 0;
}

.templatethumbnail.selectedtemplate {
	width: 100px;
	height: 80px;
	margin: 7px;
	padding: 2px;
	border: solid 1px #000000;
}



/**
 * INFOBOXES
 */
.infobox {
	margin-bottom: 2.9em;
	color: #1c2d77;
	border: solid 0.1em #b8c6e1;
	/* width: 16.75em;  */
    width: 100%;
}

.cmsElement .infobox {
	margin-bottom: 0;
}


.infobox .header {
	margin: 0;
	padding: 0.22em 0.85em;
	font-size: 1.07em;
	font-weight: bold;
	background-color: #CED9EB;
	border-top: solid 0.2em #b8c6e1;
}

.infobox.invisibleitem .header {
	background-color: #ccc;
	border-top: solid 0.2em #888;
}

.infobox .body {
	padding: 0.42em 0.90em;
	line-height: 1.2em;
}


.infobox .body,
.infobox .body div {
	line-height: 1.3em;
}

.infobox .body div {
	margin-bottom: 0.8em;
}

.infobox .body b,
.infobox .body strong {
	color: #1c2d77;
}

body.site .infobox {
	margin-bottom: 32px;
	width: 186px;
	font-size: 12px;
}

body.site .infobox .header {
	font-size: 12px;
	padding: 0.22em 0.85em;
	line-height: 1.3em;
}



.infobox .body img {
	margin: -0.42em -0.90em;
	width: 113%;
}

body.site .infobox .body img {
	margin: -5px -11px -5px -11px;
	width: 113%;
	.width: 113.5%;
}



.smallText {
	font-size: 0.8em;
}



.updateteaser {
	border: solid 0.1em #000;
	padding: 0.5em;
	background-color: #fff;
}

/**
 * General purpose class for invisible items like categories, infoboxes, content-elements, teasers...
 */
.invisibleitem {
	border: solid 0.1em #888;
	color: #888;
}



/**
 * INSITE-EDITABLE ELEMENTS
 */

.editinsitecontainer.showmode .insiteeditable.showmode {
	cursor: pointer;
}

.editinsitecontainer.showmode .insiteeditable.editmode {
	display: none;
}

.editinsitecontainer.editmode .insiteeditable.showmode {
	display: none;
}

.editinsitecontainer.editmode .insiteeditable.editmode {
}

.insiteeditable.showmode .show {
	cursor: pointer;
	min-height: 10px;
}

.insiteeditable.showmode .edit {
	display: none;
}

.insiteeditable.editmode .show {
	display: none;
}

.insiteeditable.editmode .edit {
	min-height: 10px;
}

.editinsitecontainer.showmode .insiteeditable.showmode.twocolumnelement.left {
	float: left;
	width: 48%;
}

.editinsitecontainer.showmode .insiteeditable.showmode.twocolumnelement.right {
	float: right;
	width: 48%;
}

.editinsitecontainer.editmode .insiteeditable.editmode.twocolumnelement.left {
	float: none;
	width: 100%;
}

.editinsitecontainer.editmode .insiteeditable.editmode.twocolumnelement.right {
	float: none;
	width: 100%;
}



/**
 * DRAG&DROP
 */
div.draggingDummy {
	background-color: #888;
	border: solid 1px #888;
	opacity: 0.50;
	.filter: Alpha(opacity = 50);
}




.condVis {
	margin: 3px 0;
	padding: 3px 0;;
	text-align: right;
}





.expandable > .treeExpander {
	background-image: url('assets/icons/arrow_right.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.expandable.expandableOpen > .treeExpander {
	background-image: url('assets/icons/arrow_down.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
}