body {
	background: #A1C4A4;
	  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	  color: #004119;
}

#Label1 {
	color: #fff;
	display: block;
	margin: -8px;
	text-align: center;
	font-size: 18px!important;
	padding: 4px 0 5px 0;
	color: #fff;
	text-shadow:0 1px 0 #000;
	background: #004119;
	background: -moz-linear-gradient(top, #59886a 0%, #2c6c45 50%, #1d6036 51%, #004119 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59886a), color-stop(50%,#2c6c45), color-stop(51%,#1d6036), color-stop(100%,#004119)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #59886a 0%,#2c6c45 50%,#1d6036 51%,#004119 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #59886a 0%,#2c6c45 50%,#1d6036 51%,#004119 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #59886a 0%,#2c6c45 50%,#1d6036 51%,#004119 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59886a', endColorstr='#004119',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #59886a 0%,#2c6c45 50%,#1d6036 51%,#004119 100%); /* W3C */

}

#lbl_date {
	background: #709174;
	display: block;
	padding: 4px;
	font-weight: bold;
}

/* clean gray
*******************************************************************************/
#Button1, #Button2, input {
	padding:4px 7px;
	font-size:14px!important;
	color:#444;
background: #eee;
  background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc));
	text-shadow:0 1px 0 #f6f6f6;
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
	border:1px solid #888;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3);
	cursor: pointer;
	float: right;
}

#Button1, #Button2 {
	float: none;
}

hr {
	display: none;
	margin:  0;
	padding:  0;
}

table {
	width: 100%;
	border-bottom: 1px solid #709174;
	margin-bottom: 15px;
}
