#logo {
	background: url(../images/logo.png) #bdd3ef no-repeat !important;
}

.wallpaper {
    background: url(../images/wallpaper.png) #ffffff no-repeat center center;
}


.x-form-field-description {
	color: #c6c6c6;
}

/* Display dataview icon horizontally when applied to itemCls */
.x-dataview-item-horizontal {
	display: inline-block;
}

/* Web desktop shortcuts */

.shortcut {
    cursor: pointer;
    text-align: center;
    padding: 8px;
    margin: 8px;
    width: 64px;
    display: inline-block;
}

.shortcut-icon {
    width: 48px;
    height: 48px;
    background-color: transparent;
    background-repeat: no-repeat;
}

.shortcut-text {
    font: normal 10px tahoma,arial,verdana,sans-serif;
    text-decoration: none;
    padding-top: 5px;
    color: black;
}

.x-view-over .shortcut-text {
    text-decoration: underline;
}

.users-shortcut {
    background-image: url(../images/shortcut/users2.png);
}
.x-ie6 .users-shortcut {
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shortcut/users2.png', sizingMethod='scale');
}

.recordings-shortcut {
    background-image: url(../images/shortcut/telephone.png);
}
.x-ie6 .recordings-shortcut {
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shortcut/telephone.png', sizingMethod='scale');
}

.profile-shortcut {
    background-image: url(../images/shortcut/user1_preferences.png);
}
.x-ie6 .profile-shortcut {
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shortcut/user1_preferences.png', sizingMethod='scale');
}

.forms-shortcut {
    background-image: url(../images/shortcut/document.png);
}
.x-ie6 .forms-shortcut {
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shortcut/document.png', sizingMethod='scale');
}

/* /Web desktop shortcuts */

/* Manage Order styling */
.gridOrders .x-grid-row .x-grid-cell-inner {
    white-space: normal;
}
.gridOrders .x-grid-row-over .x-grid-cell-inner {
    white-space: normal;
}
/* /Manage Order styling */


/* Form shortcuts */

.order-form {
    background-image: url(../images/form/document_new.png);
}
.x-ie6 .order-form {
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/form/document_new.png', sizingMethod='scale');
}
.modify-form {
    background-image: url(../images/form/document_exchange.png);
}
.x-ie6 .modify-form {
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/form/document_exchange.png', sizingMethod='scale');
}
.manage-form {
    background-image: url(../images/form/documents_gear.png);
}
.x-ie6 .manage-form {
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/form/documents_gear.png', sizingMethod='scale');
}

/* /Form shortcuts */

.btnListen {
    background-image: url(../images/media_play_green.png) !important;
}
.btnClear {
    background-image: url(../images/erase.png) !important;
}
.btnExport {
    background-image: url(../images/disk_blue.png) !important;
}
.btnSites {
    background-image: url(../images/earth.png) !important;
}
.btnPolicies {
    background-image: url(../images/safe.png) !important;
}
.btnReferrers {
    background-image: url(../images/users4.png) !important;
}
.btnSend {
    background-image: url(../images/mail_forward.png) !important;
}
.btnReport {
    background-image: url(../images/document.png) !important;
}
.btnRunReport {
    background-image: url(../images/scroll_run.png) !important;
}

.btnAdd {
    background-image: url(../images/add.png) !important;
}
.btnEdit {
    background-image: url(../images/pencil.png) !important;
}
.btnSave {
    background-image: url(../images/disk_blue.png) !important;
}
.btnApply, .btnCompleted {
    background-image: url(../images/check.png) !important;
}
.btnSync {
	background-image: url(../images/document_exchange.png) !important;	
}
.btnRefresh {
	background-image: url(../images/refresh.png) !important;		
}
.btnDelete, .btnCancel, .btnClose, .btnCancelled {
    background-image: url(../images/delete.png) !important;
}
.btnConfig, .btnInProgress {
    background-image: url(../images/gear.png) !important;
}
.btnPending {
    background-image: url(../images/clock.png) !important;
}


.btnLogin {
    background-image: url(../images/check.png) !important;
}
.btnLogout {
    background-image: url(../images/delete.png) !important;
}


.columnIcon {
	width: 16px; 
	height: 16px;
	float: left;
	margin-right: 4px;
}
