/*****************************************************************
*
* COPYRIGHT (C) 2004-2015 SICOM Systems Inc
* 4434 Progress Meadow Drive
* Doylestown, PA 18902
* 215-489-2500, FAX: 215-489-2769
*
* General style elements common to sems and mgrng

*****************************************************************/

a, button {
	outline: none;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.right {
	float: right;
}

.left {
	float: left;
}

.max400 {
	width: 30%;
	max-width: 30%;
}

table.layout {
	width: 100%;
	border-collapse: collapse;
}

.hidden {
	visibility: hidden;
}

#rightcolumn {
	margin-left: 17.5em;
	padding-top: 0px;
}

#menuarea {
	background-color: #ffffff;
	padding: 0 10px;
}

#prompt_data_changes {
	background-color: #ffffff;
	padding: 0 10px;
}

#prompt_data_changes tr {
	background-color: inherit;
}

#toparea {
	padding: 8px 10px;
}

#mainarea, #contentarea {
	background-color: #ffffff;
	/* padding: 0 10px; */
}

#contentcontainer {
	position: relative;
}

table.halfsplit td {
	width: 50%;
	vertical-align: top;
}

table.thirdsplit td {
	width: 33%;
	vertical-align: top;
	white-space: normal;
	max-width: 400px;
}

table.padded td {
	padding: 0px 5px;
}

#assistance {
	float: right;
	font-size: 85%;
	padding-right: 10px;
	padding-bottom: 5px;
}

.sectionheader {
	font-size: 100%;
	margin-top: 10px;
	padding-bottom: 2px;
	padding-left: 1px;
	padding-top: 2px;
	border-top: 1px solid #cccccc;
	display: block;
}

#breadcrumb {
	font-weight: bold;
	font-size: 120%;
}

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

#mainarea .box .inner {
	padding: 10px;
}

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

#menuarea .box .inner {
	padding: 10px;
}

.small_txt {
	font-size: .85em;
}

.bold_txt {
	font-weight: bold;
}

.box h3 {
	padding-bottom: 5px;
}

.buttonbox {
	background-color: #ededed;
	margin: 5px;
	padding: 7px;
	display: block;
	cursor: pointer;
	text-decoration: none;
}

.buttonbox span {
	color: #000000;
}

.buttonbox strong {
	display: block;
	font-size: 14px;
	padding-bottom: 5px;
	color: #0b2256;
}

.iconimg {
	float: left;
	vertical-align: middle;
	padding-right: 5px;
	height: 40px;
}

.treeimg {
	vertical-align: middle;
}

.buttonbox:hover {
	background-color: #e1e4eb;
}

.buttonbox:hover strong {
	text-decoration: underline;
}

.alertmessage {
	background-color: #faefc8;
	width: 100%;
}

.alertmessage td {
	background-color: #faefc8;
}

.alertmessage_support {
	background-color: #ee8888;
	width: 100%;
}

.alertmessage h3 {
	background: transparent url('./images/alert.png') no-repeat left top;
	padding-left: 20px;
	font-size: 100%;
}

.alertmessage_support h3 {
	background: transparent url('./images/alert.png') no-repeat left top;
	padding-left: 20px;
	font-size: 100%;
}

.morelink {
	border-top: 1px solid #cccccc;
	clear: both;
	display: block;
	font-size: 85%;
	padding-right: 10px;
	text-align: right;
}

.morelink-basic {
	clear: both;
	display: block;
	padding-top: 5px;
	text-align: right;
}

.alertmessage .morelink {
	border-color: #dcd2b0;
}

.details {
	display: inline-block;
	margin: 5px 0;
	padding-right: 10px;
	text-align: left;
}

.heading {
	padding: 5px 0;
}

.heading h3 {
	display: inline;
	margin-right: 10px;
}

.noborder {
	border: 0 !important;
}

.nobackground {
	background: none !important;
}

.disabled {
	cursor: default;
}

.align-right {
	text-align: right;
}

.nomargin {
	margin: 0 !important;
}

.tealbg {
	background-color: #e8f0f2;
}

.greybg {
	background-color: #efefef;
}

tr.alt {
	background-color: #ffffff;
}

tr.alt_old {
	background-color: #ededed;
}

/* drop shadow */
.dropshadow {
	position: relative;
	margin: -5px 0px 0px -7px;
}

.dropshadow .inner {
	position: relative;
	left: 7px;
	top: 5px;
}

.dropshadow .edge {
	position: absolute;
	width: 14px;
	height: 14px;
	background: url('./images/dropshadow.png') no-repeat;
	font-size: 0%;
}

.dropshadow .LT {
	top: 0;
	left: 0;
	background-position: top left;
}

.dropshadow .RT {
	top: 0;
	right: -14px;
	background-position: top right;
	width: 100%
}

.dropshadow .LB {
	bottom: -14px;
	left: 0;
	background-position: bottom left;
	height: 100%;
}

.dropshadow .RB {
	bottom: 0;
	right: 0;
	background-position: bottom right;
	height: 100%;
	margin-bottom: -14px;
	margin-right: -14px;
	width: 100%;
}

/* rounded box, technique from http://www.kyleschaeffer.com/karatecorners/ */
.box {
	position: relative;
	display: block;
}

.box .inner {
	display: block;
}

.corner {
	position: absolute;
	width: 5px;
	display: block;
	z-index: 2;
	height: 5px;
	background: url('./images/corners-on-white.png') no-repeat;
	font-size: 0%;
}

.box .TL {
	top: 0;
	left: 0;
	background-position: 0 0;
}

.box .TR {
	top: 0;
	right: 0;
	background-position: -5px 0;
}

.box .BL {
	bottom: 0;
	left: 0;
	background-position: 0 -5px;
}

.box .BR {
	bottom: 0;
	right: 0;
	background-position: -5px -5px;
}

.onltgrey {
	background-image: url('./images/corners-on-ltgrey.png')
}

.ondkgrey {
	background-image: url('./images/corners-on-dkgrey.png')
}

.ondkblue {
	background-image: url('./images/corners-on-dkblue.png')
}

.onteal {
	background-image: url('./images/corners-on-teal.png')
}

.greyoutline {
	background-image: url('./images/corners-on-white-grey.png')
}

.blackoutline {
	background-image: url('./images/corners-on-white-black.png')
}

.thickwhiteoutline {
	background-image: url('./images/corners-on-dkblue-white2.png')
}

.outlined {
	border: 1px solid #cccccc
}

.outlined .TL {
	top: -1px;
	left: -1px;
	background-position: 0 0;
}

.outlined .TR {
	top: -1px;
	right: -1px;
	background-position: -5px 0;
}

.outlined .BL {
	bottom: -1px;
	left: -1px;
	background-position: 0 -5px;
}

.outlined .BR {
	bottom: -1px;
	right: -1px;
	background-position: -5px -5px;
}

.thickoutlined {
	border: 2px solid #ffffff
}

.thickoutlined .TL {
	top: -2px;
	left: -2px;
	background-position: 0 0;
}

.thickoutlined .TR {
	top: -2px;
	right: -2px;
	background-position: -5px 0;
}

.thickoutlined .BL {
	bottom: -2px;
	left: -2px;
	background-position: 0 -5px;
}

.thickoutlined .BR {
	bottom: -2px;
	right: -2px;
	background-position: -5px -5px;
}

#wrapper {
	font-size: 11px;
}

/* items from ocean_style.css

/******************************************************************************
 *
 * COPYRIGHT (C) 2010-2012 SICOM Systems Inc
 * 4434 Progress Meadow Drive
 * Doylestown, PA 18902
 * 215-489-2500, FAX: 215-489-2769
 *
 * $Id$
 *
 ******************************************************************************/

#framelessScrollingContainer {
	background-color: #ffffff !important;
}

.mini {
	font-family: Helvetica;
	font-size: 8pt;
}

.au_detail {
	font-size: 10pt;
	margin: 2px;
	padding: 3px;
	background: #c2dceb;
	color: black;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
}

.au_summary {
	margin: 2px;
	padding: 3px;
	background: #faefc8;
	margin-right: 75px;
	border-style: solid;
	border-color: #c5c5c5;
	border-width: 1px;
	font-size: 10pt;
	/* height: 300px; */
	/* overflow: auto; */
}

.au_inv_summary {
	margin: 2px;
	padding: 2px;
	padding-right: 20px;
	background: #faefc8;
	border-style: solid;
	border-color: #c5c5c5;
	border-width: 1px;
	font-size: 10pt;
	height: 300px;
	overflow: auto;
	overflow-x: hidden;
	white-space: -moz-pre-wrap; /* Mozilla */
	/* white-space: -pre-wrap;      Opera 4 - 6 */
	/* white-space: -o-pre-wrap;    Opera 7 */
	/* white-space: pre-wrap;       CSS3 */
	/* word-wrap: break-word;       IE 5.5+ */
}

.au_actions {
	font-size: 8pt;
}

.au_subaction {
	font-size: 10pt;
}

.au_review_changes {
	margin: 2px;
	padding: 2px;
	/* margin-left: 50px; */
	padding-right: 20px;
	background: #c2dceb;
	border-style: solid;
	border-color: #c5c5c5;
	border-width: 1px;
	font-size: 10pt;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.au_review_changes_popup {
	margin: 2px;
	padding: 2px;
	margin-left: 50px;
	padding-right: 20px;
	background: #c2dceb;
	border-style: solid;
	border-color: #c5c5c5;
	border-width: 1px;
	font-size: 10pt;
	height: 300px;
	overflow: auto;
	overflow-x: hidden;
	white-space: -moz-pre-wrap; /* Mozilla */
	/* white-space: -pre-wrap;      Opera 4 - 6 */
	/* white-space: -o-pre-wrap;    Opera 7 */
	/* white-space: pre-wrap;       CSS3 */
	/* word-wrap: break-word;       IE 5.5+ */
}

.au_review_changes_group {
	margin: 4px;
}

.au_small {
	font-size: 9pt;
}

.quicksearch {
	background-color: #c5c5c5;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	margin: 2px;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 400px;
}

table.quicksearch td {
	white-space: nowrap;
}

.au_costs_detail {
	margin: 2px;
	padding: 3px;
	background-color: #faefc8;
	padding-right: 25px;
	border-style: solid;
	border-color: #c5c5c5;
	border-width: 1px;
	height: 220px;
	overflow-y: auto;
	overflow-x: hidden;
}

.au_recipe_costs_header {
	font-size: 9pt;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 8pt;
}

.au_recipe_costs {
	font-size: 9pt;
}

.au_ingredient_details {
	font-size: 9pt;
	margin: 2px;
	padding: 3px;
	background-color: #faefc8;
	border-style: solid;
	border-color: #c5c5c5;
	border-width: 1px;
}

.au_ingredient_details table {
	font-size: 9pt;
	white-space: nowrap;
}

.au_price {
	text-align: right;
}

.au_plu_prices_header {
	font-size: 9pt;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 8pt;
}

.au_plu_prices {
	font-size: 9pt;
}

.au_details_link {
	font-size: 9pt;
	color: #247eb2;
	cursor: pointer;
}

au_inv_info_brief {
	height: 75px;
	overflow: auto;
}

au_inv_info_brief {
	margin: 10px;
}

au_inv_cost_detail {
	height: 100px;
	overflow: auto;
}

.ModeButton {
	height: 22px;
	background-color: #485151;
	color: #ffffff;
}

.CommonButton {
	height: 22px;
	background-color: #eeeeee;
	border-color: #aaaaaa;
}

.CommonButton:hover {
	background-color: #fefefe !important;
	border-color: #cccccc;
}

.mgrng_rounded_table {
	padding: 0px;
	border-spacing: 10px;
	margin: 0px;
}

.mgrng_content {
	background-color: #cccccc;
	color: #5a646e;
}

.mgrng_content1 {
	background-color: #dedede;
	color: #5a646e;
}

.mgrng_border {
	background-color: #485151;
	color: white;
}

.mgrng_tlcorner {
	background: url(images/darkgreentlcorner.gif) 0 0 no-repeat;
	background-color: #485151;
	height: 15px;
	color: white;
}

.mgrng_trcorner {
	background: url(images/darkgreentrcorner.gif) 100% 0 no-repeat;
	background-color: #485151;
	height: 15px;
	color: white;
}

.mgrng_blcorner {
	background: url(images/darkgreenblcorner.gif) 0 100% no-repeat;
	background-color: #485151;
	height: 15px;
	color: white;
}

.mgrng_brcorner {
	background: url(images/darkgreenbrcorner.gif) 100% 100% no-repeat;
	background-color: #485151;
	height: 15px;
	color: white;
}

.mgrng_border1 {
	background-color: #6d8bb0;
	color: white;
}

.mgrng_tlcorner1 {
	background: url(images/bluetlcorner.gif) 0 0 no-repeat;
	background-color: #6d8bb0;
	height: 15px;
	color: white;
}

.mgrng_trcorner1 {
	background: url(images/bluetrcorner.gif) 100% 0 no-repeat;
	background-color: #6d8bb0;
	color: white;
	height: 15px;
	width: 15px;
}

.mgrng_blcorner1 {
	background: url(images/blueblcorner.gif) 0 100% no-repeat;
	background-color: #6d8bb0;
	height: 15px;
	color: white;
}

.mgrng_brcorner1 {
	background: url(images/bluebrcorner.gif) 100% 100% no-repeat;
	background-color: #6d8bb0;
	height: 15px;
	color: white;
}

.mgrng_border2 {
	background-color: #cccccc;
	color: #5a646e;
}

.mgrng_tlcorner2 {
	background: url(images/graytlcorner.gif) 0 0 no-repeat;
	background-color: #cccccc;
	color: #5a646e;
}

.mgrng_trcorner2 {
	background: url(images/graytrcorner.gif) 100% 0 no-repeat;
	background-color: #cccccc;
	color: #5a646e;
}

.mgrng_blcorner2 {
	background: url(images/grayblcorner.gif) 0 100% no-repeat;
	background-color: #cccccc;
	color: #5a646e;
}

.mgrng_brcorner2 {
	background: url(images/graybrcorner.gif) 100% 100% no-repeat;
	background-color: #cccccc;
	color: #5a646e;
}

.mgrng_roundedtable {
	border-spacing: 0px;
}

.au_button_sequence {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	display: none;
}

/* XTIAN HERE */

.graybox {
	border: 1px solid #dfdfdf;
}

.labor_scheduler_container {
	/*	width: 600px;
		height: 300px;
	*/
	vertical-align: top;
	padding: 5px;
}

.labor_scheduler_container_header {
	font-weight: bold;
	font-size: 130%;
	color: #4d4d4d;
}

.blue {
	background-color: #d1dff0;

}

.buttonbox img {
	padding: 5px;
}

.line {
	height: 1px;
	background-color: #dfdfdf;
	margin: 5px;
}

.searchTitle {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
}

.SubModuleTitle {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
}

.ModuleTitleBOC {
	display: none;
}

.search_results_table td {
	padding-right: 7px;
}
