﻿#pContent {
	width: 100%;
}
.Detail {
	color: #333;
}
#BoardListCtn {
    display:none;
}
#mQuickLink{
	display:none;
}
/*--------------------------------*/
.ContentTB {
	margin-top: 20px;
	width: 100%;
}
.ContentTB TD {
	font-size: 12px;
}
.ContentTB .Header {
	height: 39px;
	background: #959595 url('/SiteCollectionImages/MasterPortal/ContentTBHeaderBG.gif') no-repeat;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 30px;
}
.ContentTB .HColStart {
	width: 55%;
	border-right: 1px solid #b3b3b3;
}
.ContentTB .HColEnd {
	width: 45%;
	background-position: right top;
}
.ContentTB .Detail {
	border-left: 1px solid #cfcace;
	border-bottom: 1px solid #cfcace;
	vertical-align: top;
	padding: 5px 30px;

}
.ContentTB .D1 {
	color: #F89728;
	font-weight: bold;
}
.ContentTB .D1 A {
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
	color: #F89728;
}
.ContentTB .D1 a:hover {
	text-decoration: underline;
}
.ContentTB .D2 {
	border-right: 1px solid #cfcace;
	color: #333;
}
