/*=================================================================
 *  Dialog Stylesheet for Unix Platforms
 *  emxUIDialog_Unix.css
 *  Version 1.0
 *  Requires: emxUIDefault_Unix.css
 *  Last Updated: 3/5/03, Nicholas C. Zakas (NCZ)
 *
 *  This file contains the style definitions for the dialog pages.
 *  This file should be included in the top and bottom frames of
 *  all dialogs after emxUIDefault.css.
 *
 *  Copyright (c) 1992-2003 MatrixOne, Inc. All Rights Reserved.
 *  This program contains proprietary and trade secret information 
 *  of MatrixOne,Inc. Copyright notice is precautionary only
 *  and does not evidence any actual or intended publication of such program
 * 
 *  
 *=================================================================
 */

/* --------------------------------------------------------------------
// Default Settings 
// -------------------------------------------------------------------- */

/* Background Appearance */
body { 
	background-color: #DDDECB; 
}
/* --------------------------------------------------------------------
// Download Confirmation Dialog Settings 
// -------------------------------------------------------------------- */
 
/* Background Appearance - 18-Dec-03 (KTC)  */
body.confirmDownload {  background-color: rgb(228,228,228);  }
 
/* DIV Appearance and Positioning - 18-Dec-03 (KTC) */
#confirmDownload {  height: 100%;  vertical-align: middle;  text-align: center;  position: relative;  top: 40%;  }
 
/* Text Appearance - 18-Dec-03 (KTC) */
#confirmDownload p {  margin-bottom: 40px;  }  

/* Button Appearance - 18-Dec-03 (KTC) */  
#confirmDownload a:link, #confirmDownload a:hover, #confirmDownload a:visited {  padding: 4px 4px 4px 4px;  text-decoration: none;  font-weight: bold;  color: rgb(0,0,0);  border-top: 2px solid rgb(255,255,255);  border-left: 2px solid rgb(255,255,255);  border-bottom: 2px solid rgb(102,102,102);  border-right: 2px solid rgb(102,102,102);  }
 
/* Button Active State Appearance - 18-Dec-03 (KTC) */  
#confirmDownload a:active {  background-color: rgb(191,191,191);  border-top: 2px solid rgb(102,102,102);  border-left: 2px solid rgb(102,102,102);  border-bottom: 2px solid rgb(255,255,255);  border-right: 2px solid rgb(255,255,255);  }
