| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 |
- .pePromptFieldset
- {
- border: 1px solid;
- border-color: #A3A3BC;
- padding: 0;
- }
- .peRangeFieldsetLegend
- {
- background-color:#E4E4EC;
- color: black;
- font-family: Arial, verdana;
- font-size: 8pt;
- font-weight: bold;
- }
- .pePromptBorder
- {
- border-top: 1px solid #FFFFFF;
- border-bottom: none;
- border-left: none;
- border-right: none;
- }
- .pePromptUnitHeader
- {
- background-color: #E4E4EC;
- color: black;
- font-family: Arial, verdana;
- font-size: 8pt;
- font-weight: bold;
- border-bottom: 1px solid #A3A3BC;
- }
- .pePromptUnitHeaderTextLeft
- {
- background-color: #E4E4EC;
- color: black;
- font-family: Arial, verdana;
- font-size: 8pt;
- font-weight: bold;
- }
- .pePromptUnitHeaderTextRight
- {
- background-color: #E4E4EC;
- color: black;
- font-family: Arial, verdana;
- font-size: 8pt;
- }
- .pePromptElement
- {
- background-color: #E4E4EC;
- }
- .pePromptElementText
- {
- color: black;
- font-family: Arial, verdana;
- font-size: 8pt;
- }
- .pePromptingText
- {
- color: black;
- font-family: Arial, verdana;
- font-size: 8pt;
- }
- .pePromptRuler
- {
- color: #A3A3BC;
- height: 1px;
- }
- .pePromptMessage
- {
- color: black;
- font-family: Arial, verdana;
- font-weight: bold;
- font-size: 8pt;
- }
-
- .pePromptTextBox
- {
- font-size: 8pt;
- background-color: #FFFFFF;
- font-family: Arial, verdana;
- width: 300px;
- }
- td.pePromptButtonSpacer
- {
- FONT-FAMILY: arial;
- FONT-SIZE: 8pt;
- }
- td.pePromptButton
- {
- color: black;
- font-size: 8pt;
- font-family: Arial;
- font-weight: bold;
- text-decoration:none;
- cursor: pointer;
- }
- div.pePromptButton a
- {
- color: black;
- font-size: 8pt;
- font-family: Arial;
- font-weight: bold;
- text-decoration:none;
- cursor: pointer;
- }
- div.pePromptButton a:hover
- {
- color: #0000FF;
- }
- .pePromptDropDown
- {
- font-size: 8pt;
- font-family: Arial, verdana;
- width: 300px;
- }
- .pePromptListBox
- {
- font-size: 8pt;
- font-family: Arial, verdana;
- width: 300px;
- }
- .peExpandCollapseImageColumn
- {
- width: 3%;
- }
- .peExpandCollapseTitleColumn
- {
- text-align: left;
- }
- .pePromptUnitTable
- {
- width: 100%;
- border-collapse: collapse;
- border-spacing: 0;
- border-style:hidden;
- }
- .peExpandCollapseAnchor
- {
- text-decoration: none;
- font-size: 8pt;
- font-family: Arial, verdana;
- font-weight: bold;
- color: black;
- }
- .peExpandCollapseImage
- {
- border: 0;
- }
- /*-----------------INcalendar------------------------------------------------*/
- div.INcalendarWindow
- {
- position:absolute;
- display: none;
- background:#ffffff;
- z-index:30000;
- }
- div.INcalendarTitle
- {
- border-left:1px solid #aaaaaa;
- border-top:1px solid #999999;
- border-right:1px solid #333333;
- width:100%;
- height:20px;
- }
- td.INtitleText
- {
- cursor:default;
- width:100%;
- color: black;
- font-family: Arial, verdana;
- font-weight: 900;
- font-size: 9pt;
- }
- td.INclose
- {
- width:14px;
- cursor:pointer;
- }
- div.INcalendar
- {
- width:100%;
- }
- div.INcalendarTop
- {
- border-left:1px solid #aaaaaa;
- border-right:1px solid #333333;
- height:70px;
- width:100%;
- }
- div.INcalendarBottom
- {
- border-left:1px solid #aaaaaa;
- border-right:1px solid #333333;
- border-bottom:1px solid #222222;
- height:160px;/*(250-20-70)*/
- width:100%;
- }
- A.focusDay:link { color:#ff0000; text-decoration: none; font:12pt arial, helvetica; }
- A.focusDay:hover { color: #ff0000; text-decoration: none; font:12pt arial, helvetica; }
- A.focusDay:visited { color: #ff0000; text-decoration: none; font:12pt arial, helvetica; }
- A.weekday:link { color: blue; text-decoration: none; font: 12pt arial, helvetica; }
- A.weekday:hover { color: darkred; font: 12pt arial, helvetica; }
- A.weekday:visited { color: blue; text-decoration: none; font:12pt arial, helvetica; }
- /*dateColor = "blue"; // TEXT COLOR OF THE LISTED DATES (1-28+)
- //focusColor = "#ff0000"; // TEXT COLOR OF THE SELECTED DATE (OR CURRENT DATE)
- //hoverColor = "darkred"; // TEXT COLOR OF A LINK WHEN YOU HOVER OVER IT
- //fontStyle = "12pt arial, helvetica"; // TEXT STYLE FOR DATES
- */
- /*----------------------------------------------------------------------------------------------*/
|