.post_title, .post_date {
	border-bottom: 1px solid #DDDDDD;
}

.post_title {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.post_date {
	text-align: right;
	font-weight: bold;
}

.post_short {
	text-align: justify;
	padding-bottom: 5px;
}

.comment_title {
	font-weight: bold;
}

.comment_text {
	font-weight: bold;
	background-color: #FDFDFD;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
}

.comment_title, .comment_text {
	border-left: 1px solid #DDDDDD;
}

.comment_info {
	text-align: right;
	border-right: 1px solid #DDDDDD;
}

.comment_title, .comment_info {
	border-top: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}

.selected_group_title { 
	font-size: 14px;
	text-align: center;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}


#colRight th,#colRight td {
	border: 0px solid #000;
	padding: 0px;
}


/* YFU ALUMNI LIST PAGINATION STYLES
   ----------------------------------------------------*/
#colRight .listNav { text-align: center; }
#colRight .listNav a
{
	font-weight: bold;
	display: block;
	float: left;
	padding: 2px 5px;
	border: 1px solid #CCC;
	border-right: none;
	text-decoration: none;
	background-color: #FFF;
}
#colRight .listNav a.ln-last { border-right: 1px solid #CCC; }
#colRight .listNav a:hover, #colRight .listNav a.ln-selected { background-color: #F5F3EE; }
#colRight .listNav a.ln-disabled { color: #CCC; }
#colRight .listNav a:hover.ln-disabled { background-color: #FFF; }
#colRight .listNav .ln-letterCount { text-align: center; font-size: 0.8em; line-height: 1px; margin: 0 0 3px 0; padding: 0; color: #336699; }
#colRight #pcc-nav { 
	margin: 5px auto 10px auto; 
	text-align: center; 
	padding: 0; 
	position: relative;
}
#colRight #pccList-nav .ln-letters {  width: 555px; }
#colRight ul#pccList, #colRight ul#pccListHead{
	padding: 0;
	margin: 0;
	width: 100%;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	float: left;
}
#colRight ul#pccList { margin-bottom: 10px; }
#colRight ul#pccListHead{
	border-top: 1px solid #C1DAD7;
	background: #CAE8EA url("../../../img/BACKGROUND_HEADER_LIST_HEADER.gif") no-repeat;
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #4f6b72;
}
#colRight ul#pccList li, #colRight ul#pccListHead li{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 551px;
	float: left;
	border-bottom: 1px solid #C1DAD7;
}
#colRight ul#pccList li div, #colRight ul#pccListHead li div, #colRight  ul#pccList li p{
	margin: 0;
	padding: 6px 12px 6px 12px;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	float: left;
	font-size: 12px;
	line-height: 14px;
	height: auto;
}
#colRight ul#pccList li p { color: #000; width: 527px; font-weight: bold; background-color: #f5f3ee; border-right: none; }
#colRight ul#pccList li div.cOne, #colRight ul#pccListHead li div.cOne
{
	width: 527px;
	clear: both;
	border-right: none;
}
#colRight ul#pccList li div.cTwo
{
	width: 527px;
	clear: both;
	border-right: none;
}
#colRight ul#pccList li.alt { background-color: #f5f3ee; }
