#wpfes_admin table, caption, tbody, tfoot, thead, tr, th, td {
    background: inherit;
}

#wpfes_admin table tr.row-header td {
    color: #FFF;
    background-color: #000;
	font-size:16px!important;
	font-style:italic;
	padding:3px;
}
#wpfes_admin table tr th {
	font-weight:normal;
	text-align:right;
	padding:0 5px 0 0;
}

.row-even {
    background-color: #FFF;
}
.row-odd {
    background-color: #eee;
}

#fes-newsletter-top-menu {
	list-style:none;
	list-style-position: outside;
	clear: both;
	margin:10px 0 10px 0;
	float:left;
}

#fes-newsletter-top-menu li {
	display: block;
	height: 40px;
	margin-right: 100px;

	line-height: 40px;
	float: left;
	font-size: large;
}
#fes-newsletter-top-menu li a{
	text-decoration: underline;
	color:#464646;
}
#fes-newsletter-top-menu li a.fes-menu-li-notactive {
	color:#21759B;
}
.fes-menu-li-opt {
	background-position:-435px -5px;
}
.fes-menu-li-users {
	background-position:-598px -5px;
}
.fes-menu-li-mail {
	background-position:-71px -5px;
}

.fes-menu-li-opt, .fes-menu-li-users, .fes-menu-li-mail {
	background-image: url('../../../../wp-admin/images/icons32.png');
	display: inline-block;
	width: 40px;
	height: 40px;
}
.fes-menu-li-opt span {
	line-height: normal;
}
.fes-menu-li-notactive {
	/*font-weigh: bold !important;*/
	text-decoration: none !important;
}

.clear {
	clear:both;
}

.info-tip {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-image: url('info-tip.png');
    background-position: left middle;
    line-height:28px;
	margin:5px 0;
}
.float-left {
    float: left;
    clear: right;
}

h3.wpfestitle {
	color: #FFF;
    background-color: #000;
	font-size:16px!important;
	font-style:italic;
	padding:3px;
	font-weight:normal;
	margin:0 0 10px;
}

#mail-table th {
    text-align: left;
    white-space: nowrap;
}