@charset "utf-8";
/* CSS Document */

/*******************FORUM STYLES***************/
/* message display page */
.message_list {
	list-style: none;
	padding: 0;
	float:left;
	width:485px;
	margin-left:50px;
	display:inline;
}
.message_list li {
	padding: 0;
	margin:0;
	
}
.message_head {
	float:left;
	width:475px;
	padding-top:10px;
	padding-bottom:12px;
	
	/*border-bottom:dotted 1px #6289a6;*/
	
	padding-left:10px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#393c43;
	font-size:11px;
	text-decoration:none;
	cursor:pointer;
	border-bottom:dotted 1px #6289a6;
}

.message_head cite {
	font-weight:bold;
	font-style:italic;
	color:#224b65;
}
.message_body {

	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#003355;
	font-size:11px;
	line-height:15px;
	letter-spacing:1px;
	text-align:justify;
	background-color: #eaf6ff;
	border-bottom:dotted 1px #6289a6;
	padding-top:6px;
	padding-bottom:12px;
	padding-left:10px;
	padding-right:10px;
	width:465px;
	
	
}
.collapse_buttons {
	text-align: right;
	border-top: solid 1px #e4e4e4;
	padding: 5px 0;
	width: 383px;
}
.collapse_buttons a {
	margin-left: 15px;
	float: right;
}
.show_all_message {
	background: url(images/tall-down-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.show_recent_only {
	display: none;
	background: url(images/tall-up-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.collpase_all_message {
	background: url(images/collapse-all.gif) no-repeat right center;
	padding-right: 12px;
	color: #666666;
}

.other_title{
	font-style:normal;
	color:#4a718d;
}

/*****************************************************/


/*******************PROGRAM STYLES********************************/


.program_list {
	list-style: none;
	padding:0;
	float:left;
	width:485px;
	margin-left:-10px;
	margin-top:6px;
	display:inline;
	
}
.program_list li {
	padding: 0;
	margin:0;
	
}
.program_head {
	float:left;
	width:475px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
  	border-bottom:dotted 1px #6289a6;

	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#393c43;
	font-size:11px;
	text-decoration:none;
	cursor:pointer;
}

.program_head cite {
	font-weight:bold;
	font-style:italic;
	color:#224b65;
}
.program_body {

	float:left;
	width:465px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#003355;
	font-size:11px;
	line-height:15px;
	letter-spacing:1px;
	text-align:justify;
	background-color: #eaf6ff;
	border-bottom:dotted 1px #6289a6;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	display:none;
	
	
	
}
.collapse_buttons {
	text-align: right;
	border-top: solid 1px #e4e4e4;
	padding: 5px 0;
	width: 383px;
}
.collapse_buttons a {
	margin-left: 15px;
	float: right;
}
.show_all_message {
	background: url(images/tall-down-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.show_recent_only {
	display: none;
	background: url(images/tall-up-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.collpase_all_message {
	background: url(images/collapse-all.gif) no-repeat right center;
	padding-right: 12px;
	color: #666666;
}

.other_title2{
	font-style:normal;
	color:#4a718d;
}


.program_title{

	font-weight:bold;
	
	
}

.program_comment{
font-style:italic;
}




.panel_photo{
	
	width:60px;
	height:60px;
	float: left;
	padding-bottom:4px;
	padding-top:0px;
	padding-left:0px;
	padding-right:10px;
	
	

}
