.newsletter_settings {
    width: 100%;
    float: left;
}

.newsletter_text {
    width: 100%;
    float: left;
}

.user_list {
    width: 100%;
    float: left;
}

.settings_label {
    width: 20%;
    float: left;
}

.settings_data {
    width: 78%;
    float: left;    
}

.keywords {
    font-size: 12px;
    display: inline;
    background-color: #9FD0D5;
}

.slk_info {
    width: 97%;
    float: left;
    border-width: 1px;
    border-style: solid;
    padding: 0.6em 0.6em 0.6em 0.6em;
    margin: 10px 5px 10px 7px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffe0;
}

.add_subscriber {
  border-color: #C1C1C1;
  border-style: solid;
  border-width: 1px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 350px;
  float: left;
  margin-right: 20px;
}

.test_news_send {
  border-color: #C1C1C1;
  border-style: solid;
  border-width: 1px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 350px;
  float: left;
  margin-right: 20px;
}

.test_news_send form {
  margin-top: 10px;
}

.subscribe {
    border-color: #C1C1C1;
    border-style: solid;
    border-width: 1px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;    
    /*width: 350px;*/    
}

.state {
    height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 98%;
    font-weight: bold;    
}

.checkbox {
    margin-right: 10px;
}

.paused {
    background-color: #FFFF33;
    border-style: solid;
    border-width: 1px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
}

.del a {
    color: red;
    display: inline;    
}

.block a{
    color: #448abd;
    display: inline;
}

.activate a{
    color: limegreen;
    display: inline;
}

.activate a:hover, .block a:hover, .del a:hover {
    color: black;
    font-style: italic;
}


/*Pro zobrazeni nahledu*/
#bodyOverlay {
	z-index: 900;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#bodyOverlay_prev {
	width: 400px;
	height: 200px; /*affects .newsletterExample*/
	z-index: 1000;
	margin-left: -200px;
	margin-top: -200px;
	border: 1px solid black;
	background-color: white;
	position: fixed;
	left: 50%;
	top: 50%;
}

#bodyOverlay_prev .title{
	background-color: #334F8D;
	padding: 5px;
	height: 15px;
	color: white;
}
#bodyOverlay_prev .title .titleText{
	float:left;
	font-weight: bold;
}

#bodyOverlay_prev .title .closeButton{
	float:right;
	border: 1px solid #ccc;
	text-decoration: none;
	background-color: #ccc;
}

#bodyOverlay_prev .title .closeButton a{
	text-decoration: none;
	color: black;
	font-family: verdana, san-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
}

#bodyOverlay_prev .newsletterExample{
	/*height:100%;*/
	overflow:auto;
	padding: 5px;
	height: 364px;
}

.newsletter_test {
  overflow: auto;
}

.newsletter_preview {
  margin: 30px;
  margin-top: 5px;
  border-style: dashed;
  border-width: 1px;
  border-color: #666;
  padding: 15px;
  height: 100%; /*300px;*/
  vertical-align: middle;
  overflow: auto;  
}

.subscribe_progress_span {
  display: none;
}