/**
 * GeSHi - Generic Syntax Highlighter
 *
 * Toolbar stylesheet
 *
 * @package   website
 * @author    Nigel McNie
 * @copyright (C) 2005, Nigel McNie
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL
 * @version   $Id: toolbar.css,v 1.7 2005/06/06 22:32:40 nigel Exp $
 */

#toolbar, #toolbar-minimised-left, #toolbar-minimised-right {
    width: 100%;
    height: 21px;
    vertical-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-family: Verdana;
    font-size: x-small;
    padding: 2px 5px;
    border-bottom: 1px solid #bbb;
    color: #008000;
    background-color:#ffb;
}
#toolbar a {
	font-size: x-small;
}
#toolbar td {
	font-size: x-small;
	padding: 1px;
}

#tb-rhs {
	text-align: right;
}

#tb-rhs form {
	margin-bottom: 0;
	display: inline;
	margin-right: 3em;
}

#tb-rhs form input {
	border: 1px solid #cc9;
	background-color: #ffc;
}

#tb-rhs #date {
	margin-right: 2em;
	color: #888;
	font-size: x-small;
}

#toolbar-minimised-left, #toolbar-minimised-right {
	width: auto;
	/* Disable by default */
	display: none;
}

#toolbar-minimised-left {
	border-right: 1px solid #bbb;
}

#toolbar-minimised-right {
	border-left: 1px solid #bbb;
	right: 0;
	left: auto;
}

#toolbar a {
	text-decoration: none;
}
