.Point {

	margin: 130px auto 0 auto;
	width:1000px;
	padding-bottom: 30px;;
}
.emptyNotice .Point {
}
.Point .rectBox {
    padding: 10px 0;
    border: solid 1px #323232;
    background: #064a30;
    font-size: 14px;
}

.Point .title {
    color: #515769;
    margin-bottom: 6px;
    font-weight: bold;
}

.Point .rectBox table {
    border-collapse: collapse;
    width: 100%;
}

.Point .rectBox td, .Point .rectBox th {
    text-align: left;
    padding: 8px 5px;
    color: #f1d976;
}

.Point .rectBox th {
    font-weight: bold;
    text-align: right;
}

.Point .rectBox td button {
    width: 120px;
    color: #07080d;
    background: yellow;
    border: solid 1px #e0ae75;
    padding: 8px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    font-weight: bold;
}

.Point .rectBox td button:hover {
   background: #f2d977;
   border: solid 1px #f2d977;
   
}

.Point table.normal {
    border-collapse: separate;
    width: 100%;
    color: #fff;
    /* border: solid 1px #2c3652; */
    border-width: 1px 1px 0 1px;
    border-spacing: 0;
}
.Point table.normal td {
    font-size: 14px;
    border-bottom: solid 1px #323232;
    padding: 3px 0 3px 0;
    text-align: center;
    background: #064a30;
    height:35px;
}

.Point table.normal tr:first-child td {
	background: #1a362b;
	color: #d9d9d9;
	font-weight: bold;
	padding: 6px 0 6px 0;}

.Point table.normal.col7 td {
    width: 14%;
}
.Point table.normal.col7 td:first-child  {
	width:16%;
}
.Point table.normal.col6 td {
    width: 16%;
}
.Point .tab {
    font-size: 0;
}
.Point .tab span {
	background: #999;
    cursor: pointer;
    color: #eee;
    font-size: 14px;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 4px 4px 0 0;
    margin-right: 2px;
}
.Point .tab span.cur {
    background: #525252;
    color: #FFFFFF;
}
.Point .tab span:hover {
    color: #FFFFFF;
}
.Point .tabSub {
    background: #191e2e;
    color: #aeaeae;
    padding: 8px 8px 8px 30px;
    border: solid #323232;
    border-width: 0 0 1px 0;
  }
.Point .tabSub .date input {
	padding:5px;
}
.Point .tabSub input[type=radio]:not(:first-child){
    margin-left: 20px;
    vertical-align: middle;
}

.Point .btnSearch {
    padding: 6px 16px;
    font-size: 12px;
    cursor: pointer;
    vertical-align: bottom;
    border-radius: 4px;
    color: #07080d;
    background: #e0ae75;
    border: solid 1px #e0ae75;
}
.Point .btnSearch:hover {
	
background: #f2d977;
border: solid 1px #f2d977;

}

