/**
 * Copyright (c) 2005 Margaret Early, The Multiliteracy Project.
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.txt.
 *
 * Stylesheet just for nice looking buttons (as of writing this, used in workspace home 
 * and stats observations page.
 *
 * $Id: button.css,v 1.2 2006/08/22 22:29:10 david Exp $
 */


.buttons {
	float: right;
	cursor: hand;
	/*margin-bottom: 0.5em;*/
}

.buttons li {
	float: left;
	padding: 0;
	border-left: 1px solid #AAA;
}

.buttons li.last {
	border-right: 1px solid #AAA;
}

.buttons li.seperator {
	height: 1em;
	width: 3em;
}

.topButtons {
	margin: 0 0 0.5em 0.4em;
	border-right: 1px solid #757575;
}

.topButtons li {
	border-bottom: none;
	border-left: 1px solid #757575;
}

.topButtons li.last {
	/*border-left: none;*/
}

.bottomButtons {
	margin-top: 0.75em;
	margin-left: 0.1em;
	float: left;
}

.bottomButtons li {
	border-bottom: 1px solid #AAA;	
}

.bottomButtons li.seperator {
	border: none;
	font-size: 0.85em;
}

.buttons a, .buttons .button {
	display: block;
	padding: 0.1em 1em 0.1em 1em;
}

.buttons a:hover, .buttons .buttonHover {
	background-color: #EEE;
}

.inner .buttons {
	display: block;
	float: right;
	margin-top: 0;
	/*background-color: #EEE;*/
}

.inner .buttons li {
	border-bottom: none;
	border-left: none; /*1px solid #CCC;*/
	padding-bottom: 0.05em;
	padding-top: 0.05em;
	float: left;
}
