/*!
 * Ext JS Library 3.0+
 * Copyright(c) 2006-2009 Ext JS, LLC
 * licensing@extjs.com
 * http://www.extjs.com/license
 */

.example-info{
	width:150px;
	border:1px solid #c3daf9;
	border-top:1px solid #DCEAFB;
	border-left:1px solid #DCEAFB;
	background:#ecf5fe url( info-bg.gif ) repeat-x;
	font-size:10px;
	padding:8px;
}
pre.code{
	border: 1px solid #e8e8e8;
	padding:10px;
	margin:10px;
	margin-left:0px;
	border-left:5px solid #e8e8e8;
	font-size: 12px !important;
	line-height:14px !important;
}
.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    right:10px;
    width:250px;
    z-index:20000;
}
.x-grid3-row-body p {
    margin:5px 5px 10px 5px !important;
}

.x-grid3-row td {
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select:ignore;
}


.x-item-disabled {
    color:black !important;
}
.x-item-disabled * {
    color:black !important;
}
.x-item-disabled {
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=100);
}

/**
.x-grid3-cell-selectable, .x-grid3-cell-selectable * {
	-moz-user-select: text !important; 
	-khtml-user-select: text!important;
}
*/
