
html, body {
	font-family:  'NanumGothic', '³ª´®°íµñ', 'NanumGothicBold', 'NanumGothicExtraBold', 'Malgun Gothic' ,'¸¼Àº°íµñ' ,sans-serif, 'Dotum' , 'µ¸¿ò',  '±¼¸²'; 
	color:#000000; 
	line-height:1.0em;
	height:100%; 
    margin:0;
    padding:0;
}

div, h1, h2, h3, h4, h5,  ul, ol, li, dl, dt, dd, p, form, fieldset, input, table, tr, th, td {
	margin:0px;
	padding:0px;
}
   
.tableBbsLine {
	margin:0px;
	padding:0px;
	border-bottom:1px solid #E6E6E6 !important;	
}

table.tblSearch {
	border:1px solid #dcd3c5;
	background-color:#f7f7f7;
	margin:0px;
	padding:0px;
}

table.tblSearch td {
	height:30px;
	text-align:center;
	vertical-align:middle
}

table.tblSearch td img {
	vertical-align:middle
}

table.tableBbs {
	margin:0px;
	padding:0px;
}

table.tableBbs .th {
	border-top:2px solid #333;	
	text-align:center;
	height:30px;
	background-image:url('./images/barLine.gif'); 
	background-repeat:no-repeat;
	background-position:center right;
	background-color:#f7f7f7;
	color:#000000;
}

table.tableBbs .te {
	border-top:2px solid #333;	
	background-color:#f7f7f7;	
	text-align:center;
	height:30px;
	color:#000000;
}

table th.tableBbsNon {
	background-image:none !important;
	border-right:1px solid #E6E6E6;
} 

table.tableBbsRight {
	border-left:1px solid #E6E6E6;
} 

table.tableBbs tbody {
	text-align:center;
}

table.tableBbs tbody .tableBbsSubject {
	text-align:left;
	padding-left:10px;
}

table.tableBbs .highlight tr:hover {
	background-color:#F8F8F8;
}

table.tableBbsView {
	border-top:2px solid #333;	
	margin:0px;
	padding:0px;
}

table.tableBbsView th {
	background-color:#F8F8F8;
	padding:5px;
}

table.tableBbsView td {
	padding:5px;
	border-bottom:1px solid #E9E9E9;
}

table.tableBbsWrite {
	border-top:2px solid #333;	
}
	
table.tableBbsWrite th {
	background-color:#F8F8F8;
	border-bottom:1px solid #E9E9E9;
	text-align:center;
	height:30px;
}

table.tableBbsWrite td {
	border-bottom:1px solid #E9E9E9;
}

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;
}

form input[type=text],
form input[type=email],
form input[type=password],
form select,
form textarea {
	-webkit-appearance: none;
	display:inline-block;
	border: 0;
	padding: 0.05em;
	font-size: 1em;
	border-radius: 3px;
	border: solid 1px #dddddd;
	background: #fff;
	width: 100%;
	height:1.5em;
}

