/*
 * toolbar.css
 * Cascading Style Sheet (CSS)
 * für PLS Manage-It!/YourWeb
 *
 * copyright(c)1994-2005
 * PORT & LAMMERS Gesellschaft für Systemberatung mbH
 * All rights reserved.
 *
 * http://www.PortUndLammers.de · info@PortUndLammers.de
 */

/***********************************************************
 *
 *		Definitionen für Toolbars und Buttons
 *
 ***********************************************************/
span.toolbar{
	position: relative;
	left:50px;
	z-index:1;
}

td.toolbarField{
	width:20%;
}

a.button{
	position:relative;
	width:96px;
	height:17px;
	display:block;
	line-height:14px;
	cursor: pointer;

	background-color:#5291ef;
	background:url("rr-o?OpenImageResource") repeat-x;
	border:1px solid #06c;

	font-weight:bold;
	font-size:9px;
	color:white;
	letter-spacing:0px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
}

a.button:hover{
	background-color:#91B9E4;
	background-image:none;
	color:white;
}

img.buttonIconRight {
	position:relative;
	top:2px;
	left:5px;
	border:none;
}

img.buttonIconLeft {
	position:relative;
	top:2px;
	left:-5px;
	border:none;
}
