/*
 Copyright 2015 Adobe Systems Incorporated.  All rights reserved.
 
 Purpose:
    Css for NDD_Browser_UI_Main.html
*/
@charset "utf-8";
/* CSS Document 858 Width X 538 Height */
body {
    background: none repeat scroll 0 0 #FFFFFF;
	background-color:#FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 14px;
	color: #777;
	margin: 0; 
	padding: 0; 
	height: 100%; 
	overflow: hidden;
	border:none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#detailFrame {
	background-color:#FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 14px;
	color: #777;
	margin: 0; 
	padding: 0; 
	height: 100%; 
	overflow: hidden;
	border:none;
}
