/*
	project: reddot cms
	type: stylesheet
	description: basic customized styles for RedDot smart edit view
	created: 15.08.2008, Henning Scholz, Jens-Peter Wand, Oliver Schuett
*/

/* ----------  PART I: Basic RedDot SmartEdit styles out sources from Master pages header  ---------- */

.reddot, .reddot a , .reddot img, div.reddot img{
  background-color: transparent;
  font-family: Verdana;
  font-weight: bold;
  font-style: normal;
  font-size: 10px;
  line-height: 1;
  text-align: left;
  display: inline;
  margin: 0;
  padding: 1px 0px 1px 0px;
  border-bottom: 0px;
}

/* jakub.karcz 29.01.2009: Added this block to fix font color of footer's reddot in campaign content class */
/* jakub.karcz 05.06.2009: Now RedDot color should be black instead of red */
*html body.campaign span.reddot{
	color:#000 !important;
}

.overviewWrapper #sEToolbarVar{
	width:160px !important;
}

.reddotborder {
	border-color:red;
	border-width:1px;
	border-style:dotted;
}

/* ----------  PART II: Smart edit tool bar  ---------- */

.sEMainToolbar {
  border:solid 1px #AAAAAA;
  background-color:#EEEEEE;
  padding:1px 2px 0px 2px;
  margin:1px 0px 5px 0px !important;
}

.sEToolbar {
  border:solid 1px #AAAAAA;
  background-color:#EEEEEE;
  padding:1px 2px 4px 2px;
  margin:1px 0px 5px 0px !important;
}

/* jakub.karcz 04.06.2009: fix for campaign content classes */
.smartEditToolbarCampaign {
  border:solid 1px #AAAAAA;
  background-color:#EEEEEE;
  width:98% !important;
  margin:1px 0px 5px 0px !important;
}

/* jakub.karcz 26.01.2010: fix for campaign items - when open it should be a bit smaller */
#campaignItems ul li .sEComponentsOpen {
	width: 96% !important;
}

.sEToolbarTable {
  width: 0;
}

.sEToolbarCell {
  vertical-align:top;
  display:block;
  padding-top:2px;
}

.sEToolbarCell a {
  vertical-align:middle;
/*  padding:0px 0px 0px 0px !important;*/
}

div.sEToolbarCell img {
  float:left;
  padding:0px 3px 0px 0px !important;
  display:inline !important;
}

.sEToolbarCellCp {
  vertical-align:top;
  display:block;
  padding-top:2px;
  width: 150px !important;
}

.sEToolbarCellRd, .sEToolbarCellRd a, .sEToolbarCellRd img {
  margin:0px;
  padding:0px !important;
}

.sEToolbarCellRd, .sEToolbarCellRdCp {
  width: 18px;
  vertical-align: middle;
  text-align: center !important;
}

.sEToolbarCellRdCp, .sEToolbarCellRdCp a, .sEToolbarCellRdCp img {
  text-align:right;
  margin:0px;
  padding:0px !important;
}

.sEToolbarHeaderInt {
  width:930px;
}

.sEToolbarHeaderExt {
  width:740px;
}

#sEToolbarVar, .sEToolbarVar {
  width:100% !important;
  padding-bottom:4px;
}
/* jakub.karcz 17.03.2011: adjustment in the smartEdittoolbar for the intranet. Mantis 17292 */
.sEToolbarWrapperInt  .sEToolbarCell {
 padding-right: 6px;
}

/* Toolbar width in columns */
/*  width of column - 15px  */

.sEToolbar4Columns {
  width:745px;
  padding-bottom:4px;
}

.sEToolbar3Columns {
  width:545px;
  padding-bottom:4px;
}

.sEToolbar2-5Columns {
  width:455px;
  padding-bottom:4px;
}

.sEToolbar2Columns {
  width:355px;
  padding-bottom:4px;
}

.sEToolbar1Column {
  width:165px;
  padding-bottom:4px;
}


.sEToolbarFooterInt {
  width:930px;
  /*clear:both;*/
  padding-bottom:4px;
}

.sEToolbarFooterExt {
  width:740px;
  /*clear:both;*/
  padding-bottom:4px;
}



.sEToolbarWrapperInt {
  width:940px;
  margin-bottom:0px;
  margin-top:5px;
  /*clear:both;*/
}

.sEToolbarWrapperExt {
  width:750px;
  /*clear:both;*/
}

.sEToolbarWrapperVar {
  width:100%;
  margin-bottom:5px;
}

/* toolbar for campaigns has to be 820px wide */
.sEToolbarWrapperCampaign {
  width:820px;
  /*clear:both;*/
}

/* ----------  PART III: Page teaser  ---------- */

.pageTeaserWrapper {
  border-bottom:dashed 1px #777777;
  background-color:#FFFFFF;
  margin-bottom:5px;
  padding:2px 0px 5px 0px;
}

#pageTeaserWrapperInt {
  width:940px;
}

#pageTeaserWrapperExt {
  width:750px;
}


.pageTeaser {
  border:solid 1px #AAAAAA;
  background-color:#EEEEEE;
  padding:1px 2px 1px 2px;
}


#pageTeaserLargeInt {
  width:360px;
  float:left !important;
}

#pageTeaserLargeExt {
  width:265px;
  float:left;
}


#pageTeaserSmallInt {
  width:360px;
  float:left !important;
  margin-left:6px
}

#PageTeaserSmallExt {
  width:265px;
  float:left;
  margin-left:6px
}


.pageTeaserContent {
  display:block;
  padding-top:2px;
  margin-bottom:0px !important;
}


/* ----------  PART IV: Content areas  ---------- */

.sEContentSize1C {
  width:182px !important;
}

.sEContentSize1C10M {
  width:192px !important;
}

.sEContentSize2C {
  width:372px !important;
}

.sEContentSize3C {
  width:570px !important;
}

.sEContentSize4C {
  width:760px !important;
}

.sEContentFloatL {
  float:left;
}

.sEContentTopBorder {
  border-top:dashed 1px #777777;
}

.sEContentRightBorder {
  border-right:dashed 1px #777777;
}

.sEContentBottomBorder {
  border-bottom:dashed 1px #777777;
  margin-bottom:5px !important;
}

.sEContentLeftBorder {
  border-left:dashed 1px #777777;
}

.sEContentMain {
  border-top:dashed 1px #777777;
  padding:2px 1px 2px 0px;
  margin-bottom:5px;
}

.sEContentRows {
  border-top:dashed 1px #777777;
  padding:2px 1px 2px 0px;
  margin-bottom:5px;
}

.sEContentLeftColumn {
  border-right:dashed 1px #777777;
  margin:0px 4px 5px 0px !important;
  padding:0px 5px 0px 0px !important;
}

.sEContentCenterColumn {
  border-right:dashed 1px #777777;
  margin:0px 0px 5px 0px !important;
  padding:0px 4px 0px 0px !important;
}

.sEContentRightColumn {
  margin:0px 0px 5px 0px !important;
  padding:0px 0px 0px 5px !important;
}

.sEContentContent {
  border:dashed 1px #777777;
  padding:2px 1px 2px 0px;
  margin-bottom:5px;
}

/* ----------  PART V: Components  ---------- */

.sEComponentsOpen {
  border:dashed 1px #777777 !important;
/*  background-color:#EEEEEE !important; */
  width:99% !important;
}
/**
 * @note   fixed issue: 0011912
 * @autor  cwlatschiha
 */
.size1 .sEComponentsOpen .box {
	width:163px !important;
}

.sEComponentsOpenWOBorder {
  background-color:#EEEEEE !important;
  width:100%;
}


/* ----------  PART VI: forbidden formates in content classes  ---------- */
/*                                                                        */
/*Heading1_xl  24px bold orange   <h1 class="txtOrange xl">               */
/*Heading1     18px bold orange   <h1>                                    */
/*Heading2     14px bold          <h2>                                    */
/*Heading2_or  14px bold orange   <h2 class="txtOrange">                  */
/*Heading3     12px bold          <h3>                                    */
/*Introtext    12px bold          <p class="intro">                       */
/*Normal text  12px               <p>                                     */
/*Footnote     12px               <p class="notes">                       */


.B1061 h1,
.B1061 .txtOrange,

.B1063 h1,
.B1063 .txtOrange,

.B1067 h1,
.B1067 .txtOrange,

.B1142 h1,
.B1142 h2,
.B1142 h3,
.B1142 .intro,
.B1142 .notes,

.L0003 h1,
.L0003 .txtOrange,

.L1072 h1,
.L1072 .txtOrange,

.T1044 h1,
.T1044 .txtOrange,

.T1133 h1,
.T1133 h2,
.T1133 .txtOrange
{
  text-decoration: line-through;
  color: black !important;
  background-color: red;
}
