/**
 * This file is part of Server-Up for Wordpress.
 * Copyright (C) 2012  Arnaud Grousset
 *
 * Server-Up  for Wordpress 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.
 *
 * Server-Up 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 Server-Up for Wordpress.  If not, see <http://www.gnu.org/licenses/>.
 * 
 * @author Arnaud Grousset
 * @since 1.0
 *
 */

@CHARSET "UTF-8";

#server-list {
	display: block;
	margin: 5px;
}

#server-list li {
	display: block;
	width: 100%;
	clear: both;
	height: 36px;
}

#server-list .server-icon {
	display: block;
	float: left;
	width: 36px;
	height: 36px;
}

#server-list .server-name {
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 13px;
	padding: O;
	font-size: 10px;
}

#server-list .server-status {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin-left: 2px;
	margin-top: 10px;
}

#server-list .server-online {
	background: transparent url(/wp-content/plugins/server-up/img/server_online.png);
}

#server-list .server-offline {
	background: transparent url(/wp-content/plugins/server-up/img/server_offline.png);
}

.server-legend {
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 7px;
	font-style: italic;
}