/* HSItems */

.Blog_HSItemTitle {
	font-size: medium;
	color: #000000;
	font-weight:bold;
	font-size: 18px;

}

.Blog_HSItemContent {
	font-size: x-small;
}

/* Items */

.Blog_ItemTitle {
	color: #000000;
	font-weight:bold;
	font-size: 18px;
}

.Blog_ItemContent {
	font-size: x-small;

}

/* Shared Styles */

.ItemSepLine {
border:0px;
color:#bbbbbb;
background:#bbbbbb;
height:1px;
width:100%;
clear:left;
}

.ItemImage {
width:120px;
border:1px solid #777777;
float:right;
margin-left:10px;
}

.HSItemImage {
width:192px;
border:1px solid #777777;
float:left;
margin-right:10px;
}

.Blog_ItemLink {
	font-size: x-small;

}

.Blog_TopicLink {
	font-size: xx-small;
	color: #000000;
}

.Blog_ReadMoreLink {
	font-size: x-small;
	font-weight:bold;
}

.Blog_ItemInfo {
	font-size: xx-small;
	color: #999999;

}


/* Details Styles */
.Blog_DetailsTitle {
	font-size: medium;
	color: #000000;
	font-weight: bold;
}

.Blog_DetailsContent {
	font-size: x-small;
}

/* Blog_Comment Styles */

.Blog_ComTitle {
	font-size: x-small;
	color: #000000;
	font-weight: bold;
}

.Blog_ComInfo {
	font-size: xx-small;
	color: #999999;

}

.Blog_ComContent {
	font-size: x-small;
}

/* Username */
.RegisteredUsername
{
    font-size: x-small;
    color: #3300ff;
    font-weight: bold;
}

.UnRegisteredUsername
{

}