﻿body {
	background-image:url('background.png');
	background-repeat:repeat-x;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#wrapper {
	width: 900px;
	margin: 0px auto 0px auto;
	background-color: white;
	border: 1px black solid;
	text-align: left;
}
#header {
	background-image:url('header_background.png');
	background-repeat:repeat-x;
	height: 53px;
	padding: 5px;
}
#header h1 {
	text-align:right;
	color: white;
	font-size: 14px;
	margin: 0px 5px 0px 0px;
}
.header_left {
	float: left;
}
#menu {
	width: 176px;
	float: left;
	border: 1px black solid;
	margin: 5px 5px 0px 5px;
	padding: 1px 1px 10px 1px;
	background-color: white;
}
#menu a{
	color: black;
}
#content {
	margin: 20px 10px 20px 10px;
	text-align: left;
	min-height: 300px;
}
#footer, #footer a {
	margin-top: 10px;
	color: gray;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
th {
	white-space:nowrap;
}
ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 10px;
	padding-left: 10px;
}
li {
	padding-left: 10px;
	background-image: url('bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-bottom: 8px;
}
.info {
	width:100%;
	border: 1px black solid;
	font-size: 10px;
}
.info th {
	background-color:#2280BB;
	color: white;
	padding: 2px;
}
.info td {
	padding: 2px;
	border: 1px gray dotted;
}
.info tr {
	background-color: white;
}
.info tr:hover {
	background-color:#FFFFE8;
}
.info a {
	text-decoration:none;
	color: black;
}
.info tr.detail:hover {
	background-color: white;
}
#order_detail {
	width: 100%;
	border: 1px black solid;
	font-size: 10px;
}
#order_detail th {
	background-color:#C6E2FF;
	color: black;
	padding: 2px;
}
#order_detail td {
	padding: 2px;
	border: 1px gray dotted;
}
#order_detail tr:hover {
	background-color: white;
}
.order_selected {
	background-color:#FFFFCC;
}