/*
 * Ext JS Library 2.0.1
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */
/*
.x-toolbar{
    display: block;
	padding: 2px;
    background: none;
    border: none;
    position:relative;
    zoom:1;
}
.x-toolbar .x-item-disabled .x-btn-icon {
    opacity: .35;
    -moz-opacity: .35;
    filter: alpha(opacity=35);
}
.x-toolbar td {
	vertical-align:middle;
}
.mso .x-toolbar, .x-grid-mso .x-toolbar{
	border: 0 none;
	background: url(../images/gray/grid/mso-hd.gif);
}
.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
	white-space: nowrap;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
}
.x-toolbar .x-item-disabled {
	color:gray;
	cursor:default;
	opacity:.6;
	-moz-opacity:.6;
	filter:alpha(opacity=60);
}
.x-toolbar .x-item-disabled * {
	color:gray;
	cursor:default;
}*/
/*
.x-toolbar .x-btn-left{
	background:none;
}
.x-toolbar .x-btn-right{
	background:none;
}
.x-toolbar .x-btn-center{
	background:none;
	padding:0 0;
}
.map-toolbar .x-btn-menu-text-wrap .x-btn-center button{
	padding-right:2px;
}
.ext-gecko .map-toolbar .x-btn-menu-text-wrap .x-btn-center button{
	padding-right:0;
}
.map-toolbar .x-btn-menu-arrow-wrap .x-btn-center button{
	padding:0 2px;
}

.map-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
    width:12px;
    background:transparent url(../img/btn-arrow.gif) no-repeat 0 3px;
}
.map-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
    width:12px;
    background:transparent url(../img/btn-arrow.gif) no-repeat 0 3px;
}
.map-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
	background-position: 0 -47px;
}
*/

.map-toolbar table{
    width: 100%;
}
.map-toolbar{
    display: block;
    background: none;
    border: none;
}
.map-toolbar  .x-btn  {
	height: 24px;
}
/* .x-btn-over*/
.map-toolbar  .x-btn  .x-btn-left{
	background: url(../img/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
}
.map-toolbar .x-btn .x-btn-right{
	background: url(../img/toolbar/tb-btn-sprite.gif) no-repeat 0 -24px;
}
.map-toolbar .x-btn  .x-btn-center{
	background: url(../img/toolbar/tb-btn-sprite.gif) repeat-x 0 -48px;
}

.map-toolbar  .x-btn-over  .x-btn-left{
	background: url(../img/toolbar/tb-btn-sprite.gif) no-repeat 0 -72px;
}
.map-toolbar .x-btn-over .x-btn-right{
	background: url(../img/toolbar/tb-btn-sprite.gif) no-repeat 0 -96px;
}
.map-toolbar .x-btn-over  .x-btn-center{
	background: url(../img/toolbar/tb-btn-sprite.gif) repeat-x 0 -120px;
}

.map-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
	background: url(../img/toolbar/tb-btn-sprite.gif) no-repeat 0 -144px;
}
.map-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
	background: url(../img/toolbar/tb-btn-sprite.gif) no-repeat 0 -168px;
}
.map-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
	background: url(../img/toolbar/tb-btn-sprite.gif) repeat-x 0 -192px;
}
/*
.x-toolbar .x-btn-with-menu .x-btn-center em{
	padding-right: 12px;
}
*/
/* .x-btn-text*/
.map-toolbar  .x-btn-toolbar  .x-btn-center {
	/*background-position: center;
	background-repeat: no-repeat;
	height: 24px;
	cursor: pointer;
	white-space: nowrap;
    padding: 0;*/
	width: 19px; /* -3px à droite et 3px à gauche */
}
.map-toolbar  .x-btn-toolbar  .x-btn-center  .x-btn-text{
	height: 20px;
	width: 19px; /* -3px à droite et 3px à gauche */
}
/*
.x-btn-icon .x-btn-center{
	padding: 1px;
}
.x-btn em {
    font-style: normal;
    font-weight: normal;
}*/