﻿html, body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#wrapper
{
	height: auto;
	min-height: 100%;
}
#header
{
	width: 100%;
	min-width: 900px;
	height: 50px;
	margin-bottom: 10px;
	/*background-color: #8DC63F;*/
	background: -moz-linear-gradient(left,  rgba(114,196,0,1) 0%, rgba(141,198,63,1) 17%, rgba(141,198,63,0.8) 33%, rgba(141,198,63,0.9) 50%, rgba(141,198,63,0.4) 67%, rgba(141,198,63,0.2) 83%, rgba(141,198,63,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(114,196,0,1)), color-stop(17%,rgba(141,198,63,1)), color-stop(33%,rgba(141,198,63,0.8)), color-stop(50%,rgba(141,198,63,0.9)), color-stop(67%,rgba(141,198,63,0.4)), color-stop(83%,rgba(141,198,63,0.2)), color-stop(100%,rgba(141,198,63,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(114,196,0,1) 0%,rgba(141,198,63,1) 17%,rgba(141,198,63,0.8) 33%,rgba(141,198,63,0.9) 50%,rgba(141,198,63,0.4) 67%,rgba(141,198,63,0.2) 83%,rgba(141,198,63,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(114,196,0,1) 0%,rgba(141,198,63,1) 17%,rgba(141,198,63,0.8) 33%,rgba(141,198,63,0.9) 50%,rgba(141,198,63,0.4) 67%,rgba(141,198,63,0.2) 83%,rgba(141,198,63,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(114,196,0,1) 0%,rgba(141,198,63,1) 17%,rgba(141,198,63,0.8) 33%,rgba(141,198,63,0.9) 50%,rgba(141,198,63,0.4) 67%,rgba(141,198,63,0.2) 83%,rgba(141,198,63,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(114,196,0,1) 0%,rgba(141,198,63,1) 17%,rgba(141,198,63,0.8) 33%,rgba(141,198,63,0.9) 50%,rgba(141,198,63,0.4) 67%,rgba(141,198,63,0.2) 83%,rgba(141,198,63,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72c400', endColorstr='#008dc63f',GradientType=1 ); /* IE6-9 */
}
.header_content
{
	width: 900px;
	margin: 0 auto;
	padding-left: 15px;
}
#content
{
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 30px 0px;
	overflow: auto;
}
#left
{
	float: left;
	width: 300px; /* must be the same with #center margin-left */
}
.left_content
{
	margin-bottom: 10px;
	padding: 10px;
}
.left_content.success
{
	background-color: #F5F5F5;
	border: solid 2px #E3F1D0;
}
.left_content.warning
{
	background-color: #F5F5F5;
	border: solid 2px #FFD42A;
}
.left_content.danger
{
	background-color: #F5F5F5;
	border: solid 2px #FF0000;
}
/*#right
{
	float: right;
	width: 300px; /* must be the same with #center margin-right
}
.right_content
{
	margin-bottom: 10px;
	padding: 10px;
	background-color: #CCCCCC;
}*/

#center
{
	min-height: 300px;
	min-width: 200px;
	margin-right: 0px;
	margin-left: 310px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}
.center_content
{
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F5F5F5;
}
#footer
{
	width: 100%;
	min-width: 900px;
	height: 35px;
	margin: -55px 0px 0px 0px;
	clear: both;
	/*background-color: #8DC63F;*/
	background: -moz-linear-gradient(left,  rgba(114,196,0,1) 0%, rgba(141,198,63,1) 17%, rgba(141,198,63,0.8) 33%, rgba(141,198,63,0.9) 50%, rgba(141,198,63,0.4) 67%, rgba(141,198,63,0.2) 83%, rgba(141,198,63,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(114,196,0,1)), color-stop(17%,rgba(141,198,63,1)), color-stop(33%,rgba(141,198,63,0.8)), color-stop(50%,rgba(141,198,63,0.9)), color-stop(67%,rgba(141,198,63,0.4)), color-stop(83%,rgba(141,198,63,0.2)), color-stop(100%,rgba(141,198,63,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(114,196,0,1) 0%,rgba(141,198,63,1) 17%,rgba(141,198,63,0.8) 33%,rgba(141,198,63,0.9) 50%,rgba(141,198,63,0.4) 67%,rgba(141,198,63,0.2) 83%,rgba(141,198,63,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(114,196,0,1) 0%,rgba(141,198,63,1) 17%,rgba(141,198,63,0.8) 33%,rgba(141,198,63,0.9) 50%,rgba(141,198,63,0.4) 67%,rgba(141,198,63,0.2) 83%,rgba(141,198,63,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(114,196,0,1) 0%,rgba(141,198,63,1) 17%,rgba(141,198,63,0.8) 33%,rgba(141,198,63,0.9) 50%,rgba(141,198,63,0.4) 67%,rgba(141,198,63,0.2) 83%,rgba(141,198,63,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(114,196,0,1) 0%,rgba(141,198,63,1) 17%,rgba(141,198,63,0.8) 33%,rgba(141,198,63,0.9) 50%,rgba(141,198,63,0.4) 67%,rgba(141,198,63,0.2) 83%,rgba(141,198,63,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72c400', endColorstr='#008dc63f',GradientType=1 ); /* IE6-9 */
}
.footer_content
{
	font-size: 11px;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
}
h1
{
	font-size: 24px;
	margin: 0px;
	padding: 10px;
	color: #FFFFFF;
}
h2
{
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	vertical-align: text-bottom;
	margin: 0px;
	padding: 5px;
	color: #5E9810;
}
h3
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.h3
{
	height: 18px;
	margin: 0px;
	margin-top: 10px;
	padding: 5px;
	/*background-color: #4E5C5A;*/
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
p, li, td
{
	
	font-size: 12px;
	margin: 0px;
	padding: 5px;
	color: #333333;
}
ul
{
	margin-top: 0px;
	margin-bottom: 5px;
}