.portal_box
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F8F8FF;
	float: left;
	width: 48%;
	border-top-color: #CCCCFF;
	border-right-color: #CCCCFF;
	border-bottom-color: #CCCCFF;
	border-left-color: #CCCCFF;
	height: 100px;
	margin-right: 9px;
	margin-top: 10px;
	overflow: hidden;
}
.portal_heading
{
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	border-bottom-color: #BBBBFF;
	height: 11px;
	width: 100%;
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-width: thin;

}
.portal_list
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.text_box
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F8F8FF;
	float: left;
	width: 100%;
	height: 100px;
	border-top-color: #CCCCFF;
	border-right-color: #CCCCFF;
	border-bottom-color: #CCCCFF;
	border-left-color: #CCCCFF;
	margin-top: 10px;
	overflow: hidden;
	font-size:12px;
}
.text_box_heading
{
	font-size: 14px;
	font-weight:bold;
	color: #333333;
	border-bottom-color: #BBBBFF;
	height: 15px;
	width: inherit;
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	overflow:hidden;
}
.activity_box
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F8F8FF;
	float: left;
	width: 210px;
	border-top-color: #CCCCFF;
	border-right-color: #CCCCFF;
	border-bottom-color: #CCCCFF;
	border-left-color: #CCCCFF;
	height: 14px;
	margin-right: 9px;
	margin-top: 10px;
	overflow: hidden;
}
.activity_box_ex
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F8F8FF;
	float: left;
	width: 210px;
	border-top-color: #CCCCFF;
	border-right-color: #CCCCFF;
	border-bottom-color: #CCCCFF;
	border-left-color: #CCCCFF;
	margin-right: 9px;
	margin-top: 10px;
	overflow: hidden;
}
.activity_heading
{
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	border-bottom-color: #BBBBFF;
	height: 11px;
	width: 100%;
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.activity_right
{
}
.blog_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #3366CC;
	font-style: italic;
}
.blog_body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	margin-left:5px;
}
.blog_date
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
}
.comment_box
{
	background-color: #FDFDFF;
	height: 285px;
	width: 570px;
	border: thin solid #BBBBFF;
}
