BODY {
	line-height: 1.5;
	margin: 40px 80px 20px 90px;
	padding-bottom:20px;
	font-size: 13px;
}
a{
	text-decoration: none;
	color: #DD5E12;
}
IMG {
	border-width: 1px;
	border-color: #FEEFD5;
}
form{
	margin:0;
	padding:0;
}
td,th{
	font-size: 13px;
}
h3{font-size:16px;}
/*
.main_left {
	position: absolute;
	top: 40px;
	left: 100px;
}
*/

.main_right {
	margin: 20px 0px 20px 300px;
/*	position: absolute;
	top: 40px;
	left: 400px;
	width: 500px;
	*/
}

.logo_text {
	margin-top: 50px;
	margin-right: 100px;
	font-size: 30px;
	font-weight: bolder;
	color: red;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.split_bar {
	position: absolute;
	top: 200px;
	left: 480px;
	width: 2px;
	height: 200px;
	background-color: gray;
}

.order_me {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 5px 10px 5px;
	background-color: green;
	font-size: 25px;
	font-weight: bolder;
	margin-bottom: 10px;
	width: 170px;
}

.buttom_news {
	margin-top: 20px;
	border-width: 2px;
	border-color: gray;
	border-style: solid;
	padding: 3px;
}

.instruct_text {
	width: 220px;
	color: #A27C4C;
	margin-top: 20px;
}

.title_bar {
	background-color: #F29200;
	font-weight:bolder;
	padding: 5px 0px 0px 10px;
	margin: 5px 0xp;
	color: white;
}

.tab_select_button {
	cursor:pointer;
	font-weight:bold;
	margin-right:10px;
	float:left;
	width: 72px;
	padding-top:5px;
	height: 22px;
	color:white;
	text-align:center;
	background-image: url("/static/img/tab_sel.gif"); 
}

.tab_button {
	cursor:pointer;
	font-weight:bold;
	margin-right:10px;
	float:left;
	width: 72px;
	padding-top:5px;
	height: 22px;
	color:white;
	text-align:center;
	background-image: url("/static/img/tab.gif");
}
.gray{
	color: gray;
}
.number{
	width: 50px;
}
.order_show{
	width:100%;
	border-collapse:collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #A27C4C;
	
}
.order_show td{
	border-color: #DD5E12;
	border-style: solid;
	border-width: 1px;
	color: #7a350f;
	
}
.order_show th{
	border-color: #DD5E12;
	border-style: solid;
	border-width: 1px;
	color: #7a350f;
	font-weight: bold;
}
.search_bar{
	margin: 10px 10px 10px 400px;
}
.manage_right{
	margin: 10px 0px 20px 200px;
	float: right;
}
.manage_left{
	position:absolute;
	left: 200px;
	top: 100px;
	width: 100px;
	/*margin: 10px 400px 10px ;*/
}
.manager_button_select{
	padding: 5px;
	border: 1px solid #00FFFF;
	background-color: #00FFFF;
}
.manager_button{
	padding: 5px;
	border: 1px solid #00FFFF;
}

.add_menu_tb td{
	width: 5%;	
}
.page_number{
	padding: 5px;
	border: 1px solid #00FFFF;
	background-color: gray;
}
.pre_frame{
	width: 247px;
	height: 9px;
	background: url("/static/img/pre_frame.gif") repeat-x;
	overflow:hidden;
}
.frame_body{
	padding: 20px 10px 10px 20px; 
	width:217px;
	_width: 247px;
	background-image: url("/static/img/frame_body.gif");
}
.end_frame{
	width: 247px;
	height: 10px;
	background: url("/static/img/end_frame.gif") repeat-x;
	overflow:hidden;
}
.head_title{
	background-image: url("/static/img/arrow_right.gif");
	background-repeat:no-repeat;
	background-position: left center;
	text-align: left center;
	padding-left: 10px;
	font-weight: bolder;
	color: #7a350f;
	font-size: 15px;
}
.color_weight{
	color: #7a350f;
	font-weight: bold;
}
.color_normal{
	color: #7a350f;
}
.color_light{
	color: #A27C4C;
}
.state_message{
	color: rgb(98,122,10);
	margin: 5px 0px 5px 0px;
}
.index_left_back_img{
	background-image: url("/static/img/cup_backgroud.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.index_foot{
	margin-top:100px;
	height:20px;
	width: 320px;
	padding:4px 0px 2px 10px; 
	background-color: #FEEFD5;
}
.foot_button_text{
	margin-left: 6px;
}
.weekday_sel{
	background-image: url("/static/img/arrow_up.gif");
	font-weight: bold;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

.input_button{
	border: none;
	cursor: pointer;
	color: white;
}