/*
 * timeline-admin.css
 * Description: CSS for the SIMILE Timline Plugin options panel
 * Plugin URI: http://www.freshlabs.de/journal/archives/2006/10/wordpress-plugin-simile-timeline/
 * Author: Tim Isenheim
 * 
	===========================================================================
	SIMILE Timeline for WordPress
	Copyright (C) 2006 Tim Isenheim
	
	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/>.
	===========================================================================
*/

.wrap table td{ clear: left;}

.wrap fieldset.options{ text-align: left; }
.wrap fieldset.options h4{
	background: #464646;
	color: #ccc;
	padding: 3px 6px;
	font-weight: normal;
	font-size: 0.9em;
	margin: 0 0 10px 0;
}

table small{ color: #888; font-weight: normal }

a.stl-colorfield, a.stl-colorfield:visited{
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	border: 1px solid #666;
	margin: 1px 8px 0 8px;
}

a.stl-colorfield:hover, a.stl-colorfield:visited:hover{
	display: block;
	border: 1px solid #000;
	margin: 1px 8px 0 8px;
}

.stl-colorfield span{ display: none;}
.stl-colorvalue{ }

#colorPickerDiv{
	background: #666 !important;
	padding: 10px;
	margin-left: -150px;
}