/****************************************************************************************************/
/*                                      General styles                                              */
/****************************************************************************************************/
BODY {margin: 0px 0px 0px 0px;  padding: 0px 0px 0px 0px; background-color: white;}
form {margin: 0px 0px 0px 0px;}

.sb-page
{
    background-color: #F9F8F8;
}

.sb-general-spacer
{
    background-color: #D5D5D5;
}

.sb-folderlabel
{
    background-image: url(icons/is-paths.gif);
    background-repeat: no-repeat;
    padding-left: 30px;
}

/****************************************************************************************************/
/*                                      GridView styles                                             */
/****************************************************************************************************/
.SB_GridView_Header TH
{
    padding-left: 4px;
    padding-right: 4px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: Black;
    font-weight: bold;
}
.SB_GridView_Header a
{
    text-decoration: none;
    color: Black;
}
.SB_GridView_Header a:hover
{
    text-decoration: underline;
}
.sb-gridview-header-sorted 
{
    background-color: #ABBEEF;
}
.SB_GridText
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: Black;
}
.SB_GridText td
{
    padding-left: 4px;
    padding-right: 4px;
}
.SB_GridText a, SB_GridText a:visited
{
    color: #0240A3; 
}
/*
This class is used with legeng only. 
Be sure that you set the same value into SelectedItemStyle for default skin of GridView control
*/
.sb-gridview-selected
{
    background-color:#9fb1e9;
}

.SB_GridView_EmptyDataRow
{
	background-color:#F9F8F8;
}

/****************************************************************************************************/
/*                                      Footer styles                                               */
/****************************************************************************************************/
.sb-footer
{
    background-color: #6E89DD;
}
.sb-footer-copyright
{
    color: #bcc9f0;
    font-size: 10px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-decoration: none;
    height: 100%;
    vertical-align: middle;
    padding: 5 0 5 0;
}
.sb-footer-vertical-separator
{
    background-color: #9FB1E9;
}


/****************************************************************************************************/
/*                                      Design step styles                                          */
/****************************************************************************************************/
.sb-designpagerpanel
{
    vertical-align: middle;
    text-align: center;
    height: 33px;
    background-color: #EFEFEF;
    border-color: #D6D6D6;
    border-width: 1px;
    border-style: solid;
}
.sb-vertical-panel-separator
{
    background-color: #9f9f9f;
    width: 1px;
}

.logotype-layer
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    background-repeat: repeat;
    background-position: top right;
    background: url(images/cb.gif);
    border-right: #999ea1 1px solid;
    border-top: #999ea1 1px solid;
    border-left: #999ea1 1px solid;
    border-bottom: #999ea1 1px solid;
}


/****************************************************************************************************/
/*                                      Forms' styles                                               */
/****************************************************************************************************/
.sb-formtable
{
}
.sb-formtableheader TH
{
    height: 35px;
    padding-left:10px;
    background-color: #ffffff;
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(images/FormTabsBg.gif);
}
.sb-formtablefooter{
    height: 10px;
    background-position: middle;
    background-repeat: repeat-x;
    background-image: url(images/FormTabsBg.gif);
}
.sb-formview-row TD
{
    padding-left: 5px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #606060;
    border-width: 0px;
}

.sb-formview-alternaterow TD
{
    padding-left: 5px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    background-color: #F7F7F7;
    font-size: 11px;
    color: #606060;
    border-width: 0px;
}
.sb-formview-bottomseparator TD
{
    font-size: 4px;
    border-top: 0px;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-color: #E5E5E5;
    border-style: solid;
}
.sb-formview-topseparator TD
{
    font-size: 4px;
    border-top: 1px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #E5E5E5;
    border-style: solid;
}
.sb-form-fieldset
{
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #d1d1d1;
    border-left-style: none;
    border-right-style: none;
    padding: 10 0 10 0;
}
.sb-form-fieldset legend
{
    margin-left: -7px;
    padding: 0px;
}

/****************************************************************************************************/
/*                                      Table with images border                                    */
/****************************************************************************************************/
.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;
}
.sb-table-border-middle-top
{
    background-image: url(images/table_middle_top_bottom.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}
.sb-table-border-middle-bottom
{
    background-image: url(images/table_middle_top_bottom.gif);
    background-repeat: repeat-x;
}
.sb-table-border-bottom-left
{
    background-image: url(images/table_bottom_left.gif);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}
.sb-table-border-bottom-right
{
    background-repeat: no-repeat;
    background-image: url(images/table_bottom_right.gif);
    width: 10px;
    height: 10px;
}
.sb-table-border-middle-left-right
{
    width: 10px;
    background-image: url(images/table_middle_left_right.gif);
    background-repeat: repeat-y;
}

/****************************************************************************************************/
/*                                      Wizard Header styles                                        */
/****************************************************************************************************/
.sb-header
{
    border-bottom: solid 1px #7d7d7d;
}
.sb-header-top
{
    background-color: #6E89DD;
    height: 40px;
}
.sb-header-top-left
{
    background-color: #FBFAFF;
    height: 40px;
    background-image: url(images/header_bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}
.sb-header-bottom
{
    background-color: #f9f8ec;
    height: 38px;
}
/****************************************************************************************************/
/*                                      Admin panel Header styles                                   */
/****************************************************************************************************/
.sb-adminpanel-header-inner
{
    background-image: url(images/top_bg.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
}
.sb-adminpanel-header
{
    background-color: #ffffff;
    background-image: url(images/top_body_bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    margin: 0;
    height: 50;
}

/****************************************************************************************************/
/*                                      Overview page styles                                        */
/****************************************************************************************************/
.sb-overview-table
{
    border-width: 1px;
    border-style: solid;
    border-color: #F3F3F3;
}


.sb-overview-table-inside /*.SB_Style_overview_table_linked */
{
    background-color: #F3F3F3;
    cursor: none;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.sb-overview-title /*.SB_Style_overview_title*/
{
    color: black;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}


.sb-overview-bg /*SB_Style_overview_BG*/
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    background-color: #F3F3F3;
    padding-left: 4;
    padding-right: 4;
    color: #606060;
    font-size: 12px;
}
/****************************************************************************************************/
/*                                      Start page styles                                        */
/****************************************************************************************************/
.sb-start-table
{
    border-width: 1px;
    border-style: solid;
    border-color: #F3F3F3;
}

.sb-start-panel
{
    background-color: #F7F7F7;
}

/****************************************************************************************************/
/*                                      Design Logotype page styles                                 */
/****************************************************************************************************/

.terminator
{
    background: url(images/blue.gif);
}

/****************************************************************************************************/
/*                                      Pages structure styles                                      */
/****************************************************************************************************/
.sb-pages-form
{
    background-color: #F7F7F7;
}



.sb-pages-pageset-selected
{
    border: solid 2px red;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.sb-pages-treenodeselect
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    cursor: pointer;
    cursor: hand;
    margin-left: 3px;
}
.SB_Pages_Panel_Pages_LeftCorner
{
    background-color: #dddddd;
    padding-left: 19;
    padding-right: 0;
    border-color: #ffffff;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
    height: 32px;
}
.SB_Pages_Panel_Pages_Header
{
    background-color: #dddddd;
    padding-left: 2;
    padding-right: 5;
    border-color: #ffffff;
    border-top-width: 1px;
    border-left-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-style: solid;
    height: 32px;
    width: 99%;
}

.SB_Pages_Panel_PageSets_Header
{
    background-color: #dddddd;
    padding-left: 10;
    padding-right: 5;
    border-color: #ffffff;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-style: solid;
    height: 32px;
    width: 100%;
}

/****************************************************************************************************/
/*                                      Edit step styles                                            */
/****************************************************************************************************/
.sb-edit-panel-showbackground
{
    background-image: url(images/leftpanel_show_bg.gif);
}

.sb-edit-panel-hidebackground
{
    background-image: url(images/leftpanel_hide_bg.gif);
}

.sb-edit-panel-arrow
{
    margin: 3px 0 6px 0;
}

.sb-edit-panel
{
    background-color: #EFEFEF;
}
.sb-edit-panel-block
{
    background-color: #FFFFFF;
}

.sb-edit-panel-block-border
{
    border: solid 1px #d6d6d6;
}

.sb-edit-modulename
{
	padding:10px
}

/****************************************************************************************************/
/*                                      Tabs styles                                                 */
/****************************************************************************************************/
/*Alignment and curson for tabs*/
.sb-formtab
{
    text-align: center;
    cursor: pointer;
}


/****************************************************************************************************/
/*                                      Status bar styles                                           */
/****************************************************************************************************/
.sb-statusbar
{
    background-image: url(images/statusbar_bg.gif);
}

/****************************************************************************************************/
/*                                      Admin Left Menu styles                                      */
/****************************************************************************************************/
.sb-leftmenu
{
    background-color: #6e89dd;
}
.sb-leftmenu-table
{
    padding: 10px 10px 10px 10px
}
.sb-leftmenu-help-separator
{
    border-bottom-width: 1px;
    border-bottom-color: #a7b8eb;
    border-bottom-style: solid;
    width: 96%;
}
.sb-leftmenu-help
{
    padding: 5 15 10 15;
    vertical-align:top;
}
.sb-leftmenu-horizontal-separator
{
    border-top-width: 1px;
    border-top-color: #9fb1e9;
    border-top-style: solid;
}
.sb-leftmenu-copyright
{
    padding: 0px 15px 0px 15px; vertical-align: bottom; height: 1%;
}
.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;
}
.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;
}
.SB_LeftMenu_panel_header_text
{
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #215dc6;
    font-size: 11px;
}
.SB_LeftMenu_panel_content
{
    background-color: #d6dff7;
    background-image: url(images/white_pixel.gif);
    background-position: top left;
    background-repeat: repeat-y;
}

.SB_LeftMenu_panel_corner
{
    width: 5px;
    height: 21px;
    background-image: url(images/panel_corner.gif);
}
.NodeClass
{
    color: #215dc6;
    padding-left: 5px;
}
.NodeSelectClass
{
    background-color: #3878BF;
    color: #ffffff;
    margin-left: 5px;
}
.NodeOver
{
    color: #215dc6;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
    padding-left: 5px;
}


/* Panel Items*/
.sb-panel-items-div
{
	background-color: #F3F3F3;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.sb-panel-items-div TD
{
	border-style: solid;
	border-color: White;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
}

.SB_Panel_Items_Header
{
    background-color: #dddddd;
    padding-left: 5;
    padding-right: 5;
    border-color: #ffffff;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-style: solid;
    height: 32px;
    width: 99%;
}

.SB_Panel_Items_Header_LeftCorner
{
    background-color: #dddddd;
    padding-left: 5;
    padding-right: 5;
    border-color: #ffffff;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
    height: 32px;
}

/****************************************************************************************************/
/*                                      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;
}
.sb-logintable
{
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
  width: 453px;
}
/****************************************************************************************************/
/*                                      Admin tool bars                                             */
/****************************************************************************************************/
.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:15px;
    padding-bottom: 15px;
}
.sb-toolbar-fieldset legend
{
    margin-left: -7px;
    padding: 0px;
}
.sb-toolbarpadding
{
    padding-left: 10px;
    padding-right: 10px;
}

/****************************************************************************************************/
/*                                      Admin buttons (SB4Unix only)                                             */
/****************************************************************************************************/

.sb-button-ok
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-align: center;
}

.sb-button-cancel
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-align: center;
}

/****************************************************************************************************/
/*                                      Admin statistic bars                                        */
/****************************************************************************************************/
.sb-statbar-left-filled
{
    background-image: url(images/statline_la.gif);
    width: 4px;
    background-repeat:no-repeat;
    background-position:right;
}
.sb-statbar-left
{
    background-image: url(images/statline_l.gif);
    width: 4px;
    background-repeat:no-repeat;
    background-position:right;
}
.sb-statbar-right-filled
{
    background-image: url(images/statline_ra.gif);
    width: 4px;
    background-repeat:no-repeat;
    background-position:left;
}
.sb-statbar-right
{
    background-image: url(images/statline_r.gif);
    width: 4px;
    background-repeat:no-repeat;
    background-position:left;
}
.sb-statbar-middle-filled
{
    background-image: url(images/statline_abg.gif);
    background-repeat:repeat-x;
    background-position:left;
}
.sb-statbar-middle
{
    background-image: url(images/statline_bg.gif);
    background-repeat:repeat-x;
    background-position:left;
}

/****************************************************************************************************/
/*                                      Admin Dashboard panel                                       */
/****************************************************************************************************/
.SB_Dashboard_panel_header
{
    background-image: url(images/dashboard_tr.gif);
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 5px;
    padding-left: 10px;
    width: 100%;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #7083E1;
    font-size: 11px;
}
.SB_Dashboard_panel_header_text
{
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 11px;
}
.SB_Dashboard_panel_content
{
    background-color: #ffffff;
    border-style:solid;
    border-color: #6f8add;
    border-width: 1px;
}

.SB_Dashboard_panel_corner
{
    width: 3px;
    height: 21px;
    background-image: url(images/dashboard_tl.gif);
    background-repeat: no-repeat;
}
.sb-dashboard-bottom
{
    height: 28px;
    background-image: url(images/dashboard_bbg.gif);
}
.sb-dashboard-top
{
    height: 28px;
    background-image: url(images/dashboard_tbg.gif);
}

/****************************************************************************************************/
/*                                      Page title styles                                           */
/****************************************************************************************************/
.sb-pagetitle
{
    width: 100%;
    background-color: #ffffff;
    border-bottom: solid 1px #776655;
}
.sb-pagetitle-path
{
    padding-left: 10px;
    padding-top: 10px;
}
.sb-pagetitle-title
{
    padding-left: 10px;
    padding-bottom: 10px;
}
.sb-pagetitle-levelup
{
    padding-right: 10px;
}

/****************************************************************************************************/
/*                                      Getting Started Panel                                       */
/****************************************************************************************************/
.sb-gettingstarted
{
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #2983d3;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #2983d3;
    width: 100%;
    background-color: #fffdfe;
}
.sb-gettingstarted-item
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eecd36;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eecd36;
    padding: 10 10 10 10;
    vertical-align: top;
    background-color: #ffffff;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.SB_GettingStarted_title
{
    font-weight: bold;
    text-transform: uppercase;
    color: #ff6600;
}

/****************************************************************************************************/
/*                                      Required Label styles                                       */
/****************************************************************************************************/
.SB_RequiredLabel
{
	padding-left: 5px;
	padding-right: 5px;
}

/****************************************************************************************************/
/*                                      Validation styles                                       */
/****************************************************************************************************/
.Container_Error 
{
	background-color:#FFD9D9;
}
.Container_Error TD
{
	background-color:#FFD9D9;
}

.Caption_Error
{
	color:#CC0000;
}
.Caption_Error TD
{
	color:#CC0000;
}

/****************************************************************************************************/
/*                                      ProgressBar styles                                       */
/****************************************************************************************************/
.SB_ProgressBar 
{
	padding: 1px;
}

/****************************************************************************************************/
/*                                      Preloader (SB4Unix only)                                             */
/****************************************************************************************************/

.SB_Preloader
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	width: 320px;
	border: 3px solid #6E89DD;
	background-color: #EEF0FC;
}