2008-10-17 01:45:03 +00:00
|
|
|
|
|
|
|
/* Styles specific to the wizards */
|
|
|
|
|
|
|
|
#outerWizardPane {
|
|
|
|
/* position: relative; so the h3 inside can be absolute to this div */
|
|
|
|
/* border: 1px solid black; */
|
|
|
|
background-color: #CCCCFF;
|
|
|
|
margin: 0px 20px 15px 20px;
|
|
|
|
padding: 5px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wizardHeading { /* the inner pane where the wizard page contents goes */
|
|
|
|
/* position: absolute; move this up so it is part of the outerWizardPane border
|
|
|
|
top: -25px;
|
|
|
|
left: 50px;
|
|
|
|
background-color: white;
|
|
|
|
padding: 0px 5px; */
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wizardPane {
|
|
|
|
background-color: white;
|
|
|
|
padding: 10px 0px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2008-11-19 21:26:43 +00:00
|
|
|
.WizardInputSection { background-color: #EAEAFF; /* #E5E5FF; */ }
|
|
|
|
|
2008-10-17 01:45:03 +00:00
|
|
|
.NonCurrentSummaryItem {}
|
|
|
|
|
|
|
|
.CurrentSummaryItem { background-color: yellow; }
|
2008-11-03 21:47:38 +00:00
|
|
|
|
2008-11-19 21:26:43 +00:00
|
|
|
.WizardInputTable {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2008-11-03 21:47:38 +00:00
|
|
|
.WizardProgressTable {
|
|
|
|
margin: 10px 0px;
|
|
|
|
/* text-align: left; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.WizardProgressTable UL { list-style-type: none; }
|
|
|
|
|
|
|
|
.WizardProgressTable LI {
|
|
|
|
/* list-style-image: url('../images/checked-box.gif'); */
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.WizardProgressTable IMG { margin-right: 1em; margin-left: 1em; }
|
|
|
|
|
2008-11-19 21:26:43 +00:00
|
|
|
.WizardProgressTable P#output { margin-left: 35px; }
|
|
|
|
|
2009-06-18 18:42:45 +00:00
|
|
|
.WizardProgressTable IFRAME#output { margin-left: 35px; width: 400px; height: 400px; }
|
2008-11-19 21:26:43 +00:00
|
|
|
|
|
|
|
.WizardProgressOutput { margin: 0px; }
|
|
|
|
|
2008-11-03 21:47:38 +00:00
|
|
|
.WizardProgressCurrent {
|
|
|
|
/* font-weight: bold; */
|
|
|
|
background-color: #D8E8FF; /* yellow; */
|
|
|
|
}
|