/** 
 * simple newsletter default template css.
*/
body {
	background-color: #E5DFD8;
	margin: 0px 0px;
	border: 0;
}
body, body * {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
h1 {
  font-size: 200%;
}
h2 {
  font-size: 160%;
}
h3 {
   font-size: 140%;
}
a, a:active, a:hover, a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header, #mainMenu {
	position: absolute;
}
#header {
	left: 0px;
	top: 0px;
	height: 50px;
	width: 100%;
}
#snlContent table {
   /*width: 100%; */
}
#mainMenu, #snlContent, #helpInfo {
 	top: 100px;
}
#mainMenu {
	left: 0px;
	width: 180px;
}
.menuItem, .confirm, .receiverRow, .groupRow {
	background: #D5D0C9;
}
#snlMenu {
	width: 180px;	
	padding: 0;
	margin: 0;
}

.menuItem a:hover {
	text-decoration: underline;
}
.subMenuItem {
	width: 180px;
	background: none;
}
.menuItem a, .menuItem a:active, .menuItem a:hover, .menuItem a:link, .menuItem a:visited, .subMenuItem a, .subMenuItem a:active, .subMenuItem a:hover, .subMenuItem a:link, .subMenuItem a:visited {
	text-decoration: none;
	color: #000;
}
.subMenuItem a:hover, .menuItem a:hover {
	text-decoration: underline;
}
.active {
	background: #A0978D;
}
img {
	border: 0px;
}
#snlContent  {
	position: absolute;
	left: 195px;

	margin-right: 50px;
}
.pathTable, .pathTable td {
	color: #000;
}
.pathTable, #headerPath, .editBox, h1, h2, h3, h4, h5, h6 {
	background: #C0BCB5;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	padding: 5px;
	margin: 0 0 3px 0;
	border: 1px #A0978D solid;
}
.pathTable {
	
/*	width: 527px; */
	height: 26px;
}
.pathTable td {
	vertical-align:middle;
}
.actionTable {
	/* width: 527px; */
	height: 26px;
	border: 1px #A0978D solid;
	color: #fff;
}
.actionText {
	/* width: 512px; */
}
.pathEmpty {
	width: 15px;
}
.pathIcon {
	width: 35px;
}
.pathText {
}
.formHeader, .sortingHeader, .nlSortingHeader {
	border: 1px #A0978D solid;
	border-width: 0px 0px 1px 0px;
	background: #CBC6C0;
}

.formTable {
 
}
.formTable b {
  font-weight: normal;
}
.formTable .formHeader b {
  font-weight: bold;
  
}
.formTable td {
	padding: 3px;
}
.formTable .formLabel {
  text-align: left;
  width: 300px;
}

.formTable, #helpInfo, .message, .pathTable, #groupExplorer, #headerPath, .sortingHeader, 
	.receiverRow, .editBox, .groupRow, table.ext, .niceBorder, tr.receiverRow td {
	border: 1px #A0978D solid;
	
}

#helpInfo, #groupExplorer, .groupRow, .groupItem{
	background: #EDE9E4;
}

.subMenuContainer {
	padding: 0;
	margin: 0;
	padding-left: 20px;
}

.subMenuContainer, .subMenuContainer li {
	background: #E5DFD8;
}
#snlMenu {
 margin: 0;
  padding: 0;
  text-indent: 20px;
  line-height: 18px;
}
#snlMenu, #snlMenu ul {
  list-style-type: none;
}
#snlMenu li {
  margin-top: 3px;
}
.subMenuItem.active {
  background-color: #E5DFD8;
  font-weight: bold;
}
.subMenuContainer li {
  text-indent: 0;
  margin: 0;
  padding: 0;
  margin-top: 0;
}
#snlMenu ul {
  margin: 0;
}

.menuItem.inactive ul {
	display: none;  
}
.menuItem.inactive ul li {
  
  position: relative;
  left: -500px;
  height: 0;
}
.menuItem.inactive ul {
  height: 0;
}
.menuItem.inactive:hover ul li, #snlMenu .sfhover {

  left: auto;
  height: auto;
}
.menuItem.inactive:hover ul, #snlMenu .sfhover ul {
  height: auto;
}
.menuItem {
background-repeat: no-repeat;
}

.message a, .message a:active, .message a:hover, .message a:link, .message a:visited, .confirm {
	color: #45443D;
	text-decoration: underline;
}
.message a:hover {
	text-decoration: none;
}	
.confirm {
/*	width: 450px; */
	height: 145px;
	margin-right: 50px;
	text-decoration: none;
}
.confirm .image {
	background: #881845;
	width: 150px;
	height: 150px;
}
.confirm .message {
	padding: 20px;
}

#bigNumber {
	position: absolute;
	left: 550px;
	top: 0px;
}
#bigNumber .bigNum {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9;
}
#bigNumber .title {
	position: absolute;
	left: 53px;
	top: 20px;
	color: #fff;
	font-size: 12px;
	z-index: 10;
    white-space: nowrap;
}

#debugInfo {
	position: absolute;
	bottom: 20px;
	right: 50px;
	z-index:0;
}
pre, pre * {
	font-family: monospace;
}

#headerPath, .ext td.head {
	border-width: 1px 1px 1px 1px;
/*	width: 750px; */
	height: 27px;
}
#groupExplorer {
	border-width: 0px 1px 1px 1px;
	top: 27px;
	left: 0px;
	display: block;
	position: static;
}

.gExplorer {

}
#receiversContent {
	position: absolute;
	top: 27px;
	left: 170px;
/*	width: 580px; */
}
.receiverList, .newsletterList {
	background: none;
	border: none;
	border-collapse: collapse;
}
.sortingHeader, .nlSortingHeader {
	border-width: 0px 1px 1px 0px;
}
.sortingHeader {
/*	width: 580px; */
}
.receiverRow, .groupRow {
	border-width: 0px 0px 1px 0px;
}
.receiverRow, .sortingHeader, .groupRow  {
	height: 16px;
	padding: 2px;
}
.inside {
	border-width: 0px 1px 1px 0px;
}
.editBox {
	border-width: 0px 1px 1px 0px;
	width: 15px;
}
.first {
	border-width: 1px 1px 1px 0px;
	border-width: 1px 0px;
}
.topBorder {
	border-top-width: 1px;
}
.lastGroupRow, .lastReceiverRow {
	border-right-width: 1px;
}
.sHFirst {
	width: 20px;
}
.sHLast {
	width: 45px;
}
.receiversTable {
}
#addGroupForm, #addReceiverForm {
	visibility:hidden;
	position:absolute;
	left: 300px;
	top: 200px;
/*	width: 500px; */
	height: 500px;
}
.closeButton {
	position:absolute;
	right: 0px;
	top: 0px;
}
.withBorderLeft {
	border-left-width: 1px;
}

.button {
	padding-left: 17px;
	padding-right: 3px;
	background: #45443D url(img/btn_arrow.gif) no-repeat left;
	border: none;
}
.button, .button *, a.button:link, a.button:visited, a.button:hover, a.button:active {
	color: #fff;
	text-decoration: none;
}
iframe {
	background: #fff;
}
/* active and inactive receivers */
.receiverActive_inactive  b {
	color: #666;
	font-style: italic;
	
}
.receiverActive_inactive td {
	
}
.receiverActive_pending b {
 	color: #c03;
}

.attributesTable, .attributesTable * {
	font-size: 10px;
	color: #444;
}


/** ------------------------------ form 2 mail ----------------------------- */


.error {
	color: #900;
}
.confirm {
	color: #000;
}

.addFieldsFormDiv {
	text-align:left;
	width: 100%;
}
/* 
 * verf�gbare formular-felder tabelle vom rest absetzen :)
*/

.ext td {
	border: none;
}
.noBorderInside td.inside {
	border-left: none;
	border-right: none;	
}

/* -------------- the group explorer -------------- */
.gEx, .gEx td  {
	margin: 0px;
	padding: 0px;
}
.gEx td {
	height: 18px;
	line-height: 8px;
}
.gEx img {
	border: 0px #333 solid;
}
.gEx {
	margin-bottom: 10px;
	width: 100%;
}
.addFieldsFormDiv {
}

tt, tt * {
 font-family: monospace;
}
.betterLineHeight td {
	line-height: 18px;
}

	#snlReceiverPopup {
	    display:none; 
	    position:absolute;
	    left: 0px;
	    top: 0px; 
	    z-index : 67;
	}
	#snlReceiverPopup table {
	   border: 1px #666 solid;
	}
	#snlReceiverPopup table td {
	    white-space:nowrap;
	    cursor:default;
	}
	#snlReceiverPopup table .one {
	   background:#881845;
	   color: #FFF;
	}
	#snlReceiverPopup table .two {
	 background: #EDE9E4;
	}
	
.stepNumber {
	width: 16px;
	height: 16px;
	padding: 2px;
	color: #000;
	background: #fff;
}
.stepNumber.active {
	color: #fff;
}
.stepActual a {
	font-weight: bold;
}
.stepReady a {
	color: #000;
}
.stepToDo a {
	color: #999;
}
.helpContentMargin {
	margin: 10px;
	border: 0px;
	height: 0px;
	border-bottom: 1px #666 solid;
}	
.row1{
  background: #FFF;
}
textarea {
   font-family: monospace;
}
.sane_0, .sane_0 * {
	background: #fc0;
}
.sane_1, .sane_1 * {
}

/* steps */
.stepText {
 white-space: nowrap;
}

.invisibleCheckbox {
	visibility: hidden;
}

.formTable label b{
  font-weight: bold;
}


.formTable hr {
   height: 0px;
   border:0;
   border-bottom: 1px #A0978D solid;
 }
 
 #htmlTable * {
  font-size: 11px;
}

.hi {
	display: none; 
	/* visibility: hidden; */
}
.vi {
    
	display: table-cell; 
	/* visibility: visible; */
}

.clHidden {
	visibility: hidden;
}
.clVisible {
	visibility: visible;
}
.columnSwitchWrap {
  border: 0;
  padding: 0;
  margin: 0;
}
.columnSwitchWrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.columnSwitchWrap ul li {
  border-bottom: 1px #000 solid;
  display: block;
  white-space: nowrap; 
}


.columnSwitchWrap ul li:hover {
  background-color:#FFF;

}

/* */
.DataGrid td, .DataGrid, .DataGrid tr {
  border: 0 !important;
  vertical-align: top;
  border-right: 1px #AAA solid !important; 
}
.DataGrid .even {
  background:#EDE9E4;
}
.DataGrid .odd {
  background:#d5d0c9;
}
.DataGrid .nlSortingHeader {
  background-color:#A0978D ;
  border: 0 !important;
  
}
.DataGrid .nlSortingHeader a {
  text-decoration: underline;
}
h2 {
  margin-bottom: 0;
  border: 0;
}
.DataGrid {
  border: 0;
  margin: 0;
  padding: 0;
}
.rgt {
 text-align:right;
}

ul.DataGrid.exportButton {
  list-style-type: none;
  margin-top: 4px;
  border: 0 !important;
}
ul.DataGrid.exportButton li {
  display: inline;
  padding: 3px;
}
.DataGrid .nlSortingHeader.desc a, .DataGrid .nlSortingHeader.asc a {
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: center left;
}
.DataGrid .nlSortingHeader.desc a {
  background-image:url(img/arrow_up.gif);
}
.DataGrid .nlSortingHeader.asc a {
  background-image:url(img/arrow_down.gif);
}

.DataGrid .nlSortingHeader.asc a:hover {
  background-image:url(img/arrow_up.gif);
}

.DataGrid .nlSortingHeader.desc a:hover {
  background-image:url(img/arrow_down.gif);
}
.HeaderFooter {

}


.snlStatsInfo .head {
	font-weight: bold;
}
.snlStatsInfo {
	width: 600px;
}
.snlStatsInfo * {
	font-style: italic;
	color: #333;
}
.snlStatsInfo h2 {
	font-weight: bold;
	border: 0;
	background: none;
	font-size: 120%;
}

.nowrap {
   white-space: nowrap;
}

#snlCustomFormWrapper {
  width: 550px;
  background-color:#FFF;
}
#snlCustomFormWrapper table {
	width: 100%;
}

#snlSearch fieldset {
	    width: 160px;
}
#snlSearchField {
    width: 140px;
}
#snlSearch fieldset, #snlSearchField {
    border: 1px #A0978D solid;
}
.exists0, .exists0 * {
		
		color:#966 !important;
}

.grouprow-out {background-color:#EDE9E4;}
.grouprow-hover {background-color:#D5D0C9;}
.grouprow-hover2 {background-color:#C0BCB5;}

