/**
 * WP CleanFix Admim Styles
 *
 * @package         wp-cleanfix
 * @subpackage      style.css
 * @author          =undo= <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 {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;

	margin:16px 0;

	border:1px solid #aaa;

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

	height:120px;
}
div.wp_cleanfix_box a.wp_cleanfix_logo {
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;

	background:url("images/logo.png") 8px center no-repeat;
	display:block;
	font-family:"trebuchet MS",sans-serif;
	font-size:26px;
	height:80px;
	letter-spacing:-1px;
	line-height:80px;
	margin:1px;
	padding-left:76px;
	text-decoration:none;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
div.wp_cleanfix_box p {
	color: #FFFFFF;
    font-weight: bold;
    margin: 0 24px;
    text-shadow: 1px 1px 2px #444444;
}

div.wp_cleanfix_box p.wp_cleanfix_copy_info {
	display:block;
	margin-top:82px;
	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;
}