/**
* MkPostman Newsletter Component
* 
* @version 2.1.6
* @package MkPostman-Site
* @author Mandy Butschke
* @copyright (C) 2009 - 2010 das medienkombinat <kontakt@das-medienkombinat.de>
* @license GNU/GPL, see LICENSE.txt
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* 
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
* 
* You should have received a copy of the GNU General Public License
* along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/ /*----------------------------------------------------------
	Definition for newsletters table
----------------------------------------------------------*/
table#mkp_newsletters_table {
	margin: 1em 1px;
	width: 99%;
	font-size: 1em;
	border-collapse: collapse;
	border: 1px solid #DDDDDD;
}

table#mkp_newsletters_table th {
	background: #F0F0F0 none repeat scroll 0 0;
	color: #000000;
	padding: 0.4em;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}

table#mkp_newsletters_table th img {
	margin: 0 0 5px 5px;
	vertical-align: middle;
}

table#mkp_newsletters_table td {
	padding: 0.4em;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}

table#mkp_newsletters_table tr.row0 {
	background: #F9F9F9;
}

table#mkp_newsletters_table tr.row1 {
	background: #FFFFF;
}

/*----------------------------------------------------------
	Definition for search table
----------------------------------------------------------*/
table#mkp_search_table {
	margin: 1em 1px;
	width: 99%;
	font-size: 1em;
	border-collapse: collapse;
	border: 1px solid #DDDDDD;
}

table#mkp_search_table input,table#mkp_search_table select {
	margin: 0 0.2em;
}

table#mkp_search_table td.left {
	text-align: left;
	width: 60%;
	padding: 0.4em;
}

table#mkp_search_table td.right {
	text-align: right;
	padding: 0.4em;
}

/*----------------------------------------------------------
	Definition for miscellaneous
----------------------------------------------------------*/
.copyright {
	font-size: 0.85em;
	text-align: center;
	margin: 1em 0;
	color: #aaa;
}

.pagination_style {
	text-align: center;
}

button {
	margin: 0 0.2em;
}
.maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

