
html, body {
    font-family: 'Nanum Gothic', sans-serif;
    color:#000000; 
    line-height:1.5em;
    height:100%; 
}

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
#content p {
	margin: 0;
	padding: 0;
	border: 1;
}


/*  board list  */
table.tableBbs_admin {
    position:relative;
	margin:0px;
	padding:0px;
	table-layout:fixed;
	word-break:break-all;
	border-top:2px solid #333;		
}

table.tableBbs_admin th {
	border-top:1px solid #aaa;
	height:30px;
	text-align:center;
	background:#efefef;
    color:#000000;	
}

table.tableBbs_admin td {
}

.tableBbs_admin .th {
   background-image:url('/site/images/barline.gif'); 
   background-repeat:no-repeat;
   background-position:center right;
}

.tableBbs_admin .te {
   text-align:center;
   height:30px;
}






table.tableBbs_page {
    position:relative;
	margin:0px;
	padding:0px;
	table-layout:fixed;
	word-break:break-all;
}

table.tableBbs_page th {
	border-top:1px solid #aaa;
	height:50px;
	font-weight:500;
	text-align:center;
	background:#efefef;
}

table.tableBbs_page td {
}





/*  board write  */
table.tableBbsWrite_admin {
	border-top:2px solid #333;	
}
	
table.tableBbsWrite_admin th {
	background-color:#F8F8F8;
	border-bottom:1px solid #E9E9E9;
	text-align:center;
	height:35px;
}

table.tableBbsWrite_admin td {
	border-bottom:1px solid #E9E9E9;
}





table.tableBbsWrite_page {
	border-top:2px solid #333;	
}
	
table.tableBbsWrite_page th {
	background-color:#F8F8F8;
	border-bottom:1px solid #E9E9E9;
	text-align:center;
	height:50px;
}

table.tableBbsWrite_page td {
	border-bottom:1px solid #E9E9E9;
}






/*  board view  */
table.tableBbsView_admin {
	border-top:1px solid #aaa;	
	margin:0px;
	padding:0px;
}

table.tableBbsView_admin th {
	border-bottom:1px solid #eee;
	padding:5px;
	height:40px;
}

table.tableBbsView_admin td {
	border-top:1px solid #eee;	
	padding:5px;
	height:40px;
}




table.tableBbsView_page {
	border-top:1px solid #aaa;	
	margin:0px;
	padding:0px;
}

table.tableBbsView_page th {
	border-bottom:1px solid #eee;
	padding:5px;
	height:40px;
}

table.tableBbsView_page td {
	border-top:1px solid #eee;	
	padding:5px;
	height:40px;
}










a,
a:hover,
a:link {
    color:#333;
}

a:visited {
    color:#333;
}	


/* 버튼스타일 */
.btn_Search {
	position:relative;
    display:inline-block;
	line-height:1.0em;	
	top:-4px;
	left:0px;
	width:60px;
	height:30px;
	text-align:center;
	padding:6px 2px;	
	cursor:pointer;
}

.btn_Command_admin {
	position:relative;
    display:inline-block;	
	top:0px;
	left:-20px;
	width:58px;
	height:52px;
	background:#FF3366;
	line-height:1.0em;	
	color:#fff;
	text-align:center;
	padding:22px 10px;
	cursor:pointer;	
}

.btn_Command_page {
	position:relative;
    display:inline-block;	
	top:0px;
	left:-20px;
	width:58px;
	height:52px;
	background:#FF3366;
	line-height:1.0em;	
	color:#fff;
	text-align:center;
	padding:16px 10px;
	cursor:pointer;	
}

.btn_02 {
	position:relative;
    display:inline-block;
	line-height:1.0em;
	top:0px;
	left:0px;
	width:80px;
	height:40px;
	text-align:center;
	padding:12px 2px;	
	cursor:pointer;
}

.btn_dark {background:#333333;color:#fff;border:1px solid #333333;vertical-align:middle}
.btn_red {background:#FF3366;color:#fff;border:1px solid #FF3366;vertical-align:middle}
.btn_white {background:#fafafa;color:#000;border:1px solid #ccc;vertical-align:middle}

.input_page {
  border:1px solid #ddd;
  height:40px;
}  

.input_admin {
  border:1px solid #ddd;
  height:25px;
}  

.btn_admin {
  height:25px;
  padding:1px 8px;	  
}  

.textarea {
  border:1px solid #ddd;
}







table .printPage {
	margin-top:20px;
	text-align:center;
}

table .printPage td {
	vertical-align:middle;
}

table .printPage img {
	vertical-align:middle;
	margin-bottom:3px;
}

table .Commandbbs {
	border:1px solid #ccc;
	background:#eee;
}


