@CHARSET "UTF-8";

/*** YUI SKIN ADJUSTMENTS **************************************************************************************************/

th, td {
	border-style: none;
}

.yui-skin-sam .yui-panel .hd, 
.yui-skin-sam .yui-panel .bd, 
.yui-skin-sam .yui-panel .ft {
/*	border-style: none; */
}



/*** STRUCUTRE *************************************************************************************************************/

.yui-editor-container iframe.editor-hidden,
iframe.editor-hidden,
textarea.editor-hidden,
div.editor-hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;	
	height: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.invisible {
	display: none;
}

.fullwidth,
div.fullwidth,
input.fullwidth {
	width: 100%;
} 

table.fullwidth {
	table-layout: fixed;
} 

.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;
}

.backgroundLightBlue {
	background-color: #f7f7f7;
	padding: 0.9em 1.2em;
	height: 100%;
	overflow: auto;
}





/*** ADMIN STRUCTURE *******************************************************************************************************/

.admin .page {
	padding: 0 1.8em;
	margin: 0 0 2.8em 0;
	width: 108.0em;
}


/**
 * If this should not fit the needs of a sub-page,
 * just add a class to the div and map this class
 * appropriately
 * 
 * e.g. "my page"
 * HMTL: <div class="my_page page_master" ...
 * CSS:  .my_page .page_master { ... }
 */
.page_master {
	width: 22.1em;
}

/**
 * If this should not fit the needs of a sub-page,
 * just add a class to the div and map this class
 * appropriately
 * 
 * e.g. "my page"
 * HMTL: <div class="my_page page_detail" ...
 * CSS:  .my_page .page_detail { ... }
 */
.page_detail {
	width: 60.5em;
	width: 82.9em;
	margin: 0 0 0 -0.1em;
	padding: 0 0 2.8em 2.8em;
	border-left: solid 0.1em #005aa1;
	border-bottom: solid 0.1em #005aa1;
}



/*** BORDER MODS ***********************************************************************************************************/

.border_top {
	border-top-color: #005aa1;
	border-top-style: solid;
	border-top-width: 0.1em;
}

.border_bottom {
	border-bottom-color: #005aa1;
	border-bottom-style: solid;
	border-bottom-width: 0.1em;
}

.border_left {
	border-left-color: #005aa1;
	border-left-style: solid;
	border-left-width: 0.1em;
}

.border_right {
	border-right-color: #005aa1;
	border-right-style: solid;
	border-right-width: 0.1em;
}



/*** ERRORS ****************************************************************************************************************/

.admin .error, .admin .smallerror {
	color: #000;
	background-color: #fee7d7;
	border: solid 0.1em #e6001a;
}

.admin .error {
	padding: 0.9em 1.4em;
}

.admin .smallerror {
	margin: 0.2em 0;
	padding: 0.2em 0.5em;
}

.admin .error b, .admin .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: #005aa1;
}

.templateschema a:link, .templateschema a:visited {
	background-color: #005aa1;
}

.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;
}



.templatethumbnail {
	width: 100px;
	height: 80px;
	padding: 0;
	margin: 10px;
}

.templatethumbnail:hover {
	width: 106px;
	height: 86px;
	margin: 7px;
	cursor: pointer;
}

.templatethumbnail.selectedtemplate {
	width: 100px;
	height: 80px;
	margin: 7px;
	padding: 2px;
	border: solid 1px #000000;
}




/*** INFOBOXES *************************************************************************************************************/

.infobox {
	margin-bottom: 2.9em;
	color: #005aa1;
	border: solid 0.1em #b8c6e1;
	width: 16.75em;
}

.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: #005aa1;
}

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;
}























.editinsitecontainer.showmode .insiteeditable.showmode {
	cursor: pointer;
	border: dashed 1px #00f;
}

.editinsitecontainer.showmode .insiteeditable.editmode {
	display: none;
}

.editinsitecontainer.editmode .insiteeditable.showmode {
	display: none;
}

.editinsitecontainer.editmode .insiteeditable.editmode {
	border: dashed 1px #f00;
}

.insiteeditable.showmode .show {
	cursor: pointer;
}

.insiteeditable.showmode .edit {
	display: none;
}

.insiteeditable.editmode .show {
	display: none;
}

.insiteeditable.editmode .edit {
}



.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%;
}

