/* Standard Global Button  */
.x-btn
{
	margin-left:5px;
	/*border:1px solid;	
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.1);	
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;*/
	background: #34699f url(//cakecdn.com/portals/150205/images/alert-overlay.png) repeat-x !important; 
	/*display: inline-block; */
    background-color: #34699f;
	color: #fff !important; 
	text-decoration: none;
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	/*border-bottom: 1px solid rgba(0,0,0,0.25);*/
	position: relative;
	cursor: pointer;
	font-size: 11px;
	line-height:12px !important;
	padding-left: 3px;
	padding-right: 3px;
	
}

.x-btn:hover { background-color: #25507c; }
.x-btn:active { background-color: #142c44; }

.x-btn-noicon .x-btn-small .x-btn-text 
{
    color: #fff !important; 
height:14px;
}

.x-btn-text-icon .x-btn-icon-small-left .x-btn-text {
color: #fff !important; 
height:14px;
}

.x-btn:hover
{
	cursor:pointer;
}

/**
 * Buttons in the toolbars
 */
.x-panel-bbar .x-toolbar .x-btn,
.x-panel-tbar .x-toolbar .x-btn
{
	border:0;
}

.x-panel-bbar .x-toolbar-left .x-btn
{
	background:none !important;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	height:10px;
}

/**
 * Buttons in the dropdown date menu
 */
.x-date-menu .x-btn
{
	height:auto;
	line-height:1;
	border:0;
}
.x-date-menu .x-date-middle .x-btn {background:none}
.x-date-menu .x-date-middle .x-btn .x-btn-text {color:#fff;text-shadow:none} 
