@charset "UTF-8";
/* CSS Document */

.grad1 {
margin:16px 0px 0px 0px;
padding:0;
width:100%;
background-image: linear-gradient(top, rgb(220,250,222) 0%, rgb(242,247,243) 27%, rgb(244,252,246) 76%);
background-image: -o-linear-gradient(top, rgb(220,250,222) 0%, rgb(242,247,243) 27%, rgb(244,252,246) 76%);
background-image: -moz-linear-gradient(top, rgb(220,250,222) 0%, rgb(242,247,243) 27%, rgb(244,252,246) 76%);
background-image: -webkit-linear-gradient(top, rgb(220,250,222) 0%, rgb(242,247,243) 27%, rgb(244,252,246) 76%);
background-image: -ms-linear-gradient(top, rgb(220,250,222) 0%, rgb(242,247,243) 27%, rgb(244,252,246) 76%);
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(220,250,222)),
	color-stop(0.27, rgb(242,247,243)),
	color-stop(0.76, rgb(244,252,246))
);
}

/*MENU TABLE DESIGN BELOW  */

.CSSTableGenerator a {
	color:#000;
	line-height: 1.50em;
}
.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #848585;
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}
.CSSTableGenerator table{

	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
}

.CSSTableGenerator table tr:first-child td:first-child {

	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}

.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
}
.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
}
.CSSTableGenerator tr:hover td{
	background-color:#d5f9cf;
}

.CSSTableGenerator td{
	vertical-align:middle;
	height:30px;
	/*BELOW IS THE BG COLOR FOR EACH TD, 
	DO NOT ENTER A COLOR IF THERE IS A CONTAINER DIV AROUND THE TABLE*/
	background-color:;
	border:1px solid #848585;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:8px 7px;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}
.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}

.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}

.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

.CSSTableGenerator tr:first-child td{
	background:-o-linear-gradient(bottom, #54a304 5%, #026d02 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #54a304), color-stop(1, #026d02) );
	background:-moz-linear-gradient( center top, #54a304 5%, #026d02 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#54a304", endColorstr="#026d02");	background: -o-linear-gradient(top,#54a304,026d02);

	background-color:#54a304;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Helvetica;
	font-weight:bold;
	color:#ffffff;
}

.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}

.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px; 
}

