You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1091 lines
17 KiB
1091 lines
17 KiB
|
|
A
|
|
{
|
|
color: #0000e0;
|
|
}
|
|
|
|
.smallTxt
|
|
{
|
|
font-size: 3px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.dragTxt
|
|
{
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
color: black;
|
|
}
|
|
|
|
.insetBorder
|
|
{
|
|
background-color: white;
|
|
border-bottom: 2px solid #F0F0F0;
|
|
border-right: 2px solid #F0F0F0;
|
|
border-top: 2px solid #808080;
|
|
border-left: 2px solid #808080;
|
|
}
|
|
|
|
.dialogzonebold
|
|
{
|
|
background-color: #E5EAF3;
|
|
color: #2D62B0;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.listinputs
|
|
{
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
margin: 0px;
|
|
background-color: white;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.textinputs
|
|
{
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
background-color: white;
|
|
border: 1px solid #96A8C3;
|
|
background-image: url('background_field.gif');
|
|
background-repeat: repeat-x;
|
|
padding-left: 5px;
|
|
padding-right: 2px;
|
|
}
|
|
|
|
|
|
/*=========*/
|
|
/* Buttons */
|
|
/*=========*/
|
|
|
|
.wizbutton
|
|
{
|
|
color: black;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.wizbuttongray
|
|
{
|
|
color: #909090;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.wizbutton:hover
|
|
{
|
|
color: black;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a.wizbuttongray:hover
|
|
{
|
|
color: #909090;
|
|
}
|
|
|
|
/*===========*/
|
|
/* Tree view */
|
|
/*===========*/
|
|
|
|
.trElt
|
|
{
|
|
white-space: nowrap;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
width: 1px;
|
|
}
|
|
|
|
.trPlus
|
|
{
|
|
width: 13px;
|
|
height: 12px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
margin-right: 2px;
|
|
border-width: 0px;
|
|
}
|
|
|
|
.trIcn
|
|
{
|
|
width: 16px;
|
|
height: 16px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
border-width: 0px;
|
|
margin-right: 2px;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.trIcnPlus
|
|
{
|
|
width: 16px;
|
|
height: 16px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
border-width: 0px;
|
|
margin-right: 2px;
|
|
}
|
|
|
|
.trSep
|
|
{
|
|
width: 15px;
|
|
height: 12px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
border-width: 0px;
|
|
margin-right: 2px;
|
|
}
|
|
|
|
.treeBody
|
|
{
|
|
background-color: white;
|
|
}
|
|
|
|
.treeContainer
|
|
{
|
|
background-color: white;
|
|
color: black;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
}
|
|
|
|
.treeNormal
|
|
{
|
|
text-decoration: none;
|
|
color: black;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
padding: 1px;
|
|
cursor: pointer;
|
|
height: 16px;
|
|
}
|
|
|
|
.treeGray
|
|
{
|
|
text-decoration: none;
|
|
color: #909090;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
font-style: italic;
|
|
padding: 1px;
|
|
cursor: pointer;
|
|
height: 16px;
|
|
}
|
|
|
|
.treeSelected
|
|
{
|
|
text-decoration: none;
|
|
color: white;
|
|
background-color: #195FA0;
|
|
color: white;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
padding: 1px;
|
|
cursor: pointer;
|
|
height: 16px;
|
|
}
|
|
|
|
.treeHL
|
|
{
|
|
text-decoration: none;
|
|
color: black;
|
|
background-color: #D5E7FF;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
padding: 1px;
|
|
cursor: pointer;
|
|
height: 16px;
|
|
}
|
|
|
|
a.treeHL:hover
|
|
{
|
|
color: black;
|
|
}
|
|
|
|
a.treeNormal:hover
|
|
{
|
|
color: black;
|
|
}
|
|
|
|
a.treeGray:hover
|
|
{
|
|
color: #909090;
|
|
}
|
|
|
|
a.treeSelected:hover
|
|
{
|
|
color: white;
|
|
}
|
|
|
|
/*==================*/
|
|
/* Prompt Tree view */
|
|
/*==================*/
|
|
|
|
.promptNormal
|
|
{
|
|
text-decoration: none;
|
|
color: #2961B5;
|
|
background-color: white;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
}
|
|
|
|
.promptSelected
|
|
{
|
|
text-decoration: none;
|
|
color: #2961B5;
|
|
background-color: #EAE8E7;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
}
|
|
|
|
a.promptNormal:hover
|
|
{
|
|
color: #2961B5;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a.promptSelected:hover
|
|
{
|
|
color: #2961B5;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*===============*/
|
|
/* Palette icons */
|
|
/*===============*/
|
|
|
|
.palette
|
|
{
|
|
background-color: #E5EAF3;
|
|
border: 1px solid #BEBED1;
|
|
}
|
|
|
|
.combonocheck
|
|
{
|
|
background-color: white;
|
|
border: 1px solid #C6D7EF;
|
|
}
|
|
|
|
.combohover
|
|
{
|
|
background-color: white;
|
|
border: 1px solid #6392D6;
|
|
}
|
|
|
|
.combocheck
|
|
{
|
|
background-color: #B8C5D1;
|
|
border: 1px solid #6392D6;
|
|
}
|
|
|
|
.combobtnhover
|
|
{
|
|
background-color: #6392D6;
|
|
border: 1px solid #6392D6;
|
|
}
|
|
|
|
.iconnochecknobg
|
|
{
|
|
border: 1px solid #E5EAF3;
|
|
}
|
|
|
|
.iconchecknobg
|
|
{
|
|
border-top: 1px solid #6A85AE;
|
|
border-left: 1px solid #6A85AE;
|
|
border-bottom: 1px solid white;
|
|
border-right: 1px solid white;
|
|
}
|
|
|
|
.iconhovernobg
|
|
{
|
|
border-top: 1px solid white;
|
|
border-left: 1px solid white;
|
|
border-bottom: 1px solid #6A85AE;
|
|
border-right: 1px solid #6A85AE;
|
|
}
|
|
|
|
.iconcheckhovernobg
|
|
{
|
|
border-top: 1px solid #6A85AE;
|
|
border-left: 1px solid #6A85AE;
|
|
border-bottom: 1px solid white;
|
|
border-right: 1px solid white;
|
|
}
|
|
|
|
.iconnocheck
|
|
{
|
|
background-color: #E5EAF3;
|
|
border: 1px solid #E5EAF3;
|
|
}
|
|
|
|
.iconcheck
|
|
{
|
|
background-color: #B8C5D1;
|
|
border-top: 1px solid #6A85AE;
|
|
border-left: 1px solid #6A85AE;
|
|
border-bottom: 1px solid white;
|
|
border-right: 1px solid white;
|
|
}
|
|
|
|
.iconhover
|
|
{
|
|
background-color: #E5EAF3;
|
|
border-top: 1px solid white;
|
|
border-left: 1px solid white;
|
|
border-bottom: 1px solid #6A85AE;
|
|
border-right: 1px solid #6A85AE;
|
|
}
|
|
|
|
.iconcheckhover
|
|
{
|
|
background-color: #B8C5D1;
|
|
border-top: 1px solid #6A85AE;
|
|
border-left: 1px solid #6A85AE;
|
|
border-bottom: 1px solid white;
|
|
border-right: 1px solid white;
|
|
}
|
|
|
|
.iconText
|
|
{
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
color: black;
|
|
}
|
|
|
|
.iconTextDis
|
|
{
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
color: #7B8694;
|
|
}
|
|
|
|
.iconcheckwhite
|
|
{
|
|
background-color: #FFFFFF;
|
|
border: 1px solid #788591;
|
|
}
|
|
|
|
.iconcheckhoverwhite
|
|
{
|
|
background-color: #FFFFFF;
|
|
border: 1px solid #788591;
|
|
}
|
|
|
|
.combo
|
|
{
|
|
background-color: white;
|
|
border: 1px solid #96A8C3;
|
|
background-image: url('background_field.gif');
|
|
background-repeat: repeat-x;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
padding-left: 5px;
|
|
padding-right: 2px;
|
|
}
|
|
|
|
.comboDisabled
|
|
{
|
|
background-color: #DDDDDD;
|
|
border: 1px solid #999999;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
}
|
|
|
|
.textDisabled
|
|
{
|
|
background-color: #DDDDDD;
|
|
border: 1px solid #999999;
|
|
}
|
|
|
|
.comboEditable
|
|
{
|
|
background-color: white;
|
|
border: 1px solid #96A8C3;
|
|
background-image: url('background_field.gif');
|
|
background-repeat: repeat-x;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
padding-left: 5px;
|
|
padding-right: 2px;
|
|
}
|
|
|
|
/*=======*/
|
|
/* menus */
|
|
/*=======*/
|
|
|
|
.menuShadow
|
|
{
|
|
position: absolute;
|
|
background-color: #a0a0a0;
|
|
}
|
|
|
|
.menuFrame
|
|
{
|
|
position: absolute;
|
|
background-color: #FFFFFF;
|
|
border: 1px solid #96A8C3;
|
|
padding: 1px;
|
|
}
|
|
|
|
.menuLeftPart
|
|
{
|
|
border: 1px solid #E5EAF3;
|
|
border-right: 0px;
|
|
background-color: #E5EAF3;
|
|
}
|
|
|
|
.menuLeftPartColor
|
|
{
|
|
border: 1px solid #F6F6FB;
|
|
border-right: 0px;
|
|
background-color: #F6F6FB;
|
|
}
|
|
|
|
.menuLeftPartSel
|
|
{
|
|
border: 1px solid #8CC6DC;
|
|
border-right: 0px;
|
|
background-image: url('background_menusel.gif');
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.menuTextPart
|
|
{
|
|
white-space: nowrap;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
color: black;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
border: 1px solid #F5F7F9;
|
|
border-right: 0px;
|
|
border-left: 0px;
|
|
background-color: #F5F7F9;
|
|
}
|
|
|
|
.menuTextPartSel
|
|
{
|
|
white-space: nowrap;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
color: black;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
border: 1px solid #8CC6DC;
|
|
border-right: 0px;
|
|
border-left: 0px;
|
|
background-image: url('background_menusel.gif');
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.menuTextPartDisabled
|
|
{
|
|
white-space: nowrap;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
color: #7B8694;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
border: 1px solid #F5F7F9;
|
|
border-right: 0px;
|
|
border-left: 0px;
|
|
background-color: #F5F7F9;
|
|
}
|
|
|
|
|
|
.menuRightPart
|
|
{
|
|
border: 1px solid #F5F7F9;
|
|
border-left: 0px;
|
|
background-color: #F5F7F9;
|
|
}
|
|
|
|
.menuRightPartSel
|
|
{
|
|
border: 1px solid #8CC6DC;
|
|
border-left: 0px;
|
|
background-image: url('background_menusel.gif');
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.menuIcon
|
|
{
|
|
padding: 1px;
|
|
}
|
|
|
|
.menuIconCheck
|
|
{
|
|
background-image: url('menuitem_check.gif');
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.menuCalendar
|
|
{
|
|
height: 15px;
|
|
padding: 2px;
|
|
margin-left: 2px;
|
|
margin-right: 2px;
|
|
border: 1px solid #F5F7F9;
|
|
}
|
|
|
|
.menuCalendarSel
|
|
{
|
|
height: 15px;
|
|
padding: 2px;
|
|
margin-left: 2px;
|
|
margin-right: 2px;
|
|
border: 1px solid #636384;
|
|
background-color: #FEE09F;
|
|
}
|
|
|
|
.menuiconborders
|
|
{
|
|
padding: 2px;
|
|
white-space: nowrap;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
color: black;
|
|
background-color: #F5F7F9;
|
|
border: 1px solid #F5F7F9;
|
|
}
|
|
|
|
.menuiconbordersSel
|
|
{
|
|
padding: 2px;
|
|
white-space: nowrap;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
color: black;
|
|
background-color: #FEE09F;
|
|
border: 1px solid #636384;
|
|
}
|
|
|
|
.calendarTextPart
|
|
{
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
color: black;
|
|
padding: 0px;
|
|
}
|
|
|
|
td.singleIconMenuL
|
|
{
|
|
height: 22px;
|
|
width: 3px;
|
|
}
|
|
|
|
td.singleIconMenuM
|
|
{
|
|
height: 22px;
|
|
}
|
|
|
|
td.singleIconMenuR
|
|
{
|
|
height: 22px;
|
|
width: 3px;
|
|
}
|
|
|
|
.filemenu_hover td.singleIconMenuL
|
|
{
|
|
background-image:url("toolbar_elements.png");
|
|
background-position: 0 0;
|
|
}
|
|
|
|
.filemenu_hover td.singleIconMenuM
|
|
{
|
|
background-image:url("toolbar_elements.png");
|
|
background-position: 0 -22px;
|
|
}
|
|
|
|
.filemenu_hover td.singleIconMenuR
|
|
{
|
|
background-image:url("toolbar_elements.png");
|
|
background-position: 0 -44px;
|
|
}
|
|
|
|
.filemenu_depressed td.singleIconMenuL
|
|
{
|
|
background-image:url("toolbar_elements.png");
|
|
background-position: 0 -66;
|
|
}
|
|
|
|
.filemenu_depressed td.singleIconMenuM
|
|
{
|
|
background-image:url("toolbar_elements.png");
|
|
background-position: 0 -88px;
|
|
}
|
|
|
|
.filemenu_depressed td.singleIconMenuR
|
|
{
|
|
background-image:url("toolbar_elements.png");
|
|
background-position: 0 -110px;
|
|
}
|
|
|
|
/*=======*/
|
|
/* Filter */
|
|
/*=======*/
|
|
|
|
|
|
.treeFeedbackDD
|
|
{
|
|
text-decoration: none;
|
|
color: black;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
padding: 0px;
|
|
cursor: pointer;
|
|
height: 16px;
|
|
border: 1px solid #CC0000;
|
|
}
|
|
|
|
.filterOp
|
|
{
|
|
font-size: 12px;
|
|
}
|
|
|
|
.filterText
|
|
{
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
color: black;
|
|
text-decoration: none;
|
|
margin: 1px;
|
|
}
|
|
|
|
.filterTextSelected
|
|
{
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
color: black;
|
|
text-decoration: none;
|
|
border: 1px solid #CC0000;
|
|
margin: 1px;
|
|
}
|
|
|
|
.filterTextFeedbackDD
|
|
{
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
color: black;
|
|
text-decoration: none;
|
|
border: 2px solid #CC0000;
|
|
margin: 0px;
|
|
}
|
|
|
|
.LOVZone
|
|
{
|
|
background-color: #93B4E1;
|
|
color: #FFFFFF;
|
|
font-family: "arial" , "sans-serif";
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/*==================*/
|
|
/* Chart Appearance */
|
|
/*==================*/
|
|
|
|
|
|
/* horizontal navigation bar at top */
|
|
.naviHTabText
|
|
{
|
|
white-space:nowrap;
|
|
font-family:Tahoma,sans-serif;
|
|
font-size:11px;
|
|
color:black;
|
|
text-align:left;
|
|
}
|
|
|
|
.naviHTabLSelected
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px 0px;
|
|
width:4px;
|
|
height:24px;
|
|
}
|
|
|
|
.naviHTabMSelected
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -24px;
|
|
height:24px;
|
|
}
|
|
|
|
.naviHTabRSelected
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -48px;
|
|
width:23px;
|
|
height:24px;
|
|
}
|
|
|
|
.naviHTabLNormal
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -72px;
|
|
width:4px;
|
|
height:23px;
|
|
}
|
|
|
|
.naviHTabMNormal
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -72px;
|
|
height:23px;
|
|
position:relative;
|
|
}
|
|
|
|
.naviHTabRNormal
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -72px;
|
|
width:23px;
|
|
height:24px;
|
|
}
|
|
|
|
.naviHTabTextSel
|
|
{
|
|
white-space:nowrap;
|
|
font-family:Tahoma,sans-serif;
|
|
font-size:11px;
|
|
color:black;
|
|
text-align:left;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.naviHTabTextHover
|
|
{
|
|
white-space:nowrap;
|
|
font-family:Tahoma,sans-serif;
|
|
font-size:11px;
|
|
color:black;
|
|
text-align:left;
|
|
text-decoration:underline;
|
|
}
|
|
|
|
.naviHTabSeparator
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -96px;
|
|
width:1px;
|
|
height:11px;
|
|
overflow:hidden;
|
|
position: absolute;
|
|
bottom:3px;
|
|
}
|
|
|
|
/* hover on horizontal selected tab at the top */
|
|
.naviHTabLSelHover
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -203px;
|
|
width:4px;
|
|
height:24px;
|
|
}
|
|
|
|
.naviHTabMSelHover
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -227px;
|
|
height:24px;
|
|
}
|
|
|
|
.naviHTabRSelHover
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -251px;
|
|
width:23px;
|
|
height:24px;
|
|
}
|
|
|
|
/* hover on horizontal NON-selected tab at the top */
|
|
.naviHTabLHover
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -275px;
|
|
width:4px;
|
|
height:24px;
|
|
}
|
|
|
|
.naviHTabMHover
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -299px;
|
|
height:24px;
|
|
}
|
|
|
|
.naviHTabRHover
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -323px;
|
|
width:23px;
|
|
height:24px;
|
|
}
|
|
|
|
|
|
/* horizontal bar at top with close icon */
|
|
.naviHTabRWithCloseNormal
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -72px;
|
|
width:4px;
|
|
height:24px;
|
|
}
|
|
|
|
.naviHTabWithCloseRSel
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -491px;
|
|
width:4px;
|
|
height:24px;
|
|
}
|
|
|
|
.naviHTabWithCloseRSelHover
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -515px;
|
|
width:4px;
|
|
height:24px;
|
|
}
|
|
|
|
.naviHTabWithCloseRHover
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -563px;
|
|
width:4px;
|
|
height:24px;
|
|
}
|
|
|
|
/* close icon on selected tab */
|
|
.naviHTabCloseSel
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -539px;
|
|
width:8px;
|
|
height:8px;
|
|
overflow: hidden;
|
|
margin-top:7px;
|
|
}
|
|
.naviHTabCloseHover
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -547px;
|
|
overflow: hidden;
|
|
width:8px;
|
|
height:8px;
|
|
margin-top:7px;
|
|
}
|
|
.naviHTabClosePressed
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -555px;
|
|
overflow: hidden;
|
|
width:8px;
|
|
height:8px;
|
|
margin-top:7px;
|
|
}
|
|
|
|
.naviHTabTextSelHover
|
|
{
|
|
white-space:nowrap;
|
|
font-family:Tahoma,sans-serif;
|
|
font-size:11px;
|
|
color:black;
|
|
text-align:left;
|
|
text-decoration:underline;
|
|
font-weight:bold;
|
|
}
|
|
|
|
/* icon for tab list/scroll menu */
|
|
.tabListTop
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -587px;
|
|
width:19px;
|
|
height:23px;
|
|
cursor : poitner;
|
|
|
|
}
|
|
|
|
.tabListTopHover
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -611px;
|
|
width:19px;
|
|
height:23px;
|
|
cursor : poitner;
|
|
|
|
}
|
|
|
|
.tabListTopPressed
|
|
{
|
|
background-image:url(horiz_tabs.gif);
|
|
background-position:0px -635px;
|
|
width:19px;
|
|
height:23px;
|
|
cursor : poitner;
|
|
}
|
|
|
|
.tabListIcon
|
|
{
|
|
width:19px;
|
|
height:23px;
|
|
overflow:hidden;
|
|
}
|
|
|
|
.tabListMenuItem
|
|
{
|
|
font-weight:bold;
|
|
}
|
|
|
|
.dialogbox
|
|
{
|
|
border:1px solid #96A8C3;
|
|
background-color:#E5EAF3;
|
|
}
|
|
|
|
.dlgBox2
|
|
{
|
|
border-top:1px solid #E5EAF3;
|
|
border-bottom:1px solid white;
|
|
border-left:1px solid white;
|
|
border-right:1px solid white;
|
|
}
|
|
|
|
.dlgBody
|
|
{
|
|
background-color:#E5EAF3;
|
|
color:black;
|
|
font-family:Tahoma,sans-serif;
|
|
font-size:11px;
|
|
padding-left:6px;
|
|
padding-right:6px;
|
|
padding-top:4px;
|
|
}
|
|
|
|
.infoArea
|
|
{
|
|
color:black;
|
|
font-family:Tahoma,sans-serif;
|
|
font-size:11px;
|
|
padding-top:10px;
|
|
padding-bottom:10px;
|
|
|
|
}
|
|
|
|
.dlgContent
|
|
{
|
|
color:black;
|
|
font-family:Tahoma,sans-serif;
|
|
font-size:11px;
|
|
}
|
|
|
|
.dlgHelpText
|
|
{
|
|
color : #7B8694;
|
|
font-family : Tahoma,sans-serif;
|
|
font-size: 7.5pt;
|
|
}
|
|
|
|
.dlgContentbold
|
|
{
|
|
color:#4F5C72;
|
|
font-family:Tahoma,sans-serif;
|
|
font-size:11px;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.dlgFrame
|
|
{
|
|
background-color:white;
|
|
border:1px solid #96A8C3;
|
|
}
|
|
|
|
.dlgTitle
|
|
{
|
|
border:none;
|
|
background-image:url(dialogtitle.gif);
|
|
background-position:0px 0px;
|
|
}
|
|
|
|
.dlgCloseArea
|
|
{
|
|
cursor:pointer;
|
|
}
|
|
|
|
.dlgCloseBtn
|
|
{
|
|
background-image:url(dialogtitle.gif);
|
|
background-position:0px -26px;
|
|
width:11px;
|
|
height:10px;
|
|
}
|
|
|
|
.dlgCloseBtnHover
|
|
{
|
|
background-image:url(dialogtitle.gif);
|
|
background-position:0px -37px;
|
|
width:11px;
|
|
height:10px;
|
|
}
|
|
|
|
.titlezone
|
|
{
|
|
color:#4F5C72;
|
|
font-family:Tahoma,sans-serif;
|
|
font-size:11px;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.titlepane
|
|
{
|
|
color:black;
|
|
font-family:Tahoma,sans-serif;
|
|
font-size:11px;
|
|
font-weight:normal;
|
|
padding-left:6px;
|
|
padding-right:2px;
|
|
padding-top:1px;
|
|
padding-bottom:0px;
|
|
text-overflow:ellipsis;
|
|
white-space:nowrap;
|
|
overflow:hidden;
|
|
}
|
|
|
|
.dialogzone
|
|
{
|
|
background-color:#bcc8da ;
|
|
color:black;
|
|
font-family:Tahoma,sans-serif;
|
|
font-size:11px;
|
|
}
|
|
|
|
.naviBarFrame
|
|
{
|
|
background-color:white;
|
|
color:black;
|
|
font-family:Tahoma,sans-serif;
|
|
font-size:11px;
|
|
}
|
|
|
|
.naviFrame
|
|
{
|
|
padding-left:20px;
|
|
padding-right:15px;
|
|
padding-top:20px;
|
|
padding-bottom:25px;
|
|
}
|