/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #e7fdcd;
	padding: 10px;
	text-align: left;
}

p {
	margin-bottom: 1em;
}

table p {
	margin: 0;
}

.button_panel {
	text-align: center;
	padding: 1em;
}

div.confirm {
	padding: 100px;
	background: url(../images/confirm.png) no-repeat left 50%;
}

div.error {
	height: 350px;
	padding: 0 20px 0 110px;
	background: url(../images/error.png) no-repeat 10px 50%;
}

#floatBoxBg {
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.floatBox {
	border: #666 5px solid;
	width: 300px;
	position: absolute;
	top: 50px;
	left: 40%;
}
.floatBox .title {
	height: 23px;
	padding: 7px 10px 0;
	background: #660000;
	color: #fff;
}
.floatBox .title h4 {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}
.floatBox .title span {
	float: right;
	cursor: pointer;
	text-decoration: underline;
}
.floatBox .content {
	padding: 20px 15px;
	background: #f2fee5;
}



h2 {
	color: #007f1e;
	background: url(../images/h1.png) no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	height: 22px;
	margin: 10px 0;
}

li {
	font-size: 10px;
}

/* === Input === */

input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	padding: 2px;
	font-size: 12px;
	background: #ffffff;
	border: solid 1px #aaaaaa;
}

.short_input {
	width: 160px;
}

.long_input {
	width: 300px;
}

input.no_border {
	border: none;
	background: none;
}

/* === Button === */

input.button {
	font-family: Verdana, Geneva, sans-serif;
	background: url(../images/button.png) no-repeat;
	border: none;
	font-size: 11px;
	font-weight: bold;
	margin: 0 auto;
	color: #ffffff;
	width: 72px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	border: none;
}

a.button {
	font-family: Verdana, Geneva, sans-serif;
	background: url(../images/button.png) no-repeat;
	display: block;
	border: none;
	font-size: 11px;
	font-weight: bold;
	margin: 0 auto;
	color: #ffffff;
	width: 72px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	border: none;
}

/* === Table === */

table {
	width: 100%;
}


table.grid {
	border-collapse: collapse;
	border: solid 1px #007f1e;
}

table.grid th, table.grid td {
	border: solid 1px #007f1e;
}

th, td {
	padding: 5px;
}

th {
	background: #007f1e;
	color: #ffffff;
	text-align: center;
}

tr.odd {
	background: #ffffff;
}

tr.even {
	background: #dddddd;
}

td a {
	color: #007f1e;
}

td.opt {
	width: 40px;
	text-align: center;
}

td.opt2 {
	width: 105px;
	text-align: center;
}

td.opt3 {
	width: 70px;
	text-align: center;
}

td.opt a {
	font-weight: normal;
}

a.del {
	color: #ff0000;
}

td.date {
	width: 80px;
	text-align: center;
}

td.time {
	width: 130px;
	text-align: center;
}

td.entry {
	font-weight: bold;
	width: 30%;
	padding-right: 1em;
	text-align: right;
}

#floatBoxBg {
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
}
.floatBox {
	border: #666 5px solid;
	width: 300px;
	position: absolute;
	top: 50px;
	left: 40%;
}
.floatBox .title {
	height: 23px;
	padding: 7px 10px 0;
	background: #660000;
	color: #fff;
}
.floatBox .title h4 {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}
.floatBox .title span {
	float: right;
	cursor: pointer;
	text-decoration: underline;
}
.floatBox .content {
	padding: 20px 15px;
	background: #f2fee5;
}