/******************* 기본테이블 스타일시작 *******************/
/* 검색하는 부분의 스타일 */
.searcharea{
	padding:0 0 10px 0;
}

/**/
.input_01{  border:1px solid #cccccc;  color:#666;}

/*list부분*/
.rlist{
  border-collapse: collapse;
}
.rlist thead th{
  height:1px;
  padding:0px;
  border-bottom:1px solid #cccccc;
}

.rlist tfoot th{
  height:30px;
  padding:0;
}

.rlist tbody th{
  text-align:left;
  color: #333333;
  font-size: 13px;
  font-weight:bold;
  background-color:#ffffff;
  border-bottom:1px solid #cccccc;
}

.rlist tbody td{
  font-size: 13px;
  color:#232323;
  border-bottom:1px solid #E7E7E7;
  font-weight: normal;
  padding:5px;
}
/*list부분*/

/*read트부분*/
.rread{
  border-collapse: collapse;
}
.rread thead th{
  height:1px;
  padding:0px;
  border-bottom:1px solid #cccccc;
}

.rread tfoot th{
  padding:0;

}

.rread tbody th{
  height:30px;
  text-align:left;
  color: #707070;
  font-size: 13px;
  font-weight:bold;
  background-color:#f9f9f9;
  border-bottom:1px solid #dddddd;
  padding:5px 5px 5px 10px;
}

.rread tbody td{
  height:30px;
  font-size: 13px;
  color:#999999;
  border-bottom:1px solid #dddddd;
  font-weight: normal;
  padding:5px 10px 5px 10px;
}

.rread_div{
  padding:15px 0 15px 0;
  background:#FFFFFF;
  margin:5px 5px 5px 5px;
  border:1px solid #eeeeee;
  border-radius:10px;
  box-shadow:3px 3px 10px #dddddd;
}
/*read부분*/

/*write트부분*/
.rwrite{
  border-collapse: collapse;
}
.rwrite thead th{
  height:1px;
  padding:0px;
  border-top:1px solid #cccccc;
}

.rwrite tfoot th{
  padding:0px;
  /*border-bottom:1px solid #cccccc;*/
}

.rwrite tbody th{
  text-align:left;
  color: #333333;
  font-size: 13px;
  font-weight:bold;
  background-color:#ffffff;
  border-bottom:1px solid #cccccc;
  border-left:1px solid #cccccc;
  line-height:130%;
  padding:10px;
}

.rwrite tbody td{
  font-size: 13px;
  color:#232323;
  border-bottom:1px solid #cccccc;
  border-right:1px solid #cccccc;
  font-weight: normal;
  background-color:#ffffff;
  padding:10px;
}

.rwrite_div{
  padding:15px 0 15px 0;
  background:#FFFFFF;
  margin:5px 5px 5px 5px;
  border:1px solid #eeeeee;
  border-radius:10px;
  box-shadow:3px 3px 10px #dddddd;
}
/*write부분*/

/******************* 기본테이블 스타일끝 *******************/

/*하단에 버튼*/
.divbutton{
  text-align:center;
  padding:10px 10px 20px 10px;
}