/* ====================================================================
// Dialog Stylesheet
// by Nicholas C. Zakas
// ==================================================================== */

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

/* Background Appearance */
body { background-color: #DDDECB; }

/* --------------------------------------------------------------------
// Dialog Settings 
// -------------------------------------------------------------------- */

/* Content Background Appearance */
body.content { background-color: white; }

/* Default Label Appearance */
td.label { background-color: #dadada; color: black; font-weight: bold; height: 24px; }

/* Required Label Appearance */
td.labelRequired { background-color: #dadada; color: #990000; font-weight: bold; height: 24px; ; font-style: italic }

/* Input Field Appearance */
td.inputField { background-color: #eeeeee; font-size: 12px; }

/* Required Notice Appearance */
td.requiredNotice {  font-family: Arial, Helvetica, sans-serif; color: #990000}

/* --------------------------------------------------------------------
// 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);  }
