/************************GLOBAL STYLES**************************/
a { color: #005ACE; }
fieldset { border-top-color: #B8C1D0; }
legend { color: #000; font-weight: normal; }

.list-table {
  border-collapse: separate;
  border: 0;
}
.list-table th, .list-table td, .scroll-table table td, .scroll-table table td {
  border: 1px solid #ededed;
  border-color: #fcfcfc #ededed;
  border-width: 0 0 1px 1px;
  height:20px;
  empty-cells: show;
}
.list-table th {
  padding: 2px 5px !important;
}
* html .list-table {
  border-collapse: collapse;
}
* html .list-table th, * html .list-table td {
  border-width: 1px;
}
.list-table th {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  background: url('images/list-th-bg-normal.gif') 0 100% repeat-x;
}
.list-table td {
  padding: 0 5px;
}
.list-table td td {
  border: 0;
  padding: 0;
}
.list-table th div {
  padding: 0;
  height: auto;
  background: none;
}
.scroll-table {
  border-bottom: 1px solid #ededed;
}
.list-table th.list-table-active-area {
  background: url('images/list-th-bg-sorted.gif') 0 100% repeat-x;
}
.list-table-row-alter td, .list-table td {
  background-color: transparent;
}
.list-table-row-strong td, .list-table-row-strong {
  border-bottom: 1px solid #d8f0fa; 
  background: #eff9fe url('images/list-bg-sorted.gif') 0 0 repeat-x;
}
.list-table-row-selected td {
  border-bottom: 1px solid #99defd; 
  background: #d5effc url('images/list-bg-selected.gif') 0 0 repeat-x;
}
.list-table th a:link,
.list-table th a:visited,
.list-table th a:active {
  text-decoration: none;
  color:#000;
}
.list-table a:link,
.list-table a:visited,
.list-table a:active {
  text-decoration: none;
  color:#06c;
}
.list-table a:hover {
  text-decoration: underline;
  color:#39f;
}
.list-table th a:hover {
  text-decoration: underline;
  color:#000;
}
.module-list-block .list-table
{
	border: 1px solid #ededed;
	border-width: 0 1px 1px 0;
}

.login-container 
{ 
	border:1px solid #86A7D4; 
}
.login-header-area { background-image: url('images/login-header.gif'); width: 510px; height: 62px; }
.login-header-area span 
{
	color: #FFFFFF;
	font-size: 17px;
	font-family: "Segoe UI",Tahoma,Verdana,Arial,sans-serif;
}
.login-content-area
{
	background-color: #F0F0F0;
}
.login-tools-link-area a 
{ 
	color: #0066CC;
	font-family: "Segoe UI",Tahoma,Verdana,Arial,sans-serif;
	font-size:12px;
}

/****************************************************************************************************/
/*                                      General styles                                              */
/****************************************************************************************************/
body { margin: 0; padding: 0; background-color: #fcfcfc; }
form {margin: 0;}

/*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: #fcfcfc;
  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: 2px 5px ;
	
	background: transparent url(images/list-th-bg-normal.gif) repeat-x scroll 0 100%;
	border-bottom: 1px solid #D5D5D5;
	border-top: 1px solid #D5D5D5;
	border-color: #FCFCFC #EDEDED;
	border-style: solid;
	border-width: 0 0 1px 1px;
	empty-cells: show;
	height: 20px;
}

.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;*/
	background:transparent url(images/list-th-bg-sorted.gif) repeat-x scroll 0 100%;
}
.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: 0 5px;
}
.sb-gridtext a:link, sb-gridtext a:visited, .sb-gridtext-alter a:link, sb-gridtext-alter a:visited
{
    color:#0066CC;
	text-decoration:none;
}
.sb-gridtext a:hover, .sb-gridtext-alter a:hover
{
	text-decoration: underline;
}
/*
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
{
	background-image: url('images/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}
.sb-footer-text
{
    color: #8A8A8A;
    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-formtable .sb-page { padding: 20px !important; }
#editSite { margin: 0 -20px; zoom: 1; }
.sb-formtableheader-design
{
    height: 23px; /*Bug 112661*/
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(images/FormTabsBg.gif?4.1.0);
}
.sb-formtableheader TH
{
    height: 23px; /*Bug 112661*/
    padding-left:19px;
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(images/FormTabsBg.gif?4.1.0);
}
.sb-formtableheader-th {background-color:#F0F0F0;}

.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-top-color: #B8C1D0;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    padding: 0;
}
.sb-form-fieldset legend
{
	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
{
    height: 40px;
    background-image: url(images/header_bg.jpg?4.1.0);
    background-repeat: repeat-x;
	border-bottom: 1px solid #0F0F14;
}
.sb-header-bottom
{
    background-image: url('images/tools_bg.gif');
	background-repeat: repeat-x;
    height: 38px;
    border-bottom: solid 1px #ABB8CB;
}
.sb-header-bottom-right td, .sb-header-bottom-right
{
    background-image: url('images/tools_bg.gif');
	background-repeat: repeat-x;
	height: 38px;
}
.sb-header-top td div { text-align: left !important; padding-left: 9px; }
/****************************************************************************************************/
/*                                      Admin panel Header styles                                   */
/****************************************************************************************************/
.sb-adminpanel-header-inner
{
    height: 100%;
    width: 100%;
	border-bottom: 1px solid #0F0F14;
}
.sb-adminpanel-header
{
    background-image: url(images/top_bg.jpg?4.1.0);
    background-position: left top;
    background-repeat: repeat-x;
    margin: 0;
    height: 50px;
}
.sb-header-copyright
{
    font-family: Segoe UI, sans-serif;
    font-size: 11px;
    color: #f1f1f1;
}
.sb-adminpanel-header-logo
{
	padding-left: 25px !important;
}
.sb-adminpanel-header-logo2
{
	padding-right: 10px !important;
	padding-bottom: 1px !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: #f3f3f3 url('images/overview_bg.gif') 0 100% repeat-x;
}

.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: #fff;
}



.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
{
	/* http://bugs.plesk.ru/show_bug.cgi?id=149222
	Checkboxes have to be present!!
    display: none;
	*/
}
.sb-pages-panel-pages-header
{
    background-image: url(images/dashboard_tr.gif?4.1.0);
    background-repeat: repeat-x;
	background-position: center center;
    width: 100%;
    font-family: Segoe UI, sans-serif;
    color: #fff;
    font-size: 12px;
	height: 24px;
}
.sb-pages-panel-pages-header *, .sb-pages-panel-pagesets-header *
{
	font-family: Segoe UI;
	color: #039;
	font-weight: normal !important;
}
.sb-pages-panel-pages-header table { width: auto !important; background-color: #fff; border: none; }
.sb-pages-panel-pages-header table td { padding-right: 5px; }

.sb-pages-panel-pagesets-header
{
    background-image: url(images/dashboard_tr.gif?4.1.0);
    background-repeat: repeat-x;
	background-position: center center;
    padding-right: 5px;
    height: 24px;
    width: 100%;
}

.sb-pages-panel-pagesets-header table, .sb-pages-panel-pagesets-header table td { width: auto !important; background-color: #fff; border: none;  padding-right: 5px; }
.sb-page-sets-menu, .sb-page-sets-menu-item { border: none !important; }
/****************************************************************************************************/
/*                                      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-text .sb-dashboard-link
{
	font-size: 12px;
}
.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: #406EA4;
	background-image: url('images/bg_left_frame.jpg?4.1.0');
	background-position: bottom left;
	background-repeat: no-repeat;
}
.sb-leftmenu-table
{
    padding: 22px 6px;
}
.sb-leftmenu-help-separator
{
    display: none;
}
.sb-leftmenu-help
{
    padding: 10px 15px;
    vertical-align:top;
}
.sb-leftmenu-horizontal-separator
{
   display: none;
}
.sb-leftmenu-copyright
{
    vertical-align: bottom; height: 1%;
}
.sb-leftmenu-copyright td
{
    color: #F1F1F1;
    font-size: 12px;
    font-family: Segoe UI, sans-serif;
    text-decoration: none;
    height: 100%;
    vertical-align: middle;
    padding: 0 10px 15px 28px;
}
.sb-leftmenu-panel-header
{
    width: 99%;
    font-weight: bold;
    color: #215dc6;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	height: 20px;
	padding-right: 5px;
}
.sb-leftmenu-panel-header-text
{
    font-family: Segoe UI, sans-serif;
    color: #f1f1f1;
    font-size: 12px;
	font-weight: bold;
	padding-left: 18px;
}
.sb-leftmenu-panel-content
{
	padding-top: 6px !important;
}

.sb-leftmenu-panel-corner
{
}
.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 {
}
.sb-modalbox-header-left {
  padding-left: 10px !important;
  width: 99%;
  height: 28px;
  vertical-align: middle;
  white-space:nowrap;
  background: url('images/sb_modalbox_header_bg.png') 0 0 no-repeat;
}
.sb-modalbox-header-right {
  width: 1%;
  vertical-align: top;
  padding: 0 6px;
  background: url('images/sb_modalbox_header_bg.png') 100% 0 no-repeat;
}
.sb-modalbox-header-right img {
  border: 0;
}
.sb-modalbox-header-text {
  font: normal 12px "Segoe UI", sans-serif;
}
.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: 62px;
  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: 510px;
}
.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;
}
.content-area-background {
	background: #3080bb url('images/bg_main_login.jpg') 50% 100% no-repeat;
	padding: 32px;
	vertical-align:top;
}

/****************************************************************************************************/
/*                                      Preloader                                                   */
/****************************************************************************************************/

.sb-preloader-iframe
{
    width: 321px;
	height: 55px;
}
.sb-preloader-table
{
	width: 321px;
	height: 55px;
	background-image: url('images/loading_bg.gif');
	background-repeat: no-repeat;
}
.sb-preloader-text, .sb-preloader-table td span strong
{
	font-size: 17px;
	font-weight: normal;
}
.sb-preloader-table td span br { display: none; }

/****************************************************************************************************/
/*                                      Admin tool bars                                             */
/****************************************************************************************************/

.sb-list-toolbar-bottom
{
	background-image: url('images/list-tool-block-bg.gif');
	border: 1px solid #B6BCCC;
	border-width: 1px 0;
	display: block;
	height: 30px;
	margin-bottom: 18px;
	padding-top: 3px;
}
.sb-list-toolbar-top
{
	background-color:#CED8E1;
	border-top: solid 1px #B6BCCC;
	width:100%;
}
.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 20px;
}
.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: 12px;
	color: #06c !important;
	font-weight: normal !important;
}
.sb-dashboard-link:hover, .sb-dashboard-item-title-link:hover
{
	text-decoration: underline;
	color: #39f !important;
}
/****************************************************************************************************/
/*                                      buttons
/****************************************************************************************************/

.sb-button-bg-left
{
	background-image: url(images/button_left.gif);
	padding-left: 3px;
	height: 24px;
	background-repeat: no-repeat;
}
.sb-button-bg-middle
{
	background-image: url(images/button_middle.gif);
	background-repeat:repeat-x;
	height: 24px;
}
.sb-button-bg-right
{
	background-image: url(images/button_right.gif);
	padding-left: 3px;
	height: 24px;
	background-repeat: no-repeat;
}
.sb-selected-button-bg-left
{
	background-image: url(images/button_ok_left.gif);
}
.sb-selected-button-bg-middle
{
	background-image: url(images/button_ok_middle.gif);
}
.sb-selected-button-bg-right
{
	background-image: url(images/button_ok_right.gif);
}
.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: left;
	vertical-align: top;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	padding: 0 0 0 6px;
}
.sb-button-tool-text a
{
	color: Black;	
}
.admin-tool-container
{
	float:left;
	margin-left:1px;
	margin-right:1px;
	width:147px;
}
.admin-tool-container td 
{
	text-align:left;
}
.admin-tool-container img 
{
	margin-bottom:0px;
}
.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: #f1f1f1;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
}
.sb-leftmenu-text-active
{
	white-space: nowrap;
	text-decoration: none;
	color: #f1f1f1;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
}
.sb-leftmenu-text:hover, .sb-leftmenu-text-active:hover { text-decoration: underline; color: #eeffff; }
.sb-leftmenu-item
{
    height: 25px !important;
}
.sb-leftmenu-item td { padding: 0 0 0 10px !important; }
.sb-leftmenu-item-active
{
    height: 25px !important;
	background-image: url('images/leftmenu_item_active_bg.gif');
	background-position: center left;
	background-repeat: no-repeat;
}
.sb-leftmenu-item-active td { padding: 0 0 0 10px !important; }
.sb-leftmenu-item td a img, .sb-leftmenu-item-active td a img { display: none; }



.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: #000000;
}
.sb-preview-item-border-selected
{
	border: 1px #A4DDF7 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: 6px; height: 13px;
    background-repeat:no-repeat;
    background-position:right;
}
.sb-statbar-left-filled img { width: 6px; height: 13px; }
.sb-statbar-left
{
    background-image: url(images/statline_l.gif?4.1.0);
    width: 6px; height: 13px;
    background-repeat:no-repeat;
    background-position:right;
}
.sb-statbar-left img { width: 6px; height: 13px; }
.sb-statbar-right-filled
{
    background-image: url(images/statline_ra.gif?4.1.0);
    width: 6px; height: 13px;
    background-repeat:no-repeat;
    background-position:left;
}
.sb-statbar-right-filled img { width: 6px; height: 13px; }
.sb-statbar-right
{
    background-image: url(images/statline_r.gif?4.1.0);
    width: 6px; height: 13px;
    background-repeat:no-repeat;
    background-position:left;
}
.sb-statbar-right img { width: 6px; height: 13px; }
.sb-statbar-middle-filled
{
    background-image: url(images/statline_abg.gif?4.1.0);
    background-repeat:repeat-x;
    background-position:left;
}
.sb-statbar-middle-filled img { height: 13px; }
.sb-statbar-middle
{
    background-image: url(images/statline_bg.gif?4.1.0);
    background-repeat:repeat-x;
    background-position:left;
}
.sb-statbar-middle img { height: 13px; }

/****************************************************************************************************/
/*                                      Admin Dashboard panel                                       */
/****************************************************************************************************/
.sb-dashboard-panel-header
{
    background-image: url(images/dashboard_tr.gif?4.1.0);
    background-repeat: repeat-x;
	background-position: center center;
    width: 100%;
    font-family: Segoe UI, sans-serif;
    color: #fff;
    font-size: 12px;
	height: 24px;
}
.sb-dashboard-panel-header table 
{ 
    padding-right: 0px;
}
.sb-dashboard-panel-header-text
{
    font-family: Segoe UI, sans-serif;
    color: #039;
    font-size: 12px;
    padding-right: 5px;
}
.sb-dashboard-panel-content
{
}
.sb-dashboard-panel-header table { width: auto !important; background-color: #fcfcfc; border: none; }

.sb-dashboard-panel-corner
{
	display: none;
}
.sb-dashboard-bottom
{
    display: none;
}
.sb-dashboard-top
{
    height: 25px;
    color: Black;
    font-family: Segoe UI,sans-serif;
    font-size: 11px;
	padding-left: 0 !important;
}
.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: #F0F0F0;
	border-bottom-color: #8B919F !important;
	height: 51px;
}
.sb-pagetitle .sb-pagetitle
{
    background-color: #F0F0F0;
}
.sb-pagetitle-path
{
    padding-left: 20px;
    padding-top: 5px;
	height: 25px;
	vertical-align: top;

}
.sb-pagetitle-title
{
    padding-left: 20px;
	padding-bottom: 5px;
	vertical-align: top;
	height: 26px;
}
.sb-pagetitle-levelup
{
    padding-right: 19px;
}
.sb-pagetitle-link, .sb-pagetitle-link a
{
    color: #000;
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
    font-weight: normal;
	text-decoration: none;
}


/****************************************************************************************************/
/*                                      Getting Started Panel                                       */
/****************************************************************************************************/
.sb-gettingstarted {
  border: 1px solid #adcbe7;
    width: 100%;
  background: #e9f5fb;
}
.sb-gettingstarted-item {
  padding: 10px 10px 10px 52px;
    vertical-align: top;
}
.sb-gettingstarted-title {
	color: #039;
}
.sb-getting-started-description {
  padding: 5px 0;
}
.sb-gettingstarted-link {
	color: #06c;
	text-decoration: none;
}
a.sb-gettingstarted-link:hover {
  color: #39f;
	text-decoration: underline;
}
.sb-gettingstarted-footer {
  border-top: 1px solid #c5dcf1;
  margin: 0 10px;
  padding: 10px 0;
}
.sb-gettingstarted .admin_host_list {
  background: url('icons/hostmgmt.gif') 10px 12px no-repeat;
}
.sb-gettingstarted .admin_plan_list {
  background: url('icons/planmgmt.gif') 10px 10px no-repeat;
}
.sb-gettingstarted .admin_user_list {
  background: url('icons/usermgmt.gif') 10px 12px no-repeat;
}
.sb-gettingstarted .admin_site_list {
  background: url('icons/publish_now.gif') 10px 8px no-repeat;
}
.sb-gettingstarted .admin_profile_view {
  background: url('icons/profile.gif') 10px 12px no-repeat;
}
.sb-gettingstarted .admin_register_site {
  background: url('icons/sitemgmt.gif') 10px 10px no-repeat;
}

/****************************************************************************************************/
/*                                      Wizard, Start step                                          */
/****************************************************************************************************/

.SiteFamilyNotSelected {
	border: 1px solid rgb(219, 224, 232);
	background-color: rgb(255, 255, 255);

}

.SiteFamilySelected {
	border: 1px solid rgb(0, 102, 204); 
	background-color: rgb(255, 255, 255);
}

.SiteFamilyHover {
	border: solid 1px #909090;
	background-color: #FFFFFF;
}



/****************************************************************************************************/
/*                                      Wizard, Publish step                                        */
/****************************************************************************************************/

.sb-wizard-layout-content .sb-publish-panel {
  border: 1px solid #adcbe7;
  margin: 8px;
  padding: 14px 22px;
  width: 550px;
  text-align: left;
  background-color: #e9f5fb;
}
* html .sb-wizard-layout-content .sb-publish-panel {
  width: 594px;
}
.sb-wizard-layout-content .sb-publish-status-block {
  border: 1px solid #b8c1d0;
  width: 100%;
  height: 34px;
  background-color: #fff;
}
.sb-wizard-layout-content .sb-publish-status-block td {
  text-align: center;
}
.sb-wizard-layout-content .sb-publish-status-text,
.sb-wizard-layout-content .sb-publish-info-text {
  color: #000;
  font-weight: normal;
}
.sb-wizard-layout-content .sb-publish-info-block {
  border: 1px solid #b8c1d0;
  width: 100%;
  height: 55px;
  background-color: #fff;
}
.sb-wizard-layout-content a.sb-publish-link {
  text-decoration: none;
  color: #0066cc;
}
.sb-wizard-layout-content a.sb-publish-link:hover {
  text-decoration: underline;
	color: #39f;
}
.sb-wizard-layout-content .sb-publish-header-block {
  padding: 0;
  width: 100%;
  height: 22px;
  background: url('images/dashboard_tr.gif') 0 50% repeat-x;
}
.sb-wizard-layout-content .sb-publish-header-text {
  padding-right: 5px;
  font: normal 12px "Segoe UI", arial, helvetica, sans-serif;
  color: #039;
  background: #e9f5fb;
}
.sb-wizard-layout-content .sb-publish-info {
  margin: 4px 0;
}
.sb-wizard-layout-content .sb-publish-info td {
  padding: 4px 8px 4px 0;
}
.sb-wizard-layout-content .sb-large-button-text {
  padding: 0 12px 0 10px;
  font: normal 12px "Segoe UI", arial, helvetica, sans-serif;
  line-height: 28px;
}
.sb-wizard-layout-content .sb-large-button-text img {
  margin-top: -3px;
}

/****************************************************************************************************/
/*                                      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: #f1f1f1;
	padding-top: 10px;
	padding-left: 6px;
}
.sb-short-help-win
{
    font-family: Segoe UI, sans-serif;
	font-size: 11px;
	color: #f1f1f1;
	padding-top: 10px;
	padding-left: 0px;
}
.sb-map-path-separator {
	margin: 0 5px;
	width: 8px;
	overflow: hidden;
	text-indent: -9999px;
	color: #444;
	background: url('images/arrow_next.gif') 0 5px no-repeat;
}
.sb-pagetitle-path span {
	display: inline;
	float: left;
}
.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: normal 12px "Segoe UI", sans-serif;
	/*
	font-family: Segoe UI, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;*/
}
.sb-save-changes-content-area
{
	padding: 10px; 
	background-color: white; 
	border: solid 1px #E3E3E3;
}
.sb-save-changes-question-area
{
	text-align: left;
	padding: 0 0 10px 10px;
}
.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: 18px;
	color: #039;
	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;
}

.sb-family-title-main
{  
	color: rgb(0, 51, 153) ! 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;
}
.admin-content-area { background-color: #FCFCFC; padding: 20px; }
.list-show-container { height: 50px; }
.sb-list-toolbar-top .list-show-container { height: auto; }
.sb-list-toolbar-top  td { padding-top: 8px; padding-bottom: 8px; }
.sb-list-toolbar-top  td td { padding-top: 0; padding-bottom: 0; }

.list-tool-block 
{ 
	margin-right: 0; margin-bottom: 0; padding: 5px 7px;  
}
.link-button-text-area { padding-left: 4px; }
.link-button-text-area a {text-decoration:none;}
.link-button-text-area span { text-decoration:none !important; white-space: nowrap; }
.list-table th a, .list-table th { font-weight: normal !important; }
.list-pager-container { margin-top: 0; }
.list-pager-total-area { padding-left: 10px; }
.list-pager-numbers-area { padding-right: 10px; }
/*.list-show-view-list-area, .list-show-view-text-area { padding-left: 3px; }*/
.list-show-view-list-area { padding-right: 8px; }
.list-show-search-input-area { padding: 0 8px 0 0; }
.list-show-search-tool-area {padding-left: 7px;}
.list-show-search-tool-area, .list-show-showall-tool-area { padding-top: 2px; }
.list-pager-numbers-area a, .list-pager-numbers-area strong { margin-left: -5px; }
.list-pager-numbers-area span a {margin-left: 2px;}
.list-pager-go-area div a {margin: 0 2px 0 2px;}

.list-show-search-tool-area { padding-right: 15px; }
.sb-asterix 
{ 
	color: #cc0000 !important; 
	font-family: Segoe UI,sans-serif !important;
	font-size: 12px !important;
}
.name 
{
	color: #000 !important;
}
.form-separator {/* display: none; */}
fieldset { margin-bottom: 13px; }
.fieldset-block { padding-bottom: 10px; }
.hint { color:#000 !important; }
.sb-dashboard-item-description { color: #747474 !important; }
.sb-header-company-logo { padding-right: 10px; padding-bottom: 2px; }
.sb-wizard-content-templates-categories { padding: 0 5px 0 10px; }
.sb-wizard-content-settings-schemes-thumbnails-active, .sb-wizard-content-settings-menus-thumbnails-active { border-color: #A4DDF7; }
.login-footer-block a, .login-footer-block span, .login-footer-block { color: #ccc; }

.dashboard-panel-icon-bg {
	background-image:url(images/dashboard-panel-hide-active.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#modalForm .multi-list-container {
	margin: 0 !important;
}

.ButtonRepeaterSelectedItem table.ImagePreviewTable {
	border:2px #A4DDF7 solid !important;
}

.SelectedColorScheme {
	border:2px solid #A4DDF7 !important;
	padding:2px;
	cursor:pointer;
}
.sb-siteview-separator {
	width: 0;
	height: 0px;
}
.sb-upperlevel
{
    padding-right: 20px;
}
.sb-buttonspadding
{
    padding: 0 20px;
}
.sb-statusbar-admin-wsb
{
    margin-bottom: 10px !important;
}
input[type="text"], input[type="password"] {
    border-color:#ABADB3 #E2E3EA #E2E3EA;
    border-style:solid;
    border-width:1px;
    color:#000000;
}