body {
	background-color:#a5c270;
	margin:0px;
}

input {
	cursor:pointer;
}

select {
	padding: 3px 0px 3px 0px;
	box-sizing: border-box;
}

.cursor {
	cursor:pointer;
}

.row {
	margin-bottom:2px;;
}

div.content {
	margin: 0 auto;
	width:1080px;
	top:0px;
	z-index:1000;
	padding:20px;
	background-color:#FFF;
	text-align:left;
	display:table;
}

.stdinput_calendar {
	width:70px;
}

.item_list_header {
	font-size:12px;
	white-space:nowrap;
	font-weight:bold;
}

.popup {
	position:fixed;
	background-color:#FFF;
	width:500px;
	height:120px;
	left:50%;
	margin-left:-250px;
	top:50%;
	margin-top:-60px;
	border:2px solid #000;
	border-radius:5px;
	box-shadow:3px 3px 10px 3px #333;
	display:none;
	opacity:0;
}

h2 {
	font-size:24px;
	margin:0px 0px 5px 0px;
}

.menu_button {
	width:120px;
	height:20px;
	background-color:#eaeaea;
	text-align:center;
	padding:5px;
	border:1px solid #333;
	border-radius:9px;
	cursor:pointer;
}

.btn {
	min-width:90px;
	padding:5px;
	margin:5px;
}

div.menu_button a {
	color:#333;
	font-size:16px;
	font-weight:bold;
}

.title_cell {
	font-weight:bold;
}