@charset "utf-8";
/* CSS Document */

.main_left{
	width:99%;
	height:100%;
	float:left;
}
.report_left_box{
	width:100%;
	height:99.5%;
	}
	.box_bg{
  background:#fafafa; /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, #e7e7e7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 0%,#e7e7e7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fafafa 0%,#e7e7e7 100%); /* IE10+ */
  background: linear-gradient(top, #fafafa 0%,#e7e7e7 100%); /* W3C */
  -moz-box-shadow:1px 1px 3px #676767;              /* For Firefox3.6+ */
  -webkit-box-shadow:1px 1px 3px #676767;           /* For Chrome5+, Safari5+ */
  box-shadow:1px 1px 3px #676767;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.report_left_box h2{
	width:90%;
	height:5%;
	line-height:40px;
	border-bottom:1px solid #c9c9c9;
	font-size:18px;
	font-weight:normal;
	text-indent:12px;
	margin-bottom:5%;
	padding:0 5%;
}

.report_leftbox_select
{
    width:99%;
    height:30px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    background:#f9f9f9;
    border:1px solid #c9c9c9;
    margin:0 auto;
	font-size:14px;
    }
	.report_left_add
{
    width:100%;
    height:30%;
    l
    border:0px;
		border-collapse: collapse;
	margin:0 auto;
	border:1px solid #c1c8cb;
}
.billsselectclass{ width:100%;  height:88%}

.buttonclass{
	   color:#ffffff;
    /* background: #80d753; */ /* Old browsers */
    background: -moz-linear-gradient(top, #80d753 0%, #539a2f 100%); /* FF3.6+ */
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80d753), color-stop(100%,#539a2f)); */ /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #80d753 0%,#539a2f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #80d753 0%,#539a2f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #80d753 0%,#539a2f 100%); /* IE10+ */
    background: linear-gradient(top, #80d753 0%,#539a2f 100%); /* W3C */
	
width:120px;
	height:30px;
    margin:0px 10px;
	font-weight:bold;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	line-height:30px;
	font-size:16px;
	text-align:center;
	border:1px solid #c9c9c9;
	cursor:pointer;
    overflow:hidden;

}
.tableclass{
	border-collapse: collapse;
	margin:0 auto;
	border:1px solid #c1c8cb;
	  background-color:#EAEFF7;
}
.tableclass td{ border:1px solid #c1c8cb; }