/* MENU */

#adminmenu #toplevel_page_seo div.wp-menu-image {
	background-image: url(images/icon.png);
	background-position: -1px -33px;
}

#adminmenu #toplevel_page_seo:hover div.wp-menu-image,
#adminmenu #toplevel_page_seo.wp-has-current-submenu div.wp-menu-image {
	background-position: -1px -1px;
}

/* MESSAGES */

div.su-module .su-success,
div.su-module .su-error,
div.su-module .su-warning,
div.su-module .su-info {
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: 0px center;
}

div.su-module .su-success {
	background-image: url(images/success.png);
	color: #008000;
}

div.su-module .su-error {
	background-image: url(images/error.png);
	color: #FF0000;
}

div.su-module .su-warning {
	background-image: url(images/warning.png);
	color: #FF8C00;
}

div.su-module .su-info {
	background-image: url(images/info.png);
	color: #0000FF;
}

#wpcontent div.su-module div.su-message p {
	background-position: 10px center;
	padding: 10px 10px 10px 36px;
	margin: 1em 0;
	color: black;
	border-width: 1px;
	border-style: solid;
}

div.su-module .su-message .su-success {
	background-color: #DFFFE3;
	border-color: #61DF6F;
}

div.su-module .su-message .su-error {
	background-color: #FFBFBF;
	border-color: #FF0000;
}

div.su-module .su-message .su-warning {
	background-color: #FFFFE0;
	border-color: orange;
}

div.su-module .su-message .su-info {
	background-color: #DFEEFF;
	border-color: #8F93FF;
}

/* ADMIN PAGES */

div.su-module h3.su-subheader {
	margin-top: 3em;
	padding-top: 1em;
	border-top: 3px solid #ccc;
}

div.su-module table.widefat {
	width: auto;
	margin: 2em 0;
}

div.su-module table.widefat th,
div.su-module table.widefat td {
	padding-right: 2em;
}

div.su-module table.widefat tr.new-hit td {
	background-color: #DFFFE3;
}

div.su-module .form-table .regular-text {
	width: 325px;
}

div.su-module .form-table td div.field {
	padding-bottom: 1em;
}

div.su-module table.report {
	border-collapse: collapse;
	border-top: 1px solid #ccc;
}

div.su-module table.report th {
	font-weight: normal;
}

div.su-module table.report th, div.su-module table.report td {
	padding: 1em 3em 1em 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

/* TABS (Heavily based on CSS from the Breadcrumbs NavXT plugin) */

div.su-module .su-tabs ul.ui-tabs-nav {
	border-bottom: 1px solid #dfdfdf;
	font-size: 12px;
	height: 29px;
	list-style: none;
	margin: 13px 0 0;
	overflow: visible;
	padding: 0 0 0 8px;
}

div.su-module .su-tabs ul.ui-tabs-nav li {
	display: block;
	float: left;
	line-height: 200%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: auto;
}


div.su-module .su-tabs ul.ui-tabs-nav li a {
	border-bottom: 1px solid #dfdfdf;
	display: block;
	float: left;
	line-height: 28px;
	padding: 1px 13px 0;
	position: relative;
	text-decoration: none;
}

div.su-module .su-tabs ul.ui-tabs-nav li.ui-tabs-selected a {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #dfdfdf;
	border-bottom-color: #f9f9f9;
	color: #333333;
	font-weight: normal;
	padding: 0 12px;
}

/* CONTEXTUAL HELP */

div.su-help div.metabox-prefs {
	margin-bottom: 2em;
}

div.su-help ul {
	list-style-type: disc;
	padding-left: 1em;
	margin-left: 1em;
}

/* POSTMETA BOX */

#su-postmeta-box table tr {
	vertical-align: middle;
}

#su-postmeta-box table th,
#su-postmeta-box table td {
	padding: 0.5em 0;
}

#su-postmeta-box table th {
	text-align: right;
	font-weight: bold;
	padding-right: 0.5em;
}

#su-postmeta-box table tr.textarea {
	vertical-align: top;
}

#su-postmeta-box table tr.textarea th label {
	display: block;
	margin-top: 5px;
}

#su-postmeta-box table th em {
	font-weight: normal;
}

#su-postmeta-box table,
#su-postmeta-box table td,
#su-postmeta-box table td input.regular-text,
#su-postmeta-box table td textarea {
	width: 100%;
}

/* PLUGIN NOTICES */

#wpwrap .su-plugin-notice .update-message {
	font-weight: normal;
}

/* IMPORT MODULES */

.su-module table#import-status {
	border: 0;
	width: auto;
	margin: 2em 0;
}

.su-module table#import-status td {
	padding: 0 0.5em 1em 0;
}
