﻿/*  */
.totalPage {
	width: 100%;
	}
	.totalPage span {
		font-weight: bold;
		color: #ED5D29;
		}


table#boardL {
	width: 100%;
	border-collapse: collapse;
	}
	table#boardL th {
		height: 28px;
		border-top: #DAD1C4 2px solid;
		border-bottom: #DAD1C4 1px solid;
		background-color: #f7f6f0;
		color: #996600;
		}
	table#boardL td {
		padding: 6px;
		border-bottom: #DAD1C4 1px solid;
		text-align: left;
		}
		table#boardL .alignL {
			text-align: left;
			padding-left: 10px;
			}
		table#boardL .replyL {
			padding-left: 30px;
			}
		table#boardL .midTd {
			background-color: #f7f6f0;
			color: #996600;
			font-weight: bold;
			}

/*  */
div#pagging {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	position: relative;
	}
	.goWrite {
		position: absolute;
		bottom: 0; right: 0;
		}

/* View */
table#boardV {
	width: 100%;
	border-collapse: collapse;
	border-top: #DAD1C4 2px solid;
}
	table#boardV th {
		height: 28px;
		border-bottom: #DAD1C4 1px solid;
		background-color: #f7f6f0;
		color: #996600;
		}
	table#boardV td {
		padding: 5px 10px;
		border-bottom: #DAD1C4 1px solid;
		}
		table#boardV .height100 {
			height: 100px;
			}
		table#boardV .bgColor {
			background-color: #f7f6f0;
			}
		table#boardV .bCont {
			padding: 15px 0;
			line-height: 150%;
			vertical-align: top;
			}
		table#boardV .rightLine {
			background: url("/images/rightLine.gif") no-repeat right 50% #f7f6f0;
			}



