.odysen_app_views_widgets_List .dijitContentPane {
  padding: 0;
}

.odysen_app_views_widgets_List .dijitToolbar {
  background: #fff;
}

.odysen_app_views_widgets_List .app_views_widgets_ListContainer {
	overflow: auto !important;
}

.odysen_app_views_widgets_List .app_views_widgets_ListContainer .gridContainerDiv {
  overflow: auto;
	/* WARNING: Setting fixed width for the pages here... */
	width: 960px;
}
.odysen_app_views_widgets_List .app_views_widgets_ListContainer .gridContainerTable {
  border: 0;
}
/**
Create Dialog
**/
.odysen_app_views_widgets_List-CreateForm .dijitDialogPaneContentArea {
  padding: 0;
}


/**

Widget Show

**/
.odysen_app_views_widgets_Show {
  display: block;
  width: 300px;
}

/* */
.odysen_app_views_widgets_Show .dijitTitlePaneContentOuter {
  border:0;
}

.odysen_app_views_widgets_Show .dijitTitlePaneTitle .dojoxCloseNode {
  background-image: url("/stylesheets/odysen4.0/odysen/shared/icons/images/icons/delete_grey_12x12.png");
  background-position: center center;
}

.odysen_app_views_widgets_Show .dijitTitlePaneTitle .dojoxCloseNodeHover {
  background-image: url("/stylesheets/odysen4.0/odysen/shared/icons/images/icons/delete_12x12.png");
  background-position: center center;
}

.odysen_app_views_widgets_Show .dijitTitlePaneTitle .dojoxPortletSettingsIcon {
  background-position: center center;
  background-image: url("/stylesheets/odysen4.0/odysen/shared/icons/images/icons/pencil_grey_12x12.png");
}

.odysen_app_views_widgets_Show .dijitTitlePaneTitle .dojoxPortletSettingsIconHover {
  background-position: center center;
  background-image: url("/stylesheets/odysen4.0/odysen/shared/icons/images/icons/pencil_12x12.png");
}

.odysen_app_views_widgets_Show .dijitTitlePaneTitle .dojoxArrowDown {
  background-image: url("/stylesheets/odysen4.0/dijit/themes/odysen/form/images/buttonArrows.png");
  background-repeat: no-repeat;
}


.odysen .odysen_app_views_widgets_Show .dijitOpen .dojoxArrowDown {
	background-position: -50px 53%;
}

.odysen .odysen_app_views_widgets_Show .dijitClosed .dojoxArrowDown  {
	background-position: -75px 53%;
}

.odysen .odysen_app_views_widgets_note_Show .odysen_app_views_widgets_note_Show-Body {
	padding: 4px 6px;
}