.body {
    font-family:tahoma,arial,sans-serif;
    font-size:11px;
}
a {
    color:#fff;
}
a:link, a:visited {
    text-decoration: none;
}

#header_north {
    background:url(../images/bg_header_north.gif) repeat-x 0 0 #dbdbdb;
    height:40px;
    padding:5px 10px 0 5px;
	margin:0;
	position:relative;
}
/*#header_north h1 {
    font-size: 12px;
    font-weight: normal;
}*/
html, body {
	font-family:Verdana, Geneva, sans-serif; font-size:11px;
}
#home-page td {
    padding:5px;
}

div.instance_unit{ float:left; margin:0 10px 0 0;}
/*div.instance_unit img{ border:2px solid #ff9500;}*/
div.instance_unit span{ font-weight:bold;}

div.right_header_north{ position:absolute; right:10px; top:0; padding:10px 0;}

div.right_header_north ul{ list-style:none;}
div.right_header_north ul li{ float:left; padding:0 10px; border-left:1px solid #999; text-transform:uppercase;}
div.right_header_north ul li a{ display:block; padding:3px 0 3px 0; font-weight:bold; color:#666;}
div.right_header_north ul li a:hover{ display:block; padding:3px 0 3px 0; font-weight:bold; color:#000;}
div.right_header_north ul li a.log_out{ display:block; padding:3px 0 3px 30px; background:url(../images/lock_open_icon.png) no-repeat 0 0;}
div.right_header_north ul li a.log_out:hover{ display:block; padding:3px 0 3px 30px; background:url(../images/lock_open_icon_hover.png) no-repeat 0 0;}


/* gestione immagini */

#images_panel .x-panel-body{
    background: white;
    font: 11px Arial, Helvetica, sans-serif;
}
#images_panel .thumb{
    background: #dddddd;
    padding: 3px;
    padding-bottom: 0;
}

.x-quirks #images_panel .thumb {
    padding-bottom: 3px;
}

#images_panel .thumb img{
    height: 60px;
    width: 80px;
}
#images_panel .thumb-wrap{
    float: left;
    margin: 4px;
    margin-right: 0;
    padding: 5px;
}
#images_panel .thumb-wrap span {
    
    display: block;
    overflow: hidden;
    text-align: center;
    width: 86px; /* for ie to ensure that the text is centered */
}

#images_panel .x-item-over{
    border:1px solid #dddddd;
    background: #efefef url(../images/over.gif) repeat-x left top;
    padding: 4px;
}

#images_panel .x-item-selected{
    background: #eff5fb url(../images/selected.gif) no-repeat right bottom;
    border:1px solid #99bbe8;
    padding: 4px;
}
#images_panel .x-item-selected .thumb{
    background:transparent;
}

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

.x-view-selector {
    position:absolute;
    left:0;
    top:0;
    width:0;
    border:1px dotted;
    opacity: .5;
    -moz-opacity: .5;
    filter:alpha(opacity=50);
    zoom:1;
    background-color:#c3daf9;
    border-color:#3399bb;
}.ext-strict .ext-ie .x-tree .x-panel-bwrap{
    position:relative;
    overflow:hidden;
}