@CHARSET "UTF-8";

/***********************************************************/
/* OVERRIDE BROWSERS OWN DEFAULT SETTINGS START */
/***********************************************************/

/* default font-size and types */
html, body, form, input, select, fieldset {
    font-size: 10pt;
    font-family: Tahoma, Verdana, Arial, sans-serif, Geneva, Hevletica;
}
/* default padding & margin */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dd, dt, address, hr {
    margin: 0px; 
    padding: 0px; 
}
/* label cursor is a hand */
form label {
    cursor: pointer;
}
address {
    font-style: normal;
}
/* links underlined */
:link, :visited {
    text-decoration: underline;  
}
/* linked images without borders */
img, a img,
:link img, :visited img {
    border: none;
}
/* fieldset without border */
fieldset {
    border: none;
}
/* clearing for floated elements */
div.clearer, span.clearer {
    clear: both;
    font-size: 0px;
}

ul {
    margin: 0 0 0 10px;
    padding: 5px 0;
    list-style-type: square;
}

ul li {
    margin: 0 0 0 10px; 
}

p {
    margin: 5px 0;
}

div.account-info-content ol
{
	margin: 0 0 0 10px;
    padding: 5px 0;
    list-style-type: decimal;
}

div.account-info-content ol li
{
	margin: 0 0 0 10px;
}

/***********************************************************/
/* OVERRIDE BROWSERS OWN DEFAULT SETTINGS END */
/***********************************************************/

a,
a:link,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
}

form#company-open select#company {
    margin: 10px 0 0;
    width: 200px;
}

form#company-open select#company option {
    padding: 10px;
}

#profile-choose-select {
    width: 200px;
}

div#header,
div#main, 
div#footer {
}

div#header {
	padding: 0px;
    border-bottom: 1px solid #94bef6;
    overflow: hidden;	
}

div.header div.header-top {
    margin: 0;
    padding: 0px 0 0;
    height: 29px;
    font-size: 1.0em;
    color: #444;
    /*background: #bdd7f9;*/

}

div.header div.header-top span.company {
    font-weight: bold;
}

div.header div.header-top div.header-top-left {
    margin: 0 0 0 0px;
	padding: 2px 0 0;
		background: #274e68 /*{a-bar-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #2f5f7e /*{a-bar-background-start}*/), to( #1e3c51 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #2f5f7e /*{a-bar-background-start}*/, #1e3c51 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #2f5f7e /*{a-bar-background-start}*/, #1e3c51 /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #2f5f7e /*{a-bar-background-start}*/, #1e3c51 /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #2f5f7e /*{a-bar-background-start}*/, #1e3c51 /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #2f5f7e /*{a-bar-background-start}*/, #1e3c51 /*{a-bar-background-end}*/);
	
}

div.header div.header-top div.header-top-left div.title-bg {
    padding: 0px 0px 0;
    float: left;
    /*height: 21px;*/
    border-bottom: none;
}

#main-toolbox {
	padding: 2px 0 2px 6px;
}
#company-choose-select {
    min-width: 150px;
}

div.header div.header-top div.header-top-left div.title-bg a {
    border: none;
}

div.header div.header-top div.header-top-left div.title-left,
div.header div.header-top div.header-top-left div.title-right {
    float: left;
    width: 8px;
    /*height: 22px;*/
}

div.header div.header-top div.header-top-left div.title-bg {
    /*background: url(./images/title-bg.png) top left repeat-x;*/
}

div.header div.header-top div.header-top-left div.title-left {
    background: url(./images/title-left.png) top left repeat-x;
}

div.header div.header-top div.header-top-left div.title-right {
    background: url(./images/title-right.png) top left repeat-x;
}

div.header div.header-top div.header-top-right {
    width: 300px; 
    float: right;
    text-align: right;
}

div.header div.header-bottom {
    padding: 3px 0 2px;
    height: 56px;
    /*background: url(./images/header-office.png) top left repeat-x; */
    overflow: auto;
    border-top: none;
}

div.header-bottom div.office-container {
    float: left;
    margin: 0 0 0 10px;
}

div.header-bottom div.office-container div.office-left,
div.header-bottom div.office-container div.office-right {
    float: left;
    width: 5px;
    height: 86px;
}

div.header-bottom div.office-container div.office-left {
    background: url(./images/header-office-box-l.png) top left repeat-x;
}

div.header-bottom div.office-container div.office-right {
    background: url(./images/header-office-box-r.png) top left repeat-x;
}

div.header div.header-bottom div.office-box {
    height: 54px;
    border: 0px solid #222;
    /*background: url(./images/header-office-box.png) top left repeat-x;*/
}

div.header div.header-bottom div.h1-buttons {
    float: left;
}

div.header div.header-top span#h1-title {
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
    font-size: 1em;
    text-align: left;
    border: none;
	max-width: 590px;
	overflow: hidden;
	white-space: nowrap;
}

div.header div.header-bottom div.menu-bottom {
    padding: 0 5px 1px;
    text-align: center;
    font-size: 0.8em;
    /*color: #3e6aaa;*/
    /*background: #c1d9f1;*/
    border-top: 1px solid #9ebfdb;
}

div.action-buttons {
    padding: 0 0 0 10px;
    height: 40px;
    border: none;
}

div.action-buttons div.action-button {
    float: left;
    margin: 2px 10px 0 0;
    padding: 0px;
}

div.action-buttons div.action-button span.top-span,
div.action-buttons div.action-button a.top-span {
    display: block;
    min-width: 30px;
	min-height: 30px;
    padding: 0px 5px 5px;
    text-align: center;
    cursor: pointer;
}

div.action-buttons div#back span {
    background: url(./images/back.png) no-repeat center top;  
}

div.action-buttons div#help span#help-button {
    background: url(./images/information.png) no-repeat center top;   
}

div.action-buttons div#support a#support-button {
    /*background: url(./images/bugblue.png) no-repeat center top;*/   
}

div.action-buttons div#logout span#logout-button {
    background: url(./images/offblue.png) no-repeat center top;  
}

div.action-buttons div.action-button:hover {
    color: #000;
    /*background: url(./images/action-button-bg.png) repeat-x;*/
}

.bbq-content {
	margin: 0;
    padding: 5px;
}

div#footer {
	height: 2px;
    color: #fff;
    background: #333;
}

div#main-tools,
div#main-filter {
	padding: 3px 5px 3px;
	overflow: auto;
	max-width: 750px;
}

div#main-filter {
	clear: left; 
	border-width: 1px 0 0 0;
	font-weight: normal;
}

/**** menu ****/

div#main-menu {
	padding: 0;
/*    border-right: 1px solid #94bef6;*/
}

div#main-menu div#main-menu-top {
	padding: 0px;
	height: 150px;
	overflow: auto;
	border-bottom: 0px solid #94bef6;
}

div#main-menu div#menu-ajax-loader {
    width: 32px;
    height: 32px;
    background: url(./images/ajax-loader.gif) no-repeat;
}

div.bbq-loading {
	position: absolute;
    min-width: 66px;
    min-height: 66px;
    background: url(./images/ajax-loader.gif) no-repeat;
}

div#main-menu div#main-menu-top ul.navigation,
div#main-menu div#main-menu-top ul.navigation li,
div#main-menu div#main-menu-top ul.navigation ul li {
    margin: 0;
/*    padding: 0;*/
}

div#main-menu div#main-menu-top ul.navigation {
    margin: 5px;
    margin-top: 0;
}

div#main-menu div#main-menu-top ul.navigation li {
	padding: 2px 0;
    list-style-type: none;
}

div#main-menu div#main-menu-top ul.navigation li ul {
    padding: 2px 0 !important;
}

div#main-menu div#main-menu-top a.menu-item,
div#main-menu div#main-menu-top a.menu-item:link,
div#main-menu div#main-menu-top a.menu-item:visited {
    padding: 2px;
    display: block;
	/*color: #222 !important;*/
    font-weight: normal !important;
	text-decoration: none;
}

div#main-menu div#main-menu-top a.menu-item:hover,
div#main-menu div#main-menu-top a.menu-item:active {
/*    text-decoration: underline;*/
}

div#main-menu div#main-menu-bottom { 
    padding-top: 5px;
    padding-bottom: 0;
    border-top: 1px solid #94bef6;
    /*overflow: hidden;*/
    overflow: auto;
}

div#main-menu div#main-menu-bottom .ui-resizable-n {
    height: 10px;
    background: #fbec88;
}

div#main-menu div#main-menu-bottom div.main-menu-item {
	border-top: 1px solid #94bef6;
    overflow: hidden;
}

div#main-menu div#main-menu-bottom div.main-menu-item:hover {
    background: url(./images/menu-item-bg-hover.png) repeat-x;
}

div#main-menu div#main-menu-bottom div.main-menu-item a {
	height: 21px;
	line-height: 21px;
    padding: 5px;
    display: block;
}

div#main-menu div#main-menu-bottom div.main-menu-item a,
div#main-menu div#main-menu-bottom div.main-menu-item a:link,
div#main-menu div#main-menu-bottom div.main-menu-item a:visited {
    /*color: #fff;*/
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
/*    background: url(./images/menu-item-bg.png) repeat-x;*/
}

div#main-menu div#main-menu-bottom .active,
div#main-menu div#main-menu-bottom div.main-menu-item a:hover,
div#main-menu div#main-menu-bottom div.main-menu-item a:active {
    background: url(./images/menu-item-bg-hover.png) repeat-x !important;
}

div.main-panel-bg {
    padding-left: 32px;
}

div#main-panel-1 {
    background: url(./images/panel-bg-1.png) 3px 1px no-repeat;
}

div#main-panel-2 {
    background: url(./images/panel-bg-2.png) 3px 1px no-repeat;
}

div#main-panel-3 {
    background: url(./images/panel-bg-3.png) 3px 1px no-repeat;
}

div#main-panel-4 {
    background: url(./images/panel-bg-4.png) 3px 1px no-repeat;
}

div#main-panel-5 {
    background: url(./images/panel-bg-5.png) 3px 1px no-repeat;
}

div#main-panel-6 {
    background: url(./images/panel-bg-6.png) 3px 1px no-repeat;
}

div#main-panel-7 {
    background: url(./images/panel-bg-7.png) 3px 1px no-repeat;
}

div#main-panel-8 {
    background: url(./images/panel-bg-8.png) 3px 1px no-repeat;
}

div#main-panel-9 {
    background: url(./images/panel-bg-9.png) 3px 1px no-repeat;
}

div#main-panel-10 {
    background: url(./images/panel-bg-10.png) 3px 1px no-repeat;
}

.active-menu-item {
    font-weight: bold;
    text-decoration: underline !important;
}

div.horz-nav {
    margin: 0;
    padding: 0px;
    font-size: 1em;
    clear: both;
/*    border-bottom: none;*/
    position: relative;
}

div.horz-nav div.horz-nav-a {
    float: left;
}

div.horz-nav div.horz-nav-a a,
div.horz-nav div.horz-nav-a a:link,
div.horz-nav div.horz-nav-a a:visited {
    color: #333;
    text-decoration: none;
}

div.horz-nav div.horz-nav-a a:hover,
div.horz-nav div.horz-nav-a a:active {
    text-decoration: none;
}

div.horz-nav div.horz-nav-separator {
    width: 15px;
    height: 22px;
    background: url(./images/nav_arrow.png) no-repeat;
}

div.horz-nav div.horz-nav-link a,
div.horz-nav div.horz-nav-link a:link,
div.horz-nav div.horz-nav-link a:visited {
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    display: block;
    border: 1px solid #888;
    border-left: none;
    border-right: none;
}

div.horz-nav div.horz-nav-link a:hover,
div.horz-nav div.horz-nav-link a:active {
    border: 1px solid #333;
    border-left: none;
    border-right: none;
    text-decoration: underline;
}

div.horz-nav div.horz-nav-link a.active-page {
    border: 1px solid #333;
    border-left: none;
    font-weight: bold;
}

/**** /menu ****/

div.error-box {
    width: 500px;
    padding: 10px;
}

div.error-box div.error-left {
	float: left;
}

div.error-box div.error-right {
	float: left; 
}

/******* card *********/

.mb-card-control {
    
}

.mb-card-header {
    padding: 5px;
}

.mb-card-content {
    padding: 10px;
    overflow: auto;    
}

.mb-card-content table th {
/*    width: 400px;*/
}

.mb-card-content table th.caption {
    width: 200px;
}

/******* /card *********/

/******* form *********/

.mb-form-header {
    padding: 5px;
}

.mb-form-tabs {
    float: right;
}

.mb-form-tabs .mb-button {
    margin-top: 2px;
    margin-bottom: -6px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mb-form-content {
    padding: 10px;
    overflow: auto;
}

form.standard-form {

}

form.standard-form div.element-container {
}

form.standard-form div.element-container fieldset {
	margin: 0 0 10px 0;
	padding: 10px;
    border: 1px solid #bbb;
}

form.standard-form div.element-container fieldset legend {
    padding: 5px 10px;
    border: 1px solid #bbb;
}

form.standard-form div.element-container fieldset.element-fieldset {
}

form.standard-form div.element-container fieldset.element-fieldset-bottom {
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group,
form.standard-form div.element-container fieldset.element-fieldset table.element-group td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group {
    width: 100%;
    clear: both;
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group tr.element-form {
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group td {
	padding: 8px 5px;
    border-bottom: 1px solid #ddd;
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-label {
	width: 150px;
    vertical-align: top;
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-input {
	text-align: left;
}

div.element-input-container span.element-input-content input,
form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-input span.element-input-content input,
form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-input span.element-input-content select,
td.element-input span.element-input-content select {
	padding: 3px 5px;
	width: 250px;
	border: 1px solid #999;
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-input span.element-input-content select {
    width: 350px;
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-input span.element-input-content textarea {
    padding: 3px 5px;
    border: 1px solid #999;
    height: 200px;
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-input span.element-input-content {
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-input span.element-input-description {
}

form.standard-form div.element-container fieldset.element-fieldset table.element-group td.element-input div.errors {
}

form.standard-form div.element-container fieldset.element-fieldset-bottom div.element-group {
}

form.standard-form div.element-container fieldset.element-fieldset-bottom input {
    margin: 0 5px 0 0;
    min-width: 80px;
    min-height: 30px;
}

.mb-button,
.mb-button-inverse {
    padding: 3px 5px;
    cursor: pointer;
}

.mb-no-border {
    border: inherit !important;
}

.mb-lookup {
    padding: 0 0 0 2px;
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer !important;
}

#login-errors .error-box {
    width: 380px;
}

#login-btn input#submit {
    margin: 10px 0 0;
    width: 120px;
    height: 30px;
}

div.input-hidden-slider {
    margin: 5px 0;
    float: left;
    width: 200px;
}

div.input-slider-value {
    margin: 0 0 0 15px;
    padding: 3px 10px;
    float: left;
    border: 1px solid #94bef6;
}

/******* /form *********/


/************************/
/****** mb-Grid *********/
/************************/

div.mb-grid-control {
/*    width: 750px;*/
}

div.mb-grid-control div.mb-grid-top {
}

div.mb-grid-control div.mb-grid-top .mb-grid-menu {
    padding: 5px;
}

div.mb-grid-control div.mb-grid-pager {
    
}

div.mb-grid-control div.mb-grid-content {
    
}

div.mb-grid-control div.mb-grid-content div.mb-grid-header {
    
}

div.mb-grid-control div.mb-grid-content .mb-grid-data-header {
}

div.mb-grid-control div.mb-grid-content .mb-grid-data-header th {
	overflow: hidden;
}


div.mb-grid-control div.mb-grid-content div.mb-grid-data {
    overflow: auto;
}

.standard-list thead th {
	border-top: none;
	border-right: none;
    border-left: none;
}

.mb-grid-button,
.mb-grid-button-inverse {
    margin: 0 7px 0 0;
    float: left;
    font-size: 0.9em;
}

.mb-button-noleftpadding {
    padding-left: 0;
}

#filter-dialog fieldset {
    margin-bottom: 0;
}

div#filter-current {
    margin: 0 10px 0 0;
    padding: 0 10px;
    float: left;
    height: 22px;
    line-height: 22px;
    font-weight: normal;
}

table.standard-list,
table.standard-list td,
table.standard-list th {
	margin: 0;
    padding: 0;
    border-collapse: collapse;
}

table.standard-list {
    width: 100%;
}

table.standard-list tr {
}

table.standard-list thead {
}


table.standard-list tr.selected td {
    /*background: #94bef6;*/
}

table.standard-list th,
table.standard-list td {
    padding: 5px;
}

table.standard-list th {
}

table.standard-list td {
	border: 1px solid #a6c9e2;
	vertical-align: top;
}

table.standard-list td.selector {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
}

.tr-drag td {
    background: #000 !important;
    color: #fff;
}

.td-menu-header {
    font-size: 1.2em;
}

th.sort-header {
    cursor: pointer;
}

th.sort-header div.sortable {
}

th.col-highlight div.iconasc {
}

th.col-highlight div.icondesc {
}

th span.data-number,
th span.data-currency,
th span.data-float,
th span.data-percent {
    float: right;
}

th span.data-text,
th span.data-enum,
th span.data-date,
th span.data-time,
th span.data-boolean {
    float: left;
}

td.data-number,
td.data-currency,
td.data-vatamount,
td.data-float,
td.data-percent {
	text-align: right;
}

td.data-text,
td.data-enum {
	text-align: left;
}

td.data-date,
td.data-receipt-date,
td.data-time,
td.data-boolean {
	text-align: center;
}

.pager-control {
    border-top: none;
}

div.page-control {
    padding: 0px;
}

div.page-control div.page-list {
    margin: 0 auto;
    text-align: center;
}

div.page-control span.disabled {
}

div.page-list span {
    float: left;
}

div.page-list span.pager-elem,
div.page-list span.pager-elem a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    font-size: 0.8em !important;
}

div.page-list span.page-active {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    cursor: default !important;
    font-size: 0.8em !important;
}

span.page-of-total {
    float: right !important;
    padding: 0 5px;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 0.8em;
    text-decoration: underline; 
}

/************************/
/****** /mb-Grid ********/
/************************/

/**
 *    Basic Layout Theme
 * 
 *    This theme uses the default layout class-names for all classes
 *    Add any 'custom class-names', from options: paneClass, resizerClass, togglerClass
 */

.ui-layout-pane { /* all 'panes' */ 
    background: #FFF; 
    border: 0px solid #BBB; 
    overflow: auto;
} 

.ui-layout-resizer { /* all 'resizer-bars' */ 
    background: #fbec88;
    border-right: 1px solid #94bef6;
    border-left: 1px solid #94bef6;
} 

ui-layout-resizer-closed {
    background: #fbec88;    
}

.ui-layout-toggler { /* all 'toggler-buttons' */ 
    background-image: url(/skins/default/images/ui-paneg-resizer.png);
/*    background: #444; */
}

.ui-layout-west {
    padding: 0;
}

.ui-selecting { background: #FECA40; }
.ui-selected { background: #F39814 !important; color: white !important; }

div.fieldset {
    border:  1px solid #afe14c;
    margin: 10px 0;
    padding: 20px 10px;
}
div.fieldset span.legend {
    position: relative;
    background-color: #FFF;
    padding: 3px;
    top: -30px;
    font: 700 14px Arial, Helvetica, sans-serif;
    color: #73b304;
}

div.flash {
    width: 375px;
    margin: 10px 5px;
    border-color: #D9E4FF;

    -moz-border-radius-topleft : 5px;
    -webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

.progressWrapper {
    width: 357px;
    overflow: hidden;
}

.progressContainer {
    margin: 5px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: hidden;
}
/* Message */
.message {
    margin: 1em 0;
    padding: 10px 20px;
    border: solid 1px #FFDD99;
    background-color: #FFFFCC;
    overflow: hidden;
}
/* Error */
.red {
    border: solid 1px #B50000;
    background-color: #FFEBEB;
}

/* Current */
.green {
    border: solid 1px #DDF0DD;
    background-color: #EBFFEB;
}

/* Complete */
.blue {
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}

.progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #555;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
    font-size: 0;
    width: 0%;
    height: 2px;
    background-color: blue;
    margin-top: 2px;
}

.progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
}

.progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}

.progressBarStatus {
    margin-top: 2px;
    width: 337px;
    font-size: 7pt;
    font-family: Arial;
    text-align: left;
    white-space: nowrap;
}

a.progressCancel {
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(../images/cancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0px;
    float: right;
}

a.progressCancel:hover {
    background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
    vertical-align: top;
}

div.mb-no-image {
    width: 60px;
    height: 32px;
    background: url(./images/no_image.jpg) no-repeat;
}

td.data-image {
    width: 180px !important;
}

td.Picture img,
.data-image img,
#company-manage-grid td.Picture img,
#product-itemvariant-grid td.Picture img,
#company-store-grid td.Picture img {
    max-width: 100px;
}

.big-menu-item {
    margin: 0 0 10px 10px;
    float: left;
    display: block;
    text-align: center;
}

.big-menu-item a, 
.big-menu-item a:link,
.big-menu-item a:visited {
    display: block;
    width: 156px;
    height: 96px;
    border: 1px solid #bbb;
    color: #fff;
    font-weight: bold;
    background: url(./images/big-menu-item-dark.png) center center no-repeat;
}

.big-menu-item a:active,
.big-menu-item a:hover {
    text-decoration: none;
    background: url(./images/big-menu-item.png) center center no-repeat;
}

.big-menu-list {
}

.cke_skin_kama .cke_top,
.cke_skin_kama .cke_bottom {
    margin:0;
    padding:0 !important;
}

div.cke_dialog_body table.cke_dialog_contents
{
   width: 445px;
}

/** Web Overview **/
#domain-menu-edit {
    padding: 10px;
}

#domain-menu-edit span {
    margin: 0 5px 0 0;
    padding: 0 5px;
}

.domain-menu,
.report-menu,
.page-editor-elem,
.campaign-editor-elem {
    margin: 0 10px 10px 0;
    float: left;
    width: 185px;
    cursor: pointer;
}

.campaign-editor-elem {
	width: 220px;
}

.file-editor-elem {
    margin: 2px 0;
}

.scheduler-editor-elem {
    margin: 10px 0 0;
}

.page-editor-elem {
	width: 300px;
}

.page-elem-title,
.campaign-elem-title {
	width: 250px;
	white-space	: nowrap;
	overflow: hidden;
}

.campaign-elem-title {
	width: 200px;
}

.domain-menu-header {
    padding: 3px;
}

.domain-menu-content,
.campaign-elem-content {
    padding: 5px;
}

.campaign-elem-content {
	height: 100px;
	overflow: hidden;
}

.page-elem-content {
	padding: 10px;
	width: 278px;
	height: 350px;
	overflow: hidden;
}

.domain-edit {
    margin: 0 0 10px;
}

.domain-edit .domain-menu-header,
.domain-edit .domain-menu-header {
    padding: 5px;
}

.domain-menu .domain-menu-content,
.report-menu .domain-menu-content {
    min-height: 128px;
}

.file-elem-content {
    padding: 3px;
    width: 500px;
}

.page-elem-content {
	min-height: 50px;
}

.page-elem-link {
	margin: 0 0 0 10px;
	padding: 3px;
	width: 65px;
	float: left;
}

.page-elem-btns {
	padding: 5px;
}

.schedule-day {
    padding: 10px;
}

#domain-menu-page {
    background: url('./images/admin/web_pages.png') center top no-repeat;
}

#domain-menu-content {
    background: url('./images/admin/web_contents.png') center top no-repeat;
}

#domain-menu-contentcat {
    background: url('./images/admin/web_cat.png') center top no-repeat;
}

#domain-menu-block {
    background: url('./images/admin/web_block.png') center top no-repeat;
}

#domain-menu-menu {
    background: url('./images/admin/web_menu.png') center top no-repeat;
}

#domain-menu-emails {
    background: url('./images/admin/web_email.png') center top no-repeat;
}

#domain-menu-sitemap {
    background: url('./images/admin/web_sitemap.png') center top no-repeat;
}

#domain-menu-sitemapcreate {
    background: url('./images/admin/web_sitemapcreate.png') center top no-repeat;
}

#domain-menu-popup {
    background: url('./images/admin/web_popup.png') center top no-repeat;
}

#domain-menu-slideshow {
    background: url("./images/admin/web_slideshow.png") no-repeat scroll center top transparent;
}

.blockpage-main-layout,
.block-main-layout {
    margin:  0 auto;
    float: left;
    min-height: 100px;
}

.block-menu {
    margin: 0 0 10px;
}

.blockpage-domain-header,
.block-domain-header {
    margin: 0 0 10px;
    padding: 0 5px;
    height: 20px;
    text-align: center;
}

.blockpage-main-center,
.block-main-center {
    margin: 0 10px;
    padding: 10px;
    float: left;
    width: 250px;
    text-align: center;
    font-size: 2em;
}

.blockpage-main-left,
.block-main-left {
    padding: 10px;
    max-width: 220px;
    min-width: 220px;
    float: left;
    border: 1px solid #ccc;
    overflow: auto;
}

.blockpage-main-right,
.block-main-right {
    padding: 10px;
    max-width: 220px;
    min-width: 220px;
    float: left;
    border: 1px solid #ccc;
    overflow: auto;
}

.mb-button-leftpadding {
    margin: 0 0 0 5px;
}


.mb-input-multi,
#Companies, select#Subscriptions {
    width: 600px !important;
    height: 200px;
}

.picture-upload {
}

.ui-sortable-placeholder { 
    border: 1px dotted black; 
    visibility: visible !important; 
    height: 100px !important; 
    background: #FBEC88;
}

.blockpage-main-layout .domain-menu-header,
.block-main-layout .domain-menu-header {
    cursor: move;
}

.block-main-north {
    margin: 10px 0 0;
}

td.rowhead {
    width: 12%;
    font-weight: bold;
}

#sales-header-form #Requested_Delivery_Date,
#sales-header-form #Shipment_Method_Code,
#sales-header-form #Ship_To_Address_Code {
    background: #ffff24;
}

#sales-header-form #Ship_To_Address_Code {
    width: 500px;
}

#sales-line-form #Type,
#sales-line-form #No,
#sales-line-form #Quantity,
#sales-line-form #Line_Discount_Percent {
    background: #ffff24;
}

.ui-autocomplete {
    max-height: 300px !important;
    min-width: 500px !important;
    overflow: auto;
}

.order-summary {
    margin: 0 0 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fafbfd url(./images/front-recent-order.png) left -30px repeat-x;
}

.order-summary-header {
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #a6c9e2;
}

.order-summary-recent {
    float: left;    
    font-size: 1.3em;
    color: #1D5987;
    font-weight: bold;    
}

.order-summary-viewall {
    float: right;
    vertical-align: baseline;
}

.order-recent-list {
    width: 100%;
    border-collapse: collapse;
}

.order-recent-list td,
.order-recent-list th {
    padding: 5px;
    text-align: left;
    border: 1px solid #a6c9e2;
    border-collapse: collapse;
}

.order-recent-list th {
    border-bottom: 2px solid #a6c9e2;
}

.account-informations td {
    padding: 0 10px 10px;
    vertical-align: top;
    border: none !important;
}

.account-info-box {
    
}

.account-info-box .account-info-header {
    margin: 0 0 3px;
    padding: 0 0 3px;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.account-info-box .account-info-content {
    
}

.account-info-box .account-info-content div {
    padding: 2px 0;
}

.element-button {
    clear: both;
}

.element-input textarea {
    padding: 3px;
    border: 1px solid #ccc;
}

#order-progressbar-container {
    position: absolute;
    z-index: 1000;
}

#order-progressbar {
    padding: 33px 5px 5px;
    width: 130px;
    text-align: center;
    border: 1px solid #79B7E7;
    background: url(./images/ajax-loader-front.gif) center 3px no-repeat;
}

td.no-border table {
}

.input-side-desc {
    float: left;
    padding: 3px;
}

#report-menu-open {
    background: url('./images/admin/open_entries.png') center top no-repeat;
}

#report-menu-sales {
    background: url('./images/admin/sales_stat.png') center top no-repeat;
}

#report-menu-invoice {
    background: url('./images/admin/invoice.jpg') center top no-repeat;
}


/*!
* jquery.fixheadertable
*
* Copyright (c) 2010 Benjamin Léouzon
* http://www.tablefixedheader.com/
*
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
* 
* http://docs.jquery.com/Plugins/Authoring
* jQuery authoring guidelines
*
* Launch  : August 2010
* Version : 1.0
*/

/* CALCULATE SCROLLBAR WIDTH */

p.t_fixed_header_scroll_inner {
	width			: 100%;
	height			: 200px;
}

div.t_fixed_header_scroll_outer {
	top 			: 0;
	left 			: 0;
	visibility 		: hidden;
	width 			: 200px;
	height 		: 150px;
	overflow 		: hidden;
}

/* BASE */

div.t_fixed_header {
	position		: relative;
	margin 		: 0; 
}

div.t_fixed_header * {
	/*position		: relative;*/
	margin			: 0;
	padding		: 0;
}

div.t_fixed_header table {
	width			: 100%;
	table-layout 	: fixed;
	empty-cells 	: show;
	border-collapse : collapse;
}

div.t_fixed_header table.headtable td.fillScrollbar {
	font-size		: 0px;
	-o-text-overflow: inherit; /* IE TRAFF */
	text-overflow 	: inherit; /* IE TRAFF */
}

div.t_fixed_header tr th, div.t_fixed_header tr td {
	/*overflow		: hidden;*/
	/*white-space	: nowrap;*/	
	-o-text-overflow: ellipsis;
	text-overflow 	: ellipsis;
}

div.t_fixed_header.t_fixed_header_wrap tr th, div.t_fixed_header.t_fixed_header_wrap tr td {
	white-space	: normal;
}

div.t_fixed_header_nowrap tr th, div.t_fixed_header_nowrap tr td {
	/*white-space	: nowrap;*/
}

div.t_fixed_header table tr td div.body {
	padding		: 0;
	width			: 100%;
}

div.t_fixed_header.h-zebra tr.even {
	font-weight: normal;
	color: #222;
}

div.t_fixed_header.h-zebra tr.odd {
	/*background : #F5F5F5;*/
}

.mb-icon-excel {
    padding-left: 3px !important;
    background-image: url(./images/excel.png) !important;
    background-repeat: no-repeat !important;
    background-position: 3px 0 !important;
}

.mb-icon-pdf {
    padding-left: 3px !important;
    background-image: url(./images/adobe_pdf_icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: 3px 0 !important;
}

.mb-stat-block {
    margin: 0 0 10px;
}

.mb-stat-block-header {
    padding: 3px;
}

.mb-stat-block-content {
    padding: 3px;
    border-top: 0 !important;
}

.mb-stat-table-td {
    text-align: right;
    font-weight: bold;
    font-size: 1.1em;
}

#timesheet-entry-form input#Description,
#timesheet-task-form input#Description {
    width: 400px;
}

.timesheet-dash-indicator {
    padding: 3px 8px;
    color: #fff; 
    text-align: right; 
    background: #3C78B5; 
}

#dash-input-year {
    width: 50px;
}

#dash-input-month {
    width: 100px;
}

/*!
* jquery.fixheadertable
*
* Copyright (c) 2010 Benjamin Léouzon
* http://www.tablefixedheader.com/
*
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
*
* Launch  : December 2010
* Version : 2.0
*/

/* CALCULATE SCROLLBAR WIDTH */

p.t_fixed_header_scroll_inner {
	width			: 100%;
	height			: 200px;
}

div.t_fixed_header_scroll_outer {
	top 			: 0;
	left 			: 0;
	visibility 		: hidden;
	width 			: 200px;
	height 			: 150px;
	overflow 		: hidden;
}

/* BASE */

div.t_fixed_header {
	position		: relative;
	margin 			: 0; 
	width			: 100%;
}

div.t_fixed_header * {
	margin			: 0;
	padding			: 0;
}

div.t_fixed_header table.head {
	position		: relative;	
}

div.t_fixed_header table {
	width			: 100%;
	table-layout 	: fixed;
	empty-cells 	: show;
	border-collapse	: collapse;
	border-spacing	: 0;
}

div.t_fixed_header table.headtable td.fillScrollbar {
	font-size		: 0px;
	-o-text-overflow: inherit; /* IE TRAFF */
	text-overflow 	: inherit; /* IE TRAFF */
}

div.t_fixed_header tr th, div.t_fixed_header tr td {
	overflow		: visible;
	/*white-space		: nowrap;*/
	/*-o-text-overflow: ellipsis;
	text-overflow 	: ellipsis;*/
}

div.t_fixed_header.t_fixed_header_wrap tr th, div.t_fixed_header.t_fixed_header_wrap tr td {
	white-space		: normal;
}

div.t_fixed_header div.body {
	padding			: 0;
	width			: 100%;
	overflow-x		: auto;
}

div.t_fixed_header_main_wrapper {
	position 		: relative; 
	overflow 		: hidden; 
}

div.t_fixed_header_main_wrapper_child {
	position 		: relative; 
	width 			: 100% 
}

/* BASE THEME : UI */

div.t_fixed_header_main_wrapper.ui {
	border-width 	: 0px 1px 1px 0px;
	border-style 	: none;
}

div.t_fixed_header_main_wrapper.ui  div.t_fixed_header_caption {
	text-align		: center;
	font-weight		: bold;
	padding			: 0 5px;
	height			: 30px;
	line-height		: 30px;
	border-width 	: 0 0 1px 0;
	border-style 	: none;
}

div.t_fixed_header_main_wrapper.ui  div.t_fixed_header_caption.toggle {
	border-width 	: 0;	
}

div.t_fixed_header div.headtable {
	border			: 0;	
	overflow-x		: hidden;
    overflow-y		: auto;
}

div.t_fixed_header.ui .body {
	border-width 	: 0px 0 0 1px;
	border-style 	: none;
	/*background-image : none;*/
}

div.t_fixed_header.ui .headtable th {
	padding			: 5px;
	text-align 		: center;
	border-width 	: 0 1px 0 0;
	border-style 	: solid;
}

div.t_fixed_header.ui .headtable .hover {
	cursor			: pointer;
	height			: 16px;
}

div.t_fixed_header.ui .headtable th span.ui-resize {
	background		: transparent;
	cursor			: col-resize;
	display			: inline;
	float			: right;
	height			: 20px;
	margin			: -3px -5px -5px 0;
	width			: 5px;
	z-index			: 10000;
}

div.t_fixed_header.ui div.ui-resize-ghost {
	display 		: none; 
	position 		: absolute; 
	top 			: 0; 
	width 			: 2px; 
	border			: none;
}

div.t_fixed_header.ui .body tr {
	/*border			: 0px;*/
}

div.t_fixed_header.ui .body td {
	padding			: 5px;
	line-height		: 15px;
}

div.t_fixed_header.ui .body tr td {
	/*border-width 	: 0 1px 1px 0;
	border-style 	: solid;
	background		: none;*/
}

div.t_fixed_header.ui .body tr:last-child td {
	border-bottom-width : 0px;
}

div.t_fixed_header.ui.default .headtable th:last-child, div.t_fixed_header.ui.default .body td:last-child  {
	border-right-width : 0px;
}

div.t_fixed_header.ui .body td.last_td, div.t_fixed_header.ui .headtable th.last_td {
	border-right-width : 0px;
}

div.t_fixed_header_main_wrapper.ui div.pager {
	border-width	: 0 0 0 0;
	padding			: 4px 2px 2px 3px;
	overflow		: hidden;
	background-image: none;
}

div.t_fixed_header_main_wrapper.ui div.pager .button {
	float			: right;
	padding			: 4px 0;
	cursor			: pointer;
}

div.t_fixed_header_main_wrapper.ui div.pager .button.noborder {
	border-right-width : 0px;
}

div.t_fixed_header_main_wrapper.ui div.pager .button span {
	margin			: 0 4px;
}

div.t_fixed_header_main_wrapper.ui div.pager div.page_infos {
	height			: 27px;
	line-height		: 27px;
	float			: right;
	margin-right	: 10px;
	font-weight		: normal;
}

#websvn-iframe {
	border: none;
}

/* Label-designer + */
#label-designer {
	
}

#label-design-area {
	float: left;
}

#label-fields {
	margin: 0 0 0 20px; 
	float: left;
	min-width: 200px;
	height: 400px;
	overflow: auto;
}

#label-fields div#field-header,
#label-fields div#field-box {
	padding: 5px;
}

.field-button {
	padding: 3px;
}

#label-design-area .field-button {
	float: left;
}

#field-box .field-button {
	margin-bottom: 10px;	
} 


#label-menu-label {
    background: url('./images/admin/label_designer.png') center top no-repeat;
}

#label-menu-print {
    background: url('./images/admin/label_printer.jpg') center top no-repeat;
}

#label-menu-group {
    background: url('./images/admin/label_group.jpg') center top no-repeat;
}

/* Label-designer - */


/** page designer **/

#page-designer-container {
    
}

#page-designer-container .page-designer-section {
    margin: 10px;
    padding: 5px;
    border: 1px solid #ddd;
    min-height: 0px;
}

#page-designer-center .page-designer-section {
    float: left;
}

.page-designer-section .toolbar {
    height: 25px;
    border-bottom: 1px solid #ddd;
}

.page-designer-section .column {
    margin: 5px 0 0;
    padding: 10px 0;
}

.page-designer-section .drop-area {
    background: #444;
}

.page-designer-section .column .cms-block {
    margin: 5px;
    background: #eee;
    min-width: 100px;
    min-height: 100px;
}

#page-designer-container #section-top {
    width: 864px;
}

#page-designer-container #section-left {
    width: 200px;
}

#page-designer-container #section-center {
    width: 400px;
}

#page-designer-container #section-right {
    width: 200px;
}

#page-designer-container #section-bottom {
    width: 864px;
}

#section-bottom .cms-block {
    float: left;
    min-width: 100px;
}

/** page designer **/

div.separator {
    
    width: 100%;
    height: 2px;
    
    margin: 2px;
    
    background-color: #A6C9E2;
}

#item-variants .item-variant-box {
    
    float: left;
    
    width: 150px;
    margin: 5px;
    padding: 2px;
}

#item-variants .item-variant-box a {
    
    margin-left: 3px;
    float: right;
}

div.item-picture-box .box-toolbar a {
    
    float: left;
    margin: 2px 2px;
}

.product-info-bubble {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    padding: 5px;
    position: absolute;
    text-align: justify;
}

#item-variants-info-bubble {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #000000;
    padding: 5px;
    position: absolute;
    text-align: justify;
    width: 250px;
}

#uploaded_files .picture {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.icon-available {
    background: url('images/available.png');
    width: 20px;
    height: 20px;
    float: left;
}

.icon-not-available {
/*    background: url('images/not_available.png');*/
    width: 20px;
    height: 20px;
    float: left;
}