@CHARSET "UTF-8";

@import url(reset.css);

@import url(lib.css);

html, body{

	background: #f6f4f5 url(../img/backend/body.png) 0 0 repeat-x;

	color: #595a5c;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	height: 100%;

}

a:link, a:visited, a:active, a:hover{

	color: #63A8C9;

	outline: none;

}

#processing {

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	background-color:#E5E5E5;

	color:#000000;

	display:none;

	font-weight:bold;

	left:50%;

	padding:5px 8px;

	position:absolute;

	top:20px;

	width:auto;

	z-index:9999;

}

#container{

	min-height: 100%;

	width: 100%;	

}

#header{

	height: 118px;

	position: relative;

	margin: 0 auto;

	width: 1040px;

}

#logo{

	display: block;

	width: 552px;

	margin: 0 auto;

	height: 118px;

}

#middle{

	padding: 25px 0 60px;

	margin: 0 auto;

	width: 1040px;

}

#leftmenu{

	float: left;

	width: 240px;	

}

#right{

	float: right;

	width: 782px;

}

#footer-wrap{

	background: #f6f5f5 url(../img/backend/footer.png) 0 0 repeat-x;

	height: 40px;

	margin-top: -40px;

	width: 100%;

}

#footer{

	height: 40px;

	margin: 0 auto;

	position: relative;

	width: 1040px;

}

#footer p{

	position: absolute;

	top: 15px;

	right: 0;

}

.content-top{

	background: url(../img/backend/content-top.png) 0 0 no-repeat;

	height: 12px;

	overflow: hidden;

}

.content-middle{

	background: url(../img/backend/content-middle.png) 0 0 repeat-y;

	padding: 10px 20px;

}

.content-bottom{

	background: url(../img/backend/content-bottom.png) 0 0 no-repeat;

	height: 11px;

	overflow: hidden;

	

}

.leftmenu-top{

	background: url(../img/backend/leftmenu-top.png) 0 0 no-repeat;

	height: 10px;

	overflow: hidden;

	width: 240px;

}

.leftmenu-middle{

	background: url(../img/backend/leftmenu-middle.png) 0 0 repeat-y;

	overflow: hidden;

	width: 240px;

}

.leftmenu-bottom{

	background: url(../img/backend/leftmenu-bottom.png) 0 0 no-repeat;

	height: 10px;

	overflow: hidden;

	width: 240px;

}

/* Login */

#login-content{

	margin: 80px auto 0;

	min-height: 220px;

	height: auto !important;

	height: 220px;

	width: 560px;

}

#login-content h3{

	color: #6f8a9f;

	font-weight: bold;

	font-size: 1.4em;

	margin: 0 0 10px 0;

	text-align: center;

	text-transform: uppercase;

}

.login-box{

	width: 517px;

	height: 197px;

	background: url(../img/backend/login.png) 0 0 no-repeat;

	overflow: hidden;

	padding: 20px;

}

/* Buttons */

.button{

	border: none;

	cursor: pointer;

	height: 30px;

	width: 97px;	

}

.button_login{background: url(../img/backend/btn_login.png) 0 0 no-repeat;}

.button_save{background: url(../img/backend/btn_save.png) 0 0 no-repeat;}

.button_search{background: url(../img/backend/btn_search.png) 0 0 no-repeat;}

.button_report{background: url(../img/backend/btn_report.png) 0 0 no-repeat;}

.button_send{background: url(../img/backend/btn_send.png) 0 0 no-repeat;}

.button_delete{background: url(../img/backend/btn_delete.png) 0 0 no-repeat;}

.button_hover{background-position: 0 -30px;}

/* Form controls */

.text,

.select,

.textarea{

	background-color: #fff;

	border: solid 1px #a0bad1;

	box-shadow: inset 2px 2px 1px #e8e8e8;

	border-radius: 3px;

	-moz-box-shadow: inset 2px 2px 1px #e8e8e8;	

	-moz-border-radius: 3px;

	-webkit-box-shadow: inset 2px 2px 1px #e8e8e8;

	-webkit-border-radius: 3px;

	padding: 5px 3px;

}

.text{

	height: 20px;

}

.form{}

.form p,

.p{

	overflow: hidden;

	margin: 0 0 10px;

}

.pj-form p,

.pj-form .p{

	margin: 0 0 10px !important;

	padding: 0 !important;

}

.form .title{

	display: block;

	float: left;

	padding: 6px 0 0;

	width: 150px;

}

label.error{

	color: red;

	display: block;

	/*padding: 5px 0 0 150px;*/

	font-size: 12px;

	text-indent: 150px;

}

label.err{

	background-color: #FFB4B4;

	border: solid 1px #990000;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

	color: #660000;

	display: block;

	width: auto;

	padding: 5px;

	margin: 0;

}

em{

	display: block;

	padding: 3px 0 2px 0;

	margin: 5px 0 5px 150px;

}

.form div.w260 label.title{

	width: 120px;

}

.form div.w260 label.err{

	white-space: nowrap;

}

.form div.w260 em{

	margin: 5px 0 5px 120px;

}

.tblError em{

	margin-left: 0;

}

.pj-form-field-custom label.error{

	text-indent: 0;

}

.pj-form-field{

	box-sizing: content-box;

	-ms-box-sizing: content-box;

	-moz-box-sizing: content-box;

	-webkit-box-sizing: content-box; 

}

.pj-form-field{

	margin: 0;

}

span.left{

	display: block;

	margin: 6px 0 0;

}

.form h3{

	color: #185181;

	font-size: 1.1em;

	font-weight: bold;

	padding: 10px;

	text-transform: uppercase;

}

/* Menu */

.menu{

	list-style: none;

	margin: 9px auto;

	overflow: hidden;

	width: 199px;

}

.menu li{

	margin: 0 0 5px 0;

}

.menu li a:link, .menu li a:visited{

	background: url(../img/backend/leftmenu-sprite.png) 0 0 no-repeat;

	color: #989393;		

	display: block;

	font-size: 1.2em;

	font-weight: bold;

	height: 37px;

	line-height: 37px;

	width: 199px;

	text-decoration: none;

	text-shadow: 1px 1px 1px #fff;

}

.menu li a:hover,

.menu li a.menu-focus{

	background-position: 0 -37px;

	color: #242625;

	text-decoration: none;

}

.menu a span{

	display: block;

	float: left;

	height: 30px;

	margin: 3px 12px 0 10px;

	width: 40px;

}

.menu-dashboard{background: url(../img/backend/menu-dashboard.png) 0 -30px no-repeat}

.menu-calendars{background: url(../img/backend/menu-calendars.png) 0 -30px no-repeat}

.menu-time{background: url(../img/backend/menu-time.png) 0 -30px no-repeat}

.menu-bookings{background: url(../img/backend/menu-bookings.png) 0 -30px no-repeat}

.menu-options{background: url(../img/backend/menu-options.png) 0 -30px no-repeat}

.menu-users{background: url(../img/backend/menu-users.png) 0 -30px no-repeat}

.menu-profile{background: url(../img/backend/menu-profile.png) 0 -30px no-repeat}

.menu-preview{background: url(../img/backend/menu-preview.png) 0 -30px no-repeat}

.menu-install{background: url(../img/backend/menu-install.png) 0 -30px no-repeat}

.menu-logout{background: url(../img/backend/menu-logout.png) 0 -30px no-repeat}

.menu-focus .menu-dashboard, .menu a:hover .menu-dashboard,

.menu-focus .menu-calendars, .menu a:hover .menu-calendars,

.menu-focus .menu-time, .menu a:hover .menu-time,

.menu-focus .menu-bookings, .menu a:hover .menu-bookings,

.menu-focus .menu-options, .menu a:hover .menu-options,

.menu-focus .menu-users, .menu a:hover .menu-users,

.menu-focus .menu-profile, .menu a:hover .menu-profile,

.menu-focus .menu-preview, .menu a:hover .menu-preview,

.menu-focus .menu-install, .menu a:hover .menu-install,

.menu-focus .menu-logout, .menu a:hover .menu-logout{

	background-position: 0 0;

}

/* table */

.table{

	border-collapse: separate;

	border-top: solid 1px #e5e2e2;

	border-left: solid 1px #e5e2e2;

	border-bottom: solid 1px #e5e2e2;

	empty-cells: show;

	width: 100%;

}

.table th{

	background-color: #fff;

	border-bottom: solid 1px #e5e2e2;

	border-right: solid 1px #e5e2e2;

	color: #027ac6;

	font-weight: bold;

	font-size: 1.2em;

	height: 35px;

	line-height: 35px;

	padding: 0 0 0 10px;

}

.table th.nosub{

	border-bottom: solid 1px #fff;

}

.table th.sub{

	background-color: #f7f7f7;

	border-right: solid 1px #e5e2e2;

	border-left: solid 1px #fff;

	border-bottom: solid 1px #fff;

	border-top: solid 1px #fff;

	color: #000;

	font-size: 1em;

	height: 30px;

	line-height: 30px;

	padding: 0px 10px;

	white-space: nowrap;

}

.table th.sort{

	overflow: hidden;

	padding: 0;

	width: 16px;

}

.table th.sort div{

	height: 35px;

	line-height: normal;

	overflow: hidden;

	width: 16px;

}

.table a:link, .table a:visited{

	color: #007AC3; /*808080;*/

	text-decoration: none;

}

.table a:hover{

	text-decoration: underline;

}

.sort a{

	display: block;

	height: 16px;

	overflow: hidden;

	width: 16px;

}

.sort a.up:link, .sort a.up:visited, .sort a.up:hover{ background: url(../img/backend/icons/bullet_arrow_up.png) 0 0 no-repeat; }

.sort a.down:link, .sort a.down:visited, .sort a.down:hover{ background: url(../img/backend/icons/bullet_arrow_down.png) 0 0 no-repeat; }

.table tbody tr.odd{

	background-color: #fff;

}

.table tbody tr.even{

	background-color: #F7F7F7;

}

.table tbody tr.highlight{

	background-color: #FFFFCC;

}

.table tbody tr.hover{

	background-color: #F7F7F7;

}

.table a.icon:link, .table a.icon:visited{

	color: #757777;

	display: block;

	height: 16px;

	line-height: 16px;

	text-indent: 20px;

	text-decoration: none;

}

.table a.icon-edit{

	background: url(../img/backend/icon-edit.png) 0 0 no-repeat;

}

.table a.icon-delete,

.table a.icon-del{

	background: url(../img/backend/icon-delete.png) 0 0 no-repeat;

}

.table td{

	border-right: solid 1px #e5e2e2;

	border-top: solid 1px #e5e2e2;

	border-left: solid 1px #fff;

	border-bottom: solid 1px #fff;

	padding: 5px 7px;

}

.table span.ghost{

	display: block;

	width: 24px;

	height: 24px;

}

/* jqueryui fix */

.ui-widget {

    font-family: inherit;

    font-size: inherit;

}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {

    font-family: inherit;

    font-size: inherit;

}

img.ui-datepicker-trigger {

    cursor: pointer;

}

.ui-tabs .ui-tabs-panel {

	padding: 10px 0;

	overflow: hidden;

}

#content div.ui-tabs{

	padding: 0;

}

#content div.ui-widget-content{

	background: none;

	border: none;

}

/* Errors */

.notice-box{

	margin: 0 0 10px 0;

	overflow: hidden;

	width: 742px;

}

.notice-top{

	background: url(../img/backend/notice-top.png) 0 0 no-repeat;

	height: 2px;

	overflow: hidden;

}

.notice-middle{

	background: url(../img/backend/notice-middle.png) 0 0 repeat-y;	

	overflow: hidden;

	padding: 10px;

	position: relative;

}

.notice-bottom{

	background: url(../img/backend/notice-bottom.png) 0 0 no-repeat;

	height: 5px;

	overflow: hidden;

}

.notice-middle .notice-close{

	display: inline-block;

	width: 16px;

	height: 16px;

	position: absolute;

	top: 4px;

	right: 4px;

	background: url(../img/backend/closeGray.png) 0 0 no-repeat;

}

.notice-middle .notice-info{

	background: url(../img/backend/icon-info.png) 0 0 no-repeat;

	display: block;

	float: left;

	height: 32px;

	margin: 0 10px 0 0;

	width: 32px;	

}

/* status */

.label-status{

	padding: 2px 4px;

	border-radius: 2px;

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	-khtml-border-radius: 2px;

}

.user-role-admin{background-color: #6EB738; color: #fff; text-shadow: 1px 1px 1px #3E6820;}

.user-role-owner{background-color: #006699; color: #fff; text-shadow: 1px 1px 1px #092B90;}

.user-role-editor{background-color: #CC6633; color: #fff; text-shadow: 1px 1px 1px #996600;}

.order-status-pending{background-color: #FF9900; color: #000; text-shadow: 1px 1px 1px #fff;}

.order-status-confirmed{background-color: #2A8000; color: #fff; text-shadow: 1px 1px 1px #999;}

.order-status-cancelled{background-color: #B3B3B3; color: #fff; text-shadow: 1px 1px 1px #333;}

.order-type-pickup{background-color: #996100; color: #fff; text-shadow: 1px 1px 1px #999;}

.order-type-delivery{background-color: #990052; color: #fff; text-shadow: 1px 1px 1px #333;}

.is_featured-1{background-color: #FF9900; color: #000; text-shadow: 1px 1px 1px #fff;}

.is_featured-0{background-color: #B3B3B3; color: #fff; text-shadow: 1px 1px 1px #333;}



.booking-icon{

	text-indent: 27px;

	display: block;

	line-height: 20px;

}

/* paginator */

.paginator{

	overflow: hidden;

	margin: 10px 0 0 0;

}

.paginator li{

	display: inline-block;

}

.paginator li a:link, .paginator li a:visited{

	background-color: #CCCCCC;

	color: #000;

	display: block;

	float: left;

	margin: 0 2px 0 0;

	padding: 1px 4px;

	border-radius: 2px;

	text-decoration: none;

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	-khtml-border-radius: 2px;

}

.paginator li a:hover{

	background-color: #EAEAEA;

}

.paginator li a.focus{

	background-color: #072B4F;

	color: #fff;

}

/* fieldset */

.fieldset{

	margin: 0 0 10px;

	padding: 10px;

	border-radius: 5px;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	position: relative;

}

.fieldset legend{

	background-color: #003366;

	color: #fff;

	padding: 2px 5px;

	border-radius: 3px;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	width: 250px;

}

/* Colors */

.white{background-color: #fff; border: solid 1px #ccc; color: #000 !important}

.sky{background-color: #EAFBFB; border: solid 1px #ccc;}

.light{background-color: #f5f5f5; border: solid 1px #ccc;}



.gallery-item{

	background-color: #fdfdfd;

	float: left;

	width: 100px;

	height: 140px;

	margin: 0 5px 5px 0;

	text-align: center;

}

.gallery-image{

	cursor: move;

	margin: 0 !important;

}

.gallery-image a.image{

	cursor: move;

}

.gallery-image img{

	border: solid 1px #ccc;

	padding: 1px;

	margin: 7px 0 0 0;

}

#sortable{

	overflow: hidden;

	width: 740px;

}

.stock-image{

	display: block;

	float: left;

	margin: 0 5px 5px 0;

}

.stock-image img,

.in-stock{

	padding: 1px;

	border: solid 1px #ccc;

}

.stock-image img.current{

	border: solid 1px #003399;

}



.ico{

	display: block;

	height: 16px;

	width: 16px;

}

.ico-add2{background: url(../img/backend/icon-add2.png) 0 0 no-repeat;}

.ico-delete2{background: url(../img/backend/icon-delete2.png) 0 0 no-repeat;}



.attr abbr{

	font-weight: bold;

}

.attr, .attr_item{

	float: left;

	margin: 0 5px 0 0;

}

.attr a, .attr input,

.attr_item a, .attr_item input{

	float: left;

}

.attr a, 

.attr_item a{

	margin: 7px 0 0 5px;

}

.attr abbr, 

.attr_item abbr{

	cursor: pointer;

}



.attrBox{

	border-bottom: solid 1px #ccc;

	line-height: 34px;

	overflow: hidden;

	padding: 5px 0;

}

.img-frame{

	border: solid 1px #ccc;

	padding: 1px;

}

.map_holder{

	width: 710px;

	height: 280px;

	padding: 10px;

	border: solid 1px #ccc;

	margin: 0 0 10px;

}

.map_canvas{

	width: 100%;

	height: 100%;

	display: block;

}

.opBox{

	border-bottom: solid 1px #ccc;

	margin: 0 0 10px;

}



.dashboard_header{

	background: #ffffff; /* Old browsers */

	background: -moz-linear-gradient(top,  #ffffff 0%, #f2eeee 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2eeee)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2eeee 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #ffffff 0%,#f2eeee 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #ffffff 0%,#f2eeee 100%); /* IE10+ */

	background: linear-gradient(to bottom,  #ffffff 0%,#f2eeee 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2eeee',GradientType=0 ); /* IE6-9 */

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 5px;

	border: solid 1px #ddd;

	margin: 0 0 20px;

	overflow: hidden;

}

.dashboard_header_item{

	float: left;

	position: relative;

	height: 96px;

	width: 245px;

	border-right: solid 1px #ddd;

}

.dashboard_header_item:last-child,

.dashboard_header_item_last{

	border-right: none;

}

.dashboard_info{

	position: absolute;

	top: 28px;

	left: 25px;

	color: #8d8a8a;

	font: normal 14px/16px Verdana, sans-serif;

}

.dashboard_info abbr{

	display: inline-block;

	color: #515050;

	font: bold 34px Verdana, sans-serif;

	text-shadow: 1px 1px 1px #fff;

	vertical-align: middle;

	margin: 0 10px 0 0;

}

.dashboard_box{

	min-height: 300px;

	height: auto !important;

	height: 300px;

	width: 747px;

}

.dashboard_top{

	background: url(../img/backend/dashboard_top.png) 0 0 no-repeat;

	height: 41px;

}

.dashboard_middle{

	background: url(../img/backend/dashboard_middle.png) 0 0 repeat-y;

	overflow: hidden;

}

.dashboard_bottom{

	background: url(../img/backend/dashboard_bottom.png) 0 0 no-repeat;

	height: 4px;

}

.dashboard_column{

	float: left;

	margin: 0 6px 0 0;

	width: 245px;

	overflow: hidden;

	min-height: 1px;

	height: auto !important;

	height: 1px;

}

.dashboard_column:last-child,

.dashboard_column_last{

	margin: 0;

}

.dashboard_column_top{

	color: #515050;

	font-size: 16px;

	line-height: 41px;

	float: left;

	width: 245px;

	height: 41px;

	margin: 0 6px 0 0;

	text-indent: 10px;

}

.dashboard_column_top:last-child,

.dashboard_column_top_last{

	margin: 0;

}

.dashboard_row{

	border-bottom: solid 1px #ccc;

	padding: 20px 10px;

	overflow: hidden;

}

.dashboard_row:last-child,

.dashboard_row_last{

	border-bottom: none;

}

.dashboard_hour{

	color: #515050;

	font: bold 30px Verdana, sans-serif;

	float: right;

	padding: 7px 10px 0;

}

.dashboard_date{

	border-left: solid 1px #e9e8e7;

	color: #8b8888;

	padding: 0 0 0 10px;

	text-align: center;

	float: right;

}

.dashboard_date abbr{

	color: #515050;

	display: block;

	font: bold 14px/28px Verdana, sans-serif;

	text-transform: uppercase;	

}

.dashboard_item{

	margin: 10px 10px 20px;

}

.extra_header{

	background: #ffffff; /* Old browsers */

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */

	background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-8 */

	border: solid 1px #ddd;

	-moz-border-radius: 5px 5px 0 0;

	-webkit-border-radius: 5px 5px 0 0;

	border-radius: 5px 5px 0 0;

	font: bold 14px/30px Arial, sans-serif;

	padding: 10px;

}

.tipsy-listing{

	width: 420px;

}

.tipsy-listing .tipsy-inner{

	width: 400px;

	text-align: left;

	max-width: 400px;

}

.pj-table .pj-table-icon-cancel{

	background: url(../img/backend/pj-icon-cancel.png) 0 0 no-repeat;

}

.pj-table .pj-table-icon-cancel{

	display: inline-block;

	margin: 0 4px 0 0;

	width: 23px;

	height: 24px;

}

.pj-table-icon-add{

	position:absolute;

	top: 4px;

	right: 4px;

	background: url(../img/backend/pj-icon-add.png) 0 0 no-repeat;

	display: none;

	width: 23px;

	height: 24px;

}

.pj-table td.available{

	position: relative;


}

.pj-table td.available:hover .pj-table-icon-add{

	display: block;

}

#print_wrap{

	height: 842px;

	width: 595px;

	background-color: #fff;

	padding: 10px 0;

	margin: 0 auto;

	width: 700px;

}

.schedule_nav{

	margin: 0 0 10px;

}

.schedule_dayoff,

.schedule_na{

	background-color: #f9f9f9;

}

.schedule_time{

	font-weight: bold;

	width: 10%;
	background-color: #58a222;

	

}

.schedule_date{

	width: 18%;
	background-color: #7bab42;

}

/* Editable Area */

.editable-area{

	position: relative;

}

.editable-area .editable-control{

	position: absolute;

	top: 5px;

	right: 5px;

	display: none;

	z-index: 10;

	padding: 4px 15px 4px 28px;

}

.editable-area .editable-control span{

	width: 18px;

	height: 18px;

	background: url(../img/backend/pj-icon-update.png) 0 0 no-repeat;

	display: inline-block;

	position: absolute;

	top: 4px;

	left: 5px;

}

.editable-area .editable-control.pj-button-hover span{

	background-position: 0 -18px;

}

.editable-area .editable-preview{

	

}

.editable-area .editable-preview-hover{

	background-color: #F9F9F9;

	opacity: 0.5;

}

.editable-area .editable-content{

	display: none;

}

.editable-container{

	background-color: #fff;

}

.editable-inline{



}

.tsDayOff{

	display: none;

}

.order-calc{

	padding-left: 5px !important;

	padding-right: 5px !important;

}

.pj-status-invoiced, .pj-status-Invoiced {



    background: #fff url(../img/backend/pj-active.png) 64px 3px no-repeat;



}

.pj-status-preorder, .pj-status-preorder {



    background: #fff url(../img/backend/pj-active2.png) 64px 3px no-repeat;



}