
.whitebodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.page_width 
{
	width: 800px;
}

.margin1 {
	padding: 10px;
}
.pageHeading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.topNavLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
.topNavLink : hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.whiteLink {
	color: #FFFFFF;
	text-decoration: underline;
}
.whiteLink:hover {

	color: #FFFFFF;
	text-decoration: none;
}
.yellowLink {
	color: #FFFF66;
	text-decoration: underline;
}
.yellowLink:hover {
	color: #FFFF66;
	text-decoration: none;
}
.smallText 
{
	font-size: 12px;
}

.menu_header
{
	background-image: url('../images/yellow-gradient-bg.gif');
	background-repeat: repeat-x;
	width: 795px;
	height: 26px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px; padding-top: 5px;
	margin: 0px;
}

.body_table 
{
	width: 800px;
	height: 450px;
}

.body_table, .body_table tr td
{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

.left_menu_bar 
{
	background-color: #333330;
	width: 96px;
}

.left_menu_bar .menu 
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.left_menu_bar .menu .link 
{
	
	color: White;
	display:block;
	text-decoration: none;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 6px;
	font-size: 12px;
	font-weight: bold;
	
	
}

.left_menu_bar .menu .link:hover
{
	
	color: black;
	display:block;
	text-decoration: none;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #E2AD4A;
	/* background-image: url('../images/black_arrow.gif');
	background-position: right center;
	background-repeat: no-repeat; */
	font-size: 12px;
	font-weight: bold;
}

.main_menu_body
{
	background-color: black;
	background-image: url('../images/indian-bg-statue.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	color: White;
	font-size: 12px;
	vertical-align: top;
}

.main_menu_body .heading
{
	font-size: 16px;
	color: Orange;
	font-weight: bold;
}

.body_table a 
{
	color: #FFFF66;
}

.body_table .menu_category_link 
{
	font-size: 16px;
	text-decoration: none;
	color: White;
	font-weight: bold;
}

.body_table .menu_category_link:hover
{
	font-size: 16px;
	text-decoration: underline;
	color: White;
	font-weight: bold;
}

.body_table .grid 
{
	margin-bottom: 20px;
}

.body_table .grid .padding-top 
{
	padding-top: 5px;
}

.body_table .grid .padding-bottom 
{
	padding-bottom: 10px;
}

.body_table .grid .item_name 
{
	font-weight:bold;
	color: #FFFFCC;
}

.body_table .grid .header 
{
	border-bottom: 1px solid white;	
}

.body_table .grid .item_price 
{
	font-weight: bold;
}

.addBtn 
{
	background-color: #FFD790;
	background-image: url('../images/orange_gradient.gif');
	background-repeat: repeat-x;
	border: 1px solid white;
	color: brown; font-weight: bold;
	font-size: 10px;
	margin-left: 10px;
	width: 40px;
}

.order_panel 
{
	background-image: url('../images/000.gif');
	float:right; width: 240px;
	border: 1px solid gray;
	padding: 5px;
}

.instr_box
{
	margin: 5px; background-color: #FFC960; border: 1px solid #FFFFCC; padding: 5px; color: black; background-image: url(../images/yellow-gradient-bg.gif); background-position: top; background-repeat: repeat-x;
}

.instr_box h4 
{
	margin-top: 0px;
	margin-bottom: 5px;
}

.instr_box .options 
{
	margin-bottom: 5px;
}

.instr_box .custom_options 
{
	margin-bottom: 5px;
}

.instr_box .save_btn 
{
	background-color: #C93C0E;
	color: White;
	border: 1px solid white;
	font-weight:bold;
	font-size: 11px;
}

.instr_box .cancel_btn 
{
	background-color: Gray;
	color: White;
	border: 1px solid white;
	font-weight:bold;
	font-size: 11px;
}

.order_panel_header 
{
	font-weight: bold;
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
	font-size: 14px;
}

.order_panel_grid 
{
	width: 100%;
	margin-bottom: 8px;
	
}

.order_panel_grid tr td 
{
	padding-right: 5px;
	font-size: 8pt;
	border: none;
}

.order_panel_grid tr td input
{
	font-size: 8pt;
	
	border: 1px solid gray;
}

.order_panel_grid tr td input:focus
{
	font-size: 8pt;
	border: 1px solid orange;
	background-color: #FAF7D7;
}

.order_panel_summary 
{
	width: 100%;
	border-top: 1px solid gray;
	margin-bottom: 20px;
	
}

.order_panel_summary tr td 
{
	border-collapse: collapse;
}

.item 
{
	padding-bottom: 8px;
	display: block;
}

.order_panel_summary tr td.fieldValue 
{
	text-align: right;
}

.order_panel_summary tr td.emp
{
	font-weight:bold;
	font-size: 14px;
}

.btn_spacing 
{
	margin-left: 10px;
}

.checkout .sidebar 
{
	width: 140px;
	padding-right: 25px;
	text-align: top;
}

.checkout .sidebar .step 
{
	color: orange;
	display: block;
	text-decoration: none;
	padding: 5px;
	border: 1px solid black;
}

.checkout .sidebar .step:hover
{
	color: orange;
	display: block;
	text-decoration: none;
	padding: 5px;
	border: 1px solid gray;
}

.checkout .step_body .wizard_button 
{
	border: 1px solid orange;
	background-color: White;
}

#menu_heading
{
	float:left;
}

#login_box
{
	float: right;
	font-size: 11px;
	padding-right: 5px;
}

.order_summary_header 
{
	font-size: 16px;
	padding-bottom: 20px;
	font-weight: bold;
}

.order_panel .login_box 
{
	margin-top: 20px;
	font-size: 11px;
	border-top: 1px solid orange;
	padding-top: 5px;
}

.error_text 
{
	color: Red;
}

.error_list 
{
	color: Red;
	margin-left: 20px;
	padding-left: 10px;
}

button 
{
	background-color: Gray;
	border: 1px solid white;
}

.table_form 
{
	
}

.table_form tr td 
{
	padding-bottom: 5px;
	padding-right: 5px;
	
}

h2
{
	font-size: 16px;
}

.address_label 
{
	font-weight: bold;
	font-size: 14px;
	color: #FFFF99;
}

.form_table 
{
	margin-bottom: 5px;
	vertical-align: top;
	margin-top: 20px;
	font-size: 12px;
}

.form_table tr td.field_label
{
	font-size: 12px;
	padding-right: 5px;
	vertical-align: top;
	width: 125px;
	padding-bottom: 3px;
}

.form_table tr td.field_value
{
	font-size: 12px;
	padding-left: 5px;
	vertical-align: top;
	padding-bottom: 3px;
	
}

.main_choice_radio
{
	font-size: 14px;
	font-style: bold;
}

.example 
{
	font-size: 10px;
	color: Gray;
}

.line 
{
	border-bottom: 1px solid orange;
	margin-top: 10px;
}

.bottomPadding1 
{
	padding-bottom: 10px;
}

.summary_panel 
{
	
}

.summary_panel h2 
{
	font-size: 14px;
	border-bottom: 1px solid orange;
	margin-bottom: 8px;
	
}

.summary_panel .customer_info 
{
	margin-bottom: 10px;
}

.summary_panel .customer_info .name
{
	font-weight: bold;
	font-size: 14px;
	color: #FFFFCC;
}

.summary_panel .emp 
{
	font-weight: bold;
	color: #FFFFCC;
}



.summary_panel .delivery .instructions 
{
	margin-top: 10px;
}

.summary_panel .pick_up .instructions 
{
	margin-top: 10px;
}

.summary_panel .payment .tip 
{
	margin-top: 10px;
}

.summary_panel .payment .type 
{
	margin-bottom: 10px;
}

.summary_panel .selections 
{
	WIDTH: 100%;
	margin-bottom: 20px;
	border-bottom: 2px solid gray;
}

.summary_panel .patron_info 
{
	WIDTH: 100%;
}

.summary_panel .patron_info .payment 
{
	padding-left: 10px;
}

.summary_panel .patron_info .customer 
{
	padding-right: 10px;
}

.summary_panel .item_list 
{
	width: 100%;
}

.summary_panel .item_list tr td
{
	border-bottom: 1px dotted #333333;
	padding-bottom: 6px;
	padding-top: 6px;
}

.summary_panel .item_list tr td .item_name
{
	color: #FFFFCC;
	font-weight: bold;
}

.summary_panel .total_summary 
{
	
}

.summary_panel .total_summary tr td
{
	padding-left: 10px;
	font-weight: bold;
}

.summary_panel .total_summary tr td.total_price
{
	font-size: 16px;
}

.wizard_panel h2
{
	font-size: 14px;
	border-bottom: 1px solid orange;
	color: White;
	
}

.option_drop_down 
{
	font-size: 11px;
	width: 190px;
	clear: both;
	margin-bottom: 5px;
	display: block;
}

.instr_text_box 
{
	font-size: 11px;
	width: 180px;
}

.margin_bottom_std
{
	margin-bottom: 10px;
}

.margin_top_std 
{
	margin-top: 10px;
}

p.emp {
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 16px;
	word-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	color: #FFCB64;
	margin-bottom: 0px; margin-top: 0px;
	float: right;
	margin-top: -20px;
}

p.emp2 
{
	font-weight: bold;
	font-size: 12px;
	line-height: 130%;
	word-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	text-indent: 0ex;
	color: white;
	margin-top: 8px;
	margin-bottom: 2px;
}

p.disclaimer 
{
	font-style: italic;
	margin-top: 8px;
	margin-bottom: 2px;
	font-size: 11px;
}
