/************************GLOBAL STYLES**************************/
a { color: #005ACE; }
legend { color: #003399; }
.fieldset-block { padding-bottom: 0; }

.list-table th div
{ 
    font-family: Segoe UI, sans-serif;
    font-size: 12px;
    color: Black;
	background-image:url(images/list-th-bg-normal.gif?4.1.0);
	border:1px solid #D5D3D6;
}
th.list-table-active-area div 
{
	border: 1px solid #BACFD4;
	background-image: url('images/list-th-bg-sorted.gif?4.1.0'); 
}
th.list-table-active-area div a 
{
	text-decoration: none;
    color: Black;
}
th.list-table-active-area div a:hover
{
	text-decoration: underline;
}
.list-table td
{
    font-family: Segoe UI, sans-serif;
    font-size: 12px;
    color: Black;
	height: 18px;
	background-image:url(images/list-bg-normal.gif?4.1.0);
	background-repeat: repeat-x;
	background-position: bottom;
}
.list-table-row-alter td 
{ 
    font-family: Segoe UI, sans-serif;
    font-size: 12px;
    color: Black;
	background-color: #FDFFFF;
	background-image:url(images/list-bg-sorted.gif?4.1.0);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 18px;
}
.list-table-row-strong td 
{
	background-color: #cccccc;
	background-image: none;
}
.list-table-row td a, .list-table-row-alter td a, .list-table-row td a:visited, .list-table-row-alter td a:visited
{
    color: #0240A3; 
}



.login-container 
{ 
	border:1px solid #106E89; 
}
.login-header-area { background-image: url('images/login-header.gif'); }
.login-header-area span 
{
	color: #FFFFFF;
	font-size: 17px;
}
.login-content-area
{
	background-color: #FCFCFC;
}

/****************************************************************************************************/
/*                                      General styles                                              */
/****************************************************************************************************/
BODY {margin: 0px 0px 0px 0px;  padding: 0px 0px 0px 0px; background-color: white;}
form {margin: 0px 0px 0px 0px;}

/*TODO: remove this */
body, td, th, input, span, div, label, a, select, textarea, button, .sb-text, .text 
{
	font-family: Segoe UI, sans-serif;
    font-size: 12px;
}

.sb-page
{
    background-color: #F9F8F8;
	padding-top: 12px;
}

.sb-general-spacer
{
    background-color: #D5D5D5;
}

.sb-folderlabel
{
    background-image: url(icons/is-paths.gif?4.1.0);
    background-repeat: no-repeat;
    padding-left: 30px;
}

.sb-paddedarea
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.sb-fieldnameovertop
{
	padding:5px 0px 5px 0px;
	border-width:0px;
}

/****************************************************************************************************/
/*                                      GridView styles                                             */
/****************************************************************************************************/
.sb-gridview-header
{
    font-size: 11px;
	text-align: left;
	height: 22px;
	white-space: nowrap;
}
.sb-gridview-header th
{
    padding-left: 4px;
    padding-right: 4px;
    font-family: Segoe UI, sans-serif;
    font-size: 12px;
    color: Black;
	background-image:url(images/list-th-bg-normal.gif?4.1.0);
	border:1px solid #D5D3D6;
}
.sb-gridview-header a
{
    text-decoration: none;
    color: Black;
}
.sb-gridview-header a:hover
{
    text-decoration: underline;
}
th.sb-gridview-header-sorted
{
    background-image:url(images/list-th-bg-sorted.gif?4.1.0);
	border: 1px solid #BACFD4;
}
.sb-gridtext
{
    font-family: Segoe UI, sans-serif;
    font-size: 12px;
    color: Black;
	height: 18px;
	background-image:url(images/list-bg-normal.gif?4.1.0);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fff;
}
.sb-gridtext-alter
{
    font-family: Segoe UI, sans-serif;
    font-size: 12px;
    color: Black;
	background-color: #FDFFFF;
	background-image:url(images/list-bg-sorted.gif?4.1.0);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 18px;
}
.sb-gridtext td, .sb-gridtext-alter td
{
    padding-left: 4px;
    padding-right: 4px;
}
.sb-gridtext a, sb-gridtext a:visited, .sb-gridtext-alter a, sb-gridtext-alter 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: #cccccc;
	background-image: none;
}

.sb-gridview-emptydatarow
{
    background-color:#F9F8F8;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	border-width: 0;
}

/****************************************************************************************************/
/*                                      Footer styles                                               */
/****************************************************************************************************/
.sb-footer-container
{
	background-image: url('images/footer_bg.gif');
	background-repeat: repeat-x;
}
.sb-footer
{
}
.sb-footer-text
{
    color: #3B72B2;
    font-size: 10px;
    text-decoration: none;
	font-family: Segoe UI, sans-serif;
}
.sb-footer-separator
{
    background-color: #9FB1E9;
    width: 1px;
}

/****************************************************************************************************/
/*                                      Design step styles                                          */
/****************************************************************************************************/
.sb-designpagerpanel
{
    vertical-align: middle;
    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: Segoe UI, sans-serif;
    background-repeat: repeat;
    background-position: top right;
    background: url(images/cb.gif?4.1.0);
    border:#999ea1 1px solid;
}
.sb-wizard-content-settings-logo-control-thumbnail-block { background-image: url('images/transparent.gif?4.1.0'); }


/****************************************************************************************************/
/*                                      Forms' styles                                               */
/****************************************************************************************************/
.sb-formtable
{
}
.sb-formtableheader-design
{
    height: 25px; /*Bug 112661*/
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(images/FormTabsBg.gif?4.1.0);
}
.sb-formtableheader TH
{
    height: 25px; /*Bug 112661*/
    padding-left:10px;
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(images/FormTabsBg.gif?4.1.0);
}
.sb-formtablefooter{
    height: 10px;
    background-position: middle;
    background-repeat: repeat-x;
    background-image: url(images/FormTabsBg.gif?4.1.0);
}
.sb-formview
{
	border-color: ControlDark;
	font-size: small;
}
.sb-formview-padding-bottom
{
	padding-bottom: 5px;
}
.sb-formview-padding-top
{
	padding-top: 5px;
}
.sb-formview-row TD
{
    padding-left: 5px;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
    color: #606060;
    border-width: 0px;
}

.sb-formview-alternaterow TD
{
    padding-left: 5px;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
    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-bottom-width: 1px;
    border-top-color: #d1d1d1;
    border-bottom-style: solid;
    border-bottom-color: #d1d1d1;
    border-left-style: none;
    border-right-style: none;
    padding: 0;
}
.sb-form-fieldset legend
{
	font-weight: bold;
	margin: 0 5px 5px -3px;
}


/****************************************************************************************************/
/*                                      Table                                                       */
/****************************************************************************************************/
.sb-table
{
	height: 100%;
	width: 100%;
	background-color: #94C6E7;
}
.sb-table-module-preview
{
	border: solid 1px AliceBlue;
}

.sb-table-design
{
	width:100%;
	height:100%;
    border-width: 0px;
	background-color: #F9F8F8;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
}

/****************************************************************************************************/
/*                                      Repeater table                                              */
/****************************************************************************************************/
.sb-repeater-table
{
	font-size: small;
	width: 100%;
    border-color: ControlDark;
}
.sb-repeater-table-row
{
	background-color: #ffffff;
}

/****************************************************************************************************/
/*                                      Table with images border                                    */
/****************************************************************************************************/
.sb-table-border-top-left
{
    background-image: url(images/table_top_left.gif?4.1.0);
    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?4.1.0);
    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?4.1.0);
    background-repeat: repeat-x;
    background-position: bottom;
}
.sb-table-border-middle-bottom
{
    background-image: url(images/table_middle_top_bottom.gif?4.1.0);
    background-repeat: repeat-x;
}
.sb-table-border-bottom-left
{
    background-image: url(images/table_bottom_left.gif?4.1.0);
    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?4.1.0);
    width: 10px;
    height: 10px;
}
.sb-table-border-middle-left-right
{
    width: 10px;
    background-image: url(images/table_middle_left_right.gif?4.1.0);
    background-repeat: repeat-y;
}

/****************************************************************************************************/
/*                                      Wizard Header styles                                        */
/****************************************************************************************************/

.sb-header-top-container
{
    background-color: #60A0C4;
    height: 39px;
    background-image: url(images/header_bg.jpg?4.1.0);
    background-repeat: no-repeat;
	border-bottom: 1px solid #1A6355;
}
.sb-header-bottom
{
    background-image: url('images/tools_bg.gif');
	background-repeat: no-repeat;
	background-color: #ECF9FE;
    height: 38px;
    border-bottom: solid 1px #ABB8CB;
}
.sb-header-bottom-right td, .sb-header-bottom-right
{
    background-color: #DEF0F9 !important;
	height: 38px;
}
/****************************************************************************************************/
/*                                      Admin panel Header styles                                   */
/****************************************************************************************************/
.sb-adminpanel-header-inner
{
    height: 100%;
    width: 100%;
	border-bottom: 1px solid #0F3D7A;
}
.sb-adminpanel-header
{
    background-color: #5FA5C9;
    background-image: url(images/top_bg.jpg?4.1.0);
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0;
    height: 50;
}
.sb-header-copyright
{
    font-family: Segoe UI, sans-serif;
    font-size: 11px;
    color: white;
}
.sb-adminpanel-header-logo
{
	padding-left: 25px !important;
}
.sb-adminpanel-header-logo2
{
	padding-right: 25px !important;
}
/****************************************************************************************************/
/*                                      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: #F9F9F9;
	background-image: url('images/overview_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
    cursor: none;
}

.sb-overview-title span, span.sb-overview-title
{
    color: #005ACE;
    font-size: 17px;
    font-family: Segoe UI, sans-serif;
}


.sb-overview-bg  span, span.sb-overview-bg 
{
    padding-left: 4;
    padding-right: 4;
    color: #000000;
}
/****************************************************************************************************/
/*                                      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?4.1.0);
}

/****************************************************************************************************/
/*                                      Pages structure styles                                      */
/****************************************************************************************************/
.sb-pages-form
{
    background-color: #FCFCFC;
}



.sb-pages-pageset-selected
{
	background-image: url('images/pageset_selected.gif');
	background-repeat: repeat-x;
	height: 19px;
}

.sb-pages-treenodeselect
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
    cursor: pointer;
    cursor: hand;
    margin-left: 3px;
}
.sb-pages-panel-pages-leftcorner
{
    background-color: #73B6DE;
    padding-left: 19;
    padding-right: 0;
    border-color: #79B8C3;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-style: solid;
    height: 24px;
}
.sb-pages-panel-pages-header
{
    background-color: #5FADCF;
	background-image: url('images/panel_header.gif');
	background-repeat: no-repeat;
    padding-left: 2;
    padding-right: 5;
    border-color: #79B8C3;
    border-top-width: 1px;
    border-left-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-style: solid;
    height: 24px;
    width: 99%;
}
.sb-pages-panel-pages-header *, .sb-pages-panel-pagesets-header *
{
	font-family: Segoe UI;
	color: #fff;
	font-weight: normal !important;
}
.sb-pages-panel-pagesets-header
{
    background-color: #5FADCE;
	background-image: url('images/panel_header.gif');
	background-repeat: no-repeat;
    padding-left: 10;
    padding-right: 5;
    border-color: #79B8C3;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-style: solid;
    height: 24px;
    width: 100%;
}

/****************************************************************************************************/
/*                                      Edit step styles                                            */
/****************************************************************************************************/
.sb-edit-panel-showbackground
{
    background-image: url(images/leftpanel_show_bg.gif?4.1.0);
}

.sb-edit-panel-hidebackground
{
    background-image: url(images/leftpanel_hide_bg.gif?4.1.0);
}

.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
{
	font-size: 18px;
	font-family: "Franklin Gothic Medium", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 20px 10px 0px 20px;
}

.sb-edit-panel b.sb-text { font-family: Tahoma, sans-serif !important; font-size: 11px !important; }
/****************************************************************************************************/
/*                                      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?4.1.0);
}
.sb-statusbar-text
{
	font-size: 11px;
}

.sb-statusbar-admin
{
	height: 28px;
	margin:10px 0px 0px 0px; /*112642 */
}
.sb-statusbar-admin-text
{
	font-weight: normal;
}
.sb-statusbar-admin-info
{
	border: 1px solid #CCCCCC;
	background-color: #FFFFC6;
	color: #000;
	font-weight: bold;
}
.sb-statusbar-admin-warning
{
	border: 1px solid #CCCCCC;
	background-color: #FFFFC6;
	color: #000;
	font-weight: bold;
}
.sb-statusbar-admin-error
{
	border: 1px solid #CCCCCC;
	background-color: #FFFFC6;
	color: #000;
	font-weight: bold;
}
.sb-statusbar-admin-success
{
	border: 1px solid #CCCCCC;
	background-color: #FFFFC6;
	color: #000;
	font-weight: bold;
}
.sb-statusbar-admin-wsb { height: 28px !important; }
/****************************************************************************************************/
/*                                      Admin Left Menu styles                                      */
/****************************************************************************************************/
.sb-leftmenu
{
    background-color: #85D0ED;
	background-image: url('images/bg_left_frame.jpg?4.1.0');
	background-position: bottom left;
	background-repeat: no-repeat;
}
.sb-leftmenu-table
{
    padding: 17px 12px;
	background-image: url('images/bg_left_frame_t.jpg?4.1.0');
	background-position: top left;
	background-repeat: no-repeat;
}
.sb-leftmenu-help-separator
{
    border-bottom-width: 1px;
    border-bottom-color: #377FBC;
    border-bottom-style: solid;
    width: 100%;
}
.sb-leftmenu-help
{
    padding: 5 0 10 0;
    vertical-align:top;
}
.sb-leftmenu-horizontal-separator
{
   display: none;
}
.sb-leftmenu-copyright
{
    vertical-align: bottom; height: 1%;
}
.sb-leftmenu-copyright td
{
    color: #fff;
    font-size: 11px;
    font-family: Segoe UI, sans-serif;
    text-decoration: none;
    height: 100%;
    vertical-align: middle;
    padding: 0 19px 17px 19px;
}
.sb-leftmenu-panel-header
{
    width: 99%;
    font-weight: bold;
    color: #215dc6;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	background-image: url('images/leftmenu_header.gif');
	background-position: top right;
	background-repeat: no-repeat;
	height: 20px;
	padding-right: 5px;
}
.sb-leftmenu-panel-header-text
{
    font-family: Segoe UI, sans-serif;
    color: #005490;
    font-size: 14px;
	padding-left: 5px;
}
.sb-leftmenu-panel-content
{
}

.sb-leftmenu-panel-corner
{
	background-image: url('images/leftmenu_header_corner.gif');
	background-repeat: no-repeat;
}
.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;
}
.sb-modal-box-panel
{
	z-index: 1000;
	border: 1px solid black;
	background-color: #ffffff;
}
.sb-modalbox-header
{
    background-color: #6E89DD;
}
.sb-modalbox-header-text
{
    color: #ffffff;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
    font-weight: bold;
}
.sb-modalbox-help
{
	background-color: rgb(249, 248, 236); 
	color: rgb(33, 93, 198); 
	font-family: Arial; font-size: 11px;
}

/****************************************************************************************************/
/*                                      Login title                                                 */
/****************************************************************************************************/
.sb-logintitle {
  height: 59px;
  background-image: url(images/login-header.gif?4.1.0);
  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;
}
.sb-login-name
{
    color: #ffffff;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
}


/****************************************************************************************************/
/*                                      Preloader                                                   */
/****************************************************************************************************/

.sb-preloader-iframe
{
    width: 318px;
	height: 59px;
}
.sb-preloader-table
{
	width: 318px;
	height: 59px;
	background-image: url('images/loading_bg.gif');
	background-repeat: no-repeat;
}
.sb-preloader-text
{
	color: black;
}


/****************************************************************************************************/
/*                                      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: 5px 0;
}
.sb-toolbarpadding
{
    padding: 10px 10px 0 10px;
}
.sb-toolbarpadding form fieldset table td
{	
	padding-left: 2px;
	margin: 0;
}

/****************************************************************************************************/
/*                                      Links                                               */
/****************************************************************************************************/


.sb-map-path-link
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: #444444;
	font-weight: normal;
}
.sb-black-link
{
	color: black;
}
.sb-dashboard-bottom-link
{
	font-family: Segoe UI, sans-serif !important;
	font-size: 12px !important;
}
.sb-dashboard-link, .sb-dashboard-item-title-link
{
	text-decoration: none;
	font-size: 14px;
	color: #005ACE !important;
	font-weight: normal !important;
}
/****************************************************************************************************/
/*                                      buttons
/****************************************************************************************************/

.sb-button-ok
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: black;
	text-align: center;
}

.sb-button-cancel
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: black;
	text-align: center;
}
.sb-tools-text, .sb-tools-text a
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
    color: #474747;
    white-space:nowrap;
}
.sb-button-tool-text
{
	text-align: center;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	padding: 5px 3px 0 3px;
}
.sb-button-toolbar-text
{
	text-align: center;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	padding: 5px 3px 0 3px;
	vertical-align: top;
	height: 35px;
}
.sb-button-list-text
{
	text-align: center;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	white-space: nowrap;
	text-decoration: underline;
}
.sb-steps-text-active
{
    font-weight: bold;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
    color: #ffffff;
    white-space: nowrap;
}
.sb-steps-text
{
    font-weight: bold;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
    color: #ffffff;
    white-space: nowrap;
}
.sb-go-text
{
    font-weight: bold;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
    color: #ffffff;
    white-space: nowrap;
}
.sb-button-wizard-toolbar-text
{
	padding-right: 10px;
	background-color: #DBDBDB;
	white-space: nowrap;
	color: #000000;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
}
.sb-button-wizard-footer-text
{
	white-space: nowrap;
	padding: 0 15px 0 5px;
	width: 40px;
	text-align: center;
	font-weight: bold;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.sb-button-wizard-footer-text a { color: #fff; }
.sb-button-tabs-text
{
	white-space: nowrap;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	text-align: center;
}
.sb-button-pages-text
{
	width: 100%;
	text-align: left;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
}  
.sb-button-pages-text a { color: #3C3E3F; }
.sb-leftmenu-text
{
	white-space: nowrap;
	text-decoration: none;
	color: #002C61;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
}
.sb-leftmenu-text-active
{
	white-space: nowrap;
	text-decoration: none;
	color: #5987AB;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
}
.sb-leftmenu-item
{
    height: 23px !important;
}
.sb-leftmenu-item td { padding: 0 0 0 5px !important; }
.sb-leftmenu-item-active
{
    height: 21px !important;
	background-image: url('images/leftmenu_item_active_bg.gif');
	background-repeat: no-repeat;
}
.sb-leftmenu-item-active td { padding: 0 0 0 5px !important; }
.sb-button-dialog-text
{
	white-space: nowrap;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-right: 15px;
	width: 99%;
}
.sb-button-dialog-text a { color: black; }
.sb-button-design-time-text
{
	text-align: center;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
}
.sb-button-module-text
{
	text-align: center;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	padding:5px 3px 0px 3px
}
.sb-button-levelup-text
{
	text-align: center;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	text-decoration: underline;
}
.sb-button-close-text
{
	text-align: left;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	padding: 0 5px;
}
.sb-image-text
{
	font-weight: normal;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: #606060;
}
.sb-image-text-bold
{
	font-weight: bold;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: #606060;
}
.sb-image-text-fullscreen
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: #000000;
}

.sb-button-login
{
	color: #000000;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	text-align:center;
	white-space:nowrap;
	padding:0 3px 0 5px
}

/****************************************************************************************************/
/*                                      PreviewItem                                               */
/****************************************************************************************************/

.sb-preview-item
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.sb-preview-item-border
{                   
	border: 1px solid #CCCCCC;
}
.sb-preview-item-selected
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.sb-preview-item-border-selected
{
	border: 1px #FF3D0C solid;
}

/****************************************************************************************************/
/*                                      Input                                               */
/****************************************************************************************************/

.sb-input-radio
{
	color: black;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
}
.sb-input-text
{
	border: 1px solid #999EA1;
	color: black;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
}
.sb-input-smart-text
{
	border: 1px solid #999EA1;
	color: black;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
}
.sb-input-droplist
{
	color: black;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
}
.sb-input-templated-droplist-item
{
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.sb-input-templated-droplist-selected
{
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border: 2px solid red;
}
.sb-input-templated-droplist-popup
{
	border: 1px solid #9b9b9b;
}
.sb-input-templated-droplist-selector
{
	background-color: #ffffff;
	width: 100%;
	border: 1px solid #9b9b9b;
}
.sb-input-upload
{
	color: black;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	border: 1px solid #999EA1;
}
.sb-input-reg-option
{
	color: black;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	background-color: #F9F8F8;
	font-weight: bold;
	padding: 0 5px;
}

/****************************************************************************************************/
/*                                      Pager                                               */
/****************************************************************************************************/

.sb-pager-page
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: #0240A3;
	width: 10px;
}
.sb-pager-current
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: red;
	width: 10px;
	font-weight: bold;
}
.sb-pager-link
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: #0240A3;
}
.sb-pager-info
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: #000000;
}
/****************************************************************************************************/
/*                                      Admin statistic bars                                        */
/****************************************************************************************************/
.sb-statbar-left-filled
{
    background-image: url(images/statline_la.gif?4.1.0);
    width: 4px;
    background-repeat:no-repeat;
    background-position:right;
}
.sb-statbar-left
{
    background-image: url(images/statline_l.gif?4.1.0);
    width: 4px;
    background-repeat:no-repeat;
    background-position:right;
}
.sb-statbar-right-filled
{
    background-image: url(images/statline_ra.gif?4.1.0);
    width: 4px;
    background-repeat:no-repeat;
    background-position:left;
}
.sb-statbar-right
{
    background-image: url(images/statline_r.gif?4.1.0);
    width: 4px;
    background-repeat:no-repeat;
    background-position:left;
}
.sb-statbar-middle-filled
{
    background-image: url(images/statline_abg.gif?4.1.0);
    background-repeat:repeat-x;
    background-position:left;
}
.sb-statbar-middle
{
    background-image: url(images/statline_bg.gif?4.1.0);
    background-repeat:repeat-x;
    background-position:left;
}

/****************************************************************************************************/
/*                                      Admin Dashboard panel                                       */
/****************************************************************************************************/
.sb-dashboard-panel-header
{
	background-color: #68B0DC;
    background-image: url(images/dashboard_tr.gif?4.1.0);
    background-repeat: no-repeat;
    background-position: top right;
	border: 1px solid #B8C1D0;
	border-bottom: none;
    width: 100%;
    font-family: Segoe UI, sans-serif;
    color: #fff;
    font-size: 12px;
	height: 24px;
}
.sb-dashboard-panel-header table 
{ 
	border: 1px solid #CDF7FD;
    padding-right: 5px;
    padding-left: 10px;
}
.sb-dashboard-panel-header-text
{
    font-family: Segoe UI, sans-serif;
    color: #ffffff;
    font-size: 13px;
	font-weight: bold;
}
.sb-dashboard-panel-content
{
    background-color: #ffffff;
    border-style:solid;
    border-color: #B8C1D0;
    border-width: 1px;
}

.sb-dashboard-panel-corner
{
	display: none;
}
.sb-dashboard-bottom
{
    height: 25px;
    background-image: url(images/dashboard_bbg.gif?4.1.0);
}
.sb-dashboard-top
{
    height: 25px;
	background-color: #E0EFFE;
    color: Black;
    font-family: Segoe UI,sans-serif;
    font-size: 11px;
}
.sb-getting-started-description, .sb-dashboard-item-description
{
    font-family: Segoe UI, sans-serif !important;
    font-size: 12px !important;
}
/****************************************************************************************************/
/*                                      Page title styles                                           */
/****************************************************************************************************/
.sb-pagetitle
{
    width: 100%;
    background-color: #fff;
}
.sb-pagetitle .sb-pagetitle
{
    background-color: #F1FBFE;
	background-image: url('images/screentitle_bg.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
.sb-pagetitle-path
{
    padding-left: 10px;
    padding-top: 10px;
}
.sb-pagetitle-title
{
    padding-left: 10px;
}
.sb-pagetitle-levelup
{
    padding-right: 10px;
}
.sb-pagetitle-link
{
    color: #404040;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
    font-weight: normal;
}

/****************************************************************************************************/
/*                                      Getting Started Panel                                       */
/****************************************************************************************************/
.sb-gettingstarted
{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #DAECFC;
    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;
	font-family: Segoe UI, sans-serif;
}
.sb-gettingstarted-link
{
	font-weight: bold;
	color: #0240a3;
}

/****************************************************************************************************/
/*                                      Required Label styles                                       */
/****************************************************************************************************/
.sb-requiredlabel
{
	padding-left: 3px;
	padding-right: 5px;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: #cc0000;
}
/****************************************************************************************************/
/*                                      Label                                       */
/****************************************************************************************************/

.sb-label-form-header
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bold;
}

.sb-label-subform-header
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	background-color: #F9F8F8;
}

.sb-label-error
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bold;
}
.sb-subnodes-header
{
	font-family: Segoe UI, sans-serif;
	font-size: 20px;
	color: black;
	font-weight: bold;
}
.sb-title
{
	font-family: Segoe UI, sans-serif;
	font-size: 16px;
	color: black;
	font-weight: bold;
}
.sb-short-help
{
    font-family: Segoe UI, sans-serif;
	font-size: 11px;
	color: #005591;
}
.sb-map-path-separator
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: #444444;
	font-weight: bold;
}
.sb-label-toolbar-title
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	margin-left: -7px;
}
.sb-label-form-title
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
}
.sb-modal-caption-label
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
}
.sb-missing-template-indicator
{
	width: 100%;
	height: 100%;
	border: 0px;
	background-color: white;
	text-align:center;
	vertical-align:middle;
	
}
.sb-missing-template-placeholder
{
	width: 100%;
	height: 269px;
	border: 1px solid #CCCCCC;
	background-color: white;
	text-align:center;
	
	vertical-align:middle;
}
.sb-module-name
{
	font-family: Segoe UI, sans-serif;
	font-size: 18px;
	color: black;
}
.sb-page-title
{
	font-family: Segoe UI, sans-serif;
	font-size: 17px;
	color: black;
	font-weight: normal;
}
.sb-publish-caption
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
}
.sb-field-help
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: #474747;
}
.sb-required
{
	color: #cc0000;
}
.sb-required-note
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: #666666;
}

.sb-sitemap-path
{
	font-weight: bold;
	font-family: Segoe UI, sans-serif;
	font-size: 16px;
}

/****************************************************************************************************/
/*                                      Validation styles                                       */
/****************************************************************************************************/

.sb-container-valid 
{
	vertical-align:top;
	padding:0px 5px;
}

.sb-container-error
{
	background-color:#FFD9D9;
	padding:5px 0px;
}

.sb-container-error-publish 
{
	background-color:#FFD9D9;
	padding:5px;
}

.sb-container-error TD
{
	background-color:#FFD9D9;

}
.sb-container-error-text
{
	color: #CC0000;
	font-weight: bold;
}

.sb-validator-required
{
	color: #990000;
}
/****************************************************************************************************/
/*                                      ProgressBar styles                                       */
/****************************************************************************************************/
.sb-progress-cell
{
	padding: 1px;
	border: 1px solid blue;
	background-color: AliceBlue;
	
}
.sb-progress-text
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: black;
	padding-bottom:10px;
}  

.sb-progress-caption
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: black;
	font-weight:bold;
	padding-bottom:10px;
}


/****************************************************************************************************/
/*                                      Module Designers                                             */
/****************************************************************************************************/
.sb-nocategory
{
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color:Red;
}

.sb-design-fieldset 
{
	margin: 0px 0;	
	padding: 10px 0 0 0;
	border: none;
	border-top: 1px solid #D0D0D0;
}

.sb-design-fieldset legend 
{
	margin-bottom: 5px;
	margin-left: -9px;
	padding-right: 0px;
	padding-left: 2px;
	color: #000000;
	font-weight: bold;
}


.sb-design-fieldset legend img 
{
	vertical-align: middle;
}

.sb-design-fieldset p 
{
	margin: 5px 0;
}

.sb-design-fieldset legend table td
{
	font-weight: bold;
} 

.sb-fotolia-title-link
{
	color: #003399;
	font-weight: bold;
}
.sb-fotolia-link { color: #333333; }

.sb-family-title 
{  
	color: #006E12 !important;
	font-family: Segoe UI, sans-serif !important;
	font-size: 17px !important;
	font-weight: normal !important;
}
.wizard-page-link { color: #1E2022; }
.sb-text 
{
	font-family: Segoe UI, sans-serif !important;
	font-size: 12px !important;
}