/*
Custom style for dialog
*/
.odysen_app_views_documents_Show-PreviewPane .dojoxExpandoTitle {
	background-color:#e6e6e6;
	border-left: 0;
	border-right: 0;
	border-color:#ccc;
}

.odysen_app_views_documents_Show-preview .image-viewer {
  position:relative;
  height: 200px;
  overflow: auto;
}

.odysen_app_views_documents_Show .downloadLink {
  padding:3px 5px;
}


.odysen_app_views_documents_Show-preview .image-viewer img {
  width: 100%;
}