﻿#pContent {
	width: 100%;
}
.Detail {
	color: #333;
}



/*--------------------------------*/
.ContentTB {
	margin-top: 20px;
	width: 99%;
}
.ContentTB TD {
	font-size: 12px;
	padding: 5px 30px;
}
.ContentTB .Header {
	height: 29px;
	background: #959595 url('/SiteCollectionImages/MasterPortal/ContentTBHeaderBG.gif') no-repeat;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.ContentTB .HColStart {
	width: 55%;
	border-right: 1px solid #b3b3b3;
}
.ContentTB .DColEnd {
	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;
}
.ContentTB .D1 {
	color: #10147f;
	font-weight: bold;
}
.D1 a:link {
	color: #10147f;
	font-size: 12px;
}
.D1 a:active {
	color: #10147f;
	font-size: 12px;
}
.D1 a:visited {
	color: #10147f;
	font-size: 12px;
}
.D1 a:hover {
	color: #10147f;
	font-size: 12px;
	text-decoration: underline;
}
.ContentTB .D2 {
	border-right: 1px solid #cfcace;
	color: #333;
}
.ContentTB A:link{
	color:#333;
    font-size:12px;
}
.ContentTB A:hover{
	color:red;
    font-size:12px;
    text-decoration:underline;
}
