﻿/* ------------------------------------------------------------------------- */
/* DONT CHANGE OR REMOVE {(-- PLEASE --)} */
/* ------------------------------------------------------------------------- */

* html .fixed { position: absolute; }
.fixed { position: fixed; }

/* DIALOG CORE */
#dialog-overlay { top: 0; left: 0; width: 100%; height: 100%; z-index: 900; }
#dialog-container{overflow: hidden;	z-index: 901;	border: 10px solid #CCCCCC; padding:5px}

/* DIALOG TOP */
#dialog-top { /*background:url(../images/win-titlebar-bg.gif) #5095BC repeat-x top; height:28px;font-weight:bold;*/ position: relative; z-index: 999; position: static; }
#dialog-title { font: bold 24px 'Trebuchet MS'; padding: 5px 10px; }
#dialog-close { background: url(../images/pop_up_close.gif) no-repeat left top; height: 26px; width: 26px; text-decoration: none; position: absolute; top: -0; right: 0; z-index: 1000; overflow: hidden; text-indent: -999px; }
#dialog-close:hover { color: #ccc; }

/* DIALOG BOTTOM */
#dialog-bottom { background: #eee; border-top: 1px solid #ccc; color: #666; padding: 5px; text-align: center; font-size: 12px; }
#dialog-bottom .next, #dialog-bottom .prev { color: #ccc; font-weight: bold; color: #333; }
#dialog-bottom .next:hover, #dialog-bottom .prev:hover { color: #f90; }
#dialog-bottom .next { padding-left: 10px; }
#dialog-bottom .prev { padding-right: 10px; }
#dialog-bottom .curr { }

/* DIALOG MISC */
#dialog-loading { color: #ccc; font-weight: bold; text-align: center; padding: 20px; }

/* DIALOG PREDEFINED */
#dialog-container .alert, #dialog-container .confirm { text-align: center; color: #999; }
#dialog-container .alert input, #dialog-container .confirm input { font-weight: bold; width: 75px; }

/* DIALOG PERSONAL */
#dialog-container .myFirstDialog { color: orange; font-size: 20px; }

