/**
 * WP CleanFix Admim Styles
 *
 * @package         wp-cleanfix
 * @subpackage      style.css
 * @author          =undo= <g.fazioli@undolog.com>, <g.fazioli@saidmade.com>
 * @copyright       Copyright (C) 2011 Saidmade Srl

 */

ul.list-point {
	list-style:square;
	margin-left:22px;
}

table.form-table,
table.wp-cleanfix {
	clear:none;
}

div.saidmade-adv {
	text-align:center;
	margin:6px auto;
	border:1px solid #aaa;
	width:250px;
	height:250px;
}

span.wpcleanfix-ok {
	color:#0c0;
	padding:2px 0 0 24px;
	background:url(images/ok.png) no-repeat;
}

span.wpcleanfix-warning {
	color:#f60;
	font-weight:bold;
	padding:2px 0 0 24px;
	background:url(images/warning.png) no-repeat;
}

span.wpcleanfix-cleaned {
	color:#09f;
	font-weight:bold;
	padding:2px 0 0 24px;
	background:url(images/cleaned.png) no-repeat;
}

table.wp-cleanfix tbody td {
	vertical-align:middle;
	white-space:nowrap;
}

table.wp-cleanfix tbody td:last-child {
	white-space:normal;
}

.wp-cleanfix button {
	background:url(images/clean.png) no-repeat 6px center;
	border:1px solid #aaa;
	cursor:pointer;
	padding:4px 12px 4px 24px;
	text-shadow:1px 1px 1px #fff;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
}

tr.tools {
	background:#fafafa;
}

tr.tools td:first-child img {
	margin:6px;
}

button.wp-cleanfix-refresh span {
	display:none;
}

button.wp-cleanfix-refresh {
	background:transparent url(images/refresh.png) center center no-repeat;
	padding:12px;
	border:none;
}

div#ajax-wait {
	background:url(images/wait.gif) no-repeat;
	width:16px;
	height:16px;
}

h4.wp-cleanfix-title-dashboard {
	display:block;
	border-bottom:1px solid #ddd;
	padding-bottom:4px !important;
	color:#666;
}

p.wp-cleanfix-copy {
	text-align:center;
}

div.wp_cleanfix_box {
	margin:40px 4px 0;
	padding:8px 8px 16px 8px;

	-moz-border-radius:12px 12px 0 0;
	-webkit-border-radius:12px 12px 0 0;
	border-radius:12px 12px 0 0;

	-moz-box-shadow:0 -5px 4px #444;
	-webkit-box-shadow:0 -5px 4px #444;
	box-shadow:0 -5px 4px #444;

	background-color:#dddddd;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#ffffff)); /* Saf4+, Chrome */
	background-image:-webkit-linear-gradient(top, #dddddd, #ffffff); /* Chrome 10+, Saf5.1+ */
	background-image:-moz-linear-gradient(top, #dddddd, #ffffff); /* FF3.6 */
	background-image:-ms-linear-gradient(top, #dddddd, #ffffff); /* IE10 */
	background-image:-o-linear-gradient(top, #dddddd, #ffffff); /* Opera 11.10+ */
	background-image:linear-gradient(top, #dddddd, #ffffff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr = '#dddddd', EndColorStr = '#ffffff'); /* IE6–IE9 */
}

div.wp_cleanfix_box a.wp_cleanfix_logo {
	background:url("images/logo.png") 8px center no-repeat;
	display:block;
	font-family:"trebuchet MS", sans-serif;
	font-size:26px;
	font-style:italic;
	height:80px;
	letter-spacing:-1px;
	line-height:80px;
	margin:1px;
	padding-left:76px;
	text-decoration:none;
	text-shadow:1px 1px 0 #fff;

	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
}

div.wp_cleanfix_box p {
	color:#21759B;
	font-weight:bold;
	margin:0 24px;
	text-shadow:1px 1px 0 #fff;
}

div.wp_cleanfix_box p.wp_cleanfix_copy_info {
	display:block;
	margin-top:12px;
	position:absolute;
	right:6px;
	text-align:right;
	color:#666;
	font-weight:bold;
	text-shadow:none;
}

div.wp_cleanfix_box p.wp_cleanfix_copy_info a {
	color:#0a0;
	text-decoration:none;
	text-shadow:0 0 5px #fff;
}

textarea.wpCleanFixCode {
	width:99%;
	font-family:Monaco, "Courier New", Courier, monospace;
	font-size:11px;
	background:#fafafa;
	margin:8px 0;
}

span.wpCleanFixColorPreview {
	border:1px solid #333;
	padding:2px 12px;
	margin:0 0 0 4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

a.wpCleanFixClearNextTextarea {
	margin:0;
	padding:0 24px;
}

div.inside fieldset {
	border:2px groove #fff;
	padding:4px 8px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	margin:8px 0;
}

div.inside fieldset legend {
	font-size:12px;
	padding:0 4px;
	font-weight:bold;
}