a { 
	outline: none;
	text-decoration: none;
	color : #4c4c4c;
	}
a:hover{
	color: blue;
	}
	
.search_table{
	width:100%;
	background-color: #eeeeee;
}
.search_table .td1{
	width:100px;
}
.search_table #bbsCate{
	font-size:11px;
}
.search_table #bbsText{
	height:13px;
}
.search_table .td2{
	text-align: center;
}
.board_table1{
	background-color: #aaaaaa;
	width:100%;
}
.board_table1 td{
	background-color: #ffffff;
	text-align: center;
	height:20px;
}

.board_table2{
	background-color: #aaaaaa;
	width:100%;
}
.board_table2 td{
	background-color: #ffffff;
	text-align: center;
	height:20px;
	border-bottom:1px solid #dddddd;
	padding-top:10px;
	padding-bottom:10px;
}

.edit_table{
	background-color: #ffffff;
	width:100%;
}
.edit_table td{
	height:20px;
}
.edit_table .edit_td1{
	background-color: #eeeeee;
	font-weight: bold;
	text-align: left;
	width:100px;
	padding-left: 10px;
}
.edit_table .edit_td2{
	text-align: left;
}
.edit_table #boardTitle{
	width:99%;
}


.view_table{
	width:100%;
}
.view_table td{
	padding-left:5px;
}

.detail_table{
	width:100%;
}
.detail_table td{
	text-align: left;
	border-bottom:0px;
}
.detail_table .detail_td1{
	font-size:11px;
	height:15px;
	color:#777777;
}
.detail_table .detail_td2{
	border-bottom:1px dotted #aaaaaa;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: bold;
	font-size:15px;
	height:25px;
}
.detail_table .detail_td3{
	height:100px;
	padding-top:5px;
	padding-bottom:3px;
	line-height: 150%;
}
.detail_table .detail_td4{
	border-bottom:1px dotted #aaaaaa;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: bold;
	height:20px;
}
.detail_table .detail_td5{
	border-bottom:1px dotted #aaaaaa;
	padding-top:3px;
	padding-bottom:3px;
	height:20px;
	width:10%;
	font-size:11px;
	color:#777777;
}

.detail_table .detail_td6{
	height:60px;
	line-height: 150%;
}
