
html, body {
	font-family:  'NanumGothic', '나눔고딕', 'NanumGothicBold', 'NanumGothicExtraBold', 'Malgun Gothic' ,'맑은고딕' ,sans-serif, 'Dotum' , '돋움',  '굴림'; 
	color:#000000; 
	font-size:0.85em;
	height:100%; 
    margin:0;
    padding:0;
}

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

table.tableBbs .th {
	border-top:2px solid #000099;
	text-align:center;
	vertical-align:middle;
	height:30px;
	background-image:url('./images/list_barLine.gif'); 
	background-repeat:no-repeat;
	background-position:center right;
	background-color:#f7f7f7;
	color:#000000;
	font-size:0.9em;
}

table.tableBbs .te {
	border-top:2px solid #000099;	
	background-color:#f7f7f7;	
	text-align:center;
	vertical-align:middle;	
	height:30px;
	color:#000000;
	font-size:0.9em;
}

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

