.clickable {
	cursor: pointer; /* ou hand ? */
}

/**
 * Preferences window
 */
.gi-preferences-window .gi-toolbar {
	background: url("../images/prefs/toolbar-bg.png") repeat-x black;
}

.gi-preferences-window .gi-toolbar .gi-item {
	text-align: center;
	padding: 7px 10px 0 10px;
	margin: 0 2px;
}

.gi-preferences-window .gi-toolbar .gi-item img {
	margin-bottom: 2px;
}

.gi-preferences-window .gi-toolbar .gi-item a:link,.gi-preferences-window .gi-toolbar .gi-item a:link:hover
	{
	color: black;
	text-decoration: none;
}

.gi-preferences-window .gi-toolbar .gi-item.selected {
	background: rgb(204, 204, 204);
	border-left: 1px solid rgb(103, 103, 103);
	border-right: 1px solid rgb(103, 103, 103);
	padding: 7px 9px 0 9px;
}

.gi-preferences-window .gi-toolbar .gi-item.gi-first.selected {
	border-left: 0 none;
	padding: 7px 9px 0 10px;
}

.gi-preferences-window .gi-toolbar .gi-item.selected a:link,.gi-preferences-window .gi-toolbar .gi-item.selected a:link:hover
	{
	color: black;
}

.gi-preferences-window .gi-panes {
	background: url("../images/prefs/pane-bg.png") repeat-x white;
}

.gi-preferences-window .gi-pane {
	padding: 10px;
}

/* Preferences: Themes */
.gi-theme-item,.gi-sheet-item {
	border: 1px solid #999;
	padding: 2px;
	background: url("../images/prefs/theme-item-bg.png") repeat-x white;
}

.gi-theme-item,.gi-sheet-item {
	margin: 5px 0;
	color: black ! important;
}

.gi-theme-item.selected {
	background-image: url("../images/prefs/theme-item-selected-bg.png");
}

.gi-theme-item .name {
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 4px;
}

.gi-theme-item img {
	float: left;
	margin: 0 4px 0 0;
	max-height: 112px;
}

.gi-theme-item {
	height: 112px;
	width: 48%;
	margin: 3px;
	float: left;
}

.gi-layout {
	margin: 5px;
	cursor: move;
	text-align: center;
	padding: 55px 3px 3px 3px;
	height: 43px;
	width: 80px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	float: left;
}

.gi-available-layouts-container .x-panel-body {
	padding: 5px 6px;
	/*margin: 10px;*/
}

.gi-sheet-item {
	height: 74px;
	padding: 4px;
	border: 1px solid silver;
}

.gi-sheet-item-properties {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 90px;
}

.gi-theme-item.selected,.gi-sheet-item.drag-ok {
	border: 1px solid rgb(101, 182, 60);
}

.gi-sheet-item.deleted {
	border-color: red;
	background: #fee;
}

.gi-sheet-item.drag-ok,.gi-sheet-item.deleted {
	
}

.gi-sheet-item .x-form-text {
	font-size: 10pt;
	font-weight: bold;
	background: none;
	border: 0px ! important;
	padding: 1px ! important;
}

.gi-sheet-item.over .x-form-text {
	border: 1px solid #555 ! important;
	padding: 0 ! important;
}

.gi-sheet-item .name {
	font-weight: bold;
	font-size: 9pt;
	margin-top: 5px;
}

.gi-icon-item {
	width: 48px;
	height: 48px;
	background: no-repeat center center;
	float: left;
	margin: 5px;
	cursor: move;
}

.no-icon {
	border: 1px solid silver;
	width: 46px;
	height: 46px;
}

.gi-greendgets-count {
	text-align: right;
	font-size: 10pt;
	padding: 6px 2px;
}

.gi-greendgets-count .count {
	text-align: right;
	font-size: 18pt;
	display: block;
}

.appcase-about-panel {
	text-align: center ! important;
}

.appcase-about-panel img {
	margin: 16px ! important;
}

.scheme-selector a:link {
	margin-right: 5px ! important;
}

.icon-size-16 {
	width: 16px;
	height: 16px;
}

.icon-size-24 {
	width: 24px;
	height: 24px;
}

.icon-size-32 {
	width: 32px;
	height: 32px;
}

.icon-size-48 {
	width: 48px;
	height: 48px;
}

.icon-size-64 {
	width: 64px;
	height: 64px;
}

/**
 * Store
 */
.store-item {
	width: 250px;
	height: 60px;
	float: left;
	border: 1px dotted #eee ! important;
	background: white url("../images/store-item-bg.png") repeat-x 0 0;
	margin: 5px;
	padding: 2px;
	overflow: hidden;
	color: black;
	text-shadow: white 1px 1px 0;
	cursor: auto ! important;
}

.store-item.x-view-item-sel {
	/*    background: rgb(76,76,76) url("../images/store-item-sel-bg.png") repeat-x 0 0;
    color: white;
    border: 1px solid black ! important;*/
	border: 1px dotted #eee ! important;
	cursor: auto ! important;
}

* /

.store-item.x-view-item-sel td {
	color: white;
}

.store-item .item-icon {
	float: left;
	margin: 8px
}

.store-item .item-title {
	font-weight: bold;
	font-size: 9pt;
	letter-spacing: 0;
	color: #444;
}

.store-item .item-description {
	font-size: 8pt;
}

.store-item .add-link {
	margin: 5px 0;
}

.store-item .add-link a:link,.store-item .add-link a:hover,.store-item .add-link a:visited,.store-item .add-link a:visited:hover
	{
	color: #777;
	font-weight: bold;
	padding: 2px 2px 2px 14px;
	background: no-repeat 2px 4px white;
	background-image: url("../images/store-item-add.png");
	text-decoration: none;
	text-shadow: none;
}

.store-item .add-link a:hover,.store-item .add-link a:visited:hover {
	color: white;
	background-image: url("../images/store-item-sel-add.png");
	background-color: #444;
}

.my-list-item-text {
	font-size: 10pt;
}

/*
.store-item.x-view-item-sel .add-link a:link,
    .store-item.x-view-item-sel .add-link a:hover,
    .store-item.x-view-item-sel .add-link a:visited,
    .store-item.x-view-item-sel .add-link a:visited:hover {
        color: white;
    background-image: url("../images/store-item-sel-add.png");
}
*/

.gi-portalContainer-portlet .x-panel-body-noborder .x-panel-body {
	border: 0px none;
} 



/***** Mail *****/


.message-header {
	min-height: 50px;
	background: url("../images/mail/mail-header-bg.png") repeat-x;
	color: #eee;
	padding: 5px;
}

.message-toolbar {
	background: url("../images/mail/middle.png") repeat-x;
	height: 16px;
	padding: 3px;
}

.message-toolbar a:link, .message-toolbar a:visited {
    padding: 3px 0 3px 20px;
    background-repeat: no-repeat;
    background-position: 2px 2px;
    margin: 0 3px;
    color: white;
    text-decoration: none;
}

.message-toolbar a:hover, .message-toolbar a:visited:hover {
    text-decoration: underline;
}

.message-toolbars {
	height: 22px;
	clear: both;
	margin-top: 5px;
}

.message-toolbar.standard {
	float: right;
}

.message-toolbar.options {
	float: left;
}

.message-toolbar a.reply:link {
	background-image: url("../images/mail/nav_undo_blue.png");
}

.message-toolbar a.forward:link {
	background-image: url("../images/mail/nav_up_right_blue.png");
}

.message-toolbar a.delete:link {
	background-image: url("../images/mail/delete.png");
}

.message-contents {
	padding: 5px;
}
	
.unread {
    font-weight: bold;
}

.no-message-selected {
    margin: 40px;
    text-align: center;
    color: silver;
    font-size: 14pt;
}

.AppCase_DisplayNone {
	display: none ! important;
}

.AppCase_DisplayBlock {
    display: block;
}
