﻿body 
{ 
}
.editable:hover
{
    /*background-color:#737C84;*/
    display:inline;
    cursor:pointer;
}
.x-tbar-save{
	background-image: url(../img/save.png) !important;
}

/* 
 Fixes for the insite editor since we removed ext-reset:
*/
.x-window ul { margin-left: 0px; padding-left: 0px;} 
.x-window ul li { margin-left: 0px; padding-left: 0px;}  

.toolbar-saved
{
    background-color: Green;
    background-image: url(img/toolbar-ok.gif);   
}
.toolbar-changed
{
    background-color: Green;
    background-image: url(img/toolbar-not-ok.gif);   
}

/** 
 * Give the editable area a minimum size:
 */
.editable { min-height: 5px; min-width: 10px; }
