
.x-grid3-check-col-on-disabled {
	background-image: url("../images/checked_disabled.png");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	height: 16px;
	width: 100%;
}

.x-grid3-check-col-disabled {
	background-image: url("../images/unchecked_disabled.png");
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	height: 16px;
	width: 100%;
}

.invlist_default .x-grid3-cell-inner {
    color: #000000;
}

.invlist_q_pending .x-grid3-cell-inner {
    color: #FFCD00;
}

.invlist_o_pending .x-grid3-cell-inner {
    color: #00FF00;
}

.invlist_t_pending .x-grid3-cell-inner {
    color: #89CFF0;
}

.invlist_t_in_transfer .x-grid3-cell-inner {
    color: #0000FF;
}

.invlist_consigned .x-grid3-cell-inner {
    color: #FF6681;
}

.invlist_sold .x-grid3-cell-inner {
    color: #9B0000;
}

._cd5c5c .x-grid3-cell-inner {
    color: #cd5c5c;
}

._000000 .x-grid3-cell-inner {
    color: #000000;
}

.red-row .x-grid3-cell-inner {
    color: red;
}

.blue-row .x-grid3-cell-inner {
    color: blue;
}

.lightblue-row .x-grid3-cell-inner {
    color: #6060FF;
}

.pink-row .x-grid3-cell-inner {
    color: #F5C1C1;
}

.green-row .x-grid3-cell-inner {
    color: green;
}

.lightgreen-row .x-grid3-cell-inner {
    color: #D9FFDE;
}

.grey-row .x-grid3-cell-inner {
    color: #777;
}

.purple-row .x-grid3-cell-inner {
    color: #800080;
}

div.rowaction-delete-row:hover {
    background-image: url(../library/client/ext-3.0.0/resources/images/default/layout/tab-close-on.gif);
}

div.rowaction-accept-row:hover {
    background-image: url(../images/icons/accept.png);
}

div.rowaction-open-row:hover {
    background-image: url(../images/icons/zoom_in.png);
}

.rowaction-delete-row {
    background-image: url(../library/client/ext-3.0.0/resources/images/default/layout/tab-close.gif);
    background-repeat:no-repeat;
    background-position: center;
    width:16px;
    height:16px;
    cursor:pointer;
}

.rowaction-accept-row {
    background-image: url(../images/icons/accept.png);
    background-repeat:no-repeat;
    background-position: center;
    width:16px;
    height:16px;
    cursor:pointer;
}

.rowaction-open-row {
    background-image: url(../images/icons/zoom_in.png);
    background-repeat:no-repeat;
    background-position: center;
    width:16px;
    height:16px;
    cursor:pointer;
}

.row_bf4343 .x-grid3-cell-inner {
    color: #BF4343;
}

.row_cfa3a3 .x-grid3-cell-inner {
    color: #CFA3A3;
}

.row_ffbfc1 .x-grid3-cell-inner {
    color: #FFBFC1;
}

.row_90bfde .x-grid3-cell-inner {
    color: #90BFDE;
}

.row_ffbfc1 .x-grid3-cell-inner {
    color: #FFBFC1;
}

#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:250px;
    z-index:20000;
}

.add_icon { background-image: url(../library/client/ext-3.0.0/resources/images/icons/add.gif) 0 6px no-repeat !important; }

.images-view .x-panel-body {
	background: white;
	font: 11px Arial, Helvetica, sans-serif;
}
.images-view .thumb{
	background: #dddddd;
	padding: 3px;
}
.images-view .thumb img{
	height: 60px;
	width: 80px;
}
.images-view .thumb-wrap{
	float: left;
	margin: 4px;
	margin-right: 0;
	padding: 5px;
}
.images-view .thumb-wrap span{
	display: block;
	overflow: hidden;
	text-align: center;
}

.images-view .x-view-over{
    border:1px solid #dddddd;
    background: #efefef url(../library/client/ext-3.0.0/resources/images/default/grid/row-over.gif) repeat-x left top;
	padding: 4px;
}

.images-view .x-view-selected{
	background: #eff5fb url(../library/client/ext-3.0.0/examples/view/images/selected.gif) no-repeat right bottom;
	border:1px solid #99bbe8;
	padding: 4px;
}
.images-view .x-view-selected .thumb{
	background:transparent;
}

.images-view .loading-indicator {
	font-size:11px;
	background-image:url('../library/client/ext-3.0.0/resources/images/default/grid/loading.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	margin:10px;
}

