.cssStyle {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
    font-size:xx-small;
	
	-moz-border-radius-bottomleft:21px;
	-webkit-border-bottom-left-radius:21px;
	border-bottom-left-radius:21px;
	
	-moz-border-radius-bottomright:21px;
	-webkit-border-bottom-right-radius:21px;
	border-bottom-right-radius:21px;
	
	-moz-border-radius-topright:21px;
	-webkit-border-top-right-radius:21px;
	border-top-right-radius:21px;
	
	-moz-border-radius-topleft:21px;
	-webkit-border-top-left-radius:21px;
	border-top-left-radius:21px;
}.cssStyle table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.cssStyle tr:last-child td:last-child {
	-moz-border-radius-bottomright:21px;
	-webkit-border-bottom-right-radius:21px;
	border-bottom-right-radius:21px;
}
.cssStyle table tr:first-child td:first-child {
	-moz-border-radius-topleft:21px;
	-webkit-border-top-left-radius:21px;
	border-top-left-radius:21px;
}
.cssStyle table tr:first-child td:last-child {
	-moz-border-radius-topright:21px;
	-webkit-border-top-right-radius:21px;
	border-top-right-radius:21px;
}.cssStyle tr:last-child td:first-child{
	-moz-border-radius-bottomleft:21px;
	-webkit-border-bottom-left-radius:21px;
	border-bottom-left-radius:21px;
}.cssStyle tr:hover td{
	background-color:#ffffff;
		

}
.cssStyle td{
	vertical-align:middle;
		background:-o-linear-gradient(bottom, #e5e5e5 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #ffffff) ); 
	background:-moz-linear-gradient( center top, #e5e5e5 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5", endColorstr="#ffffff");	background: -o-linear-gradient(top,#e5e5e5,ffffff);

	background-color:#e5e5e5;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:5px;
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.cssStyle tr:last-child td{
	border-width:0px 1px 0px 0px;
}.cssStyle tr td:last-child{
	border-width:0px 0px 1px 0px;
}.cssStyle tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.cssStyle tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.cssStyle tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
}
.cssStyle tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.cssStyle tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.button {
   border-top: 1px solid #96d1f8;
   background: #18c950;
   background: -webkit-gradient(linear, left top, left bottom, from(#7ad98b), to(#18c950));
   background: -webkit-linear-gradient(top, #7ad98b, #18c950);
   background: -moz-linear-gradient(top, #7ad98b, #18c950);
   background: -ms-linear-gradient(top, #7ad98b, #18c950);
   background: -o-linear-gradient(top, #7ad98b, #18c950);
   padding: 8.5px 17px;
   -webkit-border-radius: 13px;
   -moz-border-radius: 13px;
   border-radius: 13px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #084d05;
   background: #084d05;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }


.output {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.output table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.output tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.output table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.output table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.output tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.output tr:hover td{
	background-color:#ffffff;
		

}
.output td{
	vertical-align:middle;
		background:-o-linear-gradient(bottom, #e5e5e5 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #ffffff) ); 
	background:-moz-linear-gradient( center top, #e5e5e5 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5", endColorstr="#ffffff");	background: -o-linear-gradient(top,#e5e5e5,ffffff);

	background-color:#e5e5e5;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	/*text-align:center;*/
	padding:6px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.output tr:last-child td{
	border-width:0px 1px 0px 0px;
}.output tr td:last-child{
	border-width:0px 0px 1px 0px;
}.output tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.output tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #cccccc 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#cccccc");	background: -o-linear-gradient(top,#cccccc,cccccc);

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.output tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #cccccc 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#cccccc");	background: -o-linear-gradient(top,#cccccc,cccccc);

	background-color:#cccccc;
}
.output tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.output tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

