﻿/* Content Boxes Override */

.CommonContentBox-2
{
	border-style: solid;
	border-width: 3px 1px 1px 1px;
	border-color: transparent;
	background-color: transparent;
	padding: 12px;
	margin: 0 0 12px 0;
	height: 1%;
}

.CommonContentBoxHeader-2
{
	padding: 0 0 6px 0;
	border-bottom: solid 1px transparent;
	margin: 0 0 8px 0;
	line-height: 100%;
	font-family: Arial, Helvetica;	
	color: #425053;
	font-size: 80%; /* dynamic */
	font-weight: bold;  /* dynamic */
}

.CommonContentBox-2.Highlighted2 .CommonContentBoxHeader-2
{
    border-bottom-color: #95B6C3; /* div line */
}

.CommonContentBoxContent-2
{
    padding: 0 3px 15px 3px;
	border-width: 0 0 0 0;   
    font-size: 90%;
    overflow: hidden;
}

.CommonContentBoxFooter-2
{
    font-weight: bold;
    font-size: 80%;
    padding: 0 3px;
}

UL.CommonContentBoxList2
{
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

UL.CommonContentBoxList2.Seperator /* div */
{
    border-top: solid 1px #ccc;
    margin-top: -4px;
}

UL.CommonContentBoxList2 LI /* div */
{
    margin: 3px 0;
    padding: 0 0 2px 0;
    border-bottom: dotted 1px #ccc;
}

UL.CommonContentBoxList2 LI.Header
{
    padding-top: 20px;
    font-size: 80%;
    font-weight: bold;
    color: #000;
}

UL.CommonContentBoxList2 LI.Selected
{
	padding-right: 10px;
	background-image: url('../images/common/button-right-arrow.gif');
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}

UL.CommonContentBoxList2 LI.Child
{
	padding-left: 10px;
}

UL.CommonContentBoxList2 LI.CommonActivity
{
	padding-left: 22px;
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 16px;
}

UL.CommonContentBoxList2 LI.CommonActivity.NewProfileAnnouncement { background-image: url('../images/activities/new-profile-announcement.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewProfileComment { background-image: url('../images/activities/new-profile-comment.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewUser { background-image: url('../images/activities/new-user.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewBlog { background-image: url('../images/activities/new-blog.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewBlogPost { background-image: url('../images/activities/new-blog-post.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewBlogComment { background-image: url('../images/activities/new-blog-comment.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewForum { background-image: url('../images/activities/new-forum.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewForumThread { background-image: url('../images/activities/new-forum-thread.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewForumPost { background-image: url('../images/activities/new-forum-post.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewMediaGallery { background-image: url('../images/activities/new-media-gallery.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewMediaGalleryPost { background-image: url('../images/activities/new-media-gallery-post.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewMediaGalleryComment { background-image: url('../images/activities/new-media-gallery-comment.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewGroup { background-image: url('../images/activities/new-group.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewGroupMember { background-image: url('../images/activities/new-group-member.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewFriendship { background-image: url('../images/activities/new-friend.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewGroupPage { background-image: url('../images/activities/new-group-page.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewUserFile { background-image: url('../images/activities/new-user-file.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewUserAvatar { background-image: url('../images/activities/new-user-avatar.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewUserFolder { background-image: url('../images/activities/new-folder.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewWikiPageComment { background-image: url('../images/activities/new-wiki-comment.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.UpdatedWikiPage { background-image: url('../images/activities/new-wiki-page.gif'); }
UL.CommonContentBoxList2 LI.CommonActivity.NewWikiPage { background-image: url('../images/activities/new-wiki-page.gif'); }