@CHARSET "UTF-8";
/**
 * Download AutoStats Plugin.
 * Settings for admin dashboard
 * Based on the styles for Maintenance Mode plugin by Michael Wöhrer
 * 
 * @version		$Rev$
 * @author 		Jordi Canals <jcanals@gmail.com>
 * @copyright	Copyright (C) 2004-2010 Jordi Canals
 * @package		Alkivia
 * @subpackage	Downstats
 * @link 		http://alkivia.org
 * @license		http://www.gnu.org/licenses/gpl.html GNU General Public License v3
 
	Copyright (C) 2007-2010 Jordi Canals <jcanals@gmail.com>
 
	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/>.
*/

/* ========================================================= OLD STYLES */

table.widefat thead th a {
	color:#d7d7d7;
	text-decoration:underline;
}

/* =========================================================== SETTINGS */

#icon-downstats-admin {
	background: transparent url('images/dstats32.png') no-repeat;
	}

table#akmin {
	width: 100%;
	border: 0 none;
	padding: 0;
	margin:0;
	}
	
table#akmin fieldset {
	border: 0 none;
	padding: 0;
	margin:0;
	}
	
table#akmin td {
	vertical-align: top;
	}

table#akmin td dl {
	padding: 0;
	margin: 10px 0 20px 0;
	background-color: white;
	border: 1px solid #dfdfdf;
	}
	
table#akmin td dl {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
table#akmin dl dt {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 4px 10px 4px 10px;
	background: #dfdfdf url('images/dl-bg-gray.png') repeat-x left top;
	}

table#akmin p {
	padding: 5px 0 5px 0;
	margin: 0;
	}

table#akmin .footer {
	text-align: center;
	font-size: 10.5px;
	}
			
table#akmin .footer a {
	font-size: 10.5px;
	text-decoration: none;
	}
	
table#akmin .footer a:hover {
	text-decoration: underline;
	}
table#akmin td small {
	font-size: 10.5px;
	}
	
table#akmin hr {
	border: none 0;
	border-top: 1px solid #bbbbbb;
	height: 1px;
	}

table#akmin ul {
	list-style: none;
	}
	
table#akmin ul.bullet {
	list-style-type: disc;
	padding-left: 20px;
	}

/* ====================================================== ADMIN CONTENT */

table#akmin td.content {
	padding: 0 8px 0 0;
	}

table#akmin td.content dd {
	margin: 0;
	padding: 10px 20px 10px 20px;
	}

/* ====================================================== ADMIN SIDEBAR */

table#akmin td.sidebar {
	width: 200px;
	padding: 0 0 0 8px;
	}
	
table#akmin td.sidebar ul, table#akmin td.sidebar ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	}

table#akmin td.sidebar a {
	text-decoration: none;
	background-position: 0px 60%;
	background-repeat: no-repeat;
	padding: 4px 0px 4px 22px;
	border: 0 none;
	display: block;
	}

table#akmin td.sidebar ul li {
	margin: 0;
	border-bottom: 1px dotted gray;
	}

table#akmin td.sidebar dd {
	margin: 0;
	padding: 5px 10px 5px 10px;
	}

/* ====================================================== SIDEBAR ICONS */

td.sidebar a.dstats-home {
	background-image: url('images/dstats.png');
	}
	
td.sidebar a.support-forum {
	background-image: url('images/support.png');
	}
	
td.sidebar a.ak-home {
	background-image: url('images/alkivia.png');
	}

td.sidebar a.donate {
	background-image: url('images/paypal.png');
	}
	
/* EOF */