Top Area Properties

Table 2. Top Area Properties
UI Element |
File |
Code Sample |
|---|---|---|
Logotype image |
|
- |
Header background |
|
.SB_Table_Border_top_left { background-image: url(images/table_top_left.gif); background-repeat: no-repeat; width: 10px; height: 10px; font-size: 5px; background-position: bottom; } .SB_Table_Border_top_right { background-image: url(images/table_top_right.gif); background-repeat: no-repeat; width: 10px; height: 10px; background-position: bottom; } |
Left Navigation Area Properties

Table 3. Left Navigation Area Properties
UI Element |
File |
Code Sample |
|---|---|---|
Background |
|
.SB_LeftMenu { background-color: #6e89dd; } |
Navigation sections header background |
|
.SB_LeftMenu_panel_header { background-image: url(images/panel_header_bg.gif); background-position: top right; background-repeat: no-repeat; background-color: #ffffff; padding-right: 5px; padding-left: 10px; width: 99%; font-weight: bold; font-family: Tahoma, Arial, Helvetica, sans-serif; color: #215dc6; font-size: 11px; } |
Navigation sections header |
|
.SB_LeftMenu_panel_header_text { font-weight: bold; font-family: Tahoma, Arial, Helvetica, sans-serif; color: #215dc6; font-size: 11px; } |
Expand/collapse navigation section |
|
- |
Navigation section area |
|
.SB_LeftMenu_panel_content { background-color: #d6dff7; background-image: url(images/white_pixel.gif); background-position: top left; background-repeat: repeat-y; } |
Navigation item |
|
.NodeClass { color: #215dc6; padding-left: 5px; } |
Selected navigation item |
|
.NodeSelectClass { background-color: #3878BF; color: #ffffff; margin-left: 5px; } |
Context help |
|
<asp:Label runat="server" SkinID="ShortHelp" Font-Size="11px" Font-Names="Tahoma, Arial, Helvetica, sans-serif" ForeColor="#474747"/> |
'Powered by' logotype image and text |
|
.SB_LeftMenu_Copyright td { color: #bcc9f0; font-size: 10px; font-family: Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; height: 100%; vertical-align: middle; padding: 0 0 5 0; } |
Main Area
The main area consists of two parts:

The description of the main area parts is provided below.
Screen Title Properties

Table 4. Screen Title Properties
UI Element |
File |
Code Sample |
|---|---|---|
Path bar |
|
<asp:LinkButton runat="server" SkinID="MapPathLink" Font-Bold="false"Font-Size="11px" Font-Names="Tahoma, Arial, Helvetica, sans-serif" ForeColor="#444444"></asp:LinkButton> |
Title |
|
<CurrentNodeStyle Font-Bold="true" Font-Size="16px" Font-Names="Tahoma, Arial, Helvetica, sans-serif"/> |
'Up level' link |
|
.SB_PageTitle_LevelUp { padding-right: 10px; } |
General Screen Content

Table 5. General Screen Content
UI Element |
File |
Code Sample |
|---|---|---|
Screen content background |
|
.SB_Page { background-color: #F9F8F8; } |
Fieldset for grouping UI elements |
|
.SB_ToolBar_FieldSet { border-top-style: solid; border-top-width: 1px; border-top-color: #d1d1d1; border-bottom-style: none; border-left-style: none; border-right-style: none; padding-top:5px; padding-bottom: 5px; } |
Fieldset title |
|
<asp:Label runat="server" SkinID="LabelToolBarTitle" Font-Size="11px" Font-Names="Tahoma, Arial, Helvetica, sans-serif" ForeColor="Black" Font-Bold="true" BackColor="#F9F8F8"/> |
Tools
The set of operations available on the current screen:

Table 6. Tools Properties
UI Element |
File |
Code Sample |
|---|---|---|
Tool |
|
<SiteBuilder:IconButton SkinID="AddNewSite" runat="server" IconImageUrl="icons/createSite.png" Orientation="Vertical" Width="80px"> <IconCellStyle HorizontalAlign="Center" VerticalAlign="Middle"/> <TextCellStyle HorizontalAlign="Center" Font-Names="Tahoma, Arial, Helvetica, sans-serif" Font-Size="11px" PaddingTop="5px" PaddingRight="3px" PaddingLeft="3px" /> <LeftSeparatorStyle Width="0" /> <RightSeparatorStyle Width="0" /> </SiteBuilder:IconButton> |
Lists
The list of objects is divided into the following parts:

Table 7. List Properties
UI Element |
File |
Code Sample |
|---|---|---|
Operations on lists |
|
<SiteBuilder:IconButton SkinID="ListSearch" runat="server" IconImageUrl="icons/search.png"> <IconCellStyle HorizontalAlign="Center" /> <TextCellStyle HorizontalAlign="Center" Font-Names="Tahoma, Arial, Helvetica, sans-serif" Font-Size="11px" Wrap="false" Font-Underline="true" PaddingLeft="5"/> <LeftSeparatorStyle Width="0" /> <RightSeparatorStyle Width="0" /> </SiteBuilder:IconButton> |
Table header |
|
<HeaderStyle Font-Size="11px" HorizontalAlign="left" CssClass="SB_GridView_Header" BackColor="#D6DFF7" Height="24px" Wrap="false"/> |
Table header (list sorted by selected parameter) |
|
<SelectedRowStyle BackColor="#9fb1e9"/> |
Table's rows |
|
<AlternatingRowStyle BackColor="#f0f0f0" CssClass="SB_GridText" Height="24px" /> <RowStyle BackColor="#ffffff" CssClass="SB_GridText" Height="24px"/> |
Dialog Forms
Dialog form is divided into the following parts:

Table 8. Dialog Forms Properties
UI Element |
File |
Code Sample |
|---|---|---|
Parameter name |
|
<asp:Label runat="server" SkinID="LabelToolBarTitle" Font-Size="11px" Font-Names="Tahoma, Arial, Helvetica, sans-serif" ForeColor="Black" Font-Bold="true" BackColor="#F9F8F8"/> |
'Required' indicator |
|
<asp:Label runat="server" SkinID="LabelRequired" Font-Size="11px" Font-Names="Verdana, Arial, Helvetica, sans-serif" Font-Bold="true" ForeColor="Red" Text="*" CssClass="SB_RequiredLabel"/> |
Footnote |
|
<asp:Label runat="server" SkinID="RequiredNote" ForeColor="#666666" Font-Size="11px" Font-Names="Tahoma, Arial, Helvetica, sans-serif" /> |
Button |
|
<SiteBuilder:IconButton runat="server" SkinID="Ok" IconImageUrl="icons/ok.gif" LeftSeparatorImage="images/button_left.gif" RightSeparatorImage="images/button_right.gif" Width="70px" > <IconCellStyle BackImageUrl="images/button_middle.gif" PaddingLeft="5px" PaddingRight="5px" /> <TextCellStyle Wrap="false" BackImageUrl="images/button_middle.gif" Font-Names="Tahoma, Arial, Helvetica, sans-serif" Font-Size="11px" HorizontalAlign="Center" PaddingRight="15px"/> <LeftSeparatorStyle Width="1px"/> </SiteBuilder:IconButton> |
Tabs
Parameters of a certain system object can be arranged in tabs.
Tabs area is divided into the following parts:

Table 9. Tabs Properties
UI Element |
File |
Code Sample |
|---|---|---|
Active tab |
|
<SiteBuilder:IconButton runat="server" SkinID="FormTabOn" Width="100"> <TextCellStyle Wrap="false" BackImageUrl="images/tabMiddleOn.gif" Font-Names="Arial;" Font-Size="11px" HorizontalAlign="Center"/> <LeftSeparatorStyle BackImageUrl="images/tabLeftOn.gif" Width="3" Height="21" /> <RightSeparatorStyle BackImageUrl="images/tabRightOn.gif" Width="3" Height="21" /> </SiteBuilder:IconButton> |
Tab item |
|
<SiteBuilder:IconButton runat="server" Width="100" SkinID="FormTabOff"> <TextCellStyle Wrap="false" BackImageUrl="images/tabMiddleOff.gif" Font-Names="Arial;" Font-Size="11px" HorizontalAlign="Center"/> <LeftSeparatorStyle BackImageUrl="images/tabLeftOff.gif" Width="3" Height="19" /> <RightSeparatorStyle BackImageUrl="images/tabRightOff.gif" Width="3" Height="19" /> </SiteBuilder:IconButton> |
Tabs panel |
|
.SB_FormTableHeader TH { height: 35px; padding-left:10px; background-position: bottom; background-repeat: repeat-x; background-image: url(images/FormTabsBg.gif); } |
Login
Login area is divided into the following parts:

Table 9. Login Properties
UI Element |
File |
Code Sample |
|---|---|---|
login title |
|
.SB_LoginTitle { height: 59px; background-image: url(images/login-header.gif); font-size: 19px; font-family: "Franklin Gothic Medium", Verdana, Geneva, Arial, Helvetica, sans-serif; color: #ffffff; padding-left: 75px; width: 453px; } |
Login block |
|
.SB_LoginTable { border-width: 1px; border-style: solid; border-color: #cccccc; width: 453px; } |