/*
 * Ext JS Library 2.0
 * Copyright(c) 2006-2007, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://www.extjs.com/license
 */

html, body {
	margin: 0;
	padding: 0;
	border: 0 none;
	overflow: hidden;
	height: 100%;
	background-color: #dbe6f5;
}

.start {
	background-image: url(../images/taskbar/blue/startbutton-icon.png) !important;
}

.quickstart-menubutton {
	background-image: url(../images/taskbar/blue/quickstart-menubutton-icon.gif) !important;
}

.bogus {
	background-image: url( ../images/bogus.png ) !important;
}

.wh-win {
	background-image: url( ../images/bogus-anim.gif ) !important;
}

.wh-toolbar {
	background-image: url( ../images/toolbar.png ) !important;
}

.logout {
	background-image: url( ../images/logout.png ) !important;
}

.settings {
	background-image: url( ../images/gears.png ) !important;
}

#dpanels {
	width: 250px;
	float: right;
}

#dpanels .x-panel {
	margin: 15px;
}

#dpanels .x-date-picker {
	border: 0 none;
	border-top: 0 none;
	background: transparent;
}

#dpanels .x-date-picker td.x-date-active {
	background: #dbe6f5;
}

#dpanels .x-date-picker {
	width: 100% !important;
}

#x-desktop {
	width: 100%;
	height: 100%;
	border: 0 none;
	position: relative;
    overflow:hidden;
    zoom:1;
    background:#dbe6f5 url( ../wallpapers/desktop.jpg ) ;
}

#ux-taskbar .x-btn {
	float: left;
	margin: 1px 0 0 1px;
    position:relative;
}

#ux-taskbar-start .x-btn {
	float: left;
	margin: 0;
	padding-left: 8px;
    position:relative;
}

#ux-taskbar button {
	/* width: 150px;
	overflow: hidden; */
	text-align: left;
	color: #ffffff;
}
#title-bar-wrapper {
	height:35px;
}

#title-bar {
	color: #225599;
	padding: 9px 7px;
	font: bold 16px tahoma,arial,verdana,sans-serif;
	float:left;
}

#x-logout {
	float:right;
	padding:6px 7px;
}

.x-btn-text-icon .x-btn-center .logout {
	background-position:0pt 3px;
	background-repeat:no-repeat;
	padding:3px 0pt 3px 18px;
}

#ux-taskbar {
	background:transparent none;
	height:30px;
	margin:0;
	padding:0;
	position:relative;
	z-index:12001;
}

.x-btn-icon .ux-quickstart-button-center .x-btn-text{
	background-position: center;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	cursor:pointer;
	white-space: nowrap;
    padding:0;
}

.x-btn-icon .ux-taskbutton-center .x-btn-text{
	background-position: center;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	cursor:pointer;
	white-space: nowrap;
    padding:0;
}

.x-btn-icon .ux-taskbutton-center{
	padding:1px;
}

.x-btn-text-icon .ux-taskbutton-center .x-btn-text{
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding:7px 0px 7px 20px;
}

.x-btn-text-icon .ux-startbutton-center .x-btn-text{
	background-position: 0 1px;
	background-repeat: no-repeat;
	color:#000000 !important;
	font-weight:bold;
	padding:7px 0px 7px 32px;
}

.ux-taskbutton-left, .ux-taskbutton-right{
	font-size:1px;
    line-height:1px;
}
.ux-taskbutton-left{
	width:4px;
	height:28px;
	background:url(../images/taskbar/blue/taskbutton.gif) no-repeat 0 0;
}
.ux-taskbutton-right{
	width:4px;
	height:28px;
	background:url(../images/taskbar/blue/taskbutton.gif) no-repeat 0 -28px;
}
.ux-taskbutton-left i, .ux-taskbutton-right i{
	display:block;
    width:4px;
    overflow:hidden;
    font-size:1px;
    line-height:1px;
}
.ux-taskbutton-center{
	background:url(../images/taskbar/blue/taskbutton.gif) repeat-x 0 -56px;
	vertical-align: middle;
	text-align:center;
	padding:0 5px;
	cursor:pointer;
	white-space:nowrap;
}

#ux-taskbar .ux-taskbutton-left{ 
	background-position:0 0;
}
#ux-taskbar .ux-taskbutton-right{
	background-position:0 -28px;
}
#ux-taskbar .ux-taskbutton-center{
	background-position:0 -56px;
}

#ux-taskbar .x-btn-over .ux-taskbutton-left{
	background-position:0 -252px;
}
#ux-taskbar .x-btn-over  .ux-taskbutton-right{
	background-position:0 -280px;
}
#ux-taskbar .x-btn-over .ux-taskbutton-center{
	background-position:0 -308px;
}

#ux-taskbar .x-btn-click .ux-taskbutton-left{
	background-position:0 -168px;
}
#ux-taskbar .x-btn-click  .ux-taskbutton-right{
	background-position:0 -196px;
}
#ux-taskbar .x-btn-click .ux-taskbutton-center{
	background-position:0 -224px;
}

#ux-taskbar .active-win .ux-taskbutton-left{
	background-position:0 -84px;
}
#ux-taskbar .active-win  .ux-taskbutton-right{
	background:url(../images/taskbar/blue/taskbutton.gif) no-repeat 0 -112px;
}
#ux-taskbar .active-win .ux-taskbutton-center{
	background:url(../images/taskbar/blue/taskbutton.gif) repeat-x 0 -140px;
}
#ux-taskbar .active-win .ux-taskbutton-center button {
    color:#fff;
}

#spacer {
	height: 25px;
	float: left;
	width: 0;
	overflow: hidden;
	margin-top: 2px;
}

.x-window-body p,.x-panel-body p {
	padding: 10px;
	margin: 0;
}

.x-window-body {
	background: white;
}

.x-window-mc {
	background:#c7d6e9 none;
	border:1px solid #000000;
}

.x-window-maximized .x-window-bc {
	height:0;
}

.icon-grid {
    background-image:url(../images/grid.png) !important;
}
.add {
    background-image:url(../../Ext/shared/icons/fam/add.gif) !important;
}
.option {
    background-image:url(../../Ext/shared/icons/fam/plugin.gif) !important;
}
.remove {
    background-image:url(../../Ext/shared/icons/fam/delete.gif) !important;
}
.save {
    background-image:url(../../Ext/shared/icons/save.gif) !important;
}
.accordion {
    background-image:url(../images/accordian.gif) !important;
}
.tabs {
    background-image:url(../images/tabs.gif) !important;
}

/* IM window icons */

.user {
    background-image:url(../images/member.png) !important;
	color: #2d5d92;
}

.user-add {
    background-image:url(../../Ext/shared/icons/fam/user_add.png) !important;
}

.user-delete {
    background-image:url(../../Ext/shared/icons/fam/user_delete.png) !important;
}

.connect {
    background-image:url(../../Ext/shared/icons/fam/connect.png) !important;
}

.user-girl {
    background-image:url(../../Ext/shared/icons/fam/user_female.png) !important;
}

.user-kid {
    background-image:url(../../Ext/shared/icons/fam/user_green.png) !important;
}

.user-suit {
    background-image:url(../../Ext/shared/icons/fam/user_suit.png) !important;
}

.ux-start-menu {
	background:transparent none;
	border:0px none;
	padding:0;
}

.ux-start-menu-tl .x-window-header {
	color:#f1f1f1;
	font:bold 11px tahoma,arial,verdana,sans-serif;
    padding:5px 0 4px 0;
}

.x-panel-tl .x-panel-icon, .ux-start-menu-tl .x-panel-icon {
	background-position:0pt 4px;
	background-repeat:no-repeat;
	padding-left:20px !important;
}

.ux-start-menu-tl {
	background: transparent url(../images/taskbar/blue/start-menu-left-corners.png) no-repeat 0 0;
	padding-left:6px;
    zoom:1;
    z-index:1;
    position:relative;
}

.ux-start-menu-tr {
	background: transparent url(../images/taskbar/blue/start-menu-right-corners.png) no-repeat right 0;
	padding-right:6px;
}

.ux-start-menu-tc {
	background: transparent url(../images/taskbar/blue/start-menu-top-bottom.png) repeat-x 0 0;
	overflow:hidden;
    zoom:1;
}

.ux-start-menu-ml {
	background: transparent url(../images/taskbar/blue/start-menu-left-right.png) repeat-y 0 0;
	padding-left:6px;
    zoom:1;
}

.ux-start-menu-bc {
	background: transparent url(../images/taskbar/blue/start-menu-top-bottom.png) repeat-x 0 bottom;
    zoom:1;
}

.ux-start-menu-bc .x-window-footer {
    padding-bottom:6px;
    zoom:1;
    font-size:0;
    line-height:0;
}

.ux-start-menu-bl {
	background: transparent url(../images/taskbar/blue/start-menu-left-corners.png) no-repeat 0 bottom;
	padding-left:6px;
    zoom:1;
}

.ux-start-menu-br {
	background: transparent url(../images/taskbar/blue/start-menu-right-corners.png) no-repeat right bottom;
	padding-right:6px;
    zoom:1;
}

.x-panel-nofooter .ux-start-menu-bc {
	height:6px;
}

.ux-start-menu-splitbar-h {
	background-color:#d0d0d0;
}


.ux-start-menu-bwrap {
	background:transparent none;
	border:0px none;
}

.ux-start-menu-body {
	background:transparent none;
	border:0px none;
}

.ux-start-menu-apps-panel {
	background:#dbe6f5 none;
	border:1px solid #91aaca;
}

.ux-start-menu-tools-panel {
	border:0px none;
	background:transparent url(../images/taskbar/blue/start-menu-right.png) repeat-y scroll right 0pt;
}

#ux-taskbar-start {
	background:#000000 url(../images/taskbar/blue/taskbar-start-panel-bg.gif) repeat-x left top;
	left:0px;
	padding:0;
	position:absolute;
}

#ux-quickstart-panel {
	background:#000000 url(../images/taskbar/blue/taskbar-start-panel-bg.gif) repeat-x left top;
	left:0px;
	padding:0;
	position:absolute;
}

#ux-taskbar-start .x-toolbar {
	background: none;
	padding:0px;
	border:0px none;
}

#ux-taskbuttons-panel {
	background:#000000 url(../images/taskbar/blue/taskbuttons-panel-bg.gif) repeat-x left top;
	padding-top:0;
	position:relative;
}

.ux-quickstart-strip-wrap {
	width:100%;
    overflow:hidden;
    position:relative;
    zoom:1;
}

ul.ux-quickstart-strip {
	display:block;
	width:5000px;
    zoom:1;
}

ul.ux-quickstart-strip li {
    float:left;
    margin-left:0px;
}


ul.ux-quickstart-strip li.ux-quickstart-edge {
    float:left;
    margin:0 !important;
    padding:0 !important;
    border:0 none !important;
    font-size:1px !important;
    line-height:1px !important;
    overflow:hidden;
    zoom:1;
    background:transparent !important;
    width:1px;
}

.ux-taskbuttons-strip-wrap {
	/* overflow:hidden;
	position:relative;
	width:100%; */
	
	width:100%;
    overflow:hidden;
    position:relative;
    zoom:1;
}

ul.ux-taskbuttons-strip {
	display:block;
	width:5000px;
    zoom:1;
}

ul.ux-taskbuttons-strip li {
    float:left;
    margin-left:2px;
}


ul.ux-taskbuttons-strip li.ux-taskbuttons-edge {
    float:left;
    margin:0 !important;
    padding:0 !important;
    border:0 none !important;
    font-size:1px !important;
    line-height:1px !important;
    overflow:hidden;
    zoom:1;
    background:transparent !important;
    width:1px;
}

.x-clear {
    clear:both;
    height:0;
    overflow:hidden;
    line-height:0;
    font-size:0;
}

.x-taskbuttons-scrolling {
	position:relative;
}

.x-taskbuttons-scrolling .ux-taskbuttons-strip-wrap {
	margin-left:18px;
	margin-right:18px;
}

td.ux-taskButtons-edge {
    /*float:left;*/
    margin:0 !important;
    padding:0 !important;
    border:0 none !important;
    font-size:1px !important;
    line-height:1px !important;
    overflow:hidden;
    zoom:1;
    background:transparent !important;
    width:1px;
}

.ux-taskbuttons-scroller-left {
    background: transparent url(../images/taskbar/blue/scroll-left.gif) no-repeat -18px 0;
    width:18px;
    position:absolute;
    left:1px;
    top:0px;
    z-index:10;
    cursor:pointer;
}
.ux-taskbuttons-scroller-left-over {
    background-position: 0 0;
}
.ux-taskbuttons-scroller-left-disabled {
    background-position: -18px 0;
    opacity:.5;
    -moz-opacity:.5;
    filter:alpha(opacity=50);
    cursor:default;
}
.ux-taskbuttons-scroller-right {
    background: transparent url(../images/taskbar/blue/scroll-right.gif) no-repeat 0 0;
    width:18px;
    position:absolute;
    right:0;
    top:0px;
    z-index:10;
    cursor:pointer;
}
.ux-taskbuttons-scroller-right-over {
    background-position: -18px 0;
}
.ux-taskbuttons-scroller-right-disabled {
    background-position: 0 0;
    opacity:.5;
    -moz-opacity:.5;
    filter:alpha(opacity=50);
    cursor:default;
}

.ux-toolmenu-sep {
	background-color:#91aaca;
	display:block;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:2px 3px;
}

.x-menu-item {
	padding: 1px 0px;
}

.x-menu-item-active {
	background: #f5f8fb url(../images/taskbar/blue/app-item-over.gif) repeat-x left bottom;
	color: #ffffff;
}

ul.x-menu-list li.x-menu-list-item a.x-menu-item {
	color:#2d5d92;
}

ul.x-menu-list li.x-menu-list-item .x-menu-item-active a.x-menu-item {
	color:#ffffff;
}

.ux-start-menu-tools-panel .x-menu-item-active {
	background: #c2d7ed url(../images/taskbar/blue/tool-item-over.gif) repeat-x left bottom;
	border:1px solid #9dbde1;
	color:#ffffff;
	padding: 0;
}

.ux-start-menu-tools-panel .x-menu-item-active a {
	color: #ffffff;
}

#ux-taskbar .x-splitbar-h {
	background:#000000 url(../images/taskbar/blue/taskbar-split-h.gif) no-repeat 0 0;
	width:14px;
}

.x-window-header-text {
	color:#2d5d92;
	cursor:default;
}

/*
 * Begin Start button
 */
.ux-startbutton-left, .ux-startbutton-right{
	font-size:1px;
    line-height:1px;
}
.ux-startbutton-left{
	width:10px;
	height:30px;
	background:url(../images/taskbar/blue/startbutton.gif) no-repeat 0 0;
}
.ux-startbutton-right{
	width:10px;
	height:30px;
	background:url(../images/taskbar/blue/startbutton.gif) no-repeat 0 -28px;
}
.ux-startbutton-left i, .ux-startbutton-right i{
	display:block;
    width:10px;
    overflow:hidden;
    font-size:1px;
    line-height:1px;
}
.ux-startbutton-center{
	background:url(../images/taskbar/blue/startbutton.gif) repeat-x 0 -56px;
	vertical-align: middle;
	text-align:center;
	padding:0;
	cursor:pointer;
	white-space:nowrap;
}

#ux-taskbar .ux-startbutton-left{ 
	background-position:0 0;
}
#ux-taskbar .ux-startbutton-right{
	background-position:0 -30px;
}
#ux-taskbar .ux-startbutton-center{
	background-position:0 -60px;
}

#ux-taskbar .x-btn-over .ux-startbutton-left{
	background-position:0 -270px;
}
#ux-taskbar .x-btn-over  .ux-startbutton-right{
	background-position:0 -300px;
}
#ux-taskbar .x-btn-over .ux-startbutton-center{
	background-position:0 -330px;
}

#ux-taskbar .x-btn-click .ux-startbutton-left{
	background-position:0 -180px;
}
#ux-taskbar .x-btn-click  .ux-startbutton-right{
	background-position:0 -210px;
}
#ux-taskbar .x-btn-click .ux-startbutton-center{
	background-position:0 -240px;
}

#ux-taskbar .active-win .ux-startbutton-left{
	background-position:0 -90px;
}
#ux-taskbar .active-win  .ux-startbutton-right{
	background:url(../images/taskbar/blue/startbutton.gif) no-repeat 0 -120px;
}
#ux-taskbar .active-win .ux-startbutton-center{
	background:url(../images/taskbar/blue/startbutton.gif) repeat-x 0 -150px;
}
#ux-taskbar .active-win .ux-startbutton-center button {
    color:#fff;
}
/*
 * End Start button
 */
 
 
 
 /*
 * Begin QuickStart button
 */
.ux-quickstart-button-left, .ux-quickstart-button-right{
	font-size:1px;
    line-height:1px;
}
.ux-quickstart-button-left{
	width:4px;
	height:28px;
	background:url(../images/taskbar/blue/quickstart-button.gif) no-repeat 0 0;
}
.ux-quickstart-button-right{
	width:4px;
	height:28px;
	background:url(../images/taskbar/blue/quickstart-button.gif) no-repeat 0 -28px;
}
.ux-quickstart-button-left i, .ux-quickstart-button-right i{
	display:block;
    width:4px;
    overflow:hidden;
    font-size:1px;
    line-height:1px;
}
.ux-quickstart-button-center{
	background:url(../images/taskbar/blue/quickstart-button.gif) repeat-x 0 -56px;
	vertical-align: middle;
	text-align:center;
	padding:0;
	cursor:pointer;
	white-space:nowrap;
}

#ux-taskbar .ux-quickstart-button-left{ 
	background-position:0 0;
}
#ux-taskbar .ux-quickstart-button-right{
	background-position:0 -28px;
}
#ux-taskbar .ux-quickstart-button-center{
	background-position:0 -56px;
}

#ux-taskbar .x-btn-over .ux-quickstart-button-left,
#ux-taskbar .x-btn-menu-active .ux-quickstart-button-left{
	background-position:0 -252px;
}
#ux-taskbar .x-btn-over  .ux-quickstart-button-right,
#ux-taskbar .x-btn-menu-active .ux-quickstart-button-right{
	background-position:0 -280px;
}
#ux-taskbar .x-btn-over .ux-quickstart-button-center,
#ux-taskbar .x-btn-menu-active .ux-quickstart-button-center{
	background-position:0 -308px;
}

#ux-taskbar .x-btn-click .ux-quickstart-button-left{
	background-position:0 -168px;
}
#ux-taskbar .x-btn-click  .ux-quickstart-button-right{
	background-position:0 -196px;
}
#ux-taskbar .x-btn-click .ux-quickstart-button-center{
	background-position:0 -224px;
}

#ux-taskbar .active-win .ux-quickstart-button-left{
	background-position:0 -84px;
}
#ux-taskbar .active-win  .ux-quickstart-button-right{
	background-position:0 -112px;
}
#ux-taskbar .active-win .ux-quickstart-button-center{
	background-position:0 -140px;
}
/*
 * End QuickStart button
 */
 
 
 /*
  * Begin QuickStart MenuButton
  */
 .ux-quickstart-menubutton-wrap {
    /* width:18px; */
    position:absolute;
    right:0;
    top:0px;
    z-index:10;
}
/*
 * End QuickStart MenuButton
 */

body.x-body-masked .x-window-plain .x-window-mc {
/*    background-color: #C7D6E9; */
}

.x-column-menu {
    padding: 0;
    margin: 0;
}
.x-column-menu .x-menu-list {
	background-color: #F0F0F0;
	padding: 2px 2px 2px 3px;
    float: left;
    margin: 0;
}
.x-column-menu .x-menu-item-icon {
    margin: 0 10px 0 0;
}
.x-column-menu .x-menu-item-active {
    margin-left: 0px;
}  
#x-shortcuts {
	margin-top: 20px;
}
#x-shortcuts dt {
	position: absolute;
	text-align: center;
	width: 100px;
}
.drag-active {
	cursor: default !important;
	filter: alpha(opacity=70);
	text-align: center;
	-moz-opacity: 0.7;
	display: block;
	opacity: 0.7;
	width: 100px;
}
#x-shortcuts dt img {
	height: 48px;
	width: 48px;
}
.drag-active img {
	margin-bottom: 2px;
	height: 48px;
	width: 48px;
}
img.publish-full {
	background-image: url(../images/shortcuts/publish_full.png);
}
img.publish-opt {
	background-image: url(../images/shortcuts/publish_opt.png);
}
img.publish-full-nocache {
	background-image: url(../images/shortcuts/publish_full_nocache.png);
}
img.publish-opt-nocache {
	background-image: url(../images/shortcuts/publish_opt_nocache.png);
}
img.publish-full-disabled {
	background-image: url(../images/shortcuts/publish_full_disabled.png);
}
img.publish-opt-disabled {
	background-image: url(../images/shortcuts/publish_opt_disabled.png);
}
img.site-new {
	background-image: url(../images/shortcuts/nuovo_sito.png);
}
img.site-list {
	background-image: url(../images/shortcuts/elenco_siti.png);
}


/* quicklaunch */
#ux-quickstart-panel .x-btn-icon .x-btn-center .publish-full-quicklaunch {
	background-image: url(../images/quicklaunch/publish_full.png);
}
#ux-quickstart-panel .x-btn-icon .x-btn-center .publish-opt-quicklaunch {
	background-image: url(../images/quicklaunch/publish_opt.png);
}
#ux-quickstart-panel .x-btn-icon .x-btn-center .publish-full-disabled-quicklaunch {
	background-image: url(../images/quicklaunch/publish_full_disabled.png);
}
#ux-quickstart-panel .x-btn-icon .x-btn-center .publish-opt-disabled-quicklaunch {
	background-image: url(../images/quicklaunch/publish_opt_disabled.png);
}
#ux-quickstart-panel .x-btn-icon .x-btn-center .publish-full-nocache-quicklaunch {
	background-image: url(../images/quicklaunch/publish_full_nocache.png);
}
#ux-quickstart-panel .x-btn-icon .x-btn-center .publish-opt-nocache-quicklaunch {
	background-image: url(../images/quicklaunch/publish_opt_nocache.png);
}
#ux-quickstart-panel .x-btn-icon .x-btn-center .site-new-quicklaunch {
	background-image: url(../images/quicklaunch/nuovo_sito.png);
}
#ux-quickstart-panel .x-btn-icon .x-btn-center .site-list-quicklaunch {
	background-image: url(../images/quicklaunch/elenco_siti.png);
}

.x-icon-alert {
	background-image: url(../images/notifications/caution.gif) !important;
}
.x-icon-information {
	background-image: url(../images/notifications/information.png) !important;
}
.x-icon-waiting {
	background-image: url(../images/notifications/hourglass.gif) !important;
}
.x-icon-done {
	background-image: url(../images/notifications/clock.gif) !important;
}

/* quickbar */
#x-quicklaunchs {
	display: none;
}

#ux-quickstart-panel {
	background:transparent url(../images/taskbar/blue/taskbar-start-panel-bg.gif) repeat-x left top;
	left:0px;
	padding:0;
	position:absolute;
}

.ux-quickstart-strip-wrap {
	width:100%;
    overflow:hidden;
    position:relative;
    zoom:1;
}

ul.ux-quickstart-strip {
	display:block;
	width:5000px;
    zoom:1;
}

ul.ux-quickstart-strip li {
    float:left;
    margin-left:0px;
}


ul.ux-quickstart-strip li.ux-quickstart-edge {
    float:left;
    margin:0 !important;
    padding:0 !important;
    border:0 none !important;
    font-size:1px !important;
    line-height:1px !important;
    overflow:hidden;
    zoom:1;
    background:transparent !important;
    width:1px;
}

.ux-taskbuttons-strip-wrap {
	/* overflow:hidden;
	position:relative;
	width:100%; */
	
	width:100%;
    overflow:hidden;
    position:relative;
    zoom:1;
}

ul.ux-taskbuttons-strip {
	display:block;
	width:5000px;
    zoom:1;
}

ul.ux-taskbuttons-strip li {
    float:left;
    margin-left:2px;
}


ul.ux-taskbuttons-strip li.ux-taskbuttons-edge {
    float:left;
    margin:0 !important;
    padding:0 !important;
    border:0 none !important;
    font-size:1px !important;
    line-height:1px !important;
    overflow:hidden;
    zoom:1;
    background:transparent !important;
    width:1px;
}

/* Begin QuickStart button */
#ux-quickstart-panel .x-btn-icon .x-btn-center .x-btn-text{
	background-position: center;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	cursor:pointer;
	white-space: nowrap;
    padding:0;
}
#ux-quickstart-panel .x-btn-left, #ux-quickstart-panel .x-btn-right{
	font-size:1px;
    line-height:1px;
}
#ux-quickstart-panel .x-btn-left{
	width:4px;
	height:28px;
	background:url(../images/taskbar/blue/quickstart-button.gif) no-repeat 0 0;
}
#ux-quickstart-panel .x-btn-right{
	width:4px;
	height:28px;
	background:url(../images/taskbar/blue/quickstart-button.gif) no-repeat 0 -28px;
}
#ux-quickstart-panel .x-btn-left i, #ux-quickstart-panel .x-btn-right i{
	display:block;
    width:4px;
    overflow:hidden;
    font-size:1px;
    line-height:1px;
}
#ux-quickstart-panel .x-btn-center{
	background:url(../images/taskbar/blue/quickstart-button.gif) repeat-x 0 -56px;
	width: 24px;
	vertical-align: middle;
	text-align:center;
	padding:0;
	cursor:pointer;
	white-space:nowrap;
}
#ux-quickstart-panel .x-btn-left{ 
	background-position:0 0;
}
#ux-quickstart-panel .x-btn-right{
	background-position:0 0;
}
#ux-quickstart-panel .x-btn-center{
	background-position:0 0;
}
#ux-quickstart-panel .x-btn-over .x-btn-left,
#ux-quickstart-panel .x-btn-menu-active .x-btn-left{
	background-position:0 -252px;
}
#ux-quickstart-panel .x-btn-over  .x-btn-right,
#ux-quickstart-panel .x-btn-menu-active .x-btn-right{
	background-position:0 -280px;
}
#ux-quickstart-panel .x-btn-over .x-btn-center,
#ux-quickstart-panel .x-btn-menu-active .x-btn-center{
	background-position:0 -308px;
}
#ux-quickstart-panel .x-btn-click .x-btn-left{
	background-position:0 -168px;
}
#ux-quickstart-panel .x-btn-click  .x-btn-right{
	background-position:0 -196px;
}
#ux-quickstart-panel .x-btn-click .x-btn-center{
	background-position:0 -224px;
}
#ux-quickstart-panel .active-win .x-btn-left{
	background-position:0 -84px;
}
#ux-quickstart-panel .active-win  .x-btn-right{
	background-position:0 -112px;
}
#ux-quickstart-panel .active-win .x-btn-center{
	background-position:0 -140px;
}
/* End: QuickStart button */
 
/* Begin: quickstart menubutton */
.ux-quickstart-menubutton-wrap {
    position:absolute;
    right:0;
    top:0px;
    z-index:10;
}
#ux-quickstart-panel .x-btn-with-menu .x-btn-center em {
	background-image: url(../images/taskbar/blue/quickstart-menubutton-icon.gif) !important;
	display:block;
	padding-right:0;
}
#ux-quickstart-panel .x-btn-with-menu .x-btn-center {
	padding-right:0 !important;
}
/* End: quickstart menubutton */

/* Begin: custom tools for Windows */
.x-tool-feedback {
	background-image: url(../images/taskbar/blue/send-feedback-tool.gif) !important;
	background-position: 0 0;
	margin-right: 10px;
}
.x-tool-feedback-over {
	background-image: url(../images/taskbar/blue/send-feedback-tool.gif) !important;
	background-position: -15px 0;
	margin-right: 10px;
}
.x-tool-contextmenu {
        background-image: url(../images/taskbar/blue/window-contextmenu-tool.gif) !important;
        background-position: 0 0;
        margin-right: 5px;
}
.x-tool-contextmenu-over { 
        background-image: url(../images/taskbar/blue/window-contextmenu-tool.gif) !important;
        background-position: -15px 0;
        margin-right: 5px;
}
/* End: custom tools for Windows */

/* Begin: custom settings for Windows */
.x-window-tl .x-panel-icon {
	cursor: pointer;
}
/* End: custom settings for Windows */

/* Begin: custom settings for Shortcut Icons DataView */
#shortcut-icons-list {
	background-color: white;
}
#shortcut-icons-list .thumb {
	padding: 1px;
}
#shortcut-icons-list .thumb img {
	height: 48px;
	width: 48px;
}
#shortcut-icons-list .thumb-wrap {
	margin-right: 0;
	float: left;
	margin: 4px;
	padding: 3px;
}
#shortcut-icons-list .thumb-wrap span {
	display: block;
	overflow: hidden;
	text-align: center;
}

#shortcut-icons-list .x-view-over {
    background: #efefef url(../../resources/images/default/grid/row-over.gif) repeat-x left top;
    border: 1px solid #dddddd;
    padding: 2px;
}

#shortcut-icons-list .x-view-selected {
	background: #eff5fb url(../images/selected.gif) no-repeat right bottom;
	border: 1px solid #99bbe8;
	padding: 2px;
}
#shortcut-icons-list .x-view-selected .thumb {
	background: transparent;
}

#shortcut-icons-list .loading-indicator {
	font-size: 11px;
	background-image: url('../images/loading-indicator.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin: 10px;
}
#shortcut-icons-list .empty-library {
	text-align: center;
	padding: 2px;
}
/* End: custom settings for Shortcut Icons DataView */
