/* ### Cabacos Ausgaben ### */
body {
	margin: 0;
}

#Cab_Beschreibung {
	min-height: 50px;
	_height: 50px;
}

#Cab_Inhalt {
	min-height: 400px;
	_height: 400px;
}

#default_suchergebniss_Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

/* OBSOLET : */
.blaettern_rueck, .blaettern_zahl, .blaettern_vor {
	border-top: 1px #000 solid;
	font-weight: normal;
	font-size: 12px;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.blaettern_rueck a, .blaettern_zahl a, .blaettern_vor a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.blaettern_rueck a:hover, .blaettern_zahl a:hover, .blaettern_vor a:hover {
	color: #00008b;
	font-weight: bold;
	text-decoration: none;
}

.variante_bl_prev, .variante_bl_next {
	width: 25%;
	white-space: nowrap;
}

/* ### Overlay Window und Dialog ### */
.overlay_dialog {
	z-index: 99998 !important;
}

.dialog {
	z-index: 99999 !important;
}

/* ### Bearbeitenansicht ### */
/* #Cab_CompleteContent -- sollte fuer IE6+7 im jeweiligen Template mit hasLayout versehen werden: *position:relative; _position:relative; */
.Cab_editableBorderOn {
	outline: 1px dashed rgba(68, 68, 68, 0.2);
}

.Cab_editableLayerOver {
	outline: 1px dashed rgba(243, 131, 45, 0.7);
}

.Cab_editableLayer {
	min-height: 15px;
	outline: 0 none;
}

.Cab_editableBorder {
	position: relative;
	transition: .7s all ease;
}

.cab_editableLayerFahne {
	position: absolute;
	top: -11px;
	background-color: #f00;
	color: #fff;
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
}

.Cab_delimiter {
	border-right: buttonhighlight 1px solid;
	border-left: buttonshadow 1px solid;
	width: 0;
	height: 22px;
	overflow: visible;
	display: inline-block;
	margin: 2px 0;
}

.Cab_showBorder table td {
	border: 1px #e3e3e3 dashed;
}

.Cab_showBorder form {
	border: 1px #f00 dashed;
}

.Cab_ListLayer {
	border: 1px #bababa solid;
	background-color: #fff;
	overflow: auto;
}

.Cab_ListLayer td {
	padding: 0 10px;
	height: 20px;
}

.Cab_dropDownLayer {
	border: 1px #000000 solid;
	background-color: #fff;
	position: absolute;
	z-index: 99999;
	visibility: hidden;
	overflow: auto;
}

.Cab_dropDownLayer td {
	padding: 0 10px;
	height: 20px;
}

.Cab_dropDownLayer h1, .Cab_dropDownLayer h2, .Cab_dropDownLayer h3, .Cab_dropDownLayer h4, .Cab_dropDownLayer h5, .Cab_dropDownLayer h6 {
	margin-bottom: 0;
}

.Cab_leftCornerDIV {
	background-color: transparent;
	border: none;
	padding: 3px 0 3px 3px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	z-index: 999;
	visibility: hidden;
}

.Cab_dropDownMenuLayer {
	background-repeat: repeat-y;
	background-image: url(/app/js/lib/DHTMLSuite/themes/blue/images/menu-bar/menu-bar-gradient.jpg);
	padding-left: 25px;
}

.tableButton {
	cursor: pointer;
}

.DHTMLSuite_menuItem_top_regular .tableButtonDown {
	background-image: url(/app/sharedimages/icons/menuButtDown.gif);
}

.DHTMLSuite_menuItem_separator_top {
	width: auto !important;
	padding-left: 2px !important;
	padding-right: 1px !important;
	background-position: 1px center;
}

.DHTMLSuite_menuItem_top_disabled div, .DHTMLSuite_menuItem_top_active div, .DHTMLSuite_menuItem_top_click div, .DHTMLSuite_menuItem_top_regular div, .DHTMLSuite_menuItem_top_over div {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
}

.DHTMLSuite_menuItem_top_disabled, .DHTMLSuite_menuItem_top_active, .DHTMLSuite_menuItem_top_click, .DHTMLSuite_menuItem_top_regular, .DHTMLSuite_menuItem_top_over {
	margin-left: 1px !important;
	margin-right: 0 !important;
}

.noImgFilter div {
	filter: none;
}

.Cab_schriftnormal, .Cab_schriftnormal table {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ### JS Calendar - calendar2 ### */
.calTop, .calTable, .calDays, .calDaysWeekEnd, .calMain {
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.calTop {
	border: none;
	border-bottom: 1px #000 solid;
	background-color: #eee;
	text-align: center;
}

.calTable {
	border: 1px #000 solid;
	color: #000;
	text-align: center;
	background-color: #fff;
}

.calDays {
	color: #000;
	text-align: center;
	text-decoration: none;
}

.calDaysWeekEnd {
	color: #000;
}

.calMain {
	color: #000;
	text-decoration: none;
	background-color: #fff;
}

.calBottom {
	background-color: #eee;
}

/* ### Diverses ### */
.errMsg {
	color: #f00;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bodyClass {
	border: none;
	margin: 0;
	cursor: default;
	height: 100%;
}

.boxFat {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.Cab_advPropsLayer {
	border: 1px #bababa solid;
	background-color: #fff;
	padding: 2px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.Cab_advPropsLayer td {
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.Cab_PropertyFrame .Cab_Property {
	margin-bottom: 15px;
	border: 1px solid #3a619c;
}

.Cab_PropertyFrame .Cab_PropertyHeadline {
	background-image: url(/app/skins/default/images/rightframe_back_arrUp.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	padding: 3px 5px 3px 15px;
	height: 13px;
}

.Cab_PropertyFrame .Cab_PropertyBody {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e9f1fd;
	padding: 4px;
	border-top: 1px solid #3a619c;
}

.Cab_PropertyFrame .Cab_PropertyBody input[type="checkbox"] {
	border: none;
	vertical-align: middle;
	background-color: transparent;
}

.Cab_PropertyFrame .Cab_PropertyBody input[type="text"], .Cab_PropertyFrame .Cab_PropertyBody textarea, .Cab_PropertyFrame .Cab_PropertyBody select {
	border: 1px solid #666;
	width: 180px;
}

.Cab_PropertyFrame .Cab_PropertyBody input[type="text"], .Cab_PropertyFrame .Cab_PropertyBody textarea {
	padding: 2px;
}

.Cab_PropertyFrame .Cab_Indicator {
	padding: 4px 5px;
}

.Cab_PropertyFrame .Cab_PropertyHeadlineArrDown {
	background-image: url(/app/skins/default/images/rightframe_back_arrDown.gif);
}

.tree, .tree a, .tree a:hover {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.tree a:hover {
	font-weight: bold;
}

.modalHeadline {
	color: #224262;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.input, .TextField, .Button {
	border: 1px #000 solid;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 18px;
}

.aspError {
	color: #c00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.lTextfeld {
	border: 1px #789 solid;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e3e3e3;
}

.lHeadline {
	color: #575757;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.lSchrift {
	color: #000;
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.errBorder {
	border: 3px solid #000;
	padding: 5px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.hiddenDIV {
	width: 1px;
	height: 1px;
	visibility: hidden;
	position: absolute;
	overflow: hidden;
}

.static_Datafield {
	color: #00c;
	background-color: #ff9;
	border: 1px solid #ff0;
}

.static_IncludeField {
	color: #000;
	background-color: #ddd;
	border: 1px solid #888;
}

.statusBar a {
	padding: 2px 5px;
	color: #00f;
}

.statusBar a:hover {
	background-color: Highlight;
	color: HighlightText;
	padding: 1px 4px;
	border: 1px solid HighlightText;
}

.leftCorner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
}

.leftCorner td {
	padding: 3px 5px;
}

.editor_anchor {
	visibility: hidden;
}

.editor_anchor > * {
	position: relative;
	background: transparent url('/app/js/ckeditor/plugins/cab_link/images/anchor.png') center center no-repeat;
	width: 1em;
	height: 1em;
	display: inline-block;
	background-size: contain;
}

.Cab_editableLayer .editor_anchor {
	visibility: visible;
}

.BlockLink {
	text-decoration: none;
	color: #000;
	display: block;
	height: 16px;
	vertical-align: middle;
}

.BlockLink img {
	border: 0;
}

.editableArea {
	outline: 1px solid #f00;
}

.editableArea_Off {
}

.editButton a {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	width: 30px;
	height: 12px;
	background-color: #c00;
	overflow: hidden;
	vertical-align: middle;
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

.editButton a:visited, .editButton a:link, .editButton a:hover {
	color: #fff;
}

.cabacosEditor button {
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.cabacosEditor table {
	border-collapse: separate;
	margin: 0;
}

.cab_SelectList {
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.cab_SelectList a {
	display: block;
	color: #000;
}

.cab_SelectList a:hover {
	background-color: #eee;
}

.cab_modlet {
	background-color: #ffffdf;
	overflow: hidden;
	position: relative;
	min-height: 20px;
}

.cab_modlet .cab_hiddenModlet {
	visibility: hidden;
	overflow: hidden;
	height: 0;
	width: 0;
}

.cab_modlet_gmaps .cab_modlet_gmaps_canvas {
	margin: 0 auto;
}

.gmap_Locator {
	position: absolute;
	top: 10px;
	z-index: 1000;
	right: 10px;
	background: transparent url("/app/Modlets/Cabacos_GoogleMapsI/Locator/white_80percent.png") 0 0 repeat;
	padding: 5px;
	width: 180px;
	*width: 185px;
	color: #000;
	border: 1px solid #ddd;
}

.gmap_result_distance {
	float: right;
}

.gmap_result {
	border-top: 1px solid #999;
	margin: 2px 0;
	padding: 3px;
	cursor: pointer;
}

.gmap_result_overlay {
	margin-top: 10px;
}

.gmap_distanceFrom {
	margin-bottom: -4px;
	*margin-bottom: -2px;
}

.gmap_distanceFrom_Input, .gmap_distanceFrom_Input_userValue {
	width: 145px;
	padding: 3px;
	border: 1px solid #999;
	background: transparent url("/app/Modlets/Cabacos_GoogleMapsI/Locator/gray_10percent.png") 0 0 repeat;
}

.optFromHigherLevel_preview {
	cursor: pointer;
	display: block;
	background-color: transparent;
	position: relative;
}

.cab_MultiSelectDiv {
	border: 1px solid #999;
	height: 60px;
	overflow: auto;
	background-color: #fafafa;
}

.cab_tinyFont {
	font-size: 9px;
}

.imgFieldeditButtons {
	position: absolute;
	right: 0;
	background-color: #aaa;
	color: #fff;
	text-align: right;
}

.imgFieldeditButtons img {
	margin: 2px 4px;
	cursor: pointer;
}

.unselectable, .DHTMLSuite_contextMenu div, .DHTMLSuite_menuBar_sub div {
	-moz-user-focus: ignore;
	-moz-user-input: disabled;
	-moz-user-select: none;
	-webkit-user-focus: ignore;
	-webkit-user-input: disabled;
	-webkit-user-select: none;
	user-focus: ignore;
	user-input: disabled;
	user-select: none;
}

.cab_disabled, .cab_disabled a, .cab_disabled td, .cab_disabled div, .cab_disabled label {
	color: #888;
}

#northContent {
	padding: 0;
	/* border-bottom: 1px solid grey; */
}

#eastContent, #DHTMLSuite_paneContenteast {
	background-color: #c4dcfb;
}

.dhtmlgoodies_aTab {
	background-color: #fcfcfe;
	/* aktiver Tab-Reiter hat weissen Hintergrund, also auch der Tab-Inhalt */
}

.coolButton {
	cursor: pointer;
	padding: 0 3px;
}

.DHTMLSuite_menuBar_sub, .DHTMLSuite_menuItem_textContent, .Cab_PropertyBody *, .cab_tableSelectorCompl {
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.DHTMLSuite_calendarHeading table, .DHTMLSuite_calendar_timeBar table {
	width: auto !important;
}

.cab_infobox {
	background-color: #fefefe;
	border: 1px solid #888;
}

label {
	cursor: pointer;
}

.ob_tree table {
	width: auto;
	margin: 0;
	padding: 0;
}

/* ### Bildergalerie/Medienkatalog - Lightbox ### */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100000;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

/*#imageContainer>*/
#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA);
	display: block;
}

#prevLink {
	left: 0;
	float: left;
	background: url(/App/Modlets/Bildergalerie/Lightbox/images/prev.gif) left 15% no-repeat;
	filter: Alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}

#nextLink {
	right: 0;
	float: right;
	background: url(/App/Modlets/Bildergalerie/Lightbox/images/next.gif) right 15% no-repeat;
	filter: Alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(/App/Modlets/Bildergalerie/Lightbox/images/prev.gif) left 15% no-repeat;
	filter: Alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(/App/Modlets/Bildergalerie/Lightbox/images/next.gif) right 15% no-repeat;
	filter: Alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#imageData {
	padding: 0 10px;
	color: #666;
}

/*#imageData */
#imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

/*#imageData */
#caption {
	font-weight: bold;
	display: block;
	overflow-x: hidden;
}

/*#imageData */
#numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

/*#imageData */
#bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
	text-align: right;
	background-color: transparent;
}

/*#imageData */
#bottomNavClose {
	width: 26px;
	margin-left: 40px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
	text-align: right;
	background-color: transparent;
}

/*#imageData */
#bottomNavPlay {
	display: block;
	float: right;
	padding-bottom: 0.7;
	outline: none;
	text-align: right;
	background-color: transparent;
}

/*#imageData */
#bottomNavStop {
	display: none;
	float: right;
	padding-bottom: 0.7;
	outline: none;
	text-align: right;
	background-color: transparent;
}

/*#lightbox*/
.autoPlay #bottomNavPlay {
	display: none;
}

/*#lightbox*/
.autoPlay #bottomNavStop {
	display: block;
}

.noAutoPlay #bottomNavStop, .noAutoPlay #bottomNavPlay {
	display: none;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90000;
	width: 100%;
	height: 500px;
	background-color: #000;
}

.gal_lightbox_groupMK {
	cursor: pointer;
}

.cab_kenburnsslides_container, .cab_kenburnsslides_container .cab_kenburnsslides_innerwrapper {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

/* ### Seitenlisten - page lists ### */
.cab_SL_Index {
	width: 100%;
}

.cab_SL_Index td {
	text-align: center;
}

/* ### Rubrikenliste ### */
.Cab_RubrikListeLayout_cab_teaser, .Cab_RubrikListeLayout_cab_newsblock {
	overflow: hidden;
}

.Cab_RubrikListeLayout_cab_teaser .cab_BlockGroup, .Cab_RubrikListeLayout_cab_newsblock .cab_BlockGroup {
	overflow: auto;
	margin: 10px 0;
}

.Cab_RubrikListeLayout_cab_teaser .cab_RL_TeaserPic, .Cab_RubrikListeLayout_cab_newsblock .cab_RL_TeaserPic {
	margin: 5px 10px 5px 0;
	float: left;
}

.Cab_RubrikListeLayout_cab_teaser .cab_RL_Block, .Cab_RubrikListeLayout_cab_newsblock .cab_RL_Block {
	width: 48%;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.Cab_RubrikListeLayout_cab_teaser .noMargin, .Cab_RubrikListeLayout_cab_newsblock .noMargin {
	margin-right: 0px;
}

.Cab_RubrikListeLayout_cab_teaser .cab_RL_Datum {
	float: right;
}

.Cab_RubrikListeLayout_cab_teaser .cab_RL_Headline, .Cab_RubrikListeLayout_cab_newsblock .cab_RL_Headline {
	border-width: 1px 0;
	border-style: solid solid dotted solid;
	border-color: #666;
}

.Cab_RubrikListeLayout_cab_teaser .cab_RL_Headline a, .Cab_RubrikListeLayout_cab_newsblock .cab_RL_Headline a {
	margin-right: 85px;
	font-size: 14px;
	color: #444;
	font-weight: normal;
	line-height: 20px;
}

/* ### Abonnement Modul - abonnement ### */
.Cab_abonnementNone {
	margin: 15px;
	text-align: center;
	font-weight: bold;
}

.Cab_abonnementAddError {
	margin: 15px 0 30px;
	border: 2px #800 solid;
	padding: 14px;
}

.Cab_abonnementList {
	margin: 0 0 30px;
}

.Cab_abonnementContainer {
	border-bottom: 2px solid #7f7f7f;
	margin: 0 0 3px;
	background: #fff url(/Cust_App/mods/Abonnement/images/abonnements_list_bg.gif) 0 0 repeat-x;
	padding: 7px 15px 11px;
}

.Cab_abonnementName {
	font-weight: bold;
}

.Cab_abonnementDescContainer {
	padding: 5px 0 0;
	font-size: 10px;
}

.Cab_abonnementDescPre {
	font-weight: bold;
}

.Cab_abonnementDescDetail {
	font-style: italic;
}

.Cab_abonnementDetails {
	padding: 5px 0 0;
	font-size: 10px;
	overflow: hidden;
}

.Cab_abonnementDetailsContainer {
	float: left;
	width: 24.9%;
}

.Cab_abonnementDetailTitle {
	font-weight: bold;
}

.Cab_abonnementDelete {
	text-align: right;
	padding: 24px 0 9px;
	overflow: hidden;
}

.Cab_abonnementDelete a {
	padding: 1px 5px;
	font-size: 10px;
	line-height: 10px;
	margin-left: 15px;
}

.Cab_abonnementDelete a:focus, .Cab_abonnementDelete a:hover, .Cab_abonnementDelete a:active {
	text-decoration: none;
}

.Cab_abonnementDelete a.delete {
	background: #fff url(/Cust_App/mods/Abonnement/images/abonnements_icon_delete.gif) 0 0 no-repeat;
	padding: 11px 0 9px 30px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	_filter: Alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	zoom: 1;
	text-transform: uppercase;
}

.Cab_abonnementDelete a.delete:focus, .Cab_abonnementDelete a.delete:hover, .Cab_abonnementDelete a.delete:active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	_filter: Alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
}

.Cab_abonnementFormHead {
	font-weight: bold;
	width: 40%;
	white-space: normal;
}

.Cab_abonnementFormDetail {
	width: 60%;
	vertical-align: top;
}

form.Cab_abonnementForm input, form.Cab_abonnementForm textarea, form.Cab_abonnementForm select {
	border: 1px #dfdfdf solid;
	background-color: #f5f5f5;
	color: 7f7f7f;
	width: 99%;
}

form.Cab_abonnementForm button {
	float: right;
}

.Cab_abonnementForm .Cab_abonnementDescDetail {
	font-size: 10px;
	margin: 5px 0 0;
}

.Cab_abonnementForm .Cab_abonnementDescDetail input {
	width: auto;
	border: none;
	background: transparent;
}

/* ### Inline Pane defaults ### */
.cab_inlinepane {
	position: absolute;
	top: 100px;
	left: 100px;
	z-index: 20000;
	-webkit-box-shadow: 0 0 50px #999;
	-moz-box-shadow: 0 0 50px #999;
	box-shadow: 0 0 50px #999;
	border: 1px #aaa solid;
	background-color: #f5f4f2;
}

.cab_inlinepane form {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.cab_inlinepane_header {
	background: #f5f4f2 url(/app/sharedimages/inlinepane_header.gif) left bottom repeat-x;
	padding: 5px 10px;
	font-size: 110%;
	font-weight: bold;
	cursor: move;
}

.cab_inlinepane_content {
	background-color: #f5f4f2;
	padding: 10px;
	font-size: 90%;
}

.cab_inlinepane_content fieldset {
	border: 1px #aaa solid;
	margin: 0 0 10px;
	padding: 4px;
}

.cab_inlinepane_content legend {
	font-weight: bold;
}

.cab_inlinepane_footer {
	background-color: #d5d2ca;
	padding: 5px 10px;
	text-align: right;
}

.cab_inlinepane_footer button {
	margin-left: 10px;
	padding: 5px;
}

.cab_inlinepane_titlebuttons {
	position: absolute;
	top: 0;
	right: 0;
}

.cab_inlinepane_titlebuttons > a {
	display: block;
	float: right;
	width: 25px;
	height: 0;
	padding: 25px 0 0;
	overflow: hidden;
}

.cab_inlinepane_close {
	background: transparent url(/app/sharedimages/icons/trans_delete_k.png) 50% 50% no-repeat;
}

.cab_inlinepane_modaloverlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent url(/app/sharedimages/888_40.png) 0 0 repeat;
	z-index: 11000;
}

.cab_inlinepane_sidepanel {
	position: absolute;
	top: 35px;
	right: 0;
	bottom: 45px;
	left: 0;
	background-color: transparent;
	z-index: -1;
}

.cab_inlinepane_sidepanel_left .cab_inlinepane_sidepanel_thumb {
	position: absolute;
	top: 0;
	left: -20px;
	width: 20px;
	height: 45px;
	background: #f5f4f2 url(/app/sharedimages/arrow-left-sm-50p.png) center center no-repeat;
	border: 1px #aaa solid;
	border-right: 0;
}

.cab_inlinepane_sidepanel_right .cab_inlinepane_sidepanel_thumb {
	position: absolute;
	top: 0;
	right: -20px;
	width: 20px;
	height: 45px;
	background: #f5f4f2 url(/app/sharedimages/arrow-right-sm-50p.png) center center no-repeat;
	border: 1px #aaa solid;
	border-left: 0;
}

.cab_inlinepane_sidepanel_left.cab_inlinepane_sidepanel_slidout .cab_inlinepane_sidepanel_thumb {
	background-image: url(/app/sharedimages/arrow-right-sm-50p.png);
}

.cab_inlinepane_sidepanel_right.cab_inlinepane_sidepanel_slidout .cab_inlinepane_sidepanel_thumb {
	background-image: url(/app/sharedimages/arrow-left-sm-50p.png);
}

.cab_inlinepane_sidepanel_contentWrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.cab_inlinepane_sidepanel_left .cab_inlinepane_sidepanel_content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #f5f4f2;
	border: 1px #aaa solid;
	overflow: auto;
}

.cab_inlinepane_sidepanel_right .cab_inlinepane_sidepanel_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #f5f4f2;
	border: 1px #aaa solid;
	overflow: auto;
}

/* ### Komponenten (Modlets, Snippets etc.) Steuerung - component control ### */
.cab_extEditorBody .DHTMLSuite_paneContent {
	background: #fff url(none);
}

#Cab_layoutComponentHelper .Cab_layoutComponentHelperButtons {
	position: absolute;
	margin: -18px 0 0;
	right: 0;
	background-color: #aaa;
	color: #fff;
	min-width: 140px;
}

#Cab_layoutComponentHelper .Cab_layoutComponentHelperButtons img.btnFlag {
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.Cab_layoutComponentHelperSelection {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #aaa;
	_display: none !important;
}

.Cab_layoutComponentSnippet .btnEdit, .Cab_layoutComponentSnippet .btnSelect {
	display: none;
}

.Cab_layoutComponentSnippet_Configurable .btnSelect {
	display: none;
}

.Cab_layoutComponentModlet .btnSelect, .Cab_layoutComponentTable .btnSelect, .Cab_layoutComponentImg .btnSelect {
	display: none;
}

.cab_colorPickerSet {
	border: 1px #ccc solid;
}

.cab_colorPickerSet ul {
	list-style: none none outside;
	margin: 0;
	padding: 0;
}

.cab_colorPickerSet li {
	float: left;
	margin: 2px;
	border: 1px #878787 solid;
	width: 16px;
	height: 16px;
}

.cab_colorPickerSet a {
	display: block;
	width: 16px;
	height: 16px;
	font-family: serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}

/*.Cab_layoutTableColumnEditor { }*/
.Cab_layoutTableColumnEditor input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #777;
	border: 1px #aaa solid;
	background-color: #fff;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 10px;
}

/* ### Snippet Configurator ### */
#cab_snippetConfigPane .cab_inlinepane_content {
	overflow: auto;
	overflow-x: hidden;
}

.cab_snippetConfigurator_Prop {
	margin: 2px 0;
	height: auto;
	overflow: hidden;
}

.cab_snippetConfigurator_Prop input {
	float: left;
	*float: none;
}

.cab_snippetConfigurator_Prop div {
	margin: 0 0 0 20px;
	*display: inline;
	*margin: 0;
}

/* ### Default Snippets-Styles - defaultsnippets ### */
.Cab_snippetContainer {
	position: relative;
}

.Cab_showBorder .Cab_snippetContainer {
	background-color: #f5f5f5;
}

.Cab_editableLayer .Cab_snippetCell {
	border: 1px #aaa dashed;
}

.Cab_showBorder .Cab_snippetCell {
	border: 1px #f00 dashed;
}

.cab_snippetPreviewContainer {
	padding: 10px 0;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
	border: 1px #c5c5c5 solid;
}

.cab_snippetPreviewContainer_hover {
	background-color: #eee;
	border: 1px #999 solid;
	padding: 10px 0;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
}

.cab_snippetPreviewContainer_selected {
	background-color: #ddd;
	border: 1px #999 solid;
	padding: 10px 0;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
}

/* ### Beispiel Snippets ### */
.Cab_exampleNewspaperSnippetContainer {
	margin: 10px 0 20px;
	overflow: hidden;
	_position: relative !important;
	_width: 99.5% !important;
}

.Cab_editableLayer .Cab_exampleNewspaperSnippetContainer {
	_width: auto;
	_overflow: auto;
}

.Cab_exampleNewspaperSnippetInnerWrapper {
	padding: 10px;
	overflow: hidden;
	_position: relative !important;
}

.Cab_exampleNewspaperSnippetImageLeft {
	border: none;
	float: left;
	margin: 0 10px 10px 0;
	_position: relative !important;
}

.Cab_exampleNewspaperSnippetImageRight {
	border: none;
	float: right;
	margin: 0 0 10px 10px;
	_position: relative !important;
}

.Cab_FloatedPictureBox {
	margin: 10px 0 20px;
	overflow: hidden;
}

.Cab_FloatedPictureBox_InnerWrapper {
	padding: 0 10px;
}

.Cab_FloatedPictureBox_InnerWrapper .Cab_imageCell {
	border: none;
	padding: 0;
	width: 200px;
	overflow: hidden;
	margin: 0 0 10px;
	_position: relative !important;
}

.Cab_FloatedPicture_Left .Cab_imageCell {
	float: left;
	margin-right: 10px;
}

.Cab_FloatedPicture_Right .Cab_imageCell {
	float: right;
	margin-left: 10px;
}

.layout_box {
	margin: 0;
	overflow: hidden;
	_position: relative !important;
	_width: 99.5% !important;
}

.layout_box .layout_cell_50 {
	width: 45%;
	float: right;
	_position: relative !important;
}

.layout_box .layout_cell_33 {
	width: 28%;
	float: right;
	_position: relative !important;
	margin: 0 0 0 8%;
}

.Cab_editableBorder .layout_cell_33 {
	margin: 0 0 0 7%;
}

.layout_box .first_cell {
	float: left;
	margin: 0;
}

/*Bildunterschrift-Snippet*/
.Cab_FloatedPicture_Left .pictureContainerSubtitle {
	float: left;
}

.Cab_FloatedPicture_Right .pictureContainerSubtitle {
	float: right;
}

.Cab_FloatedPicture_Left .Cab_PictureSubtitle {
	margin-right: 10px;
	clear: left;
}

.Cab_FloatedPicture_Right .Cab_PictureSubtitle {
	margin-left: 10px;
	clear: right;
}

.Cab_snippetContainer .Cab_PictureSubtitle {
	min-height: 12px;
}

/* ### Glossar - glossary ### */
.glossary_entry {
	border-bottom: 1px #008000 dashed;
}

#cab_glossaryInfo {
	width: 250px;
	height: 167px;
	background-color: #d5d2ca;
}

#cab_draghandle {
	background-image: url("/App/Skins/Default/Images/Glossary_head_back.gif");
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #58595b;
	padding: 4px;
}

#cab_glossaryContent_container {
	padding: 0 3px 3px 3px;
	background-color: #d5d2ca;
}

#cab_glossaryContent {
	border: 1px inset #d5d2ca;
	background-color: #ffffff;
	overflow: auto;
}

/* ### Umfragen ### */
.cab_poll_results_question, .cab_poll_choice_question {
	padding-bottom: 15px;
}

.cab_poll_results_overview, .cab_poll_choice_overview {
}

.cab_poll_results_results, .cab_poll_choice_results {
	padding: 10px 0px;
}

.cab_poll_results_registered {
	padding: 10px 0px;
}

.cab_poll_results_registered_question {
	font-weight: bold;
}

.cab_poll_list_head {
	font-weight: bold;
	font-size: 120%;
}

.cab_poll_list_detail {
}

.cab_poll_list {
	padding: 10px 0px;
}

.cab_poll_choice_radio {
	padding: 3px;
}

.cab_poll_choice_answers {
	width: 100%;
	padding: 3px;
}

.cab_poll_choice_submit {
	padding-top: 10px;
}

.cab_poll_choice_submit button {
	padding: 3px 10px;
}

.cab_poll_modlet {
}

.cab_poll_extraText {
	padding-top: 10px;
}

/* ### Favoriten - favoritestyles ### */
#cab_addfavorite {
	width: auto;
	background-color: #eee;
	_background-color: transparent;
	_overflow: visible;
}

#cab_favoriteButtonsContainer {
	padding: 5px;
	border: 1px #9a9a9a solid;
	overflow: visible;
	_background-color: #eee;
	_text-align: center;
}

.cab_favoriteButton {
	float: left;
	_float: none;
	_display: inline;
	width: 30%;
	_width: auto;
	_margin: 0;
	text-align: center;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}

.cab_favoriteButtonOver {
	float: left;
	_float: none;
	_display: inline;
	width: 30%;
	_width: auto;
	text-align: center;
	padding: 0;
	border: 1px #bbb solid;
	_border: none;
	margin: -1px;
	_margin: 0;
	background-color: #ddd;
	_background-color: transparent;
	cursor: pointer;
}

.cab_favoriteButton img, .cab_favoriteButtonOver img {
	vertical-align: middle;
}

.cab_favoriteButton img {
	_margin: 0 2px;
	_border: 1px #eee solid;
}

.cab_favoriteButtonOver img {
	_margin: 0 2px;
	_border: 1px #bbb solid;
}

.cab_favoriteButtonSeparator {
	float: left;
	_float: none;
	_display: inline;
	width: 4%;
	_width: auto;
	overflow: hidden;
	_margin: 0 5px;
}

#cab_favoriteInfoContainer {
	position: absolute;
	width: 100%;
	background-color: #eee;
	border: 1px #9a9a9a solid;
	margin-top: 10px;
}

#cab_favoriteListContainer {
	position: absolute;
	width: 200%;
	background-color: #eee;
	border: 1px #9a9a9a solid;
	margin-top: 10px;
	padding: 0;
}

#cab_favoriteListHead {
	padding: 3px;
	color: #fff;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #aaa;
}

.cab_favoriteContentBox {
	border: none;
	padding: 5px;
	font-size: 11px;
	_height: 200px;
	_height: expression((document.documentElement && document.documentElement.clientHeight) ? ((document.documentElement.clientHeight > 200) ? "200px" : "auto") : "200px");
	_overflow-y: scroll;
	_overflow-y: expression((document.documentElement && document.documentElement.clientHeight) ? ((document.documentElement.clientHeight > 200) ? "scroll" : "hidden") : "scroll");
}

.cab_favoriteListContentBox {
	border: none;
	padding: 5px;
	font-size: 11px;
	max-height: 200px;
	overflow-y: scroll;
}

#cab_favoriteList .cab_favListEntry {
	border-top: 1px #ccc solid;
	padding: 5px 0;
}

#cab_favoriteInfo {
	padding: 5px 5px 5px 30px;
	background: transparent url(/app/sharedimages/loading.gif) no-repeat 3px center;
}

.cab_favListSubline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;
}

.cab_favListSubject, .cab_favListSubject a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.cab_favListEntry_even {
	padding: 3px;
	background-color: #fff;
	border-bottom: 1px solid #999;
}

.cab_favListEntry_odd {
	padding: 3px;
	background-color: #eee;
	border-bottom: 1px solid #999;
}

.cab_notify_headbox {
	margin: 0 10px 10px 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px;
	color: #800;
	border: 1px solid #800;
	background-color: #ffc;
}

/* ### Fragebogen Modul - survey ### */
.cab_surveyListStatusSelect {
	margin: 0 0 15px;
}

.cab_surveyListStatusSelect select {
	width: 33%;
}

.cab_surveyList {
	margin: 0 0 14px;
}

.cab_surveyListStatusTitle {
	background-color: #e3effd;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 13px;
	padding: 7px 5px;
}

.cab_surveyListContent {
	border: 1px #e3effd solid;
	padding: 14px 14px 0;
}

.cab_surveyListItem {
	margin: 0 0 15px;
}

.cab_surveyListItemTitle {
	border-bottom: 1px #a3c0e8 solid;
	margin: 0 0 5px;
}

.cab_surveyListItemValidDateSpan {
	font-size: 10px;
	font-style: italic;
}

.cab_surveyTask {
	background-color: #e3effd;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 13px;
	padding: 7px 5px;
}

.cab_surveyTaskCount {
	display: block;
	float: left;
}

.cab_surveyTaskCaption {
	display: block;
	margin: 0 0 0 40px;
}

.cab_surveyTaskCaption p {
	margin: 0;
}

.cab_surveyTaskNav {
	display: block;
	float: right;
}

.cab_surveyTaskNav, .cab_surveyTaskNav a {
	font-weight: normal;
	font-size: 90%;
}

.cab_surveyTaskOptions {
	border: 1px #e3effd solid;
	padding: 14px 14px 14px 39px;
}

.cab_surveyYesNoTable, .cab_surveyScaleTable, .cab_surveyMultiTable {
	width: 99.9%;
	table-layout: fixed;
	margin-bottom: 10px;
}

.cab_surveyYesNoTable td, .cab_surveyScaleTable td, .cab_surveyMultiTable td {
	padding: 5px 0;
}

.cab_surveyYesNoTable td {
	text-align: center;
	width: 50%;
}

.cab_surveyScaleTable td {
	text-align: center;
	width: 9%;
}

.cab_surveyMultiTable td.Option {
	text-align: left;
	width: 10%;
	vertical-align: top;
}

.cab_surveyMultiTable td.Label {
	text-align: left;
	width: 90%;
}

.cab_surveyOption {
	border: none;
	background: transparent;
	width: auto;
}

.cab_surveyMultiTable td .cab_surveyOption {
	margin-right: 10px;
}

.cab_surveyButtonLine {
	text-align: right;
	margin: 10px 0 0 0;
}

.cab_surveyReadonlyTextArea, .cab_surveyReadonlyInput {
	font-style: italic;
	border: 1px dotted #AAA;
	min-height: 50px;
}

.cab_surveyReadonlyInput {
	min-height: 15px;
}

.cab_surveyReport_surveyDetails {
	margin: 0 0 15px;
}

.cab_surveyReport_surveyTitle {
	background-color: #e3effd;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 13px;
	padding: 7px 5px;
}

.cab_surveyReport_surveyDescription {
	border: 1px #e3effd solid;
	padding: 14px;
}

.cab_surveyReport_TaskContainer {
	margin: 0 0 15px;
	height: auto;
	border: 1px #e3effd solid;
	border-top: none;
	overflow: visible;
}

.cab_surveyReport_TaskInfo {
	margin: 0 0 15px;
	background-color: #e3effd;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 13px;
	padding: 7px 4px;
}

.cab_surveyReport_TaskCount {
	display: block;
	float: left;
}

.cab_surveyReport_TaskCaption {
	display: block;
	margin: 0 0 0 39px;
}

.cab_surveyReport_TaskOption {
	margin: 0 0 15px;
	height: auto;
	min-height: 20px;
	overflow: visible;
	padding: 0 4px 0 39px;
}

.cab_surveyReport_TaskOptionCorrected_first {
	border-top: 1px #e3effd dashed;
	padding-top: 14px;
}

.cab_surveyReport_TaskOptionCaption {
	font-weight: bold;
}

.cab_surveyReport_TaskOption .cab_surveyReport_TaskOptionCorrect {
	display: inline-block;
	_display: inline;
	width: 20px;
	height: 0;
	_width: auto;
	_height: auto;
	background: transparent url("/App/sharedimages/ico_true.png") 0 0 no-repeat;
	_background: none;
	overflow: hidden;
	padding: 14px 0 0 0;
	_overflow: visible;
	_padding: 0 24px 0 0;
	_color: #0c0;
}

.cab_surveyReport_TaskOption .cab_surveyReport_TaskOptionIncorrect {
	display: inline-block;
	_display: inline;
	width: 20px;
	height: 0;
	_width: auto;
	_height: auto;
	background: transparent url("/App/sharedimages/ico_false_small.png") 0 0 no-repeat;
	_background: none;
	overflow: hidden;
	padding: 14px 0 0 0;
	_overflow: visible;
	_padding: 0 20px 0 0;
	_color: #c00;
}

.cab_surveyReportSummary {
	margin: 0 0 15px;
	background-color: #e3effd;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 20px 5px;
	text-align: center;
}

.cab_surveyReportCorrectRatio {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
}

.cab_surveyReportResult {
	margin: 25px 0 0;
	font-size: 15px;
}

.cab_surveyReportPassed {
	display: block;
	color: #EE6600;
}

.cab_surveyReportGoodPassed {
	display: block;
	color: #35852b;
}

.cab_surveyReportFailed {
	display: block;
	color: #a04043;
}

.cab_surveyReportRequiredToPass {
	display: block;
	font-size: 11px;
	font-weight: normal;
}

.cab_survey_Good, .cab_survey_Bad {
	height: 32px;
	width: 32px;
	display: inline-block;
}

.cab_survey_Good {
	background: url(/app/sharedimages/icons/smiley.png);
}

.cab_survey_Bad {
	background: url(/app/sharedimages/icons/smiley_sad.png);
}

.cab_opacity_50 {
	background-color: #fff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

/* ### Benutzer-Anmeldung - login ### */
.cab_logIn .cab_logInTable {
	width: 80%;
	margin: 0 auto;
}

.cab_logIn .cab_logInError {
	margin: 0 0 15px;
	border: 2px #c00 solid;
	padding: 13px 78px;
	color: #500;
	font-weight: bold;
}

.cab_logIn .cab_logInImage {
	width: 80px;
	background: transparent url(/app/sharedimages/layout/login.gif) left center no-repeat;
}

.cab_logIn .cab_logInDesc {
	width: auto;
}

.cab_logIn .cab_logInFormTable {
	margin: 10px 0;
	width: 99.9%;
}

.cab_logIn .cab_logInLabel {
	padding: 5px 2px;
	text-align: right;
	font-weight: bold;
}

.cab_logIn .cab_logInInput {
	padding: 5px 2px;
}

/* ### Benutzer-Anmeldung bearbeiten - changeLogin ### */
.cab_logInChange .cab_logInTable {
	width: 80%;
	margin: 0 auto;
}

.cab_logInChange .cab_logInError {
	margin: 0 0 15px;
	border: 2px #c00 solid;
	padding: 13px 78px;
	color: #500;
	font-weight: bold;
}

.cab_logInChange .cab_logInImage {
	width: 80px;
	background: transparent url(/app/sharedimages/layout/login.gif) left center no-repeat;
}

.cab_logInChange .cab_logInDesc {
	width: auto;
}

.cab_logInChange .cab_logInFormTable {
	margin: 10px 0;
	width: 99.9%;
}

.cab_logInChange .cab_logInLabel {
	padding: 5px 2px;
	text-align: right;
	font-weight: bold;
}

.cab_logInChange .cab_logInInput {
	padding: 5px 2px;
}

/* ### Benutzer-Anmeldung bearbeiten - changeLogin ### */
.cab_logInSend .cab_logInTable {
	width: 80%;
	margin: 0 auto;
}

.cab_logInSend .cab_logInError {
	margin: 0 0 15px;
	border: 2px #c00 solid;
	padding: 13px;
	color: #500;
	font-weight: bold;
}

.cab_logInSend .cab_logInImage {
	width: 1px;
	overflow: hidden;
}

.cab_logInSend .cab_logInDesc {
	width: auto;
}

.cab_logInSend .cab_logInFormTable {
	margin: 10px 0;
	width: 99.9%;
}

.cab_logInSend .cab_logInLabel {
	padding: 5px 2px;
	text-align: right;
	font-weight: bold;
}

.cab_logInSend .cab_logInInput {
	padding: 5px 2px;
}

/* ### Benutzer-Registrierung - signup ### */
.cab_signUp_caption {
}

.cab_signUp_form {
	margin: 0 0 20px;
	width: 100%;
	table-layout: fixed;
}

.cab_signUp_form td {
	padding: 5px 0;
}

td.cab_signUp_key {
	width: 35%;
	text-align: right;
}

td.cab_signUp_mandatory {
	font-weight: bold;
}

td.cab_signUp_marked {
	color: #c00;
}

td.cab_signUp_value {
	width: 65%;
	padding: 5px;
}

td.cab_signUp_value * {
	margin: 0 0 0 10px;
}

td.cab_signUp_value * * {
	margin: 0;
}

td.cab_signUp_value .text {
	width: 70%;
}

.cab_signUp_data_info {
	float: left;
	margin: 0 0 -20px 10px;
	width: 20px;
	height: 20px;
	background-color: transparent;
}

.cab_signUp_data_load {
	background: transparent url(/app/sharedimages/loading.gif) 0 0 no-repeat;
}

.cab_signUp_data_fail {
	background: transparent url(/app/sharedimages/ico_false.png) 0 0 no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/app/sharedimages/ico_false.png");
}

.cab_signUp_data_pass {
	background: transparent url(/app/sharedimages/ico_true.png) 0 0 no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/app/sharedimages/ico_true.png");
}

#cab_signUp_list_head {
	background-color: #555;
	_background-color: #fff;
	padding: 5px;
	color: #fff;
	_color: #000;
	font-weight: bold;
}

#cab_signUp_list_filter {
	border: 1px #555 solid;
	border-bottom: none;
	background-color: #e3effd;
	padding: 4px;
	font-size: 10px;
}

#cab_signUp_list_filter table {
	width: 100%;
}

#cab_signUp_list_filter input, #cab_signUp_list_filter select {
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#cab_signUp_list_filter #filter_name {
	width: 95%;
	_width: auto;
}

#cab_signUp_list_filter div {
	margin: 5px 0 0 0;
	text-align: right;
}

#cab_signUp_list_filter button, .cab_signUp_user_actions, .cab_signUp_user button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#cab_signUp_list_body {
	border: 1px #555 solid;
}

.cab_signUp_user_none {
	padding: 10px;
	text-align: center;
	color: #999;
	font-style: italic;
}

.cab_signUp_user {
	margin: 1px;
	height: auto;
	overflow: auto;
	padding: 4px;
}

.cab_signUp_user_odd {
	background-color: #f5f5f5;
}

.cab_signUp_user_changed {
	background-color: #e3effd;
}

.cab_signUp_user_name {
	font-weight: bold;
}

.cab_signUp_user_details {
	float: left;
	width: 400px;
}

.cab_signUp_user_actions {
	margin: 0 0 0 420px;
}

.cab_signUp_user .marked {
	background-color: #f3832d;
	color: #fff;
}

.DHTMLSuite_menuItem_separator_sub {
	font-size: 0;
	padding: 0;
}

/* ### Benutzer-Profilierung - profile ### */
.cab_profile_caption {
}

.cab_profile_form {
	margin: 0 0 20px;
	width: 100%;
	table-layout: fixed;
}

.cab_profile_form td {
	padding: 5px 0;
}

.cab_profile_table {
	width: 100%;
}

.cab_profile_table td {
	vertical-align: middle;
}

.cab_profile_table input, .cab_profile_table textarea, .cab_profile_table select {
	padding: 2px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	width: 200px;
}

.cab_Profile .cab_err_box {
	margin: 20px 10px 10px 20px;
	font-size: 13px;
	font-weight: bold;
	color: #880000;
	border: 1px solid #880000;
	background-color: #FFBDBD;
	padding: 7px;
}

.cab_Profile .cab_success_box {
	margin: 20px 10px 10px 20px;
	font-size: 13px;
	font-weight: bold;
	color: #008800;
	border: 1px solid #008800;
	background-color: #BDFFBD;
	padding: 7px;
}

.cab_Profile #cab_profile_mainSelector {
	padding: 10px 0px;
}

.cab_Profile #cab_profile_mainSelector td {
	width: 20%;
	font-size: 13px;
	text-align: center;
}

td.cab_profile_key {
	padding: 5px 5px 5px 0px;
	margin: 0;
}

td.cab_profile_freeText {
	padding: 5px 5px 5px 0px;
}

td.cab_profile_mandatory {
	font-weight: bold;
}

td.cab_profile_marked {
	color: #c00;
}

td.cab_profile_value {
	padding: 5px 0px 5px 5px;
	margin: 0;
}

.cab_profile_data_info {
	float: left;
	margin: 0 0 -20px 10px;
	width: 20px;
	height: 20px;
	background-color: transparent;
}

.cab_profile_data_load {
	background: transparent url(/app/sharedimages/loading.gif) 0 0 no-repeat;
}

.cab_profile_data_fail {
	background: transparent url(/app/sharedimages/ico_false.png) 0 0 no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/app/sharedimages/ico_false.png");
}

.cab_profile_data_pass {
	background: transparent url(/app/sharedimages/ico_true.png) 0 0 no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/app/sharedimages/ico_true.png");
}

/* ### Tag Cloud defaults ### */
.cab_tagCloud {
	font-size: 12px;
	text-align: center;
}

.cab_tagCloud span, .cab_tagCloud a {
	display: inline;
}

.cab_tagCloud span.cab_tag {
	display: inline-block;
	padding: 2px 0;
	_display: inline;
}

.cab_tagCloud span.cab_tagCount {
	font-size: 8px;
	vertical-align: top;
}

.cab_tagCloud span.cab_tagCount:before {
	content: "(";
}

.cab_tagCloud span.cab_tagCount:after {
	content: ")";
}

/* ### Tell-a-Friend Inline Box defaults ### */
.cab_tellAFriendBoxDisplayMode_above .cab_tellAFriendBoxContentsContainer {
	bottom: 15px;
}

.cab_tellAFriendBoxContainer {
	width: auto;
}

.cab_tellAFriendBoxDisplayAlign_left {
	float: left;
}

.cab_tellAFriendBoxDisplayAlign_right {
	float: right;
}

.cab_tellAFriendBoxDisplayAlign_left .cab_tellAFriendBoxContentsContainer {
	left: 0;
}

.cab_tellAFriendBoxDisplayAlign_right .cab_tellAFriendBoxContentsContainer {
	right: 0;
}

.cab_tellAFriendBoxOnlineBookmark_Service a {
	padding: 0 0 0 20px;
	background-repeat: no-repeat;
}

/* ### Smart-Search / Calendar AutoCompleter defaults ### */
#cab_smartSearchContainer, .cab_pickerContainer {
	position: absolute;
	width: auto;
	height: auto;
	background-color: #fff;
	z-index: 100000;
}

#cab_smartSearchContainer ul, .cab_pickerContainer ul {
	margin: 0;
	padding: 0;
	border: 1px #000 solid;
	width: auto;
	height: auto;
	font-size: 11px;
	cursor: default;
	list-style: none;
	*position: absolute;
	*top: 0;
	*right: 0;
	*left: 0;
	*background-color: #fff;
	/* IE6+7 dim. fix */
}

#cab_smartSearchContainer li, .cab_pickerContainer li {
	margin: 0;
	padding: 4px;
	line-height: 18px;
	white-space: nowrap;
	/*_white-space:normal;*/
}

#cab_smartSearchContainer li strong, .cab_pickerContainer li strong {
	font-weight: bold;
	text-decoration: underline;
	color: #00f;
}

#cab_smartSearchContainer li.selected, .cab_pickerContainer li.selected {
	background-color: #555;
	color: #fff;
}

/*#cab_smartSearchContainer li.selected strong, .cab_pickerContainer li.selected strong { color:#ff0; }*/
#cab_smartSearchContainer li.more-results, .cab_pickerContainer li.more-results {
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #aaa;
}

#cab_smartSearchContainer ul.cab_groupedSmartList li.cab_smartResultFile, #cab_smartSearchContainer ul.cab_groupedSmartList li.cab_smartResultTag, #cab_smartSearchContainer ul.cab_groupedSmartList li.cab_smartResultPage {
	padding: 5px 5px 5px 35px;
}

#cab_smartSearchContainer ul.cab_groupedSmartList li.cab_smartResult_doubleline {
	padding: 5px 5px 5px 35px;
}

#cab_smartSearchContainer ul.cab_groupedSmartList li.cab_smartResultFile, #cab_smartSearchContainer ul.cab_groupedSmartList li.cab_smartResultTag, #cab_smartSearchContainer ul.cab_groupedSmartList li.cab_smartResultPage {
	border-top: 1px solid #c7c7c7;
	background-position: 5px 3px;
	background-repeat: no-repeat;
	background-size: 21px;
}

#cab_smartSearchContainer ul.cab_groupedSmartList li.cab_smartResultFile {
	background-image: url(/app/sharedimages/icons/file_30.png);
}

#cab_smartSearchContainer ul.cab_groupedSmartList li.cab_smartResultPage {
	background-image: url(/app/sharedimages/icons/page_30.png);
}

#cab_smartSearchContainer ul.cab_groupedSmartList li.cab_smartResultTag {
	background-image: url(/app/sharedimages/icons/tag_30.png);
}

#cab_smartSearchContainer ul.cab_groupedSmartList li.cab_smartResultcal {
	background-image: url(/app/sharedimages/icons/cal_30.png);
}

#cab_smartSearchContainer ul.cab_groupedSmartList li.unselectable span.informal span.marked {
	font-weight: normal;
	color: #f3832d;
}

#cab_smartSearchContainer ul.cab_groupedSmartList li.unselectable .marked {
	color: #f3832d;
}

#cab_smartSearchContainer ul.cab_groupedSmartList li.selected span.informal {
	color: #f3832d;
}

#cab_smartSearchContainer ul.cab_groupedSmartList li:first-child {
	margin: 0;
	border-top: 0 none transparent;
}

#cab_smartSearchContainer ul.cab_groupedSmartList li .marked {
	color: #f3832d;
	font-weight: bold;
}

#cab_smartSearchContainer ul.cab_groupedSmartList li.selected .marked {
	color: #fff;
	font-weight: bold;
}

#cab_smartSearchContainer ul.cab_groupedSmartList li div.informal {
	font-style: italic;
}

#cab_smartSearchContainer ul.cab_groupedSmartList li.unselectable {
	background: #EEE;
}

#cab_smartSearchContainer .IsLoading {
	background-color: #eee;
	color: #444;
	font-size: 11px;
	padding: 5px;
}

#cab_smartSearchInlineHelper form {
	margin: 0;
	border-radius: 10px;
	background-color: #999;
	padding: 5px;
}

#cab_smartSearchInlineHelper form button {
	margin: 0;
	outline: 0;
	border: 0;
	border-radius: 10px;
	background-color: #999;
	padding: 5px;
	color: #fff;
	font-weight: bold;
}

#cab_smartSearchInlineHelper form button:focus, #cab_smartSearchInlineHelper form button:active {
	background-color: #777;
}

#cab_smartSearchInlineHelper {
	margin: 0;
	background: transparent url(/app/sharedimages/smartsearch_bubble_arrow.png) left bottom no-repeat;
	_background-image: url(/app/sharedimages/smartsearch_bubble_arrow.gif);
	padding: 0 0 10px;
}

.cab_pickerContainer li .marked {
	font-weight: bold;
}

.cab_pickerContainer .cab_description {
	font-size: 9px;
	font-style: italic;
}

.Cab_userPickerContainer, ul.Cab_userPickerContainer li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Cab_userPickerContainer .selection-user, .selection-user, .Cab_userPickerContainer .selection-group, .selection-group {
	display: block;
	position: relative;
	margin: 0;
	border: 0;
	padding: 2px 2px 2px 22px;
	width: auto;
	height: 18px;
	line-height: 18px;
	background: transparent url(/app/sharedimages/icons/trans_user_k.png) 2px center no-repeat;
	_background-image: url(/app/sharedimages/icons/trans_user_k.gif);
}

.Cab_userPickerContainer .selection-group, .selection-group {
	background-image: url(/app/sharedimages/icons/trans_group_k.png);
	_background-image: url(/app/sharedimages/icons/trans_group_k.gif);
}

.Cab_userPickerContainer .selected .selection-user {
	color: #fff;
	background-image: url(/app/sharedimages/icons/trans_user.png);
	_background-image: url(/app/sharedimages/icons/trans_user.gif);
}

.Cab_userPickerContainer .selected .selection-group {
	color: #fff;
	background-image: url(/app/sharedimages/icons/trans_group.png);
	_background-image: url(/app/sharedimages/icons/trans_group.gif);
}

.cab_pickerWrapper {
	position: relative;
	border: 1px #aaa solid;
	background: #fff url(/app/sharedimages/icons/arrowdown.gif) 98% 50% no-repeat;
}

.cab_picker {
	margin: 0;
	border: 0 !important;
	padding: 5px 0;
	width: 100%;
	background: transparent none 0 0 no-repeat;
	-webkit-appearance: none;
}

.cab_pickedContainer {
	margin: 0;
	padding: 0;
	list-style: none none inside;
	height: 55px;
}

.cab_pickedContainer div {
	position: relative;
	margin: 4px 0;
	border: 1px #ccc solid;
	padding: 4px 4px 4px 23px;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	background-color: #f8f8f8;
	font-weight: bold;
	color: #444;
	height: 18px;
	line-height: 18px;
}

a.cab_removePickedElement {
	display: none;
}

.cab_pickedContainer a.cab_removePickedElement {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 18px;
	height: 18px;
	padding: 0;
	overflow: hidden;
	background: transparent url(/app/sharedimages/icons/trans_delete_k.png) 0 0 no-repeat;
	_background-image: url(/app/sharedimages/icons/trans_delete_k.gif);
	text-indent: -999px;
}

/*
#cab_autocompleterInlineHelper form { margin:0; border-radius:10px; background-color:#999; padding:5px; }
#cab_autocompleterInlineHelper form button { margin:0; outline:0; border:0; border-radius:10px; background-color:#999; padding:5px; color:#fff; font-weight:bold; }
#cab_autocompleterInlineHelper form button:focus, #cab_autocompleterInlineHelper form button:active { background-color:#777; }
#cab_autocompleterInlineHelper { margin:0; background:transparent url(/app/sharedimages/autocompleter_bubble_arrow.png) left bottom no-repeat; _background-image:url(/app/sharedimages/autocompleter_bubble_arrow.gif); padding:0 0 10px; }
*/
/* ### Cabacos Calendar defaults ## */
.cab_calendar_navigation {
	display: block;
	_height: 1%;
	overflow: hidden;
}

.cab_calendar_navigation .cab_calendar_navigate_prev {
	display: block;
	float: left;
	width: 22%;
	padding: 10px 0;
}

.cab_calendar_navigation .cab_calendar_navigate_current {
	display: block;
	float: left;
	width: 56%;
	padding: 5px 0;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

.cab_calendar_navigation .cab_calendar_navigate_next {
	display: block;
	padding: 10px 0;
	text-align: right;
}

.cab_calendar_modeswitch {
	margin: 0 0 30px;
	text-align: center;
}

.cab_calendar_modeswitch span {
	margin: 0 5px;
}

.cab_calendar_eventlist {
	margin: 15px 0;
}

.cab_calendar_event_date {
	display: block;
}

.cab_calendar_event_date .cab_shortDate, .cab_calendar_event_multipledays {
	display: none;
}

.cab_calendar_event_recurring {
	background-image: url(/app/sharedimages/icons/trans_refresh_k.png);
	_background-image: url(/app/sharedimages/icons/trans_refresh_k.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.cab_calendar_disable {
	color: #bbb;
}

.cab_calendar_weekday6, .cab_calendar_weekday7 {
	background-color: #deebfc;
}

.cab_calendar_events_header .cab_calendar_weekday {
	font-weight: bold;
}

.cab_calendar_yearview, .cab_calendar_quarterview, .cab_calendar_monthview, .cab_calendar_weekview {
	margin: 30px 0;
}

/* Jahresansicht / yearview */
.cab_calendar_yearview .cab_calendar_eventlist {
	float: left;
	width: 33%;
}

.cab_calendar_yearview .cab_calendar_eventlist .cab_calendar_events_header {
	text-align: center;
	_height: 1%;
	overflow: hidden;
}

.cab_calendar_yearview .cab_calendar_eventlist .cab_calendar_weekday {
	display: block;
	float: left;
	border: 1px #fff solid;
	width: 11%;
	text-align: center;
}

.cab_calendar_yearview .cab_calendar_eventlist .cab_calendar_events_header .cab_calendar_weekday {
	font-size: 80%;
}

.cab_calendar_yearview .cab_calendar_eventlist .cab_calendar_weekofyear {
	font-size: 80%;
	color: #999;
}

.cab_calendar_yearview .cab_calendar_eventlist .cab_calendar_event > a {
}

/* Wochenansicht / weekview */
.cab_calendar_weekview .cab_calendar_eventlist {
	margin: 0;
}

.cab_calendar_weekview .cab_calendar_eventlist .cab_calendar_events_header {
	_height: 1%;
	overflow: hidden;
	padding: 0 0 2px 20px;
	border-bottom: 1px #a3c0e8 solid;
}

.cab_calendar_weekview .cab_calendar_eventlist .cab_calendar_events {
	_height: 1%;
	overflow: hidden;
	margin: 7px 0;
	border-bottom: 1px #deebfc solid;
	padding: 0 0 8px 20px;
}

.cab_calendar_weekview .cab_calendar_eventlist .cab_calendar_weekday {
	display: block;
	float: left;
	margin: 0;
	border: 1px #fff solid;
	width: 13.5%;
	height: 30px;
	padding: 15px 0 0;
	text-align: center;
}

/*.cab_calendar_weekview .cab_calendar_eventlist .cab_calendar_events .cab_calendar_date {  }*/
.cab_calendar_weekview .cab_calendar_event {
	width: 100%;
	border: 1px #deebfc solid;
	background-color: #f0f6fe;
	overflow: hidden;
}

.cab_calendar_weekview .cab_calendar_event_entry {
	display: block;
	padding: 5px;
}

.cab_calendar_weekview .cab_calendar_event_info {
	display: block;
	padding: 0 5px 5px;
}

.cab_calendar_weekview .cab_calendar_view_prespace0 {
	margin-left: 0;
	padding-left: 0;
}

.cab_calendar_weekview .cab_calendar_view_prespace1 {
	margin-left: 13.5%;
	padding-left: 2px;
}

.cab_calendar_weekview .cab_calendar_view_prespace2 {
	margin-left: 27%;
	padding-left: 4px;
}

.cab_calendar_weekview .cab_calendar_view_prespace3 {
	margin-left: 40.5%;
	padding-left: 6px;
}

.cab_calendar_weekview .cab_calendar_view_prespace4 {
	margin-left: 54%;
	padding-left: 8px;
}

.cab_calendar_weekview .cab_calendar_view_prespace5 {
	margin-left: 67.5%;
	padding-left: 10px;
}

.cab_calendar_weekview .cab_calendar_view_prespace6 {
	margin-left: 81%;
	padding-left: 12px;
}

.cab_calendar_weekview .cab_calendar_view_duration7 {
	width: 95.5%;
	/*94.5%;*/
}

.cab_calendar_weekview .cab_calendar_view_duration6 {
	width: 82.5%;
	/*81%;*/
}

.cab_calendar_weekview .cab_calendar_view_duration5 {
	width: 68%;
	/*67.5%;*/
}

.cab_calendar_weekview .cab_calendar_view_duration4 {
	width: 54.5%;
	/*54%;*/
}

.cab_calendar_weekview .cab_calendar_view_duration3 {
	width: 41%;
	/*40.5%;*/
}

.cab_calendar_weekview .cab_calendar_view_duration2 {
	width: 27%;
}

.cab_calendar_weekview .cab_calendar_view_duration1 {
	width: 13.5%;
}

/* Monats- und Quartalsansicht / month- and quarterview */
.cab_calendar_monthview .cab_calendar_eventlist, .cab_calendar_quarterview .cab_calendar_eventlist {
	margin: 0;
	_height: 1%;
	overflow: hidden;
	_overflow: auto;
}

.cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_date, .cab_calendar_quarterview .cab_calendar_eventlist .cab_calendar_date {
	float: left;
	width: 75px;
	height: 30px;
}

.cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_weekday, .cab_calendar_quarterview .cab_calendar_eventlist .cab_calendar_weekday {
	position: relative;
	display: block;
	width: 75px;
	height: 30px;
	overflow: hidden;
	background-color: #f0f6fe;
	color: #f0f6fe;
}

.cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_date_weekday, .cab_calendar_quarterview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_date_weekday {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 20px;
	color: #86ade4;
	padding: 5px 0 5px 5px;
	line-height: 20px;
	font-size: 150%;
}

.cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_date_day, .cab_calendar_quarterview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_date_day {
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	padding: 5px 0;
	line-height: 20px;
	font-size: 150%;
	font-weight: bold;
	color: #86ade4;
}

.cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_date_month, .cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_date_year, .cab_calendar_quarterview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_date_month, .cab_calendar_quarterview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_date_year {
	display: none;
}

.cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_weekday6, .cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_weekday7, .cab_calendar_quarterview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_weekday6, .cab_calendar_quarterview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_weekday7 {
	background-color: #deebfc;
	color: #deebfc;
}

.cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_weekday6 .cab_calendar_date_weekday, .cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_weekday6 .cab_calendar_date_day, .cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_weekday7 .cab_calendar_date_weekday, .cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_weekday7 .cab_calendar_date_day, .cab_calendar_quarterview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_weekday6 .cab_calendar_date_weekday, .cab_calendar_quarterview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_weekday6 .cab_calendar_date_day, .cab_calendar_quarterview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_weekday7 .cab_calendar_date_weekday, .cab_calendar_quarterview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_weekday7 .cab_calendar_date_day {
	background-color: #deebfc;
	color: #86ade4;
}

.cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_events, .cab_calendar_quarterview .cab_calendar_eventlist .cab_calendar_events {
	margin: 0 0 0 90px;
}

.cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_events .cab_calendar_event, .cab_calendar_quarterview .cab_calendar_eventlist .cab_calendar_events .cab_calendar_event {
	margin: 0 0 5px;
	border: 1px #deebfc solid;
	background-color: #f0f6fe;
	padding: 5px;
}

.cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_events .cab_calendar_event_entry, .cab_calendar_quarterview .cab_calendar_eventlist .cab_calendar_events .cab_calendar_event_entry {
	display: block;
}

.cab_calendar_quarterview .cab_calendar_events_header {
	margin: 45px 0 7px;
	border-bottom: 1px #86ade4 solid;
	padding: 0 0 7px 90px;
	font-size: 120%;
}

.cab_calendar_yearview .cab_calendar_eventlist .cab_calendar_date_today, .cab_calendar_weekview .cab_calendar_eventlist .cab_calendar_date_today {
}

.cab_calendar_weekview .cab_calendar_eventlist .cab_calendar_noevents, .cab_calendar_quarterview .cab_calendar_eventlist .cab_calendar_noevents {
	color: #999;
	margin: 15px 0;
}

.cab_calendar_monthview .cab_calendar_noevents {
	color: #555;
	text-align: center;
	margin: 15px 0;
}

.cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_date_today {
	background-color: #a3c0e8;
	color: #a3c0e8;
}

.cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_date_today .cab_calendar_date_day, .cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_date_today .cab_calendar_date_weekday {
	background-color: #a3c0e8;
	color: #fff;
}

.cab_calendar_outlookish {
	table-layout: fixed;
	border-collapse: collapse;
}

.cab_calendar_outlookish td {
	vertical-align: top;
	padding: 0;
	font-size: 90%;
}

.cab_calendar_outlookish thead .cab_calendar_weekday {
	border: 0;
	padding: 2px 0;
	text-align: center;
	font-weight: bold;
	font-size: inherit;
}

.cab_calendar_outlookish .cab_calendar_weekofyear {
	width: 9%;
}

.cab_calendar_outlookish .cab_calendar_weekofyear div {
	margin: 4px 0 0;
	border: 1px #e0e6ee solid;
	border-right: 0;
	height: auto;
	width: auto;
	background-color: #f4f8ff;
	padding: 10px 0 10px 5px;
	overflow: hidden;
	line-height: 20px;
	letter-spacing: -3px;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #e0e6ee;
}

.cab_calendar_outlookish .cab_calendar_resource_title {
	width: 23%;
}

.cab_calendar_outlookish .cab_calendar_resource_title div {
	margin: 4px 0 0;
	width: auto;
	border: 1px #a3c0e8 solid;
	border-right: 0;
	border-radius: 10px 0 0 10px;
	height: 18px;
	background: #f4f8ff none 2px center no-repeat;
	padding: 0 0 0 5px;
	overflow: hidden;
	line-height: 18px;
}

.cab_calendar_outlookish .cab_calendar_resourcetype_resource div {
	background-color: #def;
	background-image: url(/app/sharedimages/icons/trans_resource_k.png);
	padding-left: 20px;
}

.cab_calendar_outlookish .cab_calendar_resourcetype_attendee div {
	background-color: #fed;
	background-image: url(/app/sharedimages/icons/trans_user_k.png);
	padding-left: 20px;
}

.cab_calendar_outlookish .cab_calendar_weekday {
	border-left: 1px #a3c0e8 solid;
	border-right: 1px #a3c0e8 solid;
	width: 13%;
}

.cab_calendar_outlookish_resource_planner .cab_calendar_weekday {
	width: 11%;
}

.cab_calendar_outlookish .cab_calendar_eventlist_header .cab_calendar_weekday {
	border-top: 1px #a3c0e8 solid;
	background-color: #f0f6fe;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}

.cab_calendar_outlookish .cab_calendar_weekday6, .cab_calendar_outlookish .cab_calendar_weekday7 {
	background-color: #f0f6fe;
}

.cab_calendar_outlookish .cab_calendar_event_right6, .cab_calendar_outlookish .cab_calendar_event_right7 {
	background-color: #f0f6fe;
}

.cab_calendar_outlookish .cab_calendar_eventlist_header .cab_calendar_weekday6, .cab_calendar_outlookish .cab_calendar_eventlist_header .cab_calendar_weekday7 {
	background-color: #deebfc;
}

.cab_calendar_outlookish .cab_calendar_eventlist_header .cab_calendar_disable {
	background-color: #eee;
	border-top: 1px #ddd solid;
}

.cab_calendar_outlookish .cab_calendar_disable {
	background-color: #fafafa;
	color: inherit;
}

.cab_calendar_outlookish .cab_calendar_event {
	position: relative;
	margin: 0;
	border: 1px #68a solid;
	width: auto;
	height: 18px;
	background-color: #f0f6f3;
	padding: 0;
	border-radius: 10px;
}

.cab_calendar_outlookish .cab_calendar_event .cab_calendar_event_entry {
	display: block;
	margin-left: 20px;
	height: 15px;
	padding: 2px 0 0;
	overflow: hidden;
	text-align: left;
}

.cab_calendar_outlookish .cab_calendar_event .cab_calendar_event_info {
	display: none;
}

.cab_calendar_outlookish .cab_calendar_event_right {
	padding-right: 2px;
}

.cab_calendar_outlookish .cab_calendar_event_left {
	padding-left: 2px;
}

.cab_calendar_outlookish .cab_calendar_event_right_open {
	padding-right: 0;
}

.cab_calendar_outlookish .cab_calendar_event_left_open {
	padding-left: 0;
}

.cab_calendar_outlookish .cab_calendar_event_right_open .cab_calendar_event {
	margin-right: 0;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.cab_calendar_outlookish .cab_calendar_event_left_open .cab_calendar_event {
	margin-left: 0;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.cab_calendar_outlookish .cab_calendar_eventlist_header .cab_calendar_date_today {
	background: #a3c0e8;
	color: #fff;
}

.cab_calendar_outlookish .cab_calendar_date_today {
	background: #deebfc;
}

.cab_calendar_outlookish .cab_calendar_separator {
	overflow: hidden;
	height: 4px;
}

.cab_calendar_outlookish .cab_calendar_separator_resources {
	overflow: hidden;
	height: 4px;
	border-bottom: 1px #a3c0e8 solid;
}

.cab_calendar_outlookish .cab_calendar_separator_resources_row {
	overflow: hidden;
	height: 15px;
}

.cab_calendar_outlookish .cab_calendar_event .cab_calendar_editEntry {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: transparent url(/app/sharedimages/icons/trans_edit_pen_k.png) 2px 0 no-repeat;
	text-indent: 100px;
	overflow: hidden;
	border-radius: 10px;
}

.cab_calendar_outlookish .cab_calendar_event .cab_calendar_editEntry:hover {
	background: #f3832d url(/app/sharedimages/icons/trans_edit_pen.png) 2px 0 no-repeat;
}

.cab_calendar_outlookish .cab_calendar_event_blocked {
	border-top: 1px #fa7f8d solid;
	border-bottom: 1px #fa7f8b solid;
	background: #fff url(/app/sharedimages/attention_stripes.png) 0 0 repeat;
	height: 18px;
	padding: 0;
}

.cab_calendar_outlookish .cab_calendar_event_date, .cab_calendar_outlookish .cab_calendar_event_image {
	display: none;
}

.cab_calendar_event_proposal, .cab_calendar_weekview .cab_calendar_event_proposal, .cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_events .cab_calendar_event_proposal, .cab_calendar_quarterview .cab_calendar_eventlist .cab_calendar_events .cab_calendar_event_proposal {
	border-color: #c00;
	background-color: #fee;
}

.cab_calendar_placeholder {
	width: auto;
}

.cab_calendar_advanced_displayoptions .cab_calendar_show_planningview_management {
	background: transparent url(/app/sharedimages/icons/trans_edit_pen_k.png) 3px center no-repeat;
	padding: 2px 3px 2px 18px;
	overflow: hidden;
	border-radius: 10px;
	font-size: 80%;
	font-weight: normal;
}

.cab_calendar_advanced_displayoptions .cab_calendar_show_planningview_management:hover {
	background: #f3832d url(/app/sharedimages/icons/trans_edit_pen.png) 3px center no-repeat;
	color: #fff;
	text-decoration: none;
}

.cab_calendar_bookingstate td {
	vertical-align: bottom;
}

.cab_calendar_bookingstate td:first-child {
	vertical-align: top;
}

.cab_calendar_booking_overview {
	list-style: none none outside;
	margin-left: 0;
}

.cab_calendar_booking_overview li {
	border-top: 1px #ddd solid;
	margin: 0;
	position: relative;
	padding: 3px 0 3px 23px;
	line-height: 18px;
	overflow: visible;
}

.cab_calendar_booking_overview li:first-child {
	border-top: 0;
}

ul.cab_calendar_resources li {
	background: transparent url(/app/sharedimages/icons/trans_resource_k.png) 0 3px no-repeat;
	_background-image: url(/app/sharedimages/icons/trans_resource_k.gif);
}

ul.cab_calendar_attendees li {
	background: transparent url(/app/sharedimages/icons/trans_user_k.png) 0 3px no-repeat;
	_background-image: url(/app/sharedimages/icons/trans_user_k.gif);
}

.cab_calendar_booking_overview li span {
	position: relative;
	padding-right: 23px;
	font-weight: bold;
}

.cab_calendar_booking_overview li span a {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 18px;
	height: 18px;
	background: transparent url(/app/sharedimages/icons/trans_edit_pen_k.png) 2px 0 no-repeat;
	text-indent: 100px;
	overflow: hidden;
	border-radius: 10px;
}

.cab_calendar_booking_overview li span:hover a {
	display: block;
}

.cab_calendar_booking_overview li span a:hover, .cab_calendar_booking_overview li span:hover a:hover {
	background: #f3832d url(/app/sharedimages/icons/trans_edit_pen.png) 2px 0 no-repeat;
}

.cab_calendar_booking_overview li table tr td {
	border-top: 1px #ddd dashed;
	text-align: left;
	vertical-align: bottom;
}

.cab_calendar_booking_overview li table tr:first-child td {
	border-top: 0;
}

.cab_calendar_booking_overview li table td:first-child {
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
}

.cab_calendar_status_unavailable {
	font-style: italic;
	color: #aaa;
}

.cab_calendar_status_unavailable * {
	font-style: normal;
}

.cab_calendar_status_dismissed {
	color: #a00;
}

.cab_calendar_status_approved {
	color: #0a0;
}

.cab_calendar_status_reserved {
	color: #00a;
}

.cab_calendar_searchresults {
	margin: 0 0 30px;
}

.cab_calendar_searchhead {
	margin: 0 0 4px;
	border-bottom: 1px #ddd solid;
	padding: 0 0 5px 50px;
	font-size: 120%;
	font-weight: bold;
}

.cab_calendar_searchbody {
	padding-left: 50px;
	background: transparent url(/app/sharedimages/icons/calendar.png) 5px 0 no-repeat;
}

.cab_calendar_searchbody div#today {
	padding-top: 15px;
	height: 15px;
	font-weight: bold;
}

.cab_calendar_searchbody .cab_calendar_event {
	position: relative;
	margin-top: 5px;
	padding-top: 4px;
	border-top: 1px #ddd dashed;
}

.cab_calendar_searchbody .cab_calendar_event:first-child {
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}

.cab_calendar_searchbody .cab_calendar_event > div {
	_height: 1%;
	overflow: hidden;
}

.cab_calendar_searchbody .cab_calendar_event > div > div {
	margin-left: 115px;
}

.cab_calendar_searchbody .cab_calendar_event > div > div:first-child {
	float: left;
	width: 110px;
	margin-left: 0;
}

.cab_calendar_searchnav {
	margin: 5px 0 0 50px;
	border-top: 1px #ddd solid;
	padding-top: 4px;
}

/*
.cab_calendar_searchbody { margin:0 auto; width:80%; }
.cab_calendar_searchbody .cab_calendar_event { position:relative; _height:1%; overflow:hidden; }
.cab_calendar_searchbody .cab_calendar_event_date { display:block; float:left; width:40%; text-align:right; font-style:italic; }
.cab_calendar_searchbody .cab_shortDate, .cab_calendar_searchbody .cab_shortTime { display:inline; }
.cab_calendar_searchbody .cab_calendar_event_entry {display:block; margin-left:45%; }
*/
.cab_calendar_pane {
	position: absolute;
	-webkit-box-shadow: 0 0 50px #999;
	-moz-box-shadow: 0 0 50px #999;
	box-shadow: 0 0 50px #999;
	border: 1px #aaa solid;
	background-color: #f5f4f2;
}

.cab_calendar_pane_head {
	background: #f5f4f2 url(/app/calendar/media/headline_back.gif) left bottom repeat-x;
	padding: 5px 10px;
	font-size: 110%;
	font-weight: bold;
}

.cab_calendar_pane_content {
	padding: 10px;
	font-size: 90%;
}

.cab_calendar_pane_options {
	width: 100%;
	border: 0;
}

.cab_calendar_pane_options td {
	vertical-align: top;
	font-size: inherit;
}

.cab_calendar_pane_options_head {
	font-weight: bold;
}

.cab_calendar_pane_scrolllist {
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
}

.cab_calendar_pane_option_item {
	padding: 2px 0;
	border-bottom: 1px #ddd solid;
}

.cab_calendar_pane_bottombar {
	background-color: #d5d2ca;
	padding: 5px 10px;
	text-align: right;
}

.cab_calendar_pane_bottombar button {
	padding: 5px;
}

#cab_calendar_planningview_pane {
	top: 100px;
	left: 100px;
	width: 400px;
}

#cab_calendar_planningview_pane .cab_calendar_pane_head {
	cursor: move;
}

#cab_calendar_planningview_pane .cab_calendar_pane_scrolllist {
	height: 160px;
}

/* ### Additional Cabacos Calendar Modlet defaults ### */
.cab_calendar_modlet {
	border: 1px #a3c0e8 solid;
}

.cab_calendar_modlet .cab_calendar_loader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff url(/app/sharedimages/loading_big.gif) center center no-repeat;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
	display: none;
}

.cab_calendar_modlet .cab_calendar_yearview {
	margin: 0;
}

.cab_calendar_modlet .cab_calendar_yearview .cab_calendar_navigation {
	margin: 0;
	background: #a3c0e8 url("/Read/Templates/Beispieltemplate/Bilder/Box-Titel.jpg") 0 0 no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 12px;
}

.cab_calendar_modlet .cab_calendar_yearview .cab_calendar_navigation .cab_calendar_navigate_current {
	display: block;
	float: none;
	margin: 0;
	width: auto;
	background: #a3c0e8 url("/Read/Templates/Beispieltemplate/Bilder/Box-Titel.jpg") 0 0 no-repeat;
	padding: 7px 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 12px;
}

.cab_calendar_modlet .cab_calendar_yearview .cab_calendar_navigation .cab_calendar_navigate_prev, .cab_calendar_modlet .cab_calendar_yearview .cab_calendar_navigation .cab_calendar_navigate_next {
	display: block;
	float: right;
	border-left: 1px #93b0d8 solid;
	width: 15%;
	padding: 0;
}

.cab_calendar_modlet .cab_calendar_yearview .cab_calendar_navigation .cab_calendar_navigate_prev a, .cab_calendar_modlet .cab_calendar_yearview .cab_calendar_navigation .cab_calendar_navigate_next a {
	display: block;
	padding: 7px 5px;
	color: #567;
	text-shadow: 0 1px 0 #fff;
}

.cab_calendar_modlet .cab_calendar_yearview .cab_calendar_navigation .cab_calendar_navigate_prev {
	float: left;
	border-left: 0;
	border-right: 1px #93b0d8 solid;
}

.cab_calendar_modlet .cab_calendar_yearview .cab_calendar_eventlist {
	position: relative;
	float: none;
	margin: 2px auto;
	width: auto;
	overflow: hidden;
}

.cab_calendar_modlet .cab_calendar_yearview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_event {
	font-weight: bold;
}

.cab_calendar_modlet .cab_calendar_yearview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_date_hover, .cab_calendar_modlet .cab_calendar_yearview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_weekday_hover {
	border: 1px #f3832d solid;
	cursor: pointer;
}

.cab_calendar_modlet .cab_calendar_yearview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_date_selected {
	background-color: #f3832d;
	color: #fff;
}

.cab_calendar_modlet .cab_calendar_appointments .cab_calendar_appointments_header {
	margin: 0;
	background: #a3c0e8 url("/Read/Templates/Beispieltemplate/Bilder/Box-Titel.jpg") 0 0 no-repeat;
	padding: 7px 5px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 12px;
}

.cab_calendar_modlet .cab_calendar_appointments .cab_calendar_eventlist {
	position: relative;
	margin: 0;
}

.cab_calendar_modlet .cab_calendar_appointments .cab_calendar_eventlist .cab_calendar_weekday {
	background-color: transparent;
}

.cab_calendar_modlet .cab_calendar_appointments .cab_calendar_eventlist .cab_calendar_message, #cab_EventsOnDate .cab_calendar_message {
	padding: 2px 5px;
	text-align: center;
}

.cab_calendar_modlet .cab_calendar_appointments .cab_calendar_eventlist .cab_calendar_date, #cab_EventsOnDate .cab_calendar_date {
	border-top: 1px #deebfc solid;
	border-bottom: 1px #93b0d8 solid;
	background: #a3c0e8 url("/Read/Templates/Beispieltemplate/Bilder/Box-Titel.jpg") 0 0 no-repeat;
	padding: 0 5px;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	text-shadow: 0 -1px 0 #698;
}

.cab_calendar_modlet .cab_calendar_appointments .cab_calendar_eventlist .cab_calendar_event, #cab_EventsOnDate .cab_calendar_event {
	font-size: 90%;
}

.cab_calendar_modlet .cab_calendar_appointments .cab_calendar_eventlist .cab_calendar_event .cab_calendar_event_entry, #cab_EventsOnDate .cab_calendar_event .cab_calendar_event_entry {
	display: block;
	border-top: 1px #fff solid;
	border-bottom: 1px #cedbec solid;
	background-color: #f0f6fe;
	margin: 0;
	padding: 0 5px;
	font-weight: bold;
	color: #567;
	text-shadow: 0 1px 0 #fff;
}

.cab_calendar_modlet .cab_calendar_appointments .cab_calendar_eventlist .cab_calendar_event .cab_calendar_event_entry a, #cab_EventsOnDate .cab_calendar_event .cab_calendar_event_entry a {
	font-weight: bold;
	color: #567;
}

.cab_calendar_modlet .cab_calendar_appointments .cab_calendar_eventlist .cab_calendar_event .cab_calendar_event_info, #cab_EventsOnDate .cab_calendar_event .cab_calendar_event_info {
	display: block;
	padding: 0 5px;
}

.cab_calendar_modlet .cab_calendar_appointments .cab_calendar_eventlist .cab_calendar_event .cab_calendar_event_info .cab_calendar_event_link, #cab_EventsOnDate .cab_calendar_event .cab_calendar_event_info .cab_calendar_event_link {
	display: block;
	text-align: right;
}

.cab_calendar_modlet .cab_calendar_appointments .cab_calendar_eventlist .cab_calendar_event .cab_calendar_event_info .cab_calendar_event_link a, #cab_EventsOnDate .cab_calendar_event .cab_calendar_event_info .cab_calendar_event_link a {
	font-weight: normal;
}

.cab_calendar_modlet .cab_calendar_appointments .cab_calendar_eventlist .cab_calendar_event .cab_calendar_editEntry, #cab_EventsOnDate .cab_calendar_event .cab_calendar_editEntry {
	display: none;
}

#cab_EventsOnDate {
	margin: 0;
	background-color: #fff;
	width: 300px;
}

#cab_EventsOnDate_content {
	position: relative;
	margin: 0;
	border: 1px solid #A3C0E8;
	max-height: 190px;
	_height: 190px;
	overflow: auto;
}

#cab_EventsOnDate_content .cab_general_loader {
	position: relative;
	height: 45px;
}

.cab_calendarPane {
	background: #fff;
}

.cab_calendar_timer {
	text-align: center;
}

.cab_calendarPane .cab_calendar_timer select {
	width: auto;
}

.cab_calendarPane .cab_calendar_timer select {
	width: auto;
}

.cab_calendar_modlet .fakeselectbox {
	position: relative;
}

.cab_calendar_modlet .fsb_container {
	position: absolute;
	top: 900px;
	opacity: 0;
	z-index: 0;
}

.cab_calendar_modlet .open .fsb_container {
	top: 30px;
	opacity: 1;
	z-index: 99;
	background: white;
	width: 90%;
	border: aliceblue;
	box-sizing: border-box;
	box-shadow: 0 0 5px #ccc;
	left: 5%;
}

.cab_calendar_modlet .fsb_trigger {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent url(/app/sharedimages/filter_black.png) right center no-repeat;
}

.cab_calendar_modlet .fsb_view {
	line-height: 30px;
}

.cab_calendar_modlet .option label {
	padding: 7px;
	display: block;
	border-bottom: 1px solid #e6e6e6;
}

.cab_calendar_modlet .option label span {
	display: block;
	margin-left: 30px
}

.cab_calendar_modlet .option label input {
	display: none;
}

.cab_calendar_modlet .option label .cal_icon {
	float: left;
	border-width: 1px;
	margin: 0 5px;
	display: block;
	width: 16px;
	height: 16px;
	border: 3px solid;
	-webkit-appearance: none;
	border-radius: 50%;
	background: white !important;
	box-sizing: border-box;
	outline: 0 none;
}

.cab_calendar_modlet .option label.itemChecked .cal_icon {
	border-width: 8px;
}

.cab_calendar_modlet .fakeselectbox {
	position: relative;
}

.cab_calendar_modlet .fsb_container {
	position: absolute;
	top: 900px;
	opacity: 0;
	z-index: 0;
}

.cab_calendar_modlet .open .fsb_container {
	top: 30px;
	opacity: 1;
	z-index: 99;
	background: white;
	width: 90%;
	border: aliceblue;
	box-sizing: border-box;
	box-shadow: 0 0 5px #ccc;
	left: 5%;
}

.cab_calendar_modlet .fsb_trigger {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent url(/app/sharedimages/filter_black.png) right center no-repeat;
}

.cab_calendar_modlet .fsb_view {
	line-height: 30px;
}

.cab_calendar_modlet .option label {
	padding: 7px;
	display: block;
	border-bottom: 1px solid #e6e6e6;
}

.cab_calendar_modlet .option label span {
	display: block;
	margin-left: 30px
}

.cab_calendar_modlet .option label input {
	display: none;
}

.cab_calendar_modlet .option label .cal_icon {
	float: left;
	border-width: 1px;
	margin: 0 5px;
	display: block;
	width: 16px;
	height: 16px;
	border: 3px solid;
	-webkit-appearance: none;
	border-radius: 50%;
	background: white !important;
	box-sizing: border-box;
	outline: 0 none;
}

.cab_calendar_modlet .option label.itemChecked .cal_icon {
	border-width: 8px;
}

/* ### Cabacos Dashboard defaults ### */
.cab_dashboardModuleArea {
	padding: 1px 1px 20px;
	min-height: 20px;
	_overflow: auto;
}

.cab_dashboardModuleArea_Hover {
	padding: 0 0 19px;
	border: 1px #a3c0e8 dotted;
}

.cab_dashboardModule {
	position: relative;
	background: #fff none;
	z-index: 10000;
	padding: 0;
	border: none;
	border-bottom: 1px #a3c0e8 dashed;
}

.cab_dashboardModuleHead {
	position: relative;
	margin: 20px 0;
	_overflow: auto;
}

.cab_dashboardModuleActions {
	position: relative;
	float: right;
	width: auto;
}

.cab_dashboardModuleActions a {
	position: relative;
	float: left;
	display: block;
	margin: 0 0 0 1px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: 100px;
	cursor: pointer;
	background: #a3c0e8 none;
	opacity: 0.15;
	filter: Alpha(Opacity=15);
}

.cab_dashboardModuleActions a.cab_dashboardModuleMove {
	cursor: move;
	background: #a3c0e8 url(/app/sharedimages/icons/trans_move.png) 1px 1px no-repeat;
}

.cab_dashboardModuleActions a.cab_dashboardModuleConfigure {
	background: #a3c0e8 url(/app/sharedimages/icons/trans_edit.png) 1px 1px no-repeat;
}

.cab_dashboardModuleActions a.cab_dashboardModuleRemove {
	background: #a3c0e8 url(/app/sharedimages/icons/trans_delete.png) 1px 1px no-repeat;
}

.cab_dashboardModuleActions a:focus, .cab_dashboardModuleActions a:hover, .cab_dashboardModuleActions a:active {
	background-color: #f3832d;
	opacity: 1.0;
	filter: Alpha(Opacity=100);
}

.cab_dashboardModuleTitle {
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
}

.cab_dashboardModulePropPanel, .cab_dashboardModuleContentPanel {
}

.cab_dashboardModuleNoPresetMsg {
	background: transparent url(/app/sharedimages/attention.png) 5px center no-repeat;
	padding: 5px 5px 5px 30px;
}

.cab_dashboardModuleProps, .cab_dashboardModuleContent {
	position: relative;
	margin: 0 0 19px;
}

.cab_dashboardModuleProperty, .cab_dashboardControlProp {
	margin: 0;
	border-top: 1px #a3c0e8 dashed;
	padding: 5px;
	overflow: hidden;
}

.cab_dashboardModuleProperty label, .cab_dashboardControlProp label {
	display: block;
	float: left;
	width: 49%;
}

.cab_dashboardModuleProperty input[type=text], .cab_dashboardModuleProperty select, .cab_dashboardControlProp input[type=text], .cab_dashboardControlProp select {
	float: block;
	width: 49%;
}

.cab_dashboardModuleProperty .cab_dashboardModulePropertyDesc {
	clear: left;
	font-size: 80%;
}

.cab_dashboardModulePropButtons {
	border-top: 1px #a3c0e8 dashed;
	padding: 5px 0 0;
	text-align: right;
}

.cab_dashboardModulePropsSaving {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff url(/app/sharedimages/loading_big.gif) center center no-repeat;
	background-color: rgba(255, 255, 255, 0.75);
	*background-color: #fff;
	filter: Alpha(Opacity=75);
}

.cab_dashboardModuleDesc {
	margin: 0 0 20px;
}

.cab_dashboardControlButtons {
	border: 1px #a3c0e8 dashed;
	border-left: none;
	border-right: none;
	padding: 5px 0;
	text-align: right;
}

/* ### Additional Cabacos Dashboard's Calendar defaults ### */
.cab_calendar_dashboard .cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_date_weekday {
	font-size: 100%;
	width: 25px;
	line-height: inherit;
}

.cab_calendar_dashboard .cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_date .cab_calendar_date_day {
	font-size: 100%;
	left: 25px;
	line-height: inherit;
}

.cab_calendar_dashboard .cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_weekday {
	width: 55px;
	height: 25px;
}

.cab_calendar_dashboard .cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_date {
	width: 55px;
	height: 25px;
	margin: 0 0 1px;
}

.cab_calendar_dashboard .cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_events .cab_calendar_event {
	margin: 0 0 1px;
	*margin: 0;
	_margin: 0;
	padding: 4px 5px;
}

.cab_calendar_dashboard .cab_calendar_monthview .cab_calendar_eventlist .cab_calendar_events {
	margin: 0 0 0 56px;
	*margin-left: 60px;
	_margin-left: 60px;
}

/* ### Additional Cabacos Dashboard's Forums defaults ### */
.cab_forum_dashboard .cab_forumTopic {
	overflow: hidden;
	margin: 0 0 1px;
}

.cab_forum_dashboard .cab_forumTopic .cab_forumTopicDate {
	float: left;
	width: 50px;
	height: 20px;
	margin: 0;
	padding: 5px 0 0 5px;
	background: #f0f6fe none;
	color: #86ade4;
	font-weight: bold;
}

.cab_forum_dashboard .cab_forumTopic .cab_forumTopicTime {
	float: left;
	width: 50px;
	height: 20px;
	margin: 0 0 0 1px;
	padding: 5px 0 0 5px;
	background: #f0f6fe none;
	color: #86ade4;
}

.cab_forum_dashboard .cab_forumTopic .cab_forumTopicTitle {
	margin: 0 0 0 112px;
	padding: 4px 5px;
	border: 1px #deebfc solid;
	background: #f0f6fe none;
	color: #86ade4;
}

.cab_forum_dashboard .cab_forumTopic .cab_forumTopicDetailRedundant {
	visibility: hidden;
}

/* ### Videoportal - Module Styles required for Functionality ### */
.cab_videoPortal {
	position: relative;
}

.cab_videoPortal_playlistContainer, .cab_videoPortal_playerContainer {
	position: relative;
	background: #fff none;
}

.cab_videoPortal_playlist {
	overflow: auto;
	overflow-x: hidden;
}

.cab_videoPortal_infoContainer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 60px;
	background: #fff none;
}

.cab_videoPortal_loader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff url(/app/sharedimages/loading_big.gif) center center no-repeat;
}

.cab_videoPortal_playlistItem_title {
	display: block;
	font-weight: bold;
}

.cab_videoPortal_playlistItem_desc {
	display: block;
	font-weight: normal;
}

.cab_videoPortal_playlistItem_length {
	display: block;
	text-align: right;
	font-weight: normal;
	font-style: italic;
}

.cab_videoPortal_shareButtons a.cab_videoPortal_shareButton {
	display: block;
}

.cab_videoPortal_shareContentsContainer {
	position: absolute;
	background: #fff none;
}

.cab_videoPortal_shareButtons {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff none;
	height: auto;
}

.cab_videoPortal_shareContainer {
	float: left;
}

.cab_videoPortal_shareContainer a {
	text-align: center;
}

.cab_videoPortal_shareContentsContainer span {
	display: block;
}

.cab_videoPortal_shareContentsContainer span input {
	width: 99%;
}

/* ### Form defaults ### */
.cab_form_table {
	margin: 0 auto;
	width: 80%;
}

.cab_form_table td {
	padding: 2px 0;
}

.cab_form_table_text {
	width: 25%;
	font-weight: bold;
	vertical-align: top;
}

.cab_form_table_input {
	width: 75%;
	padding: 2px 0;
}

.cab_form_table_extraitem_freetext {
	font-weight: normal;
}

.cab_form_table_input input.cab_form_textfield, .cab_form_table_input textarea, .cab_form_table_input select {
	width: 98%;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: inherit;
	color: inherit;
}

.cab_form_table_input div.cab_form_multiselectfield {
	overflow: hidden;
}

.cab_form_table_input input.cab_form_multiselectfield {
	display: block;
	float: left;
	*display: inline;
	*float: none;
}

.cab_form_table_input label.cab_form_multiselectfield {
	display: block;
	margin: 0 20px 2px;
	*display: inline;
	*margin: 0;
}

.cab_form_table_input .cab_form_textfield .cab_form_textfield, .cab_form_table_input .cab_form_multitextfield .cab_form_multitextfield {
	width: 100%;
	border: 0 #fff;
	padding: 0;
}

.cab_form_table_input .cab_form_selectfield {
	text-align: right;
}

.cab_form_table_input .cab_form_selectfield .cab_form_selectfield {
	width: 100%;
	border: 0 #fff;
	text-align: left;
}

.cab_form_table_input .cab_form_textfield .cab_form_textfield {
	height: 15px;
}

.cab_form_table_input .cab_form_multitextfield .cab_form_multitextfield {
	height: 100px;
}

.cab_form_table_input .cab_form_textfield, .cab_form_table_input .cab_form_multitextfield, .cab_form_table_input .cab_form_selectfield {
	border: 1px solid #a1c3f1;
}

/* ### Image Map Editor ### */
.cab_imagemap_editorpane .cab_inlinepane_content {
	overflow: auto;
	overflow-x: hidden;
	padding: 10px 0;
}

.cab_imagemap_editor_areacontainer {
	height: auto;
	overflow: hidden;
	margin: 5px 0;
	width: 285px;
	color: #333;
	font-size: 10px;
}

.cab_imagemap_editor_areacontainer .cab_imagemap_editor_removearea {
	float: right;
	width: 19px;
}

.cab_imagemap_editor_areacontainer .cab_imagemap_editor_removearea a {
	display: block;
	margin: 0;
	width: 18px;
	height: 0;
	background: #d5d2ca url(/app/sharedimages/icons/trans_delete_k.png) 0 0 no-repeat;
	padding: 18px 0 0;
	overflow: hidden;
}

.cab_imagemap_editor_areacontainer .cab_imagemap_editor_removearea a:focus, .cab_imagemap_editor_areacontainer .cab_imagemap_editor_removearea a:hover, .cab_imagemap_editor_areacontainer .cab_imagemap_editor_removearea a:active {
	width: 16px;
	height: 0;
	border: 1px #d5d2ca solid;
	background: #999 url(/app/sharedimages/icons/trans_delete.png) -1px -1px no-repeat;
	padding: 16px 0 0;
}

.cab_imagemap_editor_areacontainer .cab_imagemap_editor_areacolor {
	float: left;
	width: 14px;
	height: 53px;
}

.cab_imagemap_editor_areacontainer .cab_imagemap_editor_areaprops {
	margin: 0 18px 0 0;
	height: 53px;
	border: 1px #d5d2ca solid;
	background-color: #d5d2ca;
}

.cab_imagemap_editor_areacontainer input, .cab_imagemap_editor_areacontainer select {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 0;
	border: 1px #999 solid;
	border-radius: 0;
	background: #fff none;
}

.cab_imagemap_editor_areacontainer .cab_imagemap_editor_href {
	margin: 0 2px 0 16px;
}

.cab_imagemap_editor_areacontainer .cab_imagemap_editor_href a {
	display: block;
	float: left;
	width: 18px;
	height: 0;
	background: transparent url(/app/skins/default/menu/images/edit_link.png) 0 0 no-repeat;
	padding: 16px 0 0;
	overflow: hidden;
}

.cab_imagemap_editor_areacontainer .cab_imagemap_editor_href .cab_imagemap_editor_propdesc {
	height: 17px;
	line-height: 15px;
	overflow: hidden;
}

.cab_imagemap_editor_areacontainer .cab_imagemap_editor_target {
	margin: 0 2px 0 34px;
	width: 215px;
	height: 17px;
	overflow: hidden;
}

.cab_imagemap_editor_areacontainer .cab_imagemap_editor_title {
	margin: 2px 2px 0 34px;
	width: 215px;
	height: 17px;
	overflow: hidden;
}

.cab_imagemap_editor_areacontainer .cab_imagemap_editor_target select {
	width: 215px;
	padding: 0;
}

.cab_imagemap_editor_areacontainer .cab_imagemap_editor_title div {
	float: left;
	width: 67px;
	height: 17px;
	line-height: 15px;
}

.cab_imagemap_editor_areacontainer .cab_imagemap_editor_title input {
	display: block;
	margin: 0 0 0 70px;
	width: 143px;
	height: 13px;
}

/* ### Taglistbox */
.TextboxList ul.holder {
	margin: 0;
	border: 1px solid #ccc;
	overflow: hidden;
	height: auto !important;
	height: 1%;
	padding: 0;
	font-size: 11px;
	position: relative;
}

.TextboxList ul.holder li {
	float: left;
	list-style-type: none;
	margin: 0px;
}

.TextboxList ul.holder li.bit-box, .TextboxList ul.holder a.bit-box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #eee;
	padding: 2px 5px 2px;
	margin: 2px 4px;
}

.TextboxList ul.holder a.bit-box {
	display: block;
	float: left;
	color: #444;
}

.TextboxList ul.holder li.bit-input {
	margin: 2px 0px 2px 4px;
	padding: 0px;
}

.TextboxList ul.holder li.bit-box-focus {
	border-color: #F4832E;
	background: #f4832e;
	color: #fff;
}

.TextboxList ul.holder li.bit-input input {
	width: 150px;
	border: 1px none transparent;
	outline: 0;
	padding: 2px;
	background: transparent;
}

.TextboxList ul.holder li.bit-box + li.bit-input {
	margin: 3px 0px 0px 0px;
}

.TextboxList ul.holder li.bit-box:hover {
	background: #eee;
	border: 1px solid #f4832e;
	color: #444;
}

.TextboxList ul.holder li.bit-box-focus, .TextboxList ul.holder a.bit-box:hover {
	border-color: #f4832e;
	background: #f4832e;
	color: #fff;
	text-decoration: none;
}

.TextboxList ul.holder li.bit-box a.closebutton {
	position: absolute;
	right: 4px;
	top: 6px;
	display: block;
	width: 7px;
	height: 7px;
	font-size: 1px;
	background: url(/app/Tags/close.gif);
}

.TextboxList ul.holder li.bit-box a.closebutton:hover {
	background-position: 7px;
}

.TextboxList ul.holder li.bit-box-focus a.closebutton, .TextboxList ul.holder li.bit-box-focus a.closebutton:hover {
	background-position: bottom;
}

.TextboxList ul.holder li.bit-box {
	padding-right: 15px;
	position: relative;
}

.TextboxList ul.holder a.bit-box {
	padding-right: 5px;
	position: relative;
}

/* ### Taglistbox Autocompleter */
.TextboxListAutoComplete {
	position: absolute;
	background: #eee;
	z-index: 100;
}

.TextboxListAutoComplete .ACMessage {
	padding: 5px 7px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
}

.TextboxListAutoComplete ul {
	margin: 0;
	padding: 0;
	overflow: auto;
	font-size: 11px;
}

.TextboxListAutoComplete ul li {
	padding: 5px 12px;
	z-index: 1000;
	cursor: pointer;
	margin: 0;
	list-style-type: none;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
}

.TextboxListAutoComplete ul li em {
	font-weight: bold;
	font-style: normal;
}

.TextboxListAutoComplete ul li.auto-focus {
	background: #999;
	color: #fff;
}

.TextboxListAutoComplete ul li.auto-focus em {
	background: none;
}

/* ### AdServer Modlet ### */
.cab_AdserverModlet {
	line-height: 0;
	display: inline;
}

.cab_feedbackHoninput {
	display: none;
}

.cab_general_loader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff url(/app/sharedimages/loading_big.gif) 50% 50% no-repeat;
	background-color: rgba(255,255,255,0.6);
	filter: Alpha(Opacity=60);
}

.cab_general_msgSuccess, .cab_general_msgFailure {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 40px;
	margin: -25px 0 0 -25%;
	border: 3px #0a0 solid;
	background: #fff url(/app/sharedimages/rating_pos.png) 10px 50% no-repeat;
	padding: 20px 10px 0 0;
	color: #0a0;
	font-size: 125%;
	line-height: 125%;
	text-align: center;
}

.cab_general_msgFailure {
	border-color: #a00;
	background-image: url(/app/sharedimages/rating_neg.png);
	color: #a00;
}

/* ### Weather Modlet ### */
.cab_weather {
	border: 1px #a3c0e8 solid;
}

.cab_weather_titlebar {
	background: #a3c0e8;
	padding: 7px 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 12px;
	color: #fff;
}

.cab_weather_item {
	overflow: hidden;
	font-size: 80%;
	padding: 2px;
	border-top: 1px #a3c0e8 solid;
	color: #333;
	background: #fff;
}

.cab_weather_item span {
	position: relative;
	display: block;
	font-weight: bold;
}

.cab_weather_item span.cab_weather_item_value {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	font-weight: normal;
}

.cab_weather_item_date {
	background: #deebfc;
	padding: 2px 0;
	text-align: center;
	color: #333;
}

.cab_weather_item_icon {
	background-repeat: none;
	background-position: center center;
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.cab_weather_item_icon img {
	display: none;
}

.cab_weather_item_temperature {
	margin-left: 50px;
	height: 50px;
	color: #fff;
}

.cab_weather_item_temperature span.cab_weather_item_value {
	font-size: 24px;
	line-height: 25px;
	color: #a3c0e8;
}

.cab_weather_item_temperature_minmax span.cab_weather_item_value:first-child {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	color: #deebfc;
}

.cab_weather_item_temperature_average span.cab_weather_item_value {
	top: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 48px;
}

/* ### Forms and Lists ### */
.cab_formsAndLists {
	margin: 15px 0;
}

.cab_formsAndLists_noData {
	text-align: center;
	font-style: italic;
}

.cab_formsAndList_fileStatus {
	display: block;
}

.cab_form_actionBtns {
	margin: 15px 0;
	overflow: hidden;
}

.cab_form_exportList {
	float: right;
}

.link-type {
	display: inline-block;
	_display: block;
	line-height: 16px;
	min-height: 16px;
	_height: 16px;
	_overflow: visible;
	background: transparent none 0 0 no-repeat;
	padding-left: 20px;
}

.link-type-doc {
	background-image: url(/app/sharedimages/dokumentenlogos/doc.gif);
}

.link-type-img {
	background-image: url(/app/sharedimages/dokumentenlogos/img.gif);
}

.cab_inlinepane .cab_form_table {
	width: auto;
	margin: 0;
}

.cab_formsAndListsFlag {
	position: absolute;
	background-color: transparent;
}

.cab_formsAndListsEdit, .cab_formsAndListsDelete {
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px;
	background: transparent url(/app/sharedimages/icons/trans_edit_pen_k.png) 50% 50% no-repeat;
	_background-image: url(/app/sharedimages/icons/trans_edit_pen_k.gif);
	cursor: pointer;
	overflow: hidden;
	text-indent: 999px;
}

.cab_formsAndListsDelete {
	background: transparent url(/app/sharedimages/icons/trans_delete_k.png) 50% 50% no-repeat;
	_background-image: url(/app/sharedimages/icons/trans_detete_k.gif);
}

/* ### Sortable Tables ### */
table.cab_sortable {
	border-collapse: collapse;
	/*table-layout:fixed;*/
	width: 99%;
	margin: 0 auto;
}

table.cab_sortable td {
	padding: 0.5em;
	border: 1px #ccc solid;
	vertical-align: top;
}

table.cab_sortable th {
	padding: 0.5em;
	border: 1px #ccc solid;
	font-weight: normal;
	color: #000;
	text-shadow: 0 -1px 0 #fff;
}

table.cab_sortable thead, table.cab_sortable tfoot {
	background-color: #ddd;
}

table.cab_sortable tr.rowodd {
	background-color: #fff;
}

table.cab_sortable tr.roweven {
	background-color: #f9f9f9;
}

table.cab_sortable tr.rowodd-hover, table.cab_sortable tr.roweven-hover {
	background-color: #eee;
	cursor: pointer;
}

table.cab_sortable .sortcol {
	cursor: pointer;
	padding-right: 20px;
	background: #eee url(/app/sharedimages/up-25perc.gif) no-repeat right center;
}

table.cab_sortable .sortcol:hover {
	background-color: #d0d0d0;
}

table.cab_sortable .sortasc {
	background-image: url(/app/sharedimages/up.gif);
}

table.cab_sortable .sortdesc {
	background-image: url(/app/sharedimages/down.gif);
}

table.cab_sortable .nosort {
	curso: default;
}

.dbv_filter {
	margin: 30px 0;
}

.dbv_btn_filter {
	float: right;
}

.dbv_tbl_filter td {
	border: none;
}

.dbv_content {
	overflow: scroll;
	height: 300px;
}

.dbv_content_loading {
	position: absolute;
	padding-top: 125px;
	padding-left: 47%;
}

#dbv_common_search span {
	margin-right: 15px;
}

.dbv_link_backtolist {
	display: block;
	margin-bottom: 10px;
}

/* Blog-Seitenliste */
div.site_bloglist {
	width: auto;
	height: auto;
}

div.site_bloglist div.BlogItem {
	width: auto;
	height: auto;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 10px;
	box-shadow: 0px 0px 5px #999999;
	-moz-box-shadow: 0px 0px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px #999999;
}

div.site_bloglist div.BlogItem div.Header {
	width: 100%;
	overflow: hidden;
}

div.site_bloglist div.BlogItem div.Header div.Icon {
	width: 50px;
	height: 50px;
	float: left;
	text-align: center;
	line-height: 28px;
	font-size: 20px;
}

div.site_bloglist div.BlogItem div.Header .IconColor_Blue {
	background: transparent url(/App/Modlets/Cabacos_Seitenliste/site_bloglist/images/date_blue.png) 0px 0px no-repeat;
}

div.site_bloglist div.BlogItem div.Header .IconColor_Gray {
	background: transparent url(/App/Modlets/Cabacos_Seitenliste/site_bloglist/images/date_gray.png) 0px 0px no-repeat;
}

div.site_bloglist div.BlogItem div.Header .IconColor_Green {
	background: transparent url(/App/Modlets/Cabacos_Seitenliste/site_bloglist/images/date_green.png) 0px 0px no-repeat;
}

div.site_bloglist div.BlogItem div.Header .IconColor_Orange {
	background: transparent url(/App/Modlets/Cabacos_Seitenliste/site_bloglist/images/date_orange.png) 0px 0px no-repeat;
}

div.site_bloglist div.BlogItem div.Header .IconColor_Red {
	background: transparent url(/App/Modlets/Cabacos_Seitenliste/site_bloglist/images/date_red.png) 0px 0px no-repeat;
}

div.site_bloglist div.BlogItem div.Header div.Icon div.Month {
	font-size: 9px;
	line-height: 18px;
	height: 18px;
}

div.site_bloglist div.BlogItem div.Header div.Icon .Fontcolor_Black {
	color: #000000;
}

div.site_bloglist div.BlogItem div.Header div.Icon .Fontcolor_White {
	color: #ffffff;
}

div.site_bloglist div.BlogItem div.Header div.Title {
	padding-left: 58px;
	*padding-left: 10px;
	padding-right: 58px;
	width: auto;
}

div.site_bloglist div.BlogItem div.Header div.TitleNoIcon {
	padding-left: 0px;
	*padding-left: 10px;
}

div.site_bloglist div.BlogItem div.Header div.TitleNoUserImage {
	padding-right: 10px;
}

div.site_bloglist div.BlogItem div.Header div.Title div.Subject {
	min-height: 40px;
	overflow: hidden;
}

div.site_bloglist div.BlogItem div.Header div.Title div.Subject a {
	text-decoration: none;
}

div.site_bloglist div.BlogItem div.Header div.Title div.Category_User {
	height: 20px;
	overflow: hidden;
}

div.site_bloglist div.BlogItem div.Header div.Title div.Category_User div.Category {
	float: left;
}

div.site_bloglist div.BlogItem div.Header div.Title div.Category_User div.Category img {
	margin-right: 5px;
	vertical-align: middle;
}

div.site_bloglist div.BlogItem div.Header div.Title div.Category_User div.User {
	float: right;
	width: auto;
	color: #999999;
}

div.site_bloglist div.BlogItem div.Header div.Title div.Category_User div.Category a {
}

div.site_bloglist div.BlogItem div.Header div.Title div.Category_User div.User a {
}

div.site_bloglist div.BlogItem div.Header div.UserIcon {
	width: 48px;
	height: 48px;
	float: right;
	background: transparent url(/App/Modlets/Cabacos_Seitenliste/site_bloglist/images/user.png) 0px 0px no-repeat;
}

div.site_bloglist div.BlogItem div.Header div.UserIcon {
	background: none;
}

div.site_bloglist div.BlogItem div.Content {
}

div.site_bloglist div.BlogItem div.Content div.ReadMore {
	text-align: right;
	padding-top: 10px;
}

div.site_bloglist div.BlogItem div.Content div.ReadMore a {
}

div.site_bloglist div.BlogItem div.Footer {
	text-align: right;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	padding-top: 5px;
}

div.site_bloglist div.BlogItem div.Footer a {
}

div.site_bloglist div.BlogItem div.Header div.Title div.Subject h2 {
	border: 0 none;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.cab_modlet_previewfooter {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background: rgba(255,255,255,0.4);
}

.DHTMLSuite_menuItem_sub_over, .DHTMLSuite_menuItem_sub_click, .DHTMLSuite_menuItem_sub_active {
	overflow: hidden;
}

#cab_ModletIFrame {
	border: 0 none;
	width: 600px;
	height: 600px;
}

#cab_smartLoginBox label {
	display: block;
	height: 20px;
	margin-top: 10px;
	font-size: 13px;
	white-space: nowrap;
}

#cab_smartLoginBox .cab_inlinepane_content input {
	margin: 5px;
	padding: 3px 5px;
	width: 140px;
	height: 16px;
	border-radius: 4px;
	border: 1px solid #999;
	background: -moz-linear-gradient(top,#fff,#f0f0f0);
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f0f0f0));
	background: -webkit-linear-gradient(top,#fff,#f0f0f0);
	background: -o-linear-gradient(top,#fff,#f0f0f0);
	background: -ms-linear-gradient(top,#fff,#f0f0f0);
	background: linear-gradient(top,#fff,#f0f0f0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, EndColorStr=#E9E9E9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#ffffff, EndColorStr=#F0F0F0)";
	float: right;
}

#cab_smartLogin_Error {
	display: block;
	width: 250px;
	text-align: center;
	color: #900;
	padding: 5px 10px;
}

#cab_smartLoginBox .cab_inlinepane_content > div {
	width: 280px;
	overflow: hidden;
}

/* Benutzerliste */
.existValues {
	font-weight: normal;
}

.cab_UL_Index {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-style: dotted;
	border-left: 0;
	border-right: 0;
	padding: 40px 0;
	font-size: 30px;
	width: 75%;
}

.cab_UL_IndexID {
	margin-top: 20px;
	margin-bottom: 10px;
}

.userList_Entry {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-style: dotted;
	border-left: 0;
	border-right: 0;
	padding: 10px;
	width: 100%;
}

.userList_Entry .firstCol {
	width: 100px;
}

.userList_Entry .secCol {
	width: 200px;
}

.userList_Entry .thirdCol {
	width: 100px;
}

.userList_Entry .fourthCol {
	width: 200px;
}

.userList_Entry .fifthCol {
	width: 100px;
}

.userList_Entry .sixCol {
	width: 200px;
}

/* Pinboard */
.qq-upload-button-focus {
	outline: 1px dotted #000;
}

.qq-upload-drop-area, .qq-upload-button {
	text-align: center;
	line-height: 30px;
}

.qq-upload-button {
	width: 100%;
	margin: 0 0;
	background-color: #0066FF;
	border-radius: 10px;
}

.qq-upload-drop-area span, .qq-upload-button span {
	font-size: 14px;
}

#GallerieDropfield.qq-upload-drop-area-active {
	background: #9F9F9F;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=50);
	/* Netscape/FireFox */
	-moz-opacity: 0.5;
	/* Safari 1.x */
	-khtml-opacity: 0.5;
	/* aktuelle Browser */
	opacity: 0.5;
}

.qq-upload-list {
	list-style: none;
}

.qq-upload-file {
	float: left;
	padding-right: 10px;
	width: 100%;
}

.qq-upload-spinner {
	display: block;
	background: url("/App/SharedImages/Pinboard/loading.gif") center center no-repeat;
	width: 30px;
	height: 30px;
}

.qq-upload-failed-text {
	color: #f00;
	font-weight: bold;
	display: none;
}

.qq-upload-fail .qq-upload-failed-text {
	display: inline;
}

#file-uploader {
	position: relative;
	padding: 0;
	padding: 20px;
	background-color: grey;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}

.attachment {
	margin-right: 10px;
}

.attachment img {
	padding-top: 10px;
}

#attachment_area {
	margin-top: -20px;
	padding-bottom: 10px;
	overflow: hidden;
}

.deleteAttachment {
	position: absolute;
	margin-left: -15px;
	cursor: pointer;
	margin-top: 5px;
}

.divPinboardInput {
	background-color: #9F9F9F;
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}

.divPinboardInputHeader {
	padding-top: 10px;
	padding-left: 20px;
	font-weight: bold;
	color: #fff;
}

.divPinboardInputContentArea {
	background-color: white;
	margin: 10px;
}

.divPinboardInputPinboardsArea {
	padding-top: 10px;
	margin: 10px;
	margin-left: -10px;
}

.divPinboardInputPinboards {
	width: 100%;
	height: 20px;
}

.divPinboardInputPinboardCB {
	float: left;
	margin-left: 20px;
}

.divPinboardInputPinboardLBL {
	float: left;
	margin-left: 4px;
}

.divPinboardInputTitleArea {
	/*border-top: 1px solid #000; */
	margin: 10px;
	/*padding-top: 10px;*/
	height: 40px;
}

.divPinboardInputTitleLBL {
	float: left;
	margin-top: 2px;
}

.divPinboardInputTitleTB {
	float: left;
	margin-top: 4px;
	width: 100%;
}

.divPinboardInputTitleTB input {
	width: 100%;
}

.divPinboardInputEntryArea {
	/*border-top: 1px solid #000;*/
	margin: 10px;
	/*padding-top: 10px;*/
}

.divPinboardInputEntryTB {
	margin-top: 10px;
	width: 100%;
}

.divPinboardInputEntryTB textarea {
	width: 99%;
	max-width: 99%;
}

.divPinboardInputAttachmentArea {
	border-top: 1px solid #000;
	margin: 10px;
	padding-top: 10px;
}

.divPinboardInputSaveButtonArea {
	padding-bottom: 10px;
	text-align: right;
	padding-right: 10px;
}

.divPinboardInputSaveButtonArea button {
	width: 100px;
}

.divPinboardOutputCreateDate {
	margin-top: 10px;
}

.divPinboardOutputEntry {
	border: 1px dotted black;
	border-left: 0;
	border-right: 0;
	margin-top: -1px;
}

.divPinboardOutputMessage {
	margin: 10px 0;
}

.divPinboardInputAttachmentName {
	margin-top: 10px;
}

.divPinboardInputAttachmentName, .divPinboardInputAttachmentProcess {
	margin-left: -40px;
}

.PB_NewEntryDialogBackgroundOverlay {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	background: transparent url("/App/Modlets/Pinboard/overlay_background.png") 0 0 repeat;
}

#ShowAllNotConfirmedEntries, #ShowAllConfirmedEntries {
	background-color: #F6C429;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 10px 0;
}

.pinboards_NewEntryButton {
	text-align: right;
	padding: 10px 0;
}

.qq-upload-list table {
	font-size: 12px;
}

.dragAndDropSpan {
	font-weight: bold;
}

#GallerieDropfield {
	padding-bottom: 2px;
}

.attachment_single {
	margin-right: 10px;
	border-bottom: 1px dotted #000;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.deleteAttachment_single {
	position: absolute;
	margin-left: -5px;
	cursor: pointer;
	margin-top: -5px;
}

#pb_entry_message {
	width: 99%;
	height: 100px;
}

#pb_entry_title {
	width: 100%;
}

#div_attachment_area {
	border-top: 1px solid #000;
	margin: 10px;
	padding-top: 10px;
}

#btn_deletePinboardEntry, #btn_savePinboardEntry {
	float: right;
	margin-right: 8px;
	margin-bottom: 10px;
}

#aPinboardName {
	margin-bottom: 10px;
	font-size: 14px;
}

#divPinboardName {
	border-bottom: 1px dotted #000;
	margin-bottom: 30px;
}

#divAttachmentArea {
	float: left;
	width: 15%;
}

#divSinglePinboardEntry {
	background-color: #9F9F9F;
	width: 80%;
	height: auto;
	float: right;
	margin-top: 25px;
}

#divSinglePinboardEntryHeadline {
	padding-top: 10px;
	padding-left: 20px;
	font-weight: bold;
	color: #fff;
}

#divSinglePinboardEntryContent {
	background-color: white;
	margin: 10px;
}

#divSinglePinboardEntryInnerContent {
	margin: 10px;
	margin-left: -10px;
}

#divSinglePinboardEntryTitle {
	margin: 10px;
	padding-top: 10px;
	height: 23px;
	margin-left: 20px;
}

#divSinglePinboardEntryMessage {
	border-top: 1px solid #000;
	padding-top: 10px;
	margin-left: 20px;
	padding-bottom: 20px;
}

#divSinglePinboardEntryFunctions {
	padding-bottom: 10px;
	padding-left: 10px;
}

#divSinglePinboardEntryFunctions button {
	width: 100px;
}

#btn_responsePinboardEntry {
	width: 100px;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

.pinboard_headline {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 40px;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

.cab_pinboard {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #000;
	min-height: 100px;
}

.div_pbl_hl {
	border-bottom: 1px dotted #000;
}

.div_pinboards_list {
	margin-left: 10px;
	margin-top: 10px;
}

.addLink {
	margin-top: 20px;
}

.div_pbl_hl {
	margin-bottom: -1px;
}

.div_pbl_hl_div_own {
	margin-top: 10px;
}

.div_pbl_hl_div {
	margin-top: 20px;
}

.div_pbl_hl_pbentry_functions {
	float: right;
	z-index: 100;
	margin-top: 10px;
}

.img_pbl_hl_pbentry_edit {
	cursor: pointer;
}

.img_pbl_hl_pbentry_delete {
	cursor: pointer;
	margin-left: 5px;
}

.div_pbl_hl_pbtitle {
	margin-top: 10px;
}

.div_pbl_hl_pbmessage {
	margin-bottom: 20px;
	margin-top: 20px;
}

.tbl_pb_pagination {
	padding-top: 30px;
}

.attachment_element {
	float: left;
	margin: 0 15px 5px 0;
	height: 90px;
}

.divPinboardOutputPagination td {
	padding: 5px;
}

.pb_pagination_first, .pb_pagination_prev, .pb_pagination_holder, .pb_pagination_next, .pb_pagination_content, .pb_pagination_last {
	text-align: center;
}

.pb_pagination_sum {
	font-weight: bold;
	width: 100px;
}

.pb_pagination_content a {
	margin: 0px 10px;
	width: 8%;
	display: block;
	float: left;
}

.divPinboardOutputPagination {
	border-top: 1px solid #C0BEBE;
	padding-top: 8px;
}

.curPageNumber {
	padding: 0px 10px;
	display: block;
	float: left;
	width: 8%;
}

.pb_pagination_first {
	width: 70px;
}

.pb_pagination_prev {
	width: 5px;
}

.pb_pagination_holder {
	width: 5px;
}

.pb_pagination_next {
	width: 5px;
}

.pb_pagination_last {
	width: 70px;
}

.pb-search-wrapper {
	padding-bottom: 10px;
	height: 25px;
}

.pb-search-no-results {
	font-style: italic;
	margin-top: 10px;
}

/*### Shop Modlet Styles ###*/
.cab_shop_container {
	overflow: hidden;
}

.cab_shop_buttonStandard {
	padding: 3px 7px;
	cursor: pointer;
	background: #a3c0e8;
	background: -webkit-gradient(linear,left top,left bottom,from(#a3c0e8),to(#A2C3EE));
	background: -moz-linear-gradient(top,#a3c0e8,#A2C3EE);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3c0e8',endColorstr='#A2C3EE');
	color: #fff;
	text-shadow: none;
	border-color: #999;
	border: 0 none;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
}

.cab_shop_buttonSpecial {
	padding: 3px 7px;
	cursor: pointer;
	background: #f2b382;
	background: -webkit-gradient(linear,left top,left bottom,from(#f2b382),to(#F3832D));
	background: -moz-linear-gradient(top,#f2b382,#F3832D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2b382',endColorstr='#F3832D');
	color: #fff;
	text-shadow: none;
	border-color: #999;
	border: 0 none;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
}

.cab_shop_block {
	display: block;
}

/* Cart Styles - Normal */
.cab_shop_cart {
	background: #fff;
	overflow: hidden;
	border: 1px #a3c0e8 solid;
}

.cab_shop_cartTitle {
	background: #a3c0e8 url(/Read/Templates/Beispieltemplate/Bilder/Box-Titel.jpg) 0px 0px no-repeat;
	padding: 7px 5px;
	font: italic normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

.cab_shop_cartItemContainer {
	margin-bottom: 10px;
	padding: 0 5px;
}

.cab_shop_cartTotals {
	margin-bottom: 5px;
	padding: 0 5px;
	text-align: right;
}

.cab_shop_cartItem {
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}

.cab_shop_cartItemPicture {
	float: left;
	width: 64px;
	padding: 10px 0px;
}

.cab_shop_cartItemPicture img {
	width: 100%;
}

.cab_shop_cartItemProduct {
	margin-left: 69px;
	padding: 10px 0px;
}

.cab_shop_cartItemProductPrice {
	font-size: 11px;
	margin-top: 10px;
}

.cab_shop_cartItemProductQuantity {
	font-size: 11px;
}

.cab_shop_cartButtons {
	background: #a3c0e8 url(/Read/Templates/Beispieltemplate/Bilder/Box-Titel.jpg) 0px 0px no-repeat;
	color: #fff;
	padding: 7px 5px;
	text-align: right;
}

/* Cart Styles - Mini */
.cab_shop_cartMiniTitle {
	background: #a3c0e8 url(/Read/Templates/Beispieltemplate/Bilder/Box-Titel.jpg) 0px 0px no-repeat;
	padding: 6px 0px 5px 5px;
	color: #fff;
	font-weight: bold;
}

.cab_shop_cartMiniText {
	margin-bottom: 5px;
	margin-top: 5px;
	color: #F3832D;
}

.cab_shop_cartMiniTotals {
	margin-bottom: 0px;
	padding: 0 5px;
	text-align: right;
}

.cab_shop_cartMiniButtons {
	padding: 5px;
}

/* Products Styles */
.cab_shop_productsButtons {
	vertical-align: middle;
	position: static;
	text-align: left;
}

.cab_shop_productsItemContainer {
	float: left;
	width: 134px;
	min-height: 320px;
	background: #fff;
	margin: 5px 5px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: inset 0 0 10px #ddd;
}

.cab_shop_productsItemPicture {
	width: 134px;
	height: 134px;
	overflow: hidden;
	margin: 5px 0 10px 0;
	line-height: 198px;
	text-align: center;
	border-radius: 5px;
}

.cab_shop_productsItemTitle {
	height: 40px;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	padding: 0 5px;
}

.cab_shop_productsItemDescription {
	height: 90px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0 5px;
}

.cab_shop_productsItemPrices {
	text-align: left;
	vertical-align: middle;
	position: static;
	margin-bottom: 10px;
	font-weight: bold;
}

.cab_shop_productsItemPrice {
	color: #F3832D;
}

.cab_shop_productsItemOldPrice {
	text-decoration: line-through;
	color: #999;
}

/* Products List Styles */
.cab_shop_productsListItemContainer {
	background: #fff;
	padding: 10px 0px 10px 0px;
	border-bottom: 2px solid #ddd;
	overflow: hidden;
}

.cab_shop_productsListItemPicture {
	width: 134px;
	height: 134px;
	overflow: hidden;
	margin: 5px 0 0px 0;
	line-height: 198px;
	text-align: center;
	border-radius: 5px;
	float: left;
}

.cab_shop_productsListItemDetails {
	margin-left: 134px;
}

.cab_shop_productsListItemTitle {
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	padding: 0 5px;
}

.cab_shop_productsListItemDescription {
	min-height: 56px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0 5px;
}

.cab_shop_productsListItemAddInfo {
	float: right;
}

.cab_shop_productsListItemPrices {
	text-align: right;
	vertical-align: middle;
	position: static;
	margin-bottom: 10px;
	font-weight: bold;
}

.cab_shop_productsListButtons {
	vertical-align: middle;
	position: static;
	text-align: left;
	width: 150px;
}

/* Progress Blocks */
.cab_general_progressBlock {
	position: relative;
}

.cab_general_progressBlock div {
	padding: 15px 10px 15px 40px;
	background: transparent none left center no-repeat;
}

.cab_general_progressBlock .cab_general_loading {
	background-image: url(/app/sharedimages/loading_big.gif);
}

.cab_general_progressBlock .cab_general_success {
	background-image: url(/app/sharedimages/rating_pos.png);
}

.cab_general_progressBlock .cab_general_failure {
	background-image: url(/app/sharedimages/rating_neg.png);
}

.cab_machineTranslationIndication, .cab_defaultLanguageContentIndication {
	margin: 10px 0;
	border: 1px #a3c0e8 solid;
	padding: 9px;
	background: #fffaf0;
	color: #a3c0e8;
}

.cab_machineTranslationIndication > div:first-child, .cab_defaultLanguageContentIndication > div:first-child {
	margin-bottom: 10px;
}

/*Normale Suche*/
.SearchResultItem .SiteLink {
	font-size: 18px;
}

.SearchResultItem .SiteLinkText {
	font-size: 12px;
	margin: .5em 0;
}

.SearchResultItem .SiteLinkText span#FullLinkText, .cab_oss_result_url {
	color: #006621;
}

.SearchResultItem .Description {
}

.SearchResultItem span.marked {
	color: #006621;
	font-weight: bold;
}

.SearchResultItem .DateTime {
	font-size: 12px;
	color: #555;
	display: none;
}

a.seachResult_SiteTag {
	/* padding: 3px 3px; */
	/* color: inherit; */
	/* background: #ededed; */
	/* border: 1px solid #444; */
	/* border-radius: 4px; */
	/* margin: 0 .5em 0 0; */
}

a.seachResult_SiteTag:last-child:after {
	display: none;
}

a.seachResult_SiteTag:after {
	content: '\2022';
	margin: .5em;
}

a.seachResult_SiteTag:hover:after {
}

.SearchResultItem .TagList {
	margin: 0.5em 0 0;
}

.SearchResultItem_Old {
	display: none;
}

#cab_searchresult_maindiv .pageLink {
	cursor: pointer;
	text-decoration: underline;
}

/*Newsletter Unsubscribe*/
#newsletter_unsubscribe .RadioList label {
	display: block;
	margin-top: 8px;
	overflow: hidden;
	vertical-align: top;
	padding: 1px;
}

#newsletter_unsubscribe .RadioList label input {
	margin: -1px 10px 0px;
	display: block;
	width: 15px;
	height: 15px;
	float: left;
}

#newsletter_unsubscribe .RadioList label textarea {
	float: none;
	display: block;
	margin: 4px 34px;
	width: 250px;
	min-height: 50px;
}

#newsletter_unsubscribe input[type="submit"] {
	text-align: center;
	margin: 0 auto;
	display: block;
	padding: 5px 10px;
}

/*UserGroupBox*/
.UserGroupBox {
	border: 1px solid #cccccc;
	text-align: right;
}

.UserGroupBox legend {
	font-weight: bold;
}

.UserGroupBox button {
	cursor: pointer;
}

/*Categories*/
#KategorieMenuLayer .DisableCategoryItem, #DivSiteProperties .DisablePropertyItem {
	color: #aaa;
}

#KategorieMenuLayer .DisableCategoryItemBG, #DivSiteProperties .DisablePropertyItemBG {
	background-color: #eee !important;
}

/*File Property*/
.fileProperty .compartment {
	background: rgb(250, 252, 255);
	border: 1px solid #666;
	width: 108%;
	padding:;
}

.fileProperty .compartment > div > span {
	float: left;
	width: 82%;
}

.fileProperty .compartment > div {
	overflow: hidden;
	padding: 5px;
}

.fileProperty .compartment > div > div > a {
	overflow: hidden;
	margin-top: 0px;
	display: block;
	float: left;
	width: 15px;
	height: 15px;
}

.fileProperty .compartment > div > div > a > img {
	margin: 0 auto;
	height: 15px;
}

.fileProperty .compartment > div:nth-child(2) {
	background: #e9f1fd;
}

.fileProperty a.addFile {
	padding: 10px;
	display: block;
	text-align: center;
}

.fileProperty a.addFile img {
	margin: 0 4px -4px;
}
/*2017 AJAX Feeback*/
.cab_fb_commentTrigger, .cab_fb_rating {
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
}

.cab_fb_commentTrigger span, .cab_fb_rating span {
	margin: 0 5px;
}

.comment {
	margin: 5px 0;
	border-top: 1px solid grey;
	border-collapse: collapse;
	position: relative;
	padding-left: 60px;
}

.cab_fb_commentContainer {
	margin-bottom: 20px;
}

.react .cab_fb_commentContainer {
}

.cab_commentForm {
	width: 100%;
	overflow: hidden;
}

.cab_commentForm textarea {
	width: calc(100% - 50px);
	height: 40px;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 10px 0 0;
	border-radius: 20px;
	border-color: #f3832d;
	min-width: calc(100% - 50px);
	max-width: calc(100% - 50px);
	min-height: 40px;
}

.cab_commentForm button {
	width: 40px;
	float: right;
	padding: 5px;
	height: 40px;
	box-sizing: border-box;
}

.information {
	margin: 5px 0;
	border-bottom: 1px solid #f3832d;
	padding: 4px 0px;
}

.userIcon {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 40px;
	height: 15px;
	font-size: 30px;
	font-weight: 700;
	border: 4px solid #f3832d;
	padding: 12px 0;
	text-align: center;
	letter-spacing: -2px;
	color: #f3832d;
	border-radius: 50%;
}

.comment .control {
	position: absolute;
	right: 0px;
	top: 0px;
}

.comment .control div {
	width: 19px;
	height: 28px;
	float: right;
	margin-right: 7px;
	background: transparent;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.comment.inactive {
	opacity: .4;
}

.comment.needApprovement {
	background: hsla(0, 0%, 59%, 0.38);
}

.cab_commentForm .lockComment {
	height: 30px;
	overflow: hidden;
	margin-top: 10px;
	padding: 10px 0 0;
}

.cab_commentForm .lockComment button {
	width: auto;
	float: left;
	margin-right: 20px;
	height: 100%;
	position: relative;
	top: -8px;
	background-color: #f3832d;
	border: 0 none;
	color: white;
	padding: 5px 15px;
	border-radius: 15px;
}



.comment .control .de-activate {
	background-image: url(/app/sharedimages/rating_neg.png);
}

.comment.inactive .control .de-activate {
	background-image: url(/app/sharedimages/rating_pos.png);
}

.comment .control .approve {
	background-image: url(/app/sharedimages/icons/world-small.png);
}


.cab_pinboard_modlet .items {
	display: inline-block;
	width: 100%;
}


button.cab_feedbackPostSubmitButton {
	border: 0;
	background: #f3832d url(/app/sharedimages/feedback/send.png) center center no-repeat;
	border-radius: 50%;
	background-size: 50%;
}
/*CK Update */
.cab_isRedakmode #DHTMLSuite_pane_north {
	border-color: #f8f8f8;
	overflow: visible;
}

.cab_isRedakmode #DHTMLSuite_pane_north, #eastContent, #DHTMLSuite_paneContenteast, .cab_isRedakmode .DHTMLSuite_paneSplitter_vertical_noresize {
	background: #f8f8f8;
	border-color: #444;
}

.cab_isRedakmode .DHTMLSuite_menuBar_top {
	background-image: none;
}

.cab_isRedakmode .cke_top {
	padding: 1px;
}

.cab_isRedakmode .DHTMLSuite_menuItem_separator_top {
	width: 1px !important;
	/* margin: 0; */
	background: #bcbcbc;
	padding: 0 !important;
	height: 20px;
}

.cab_isRedakmode .DHTMLSuite_paneSplitter_vertical_noresize {
	background: #e5e5e5;
	border-right: 1px solid #bcbcbc;
}

.Cab_PropertyFrame .Cab_PropertyHeadlineArrDown, .Cab_PropertyFrame .Cab_PropertyHeadline {
	background: #e5e5e5;
	color: #2f2f2f;
	font-weight: normal;
	font-size: 13px;
}

.Cab_PropertyFrame .Cab_PropertyBody {
	background-color: #f8f8f8;
	border-color: #bcbcbc;
}

.Cab_PropertyFrame .Cab_Property {
	border-color: #bcbcbc;
}

.DHTMLSuite_menuBar_sub, .DHTMLSuite_menuItem_textContent, .Cab_PropertyBody *, .cab_tableSelectorCompl {
	line-height: 16px;
}

.cab_isRedakmode div#DHTMLSuite_paneContentnorth {
	border-bottom: 1px solid #bcbcbc;
	box-sizing: border-box;
	overflow: visible !important;
}

div#menuBarContainer2 {
	overflow: visible;
	bottom: 0px;
	left: 0;
	z-index: 999;
	width: 100%;
	/* height: 30px; */
}

.cab_isRedakmode .DHTMLSuite_pane_collapsed_west .DHTMLSuite_pane_collapsedInner, .cab_isRedakmode .DHTMLSuite_pane_collapsed_east .DHTMLSuite_pane_collapsedInner, .cab_isRedakmode .DHTMLSuite_pane_collapsed_south .DHTMLSuite_pane_collapsedInner, .cab_isRedakmode .DHTMLSuite_pane_collapsed_north .DHTMLSuite_pane_collapsedInner, .cab_isRedakmode .DHTMLSuite_pane_collapsed_west .DHTMLSuite_pane_collapsedInnerOver, .cab_isRedakmode .DHTMLSuite_pane_collapsed_east .DHTMLSuite_pane_collapsedInnerOver, .cab_isRedakmode .DHTMLSuite_pane_collapsed_south .DHTMLSuite_pane_collapsedInnerOver, .cab_isRedakmode .DHTMLSuite_pane_collapsed_north .DHTMLSuite_pane_collapsedInnerOver, .cab_isRedakmode .DHTMLSuite_pane {
	border-color: #bcbcbc;
}

.cab_isRedakmode .DHTMLSuite_pane_collapsed_west, .cab_isRedakmode .DHTMLSuite_pane_collapsed_east, .cab_isRedakmode .DHTMLSuite_menuItem_sub_over, .cab_isRedakmode .DHTMLSuite_menuItem_sub_active, .cab_isRedakmode .DHTMLSuite_menuItem_top_over {
	background-color: #e5e5e5;
}

.cab_isRedakmode .DHTMLSuite_menuItem_separator_sub, .cab_isRedakmode .DHTMLSuite_menuItem_top_click, .cab_isRedakmode .DHTMLSuite_pane_collapsedInnerOver {
	background-color: #bcbcbc;
}

.cab_isRedakmode .DHTMLSuite_menuBar_sub {
	background-image: none;
}
.DHTMLSuite_menuItem_textContent span.langstrike {
	text-decoration: line-through;
	opacity: .5;
}
.buttonDiv {
	transform: rotate(-90deg);
	transform-origin: top;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: -8px;
	white-space: nowrap;
}

div#NavLine2 {
	position: relative;
	bottom: 0;
	overflow: visible;
}

.cab_isRedakmode .DHTMLSuite_pane_collapsed_west, .cab_isRedakmode .DHTMLSuite_pane_collapsed_east, .cab_isRedakmode .DHTMLSuite_menuItem_sub_over, .cab_isRedakmode .DHTMLSuite_menuItem_sub_active, .cab_isRedakmode .DHTMLSuite_menuItem_top_over {
	background-color: #f8f8f8;
}

.cab_isRedakmode .DHTMLSuite_menuItem_separator_sub, .cab_isRedakmode .DHTMLSuite_menuItem_top_click, .cab_isRedakmode .DHTMLSuite_pane_collapsedInnerOver {
	background-color: #bcbcbc;
}

.cab_isRedakmode .DHTMLSuite_menuBar_sub {
	background-image: none;
}

.buttonDiv {
	transform: rotate(-90deg);
	transform-origin: top;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: -8px;
	white-space: nowrap;
}

div#NavLine2 {
	position: relative;
	bottom: 0;
	overflow: visible;
	/*min-width: 1275px;*/
	/* border-bottom:  1px solid grey; */
}

.cab_extEditorBody div#NavLine2 {
	min-width: auto;
}

div#snippetPane .cab_inlinepane_content {
	overflow: auto;
}

div#snippetPane .snippetPreviewContainer {
	transform: scale(.5);
	width: 200%;
	margin-left: -50%;
	height: 50%;
}


div#DHTMLSuite_paneContentcenter {
	border-top: 1px solid #d1d1d1;
}
