/**
 * webEdition CMS
 *
 * This source is part of webEdition CMS. webEdition CMS 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
 * any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 * A copy is found in the textfile
 * webEdition/licenses/webEditionCMS/License.txt
 *
 * @category   webEdition
 * @package    webEdition_base
 * @copyright  Copyright (c) 2008 living-e AG (http://www.living-e.com)
 * @license    http://www.gnu.org/copyleft/gpl.html  GPL
 */

.weBtn, .weBtnLeft, .weBtnMiddle, .weBtnRight, .weBtnClicked, .weBtnLeftClicked, .weBtnMiddleClicked, .weBtnRightClicked, .weBtnDisabled, .weBtnLeftDisabled, .weBtnMiddleDisabled, .weBtnRightDisabled {
	height:22px ! important;
	-moz-user-select: none ! important;
}

.weBtn,.weBtnDisabled,.weBtnClicked{
	width:auto;
	background-color:transparent ! important;
}

.weBtnLeft,.weBtnLeftDisabled,.weBtnLeftClicked{
	width:6px ! important;
	background-position: top left;
}

.weBtnMiddle,.weBtnMiddleDisabled,.weBtnMiddleClicked{
	width:auto;
	background-position: top;
}

.weBtnRight,.weBtnRightDisabled,.weBtnRightClicked{
	width:6px ! important;
	background-position: top right;
}

.weBtn{
	cursor:pointer;
}

.weBtnLeft{
	background-image: url(../images/button/btn_normal_left.gif);
}

.weBtnImage{
	border: 0;
}


.weBtnLeft, .weBtnMiddle, .weBtnRight, .weBtnMiddleDisabled, .weBtnMiddleClicked, .weBtnRightClicked, .weBtnRightDisabled,.weBtnLeftDisabled,.weBtnLeftClicked{
		border: 0px ! important;
		margin: 0px ! important;
		padding: 0px ! important;
}

.weBtnMiddle,.weBtnMiddleClicked,.weBtnMiddleDisabled{
	font-family: verdana, arial, helvetica;
	background-repeat: repeat-x;
	font-size: 10px ! important;
	text-align: center;
	padding-top: 1px ! important;
}
.weBtnMiddle{
	background-image: url(../images/button/btn_normal_middle.gif);
	color: black ! important;
}
.weBtnRight{
	background-image: url(../images/button/btn_normal_right.gif);
}
.weBtnLeftClicked{
	background-image: url(../images/button/btn_clicked_left.gif);
}
.weBtnMiddleClicked{
	background-image: url(../images/button/btn_clicked_middle.gif);
	color: black ! important;
}
.weBtnRightClicked{
	background-image: url(../images/button/btn_clicked_right.gif);
}
.weBtnLeftDisabled{
	background-image: url(../images/button/btn_disabled_left.gif);
}
.weBtnMiddleDisabled{
	background-image: url(../images/button/btn_disabled_middle.gif);
	color: gray ! important;
}
.weBtnRightDisabled{
	background-image: url(../images/button/btn_disabled_right.gif);
}

.weBtnDisabled{
	cursor:default;
}

