body, input, select, textarea
{
	font-family:Verdana,Helvetica,Arial,Geneva,sans-serif;
	font-size:12px;
}
body
{
	line-height:18px;
	background-color:#ececec;
	background-image:url(/images/bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	width:100%;
	height:100%;
	margin:0;
}
.tinyText
{
	font-size:8px;
	line-height:9px;
}
.smallText
{
	font-size:11px;
	line-height:14px;
}
.largeText
{
	font-size:14px;
	line-height:16px;
}
.hugeText
{
	font-size:18px;
	line-height:22px;
}
.bigTitle
{
	font-size:24px;
	font-weight:bold;
	line-height:38px;
}
.error
{
	color:#f00;
}
div#banner
{
	background-image:url(/images/banner_wide.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:150px;
	margin:0 auto;
}
div#bodyMask
{
	width:950px;
	margin:0 auto;
}
div#header
{
	padding-top:10px;
}
div#mainmenu
{
	text-align:center;
	margin-bottom:30px;
}
div#mainmenu a
{
	color:#666;
	text-decoration:none;
}
div#mainmenu a img
{
	padding:5px;
}
div#mainmenu a:hover
{
	color:#000;
	text-decoration:underline;
}
div#mainmenu a:visited
{
	color:#666;
}
div#contentArea
{
}
div#footer
{
	font-size:11px;
	margin-top:20px;
	padding:4px 0 10px 0;
	border-top:1px dotted #999;
}

div.busy
{
	width:16px;
	height:11px;
	background:url("/images/busy.gif") no-repeat left top;
}
div.delete
{
	width:18px;
	height:18px;
	background:url("/images/delete.gif") no-repeat left top;
	cursor:pointer;
}

div.end_float
{
	clear:both;
}
a
{
	text-decoration:none;
	color:#900;
}
a:hover
{
	text-decoration:underline;
	color:#c00;
}
a:visited
{
	color:#900;
}

.mainLight
{
	color:#232526;
}
.mainDark
{
	color:#000;
}
.accentLight
{
	color:#8c3807;
}
.accentDark
{
	color:#732103;
}

img.mainmenu
{
	margin-left:15px;
	border:none;
}
div.submenu
{
	padding:0 0 8px 16px;
	color:#999;
}
a.submenu
{
	color:#666;
}
a.submenu:visited
{
	color:#666;
}
h1
{
	clear:both;
	margin-top:0;
	font-size:20px;
	color:#83200c;
}
h2
{
	margin-top:2px;
}
div.photo
{
	padding:8px;
	border:1px solid #000;
	background-color:#fff;
}

@media screen
{
	img#receiptLogoWeb
	{
		display:block;
	}
	img#receiptLogoPrint
	{
		display:none;
	}
}

@media print
{
	body
	{
		background-color:#fff;
		background-image:none;
	}
	div#banner
	{
		display:none;
	}
	div#header
	{
		display:none;
	}
	div#mainmenu
	{
		display:none;
	}
	img#receiptLogoWeb
	{
		display:none;
	}
	img#receiptLogoPrint
	{
		display:block;
	}
}


/* Styles for popup */


/* Screen overlay for dimming effect */
div#__p_mask
{
	z-index:10000;
	background-color:#001;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* Outer element that sits on top of mask overlay */
div#__p_msg
{
	z-index:10001;
	color:#000;
	min-width:400px;
	position:absolute;
}

/* Close button */
div#__p_close
{
	position:absolute;
	cursor:pointer;
	z-index:10002;
	right:15px;
	top:15px;
	width:20px;
	height:20px;
	background:url("/images/popup_close.png") no-repeat left top;
}

/* Main content cell */
td#__p_body
{
	/*min-width:350px;*/
	padding:15px;
	text-align:left;
	background-color:#fff;
}

/* Wrapper for content inside main cell */
div#__p_body_inner
{
	color:#000;
}

/* Table cells surrounding content cell */
td#__p_ul, td#__p_ur, td#__p_ll, td#__p_lr
{
	background-position:left top;
	background-repeat:no-repeat;
	width:20px;min-width:20px;
	height:20px;
}
td#__p_uc, td#__p_lc
{
	background-position:left top;
	background-repeat:repeat-x;
	height:20px;
}
td#__p_l, td#__p_r
{
	background-position:left top;
	background-repeat:repeat-y;
	width:20px;min-width:20px;
}
td#__p_ul
{
	background-image:url("/images/popup_ul.png");
}
td#__p_uc
{
	background-image:url("/images/popup_uc.png");
}
td#__p_ur
{
	background-image:url("/images/popup_ur.png");
}
td#__p_ll
{
	background-image:url("/images/popup_ll.png");
}
td#__p_lc
{
	background-image:url("/images/popup_lc.png");
}
td#__p_lr
{
	background-image:url("/images/popup_lr.png");
}
td#__p_l
{
	background-image:url("/images/popup_l.png");
}
td#__p_r
{
	background-image:url("/images/popup_r.png");
}

div.popup_title
{
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:4px;
	border-bottom:1px solid #ccc;
}
table.popup_form
{
	border-collapse:collapse;
}
table.popup_form td
{
	padding-top:2px;
	padding-bottom:2px;
}
table.popup_form td.label
{
	padding-right:4px;
}
table.popup_form td.label_top
{
	padding:6px 4px 0 0;
	vertical-align:top;
}
div.popup_footer
{
	margin-top:10px;
	padding-top:4px;
	min-height:30px;
}

/* Product forms */

#product_form
{
	margin-bottom:6px;
}
#product_form td
{
	padding:3px 4px;
}
#product_form td.qty input
{
	width:30px;
}
#product_form td.price
{
	text-align:right;
}

@media print
{
	div#bodyMask
	{
		width:7in;
		margin:0 auto;
	}	
}