
/* 관리자 신청 */

#memberdit{
	width:500px;
	border-color:#EFEFEF;
	border-width: 3px;
	border-style:solid;
	margin-top:20px;

	}
#memberdit2{
	width:500px;
	border-color:#EFEFEF;
	border-width: 3px;
	border-style:solid;
	margin-top:20px;
	line-height:30px;
	}
#memberdit3{
	width:500px;
	border-color:#EFEFEF;
	border-width: 3px;
	border-style:solid;
	margin-top:20px;
	line-height:30px;
	}	
			
#memberdit ul{	
	border-bottom: 1px solid #d1d1d1; 
	height:30px;	
	}  
.memberleft{	
	font-weight:bold; 
	width:100px; 
	text-align:center; 
	float:left;	
	}
.memberright{	
	width:350px; 
	float:right; 
	text-align:left;	
	}
#membereditbtn{	
	width:420px; 
	text-align:right;	
	}
  
  
  /* 게시판 리스트 */
 #listtable {
  	width: 100%;
  	position:relative;
	font-size:9pt;
	
  	}
 #listtable1 {
  	width: 100%;
  	position:relative;
	font-size:9pt;

  	}
  	
  	#listtable1 {
  	width: 100%;
  	position:relative;
	font-size:9pt;

  	}  	
#listtable caption {
  	margin: 0px;
  	padding: 8px 5px;
  	text-align: left;
	padding-bottom: 3px;
  	}
#listtable th {
  	margin: 0;
  	padding: 8px 20px;
  	text-align: center;
 	word-break:keep-all;
 		
	border-top:2px solid #C0C4C0;
	border-bottom:1px solid #e6e6e6;
	height:20px;
	background-color:#F0F4F0;
	line-height:15px; 		
 		
  	}
  	  	
#listtable .field {
  	text-align: center;
  	word-break:keep-all;
 	border-bottom: 1px solid #b5b5b5;  	
 	height:30px;  	
  	}
#listtable .sfield {
  	text-align: left;
  	word-break:break-all;
 	border-bottom: 1px solid #b5b5b5;
 	height:30px;  	
  	}

#listtable tr {

  	}
#listtable tr.bbsbottomff{
  	background: #ffffff;

	}
	  	
#listtable tr.alt {
  	border-bottom: 1px solid #b5b5b5;  	
	
  	}
    div.tablebottom{margin-top:0px; } 
    div.tablebottom p.page { float:left; padding-left:10px;}
    div.tablebottom p.write { text-align:center; float:right;}
    
	div.searchfrm{ clear:both;height:10px;}
	div.searchfrm p.text { width: 200px; text-align:right; float:right;}	
	div.searchfrm p.select { width: 300px; text-align:left; float:left;}

  	
  /* 게시판 글쓰기 */
#tableedit{
	width:100%;
	
	}

.edittd1{
	height:30px;width:15%;border-bottom:1px solid #cccccc;font-weight:bold;text-align:center;
	}  
  
.edittd2{
	height:30px;width:85%;border-bottom:1px solid #cccccc;
	}  
	  
/* 게시판 글쓰기 */ 
#popedit{
	margin:0px;
	width:500px;
	
	}
#bbsedit{
	margin:0px;
	margin-top:-10px;
	width:100%;
	}

#bbsedit tr{

	height:30px;
	}
.ulcontent{
	width:100%;	
  	}

.editleft{

	width:15%;
   	border-bottom: 1px solid #b5b5b5;
  	font-weight:bold;  	
  	text-align:center;
  }
.editright{
	width:85%;
   	border-bottom: 1px solid #b5b5b5;
	}  

  
#bt_submit {
	border:0px solid #EFEFEF; 
	color:white; 
	background-color:#666666; 
	font-size:12px;
	padding:2px; 
	cursor:pointer;
	
	}
#bt_submit a{
	color:white;
	text-decoration: none;
	}
#bt_submit a:HOVER{
	color:#cecece;
	text-decoration: none;
	}	
	
#editbtn{
	clear:both;
	width:100%; 
	text-align:right;
   	padding-top:10px;
	}


 .my_error_display{
 color:red;
 }
 
 #dialog {display:none}
 

#previewPhoto {
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);
}
#previewPhotoGara {
	width:115px;
	height:150px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);
}

/*게시판 글보기 */

  #bbsread{
	width:100%;
	margin:0px;
	padding:0px;
	margin-top:5px;
  }
  
  #bbsread tr{
	margin-left:10px; margin-top:5px;
	margin:0px;
	padding:0px;
  }
   	
  .readleft{
	font-weight:bold;
	width:70%;
	
  }
  
      
  .readright{
	text-align:right;
  }
    
  .rsubject{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size:13pt; color:#666; margin-top:3px;
  }
  .rpart{
	color:#999999;
  }

  .btnright{
	text-align:right; padding-bottom:5px;
  }
  
  
  /* 댓글 */
  #readcomm{
  width:100%;  
  background:#F4F4F4;

  }
  
  #readcomm tr{
	 margin:0px;
	 padding:15px;
  }
  
.commname{
	width:90%;
	}  
.commdate{
	width:10%;
	}	
  .cname{
	font-weight:bold; color:black;
  }
  
  .commcontent{
  width:100%; text-overflow : ellipsis; overflow : visible; word-wrap:break-all; color:#333333;
  border-bottom:1px solid #cccccc;
  padding-bottom:5px;
  padding-left:5px;
  }
  #comminfo{
   border-bottom: 1px solid #d1d1d1; width:100%;
  }
  #commentAdd{
 	height:130px;
  }
  .commarea{

  }
  .commbtn{
 text-align:left
  }
  .btnclick{
  margin-left:10px; height:50px;

  }
  
  
  /* 이미지 미리보기 */
#imagePreview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	}
	
#tooltip{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:2px 5px;
	color:#fff;
	display:none;
	}	

  #TitleArea{
  text-align:center;
	font-weight:bold;
	font-size:10pt;
	padding-top:5px;
  }
  
#LargeArea{
	background-color:#E6E6E6;
	height:270px;
	padding:10px;
	}  
#SmallAreaTable{
	background-color:#E6E6E6;
	border:1px solid #999999;
	width:43px;
	height:41px;
	padding:2px;
	margin-left:2px;

	}
	
	
#readCommentText{
		border:1px solid red;
		width:95%;
	}	
#readComment2{
	border-bottom:1px solid #c0c0c0;	
	}
	
#readComment{
	height:2px;
	border-top:1px solid #DADADA;
}

#readCommentCount{
	height:29px;
	background-color: #F1F1F1;
	text-align: right;
	width:672px;
	padding-right: 20px;	
}
	
#readComment1{
	height:2px;
	border-bottom:1px solid #DADADA;
}