/*

################################################################################
# Application: Seigereyes - CMD Engine
# Developed By: Seigereyes.com
# Copyright (C) Seigereyes.com 2008
# 'All Rights Reserved'
# License: See license-seigereyes
################################################################################

*/

#toolbar {
     background: white;
     padding: 4px;
     border: 1px solid lightgrey;
     position: relative;
}
/* holly hack for IE to get position:bottom right 
   see: http://www.positioniseverything.net/abs_relbugs.html
\*/
* html #toolbar { height: 1px; }
/* */

#toolbar h1 {
     margin: 0;
     font: bold 18px Helvetica, sans-serif;
}

#toolbar ul {
     list-style: none;
     padding: 0;
     margin: 0;
}

#toolbar ul#sidebar-controls {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#toolbar ul li {
     display: inline;
}

#toolbar ul li a {
     padding: 3px 6px;
     color: #444;
     text-decoration: none;
     font-size: 10px;
}

#toolbar ul li a:hover {
     color: #aaa;
     background: #444;
}

