/********************************************************************/
/* TABS */

a.TabTitle
{
    margin-left: 5px;
    margin-right: 7px;
	color: #000000;
}

a.TabTitleActive
{
	color: #000000;
	margin-left: 5px;
    margin-right: 7px;
	font-weight: bold;
}

a.TabTitleDisabled
{
	text-decoration: none;
	margin-left: 5px;
    margin-right: 7px;
	color: #848284;
}

a.TabTitleDisabled:hover
{
	text-decoration: none;
	color: #848284;
}

table.BlogsControlTabsTable td.CornerSW
{
	width: 11px; 
	height: 11px; 
	background: url(../../images/corner_sw.gif) no-repeat;
}

table.BlogsControlTabsTable td.Corner2SW
{
	width: 11px; 
	height: 11px; 
	background: url(../../images/corner2_sw.gif) no-repeat;
}

table.BlogsControlTabsTable td.CornerSE
{
	width: 11px; 
	height: 11px; 
	background: url(../../images/corner_se.gif) no-repeat;
}

table.BlogsControlTabsTable td.Corner2SE
{
	width: 11px; 
	height: 11px; 
	background: url(../../images/corner2_se.gif) no-repeat right;
}

table.BlogsControlTabsTable td.CornerNW
{
	width: 11px; 
	height: 11px; 
	background: url(../../images/corner_nw.gif) no-repeat;
}

table.BlogsControlTabsTable td.Corner2NW
{
	width: 11px; 
	height: 11px; 
	background: url(../../images/corner2_nw.gif) no-repeat bottom left;
}

table.BlogsControlTabsTable td.CornerNE
{
	width: 11px; 
	height: 11px; 
	background: url(../../images/corner_ne.gif) no-repeat right;
}

table.BlogsControlTabsTable td.Corner2NE
{
	width: 11px; 
	height: 11px; 
	background: url(../../images/corner2_ne.gif) no-repeat right bottom;
}

table.BlogsControlTabsTable td.FrameW
{
	width: 11px; 
	background: url(../../images/frame_w.gif) repeat-y left;
}

table.BlogsControlTabsTable td.FrameE
{
	width: 11px; 
	background: url(../../images/frame_e.gif) repeat-y right;
}

table.BlogsControlTabsTable td.Frame2N
{
	height: 11px; 
	background: url(../../images/frame2_n.gif) repeat-x bottom;
	width:200px;
}

table.BlogsControlTabsTable td.Frame2NL
{
	height: 11px; 
	background: url(../../images/frame2_n.gif) repeat-x bottom;
	/*width: 320px;*/
	width: 279px;
}

table.BlogsControlTabsTable td.FrameN
{
	height: 11px; 
	background: url(../../images/frame_n.gif) repeat-x bottom;
}

table.BlogsControlTabsTable td.TabTitleCell
{
	padding-left: 20px;
	padding-right: 20px;
}

table.BlogsControlTabsTable td.FrameS
{
	background: url(../../images/frame2_n.gif) repeat-x bottom;
	height: 11px;
}

table.BlogsControlTabsTable table.TabActive td.FrameS
{
	background: none;
}


table.BlogsControlTabsTable td.Frame2S
{
	height: 11px; 
	background: url(../../images/frame2_s.gif) repeat-x;
}

/********************************************************************/
/* LAYOUT */

table.BlogLayout
{
	
}

table.BlogLayout td.BlogMenu
{
	width: 166px;
	padding-right: 10px;
	vertical-align: top;
}

table.BlogLayout td.BlogMenu table.RoundBorderedTable
{
	margin-bottom: 5px;
}

table.BlogLayout td.BlogMenu table.Toolset div.EditPanel
{
	padding-left: 18px;
	padding-top:4px;
}

table.BlogLayout td.BlogMenu table.Toolset div.EditPanel div.Command
{
	text-align: right;
	margin-bottom: 10px;
} 

table.BlogLayout td.BlogContent
{
	vertical-align: top;
}

table.BlogLayout td.BlogContent table.BlogTitle
{
	
}

table.BlogLayout td.BlogContent table.BlogTitle td.Frame2N
{
	height: 6px;
}

table.BlogLayout td.BlogContent table.BlogTitle td.Corner2NW
{
	height: 6px;
	width: 6px;
}

table.BlogLayout td.BlogContent table.BlogTitle td.FrameW
{
	width: 6px;
}

table.BlogLayout td.BlogContent table.BlogTitle td.Body
{
	font-weight: bold;
	font-size: 15px;
	width: 349px;
}

table.BlogLayout td.BlogContent table.BlogTitle td.Right
{
	background: url(../../images/bar_newmessages_right.gif) no-repeat;
	width: 219px;
	height: 30px;
}

table.BlogLayout td.BlogContent table.BlogTitle td.Corner2SW
{
	height: 6px;
	width: 6px;
	background-position: left bottom;
}

table.BlogLayout td.BlogContent table.BlogTitle td.Frame2S
{
	height: 6px;
	background-position: left bottom;
}

table.BlogLayout td.BlogContent table.BlogConversations tr.BlogConversation table.BlogEntry td.N
{
	width: 487px;
}

table.BlogLayout td.BlogContent table.BlogConversations tr.BlogConversation table.BlogEntry td.S
{
	width: 487px;
}

table.BlogLayout td.BlogContent table.BlogConversations tr.BlogConversation table.BlogEntry td.B
{
	width: 487px;
	height: 26px;
}

table.BlogLayout td.BlogContent table.BlogConversations tr.BlogConversation table.BlogEntry td.B div.MsgContentView
{
	width: 485px;
}

table.BlogLayout td.BlogContent table.BlogConversations tr.BlogConversationReply table.BlogEntry td.N
{
	width: 437px;
}

table.BlogLayout td.BlogContent table.BlogConversations tr.BlogConversationReply table.BlogEntry td.S
{
	width: 437px;
}

table.BlogLayout td.BlogContent table.BlogConversations tr.BlogConversationReply table.BlogEntry td.B
{
	width: 437px;
}

table.BlogLayout td.BlogContent table.BlogConversations tr.BlogConversationReply table.BlogEntry td.B div.MsgContentView
{
	width: 435px;
}

table.BlogLayout td.BlogContent div.BlogPager
{
	text-align: right;
	width: 570px;
	padding-bottom: 3px;
	padding-top: 5px;
}

div.ActionButton
{
	margin-top:8px;
	margin-bottom: 10px;
	width: 100%;
	text-align: right;
}

table.ActionButton
{
	margin-top:8px;
	margin-bottom: 10px;
	width: 100%;
	text-align: right;
}

table.ActionButton td.Left
{
	width: 50%;
	text-align: left;
}

table.ActionButton td.Right
{
	width: 50%;
	text-align: right;
}

div.InvitationTitle
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.InvitationBriefing
{
	text-align: justify;
	padding-bottom: 10px;
	width: 550px;
}

table.BlogInvitationMode
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

table.BlogInvitationMode td.Icon
{
	height: 65px;
	padding-bottom: 15px;
	width: 55px;
	padding-right: 5px;
}

table.BlogInvitationMode td.Desc
{
	height: 65px;
	padding-bottom: 15px;
	vertical-align: middle;
	text-align:left;	
}

table.InvitationBox
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table.InvitationBox td
{
	vertical-align: middle;
	padding-right: 5px;
}
div.InvitationInfo
{
	margin-top: 20px;
	text-align: justify;
	border-top: 1px solid #e9e9e9;
	padding-top: 20px;
}

table.rb td
{
	vertical-align: middle;
}

table.Agreement td
{
	vertical-align: top;
	font-weight: bold;
}

/********************************************************************/
/* PROFILE VIEW TABS */

table.PrifileBlogViewTabsTable
{
}

table.PrifileBlogViewTabsTable td.TabBody
{
	
}

table.PrifileBlogViewTabsTable table.Tab,
table.PrifileBlogViewTabsTable table.TabActive,
table.PrifileBlogViewTabsTable table.TabDisabled
{
	white-space: nowrap;
	text-align: center;
}

table.PrifileBlogViewTabsTable table a.TabTitle
{
    margin-left: 0px;
    padding-left: 0px;
	background-image: none;
	color: #000000;
}

table.PrifileBlogViewTabsTable table.TabActive a.TabTitle
{
	color: #000000;
	font-weight: bold;
}

table.PrifileBlogViewTabsTable table.TabDisabled a.TabTitle
{
	text-decoration: none;
	color: #848284;
}

table.PrifileBlogViewTabsTable td.CornerSW
{
	width: 11px; 
	height: 11px; 
	background: url(../../images/corner_sw.gif) no-repeat;
}

table.PrifileBlogViewTabsTable td.Corner2SW
{
	width: 11px; 
	height: 11px; 
	background: url(../../images/corner2_sw.gif) no-repeat;
}

table.PrifileBlogViewTabsTable td.CornerSE
{
	width: 11px; 
	height: 11px; 
	background: url(../../images/corner_se.gif) no-repeat;
}

table.PrifileBlogViewTabsTable td.Corner2SE
{
	width: 11px; 
	height: 11px; 
	background: url(../../images/corner2_se.gif) no-repeat right;
}

table.PrifileBlogViewTabsTable td.CornerNW
{
	width: 11px; 
	height: 11px; 
	background: url(../../images/corner_nw.gif) no-repeat;
}

table.PrifileBlogViewTabsTable td.Corner2NW
{
	width: 11px; 
	height: 71px; 
	background: url(../../images/corner2_nw.gif) no-repeat top left;
}

table.PrifileBlogViewTabsTable td.CornerNE
{
	width: 11px; 
	height: 11px; 
	background: url(../../images/corner_ne.gif) no-repeat right;
}

table.PrifileBlogViewTabsTable td.Corner2NE
{
	width: 11px; 
	height: 71px; 
	background: url(../../images/corner2_ne_tag.gif) no-repeat right top;
}

table.PrifileBlogViewTabsTable td.FrameW
{
	width: 11px; 
	background: url(../../images/frame_w.gif) repeat-y left;
}

table.PrifileBlogViewTabsTable td.FrameE
{
	width: 11px; 
	background: url(../../images/frame_e.gif) repeat-y right;
}

table.PrifileBlogViewTabsTable td.Frame2N
{
	height: 71px;
	width: 334px;
	background: url(../../images/frame2_n.gif) repeat-x top;
	
	font-size: 22px;
	font-weight: bold;
}

table.PrifileBlogViewTabsTable td.Frame2N_tag
{
	height: 71px;
	width: 221px;
	background: url(../../images/frame2_n_tag.gif) repeat-x top;
}

table.PrifileBlogViewTabsTable td.FrameN
{
	height: 11px; 
	background: url(../../images/frame_n.gif) repeat-x bottom;
}

table.PrifileBlogViewTabsTable td.TabTitleCell
{
	padding-left: 20px;
	padding-right: 20px;
}

table.PrifileBlogViewTabsTable td.FrameS
{
	background: url(../../images/frame2_n.gif) repeat-x bottom;
	height: 11px;
}

table.PrifileBlogViewTabsTable table.TabActive td.FrameS
{
	background: none;
}


table.PrifileBlogViewTabsTable td.Frame2S
{
	height: 11px; 
	background: url(../../images/frame2_s.gif) repeat-x;
}

/********************************************************************/
/* Menu */

table.BlogLeftMenu
{
	
}

table.BlogLeftMenu td.Body
{
	width: 144px;
}

table.LeftBlogPanelBox
{
    width: 100%;
}



table.FollowersList
{
}

table.FollowersList td.Contact
{
}

table.FollowersList td.Contact td.Avatar
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}

table.FollowersList td.Contact td.Avatar img
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #e9e9e9;
	width: 50px;
	height: 50px;
}

table.FollowersList td.Contact td.Name
{
	padding: 0px 0px 5px 5px;
	vertical-align: top;
	width: 145px;
}

table.FollowersList td.Contact td.Name a.Nickname
{
	font-size:14px;
	font-weight: bold;
}

table.FollowersList td.Contact td.Mode
{
	text-align: right;
	vertical-align: top;
	padding-top: 2px;
	width: 60px;
}

table.FollowersList td.Contact td.Description
{
	padding: 0px 0px 0px 5px;
	vertical-align: top;
	width: 145px;
	height: 42px;
	font-style: italic;
}

table.FollowersList td.Contact td.Commands
{
	vertical-align: bottom;
	text-align: right;
}

table.FollowersList td.Contact td.Commands a
{
	background: none;
	padding: 0;
}

table.FollowersList td.Contact td.Commands a img
{
	border: 0px;
}

table.FollowersList td.Contact td.NE
{
	width: 11px;
	height:7px;
	background: url(../../images/corner_ne.gif) no-repeat top;
}

table.FollowersList td.Contact td.NW
{
	width: 11px;
	height:7px;
	background: url(../../images/corner_nw.gif) no-repeat top;
}

table.FollowersList td.Contact td.SE
{
	width: 11px;
	height:7px;
	background: url(../../images/corner_se.gif) no-repeat bottom;
}

table.FollowersList td.Contact td.SW
{
	width: 11px;
	height:7px;
	background: url(../../images/corner_sw.gif) no-repeat bottom;
}

table.FollowersList td.Contact td.S
{
	height:7px;
	background: url(../../images/frame_s.gif) repeat-x bottom;
}

table.FollowersList td.Contact td.N
{
	height:7px;
	background: url(../../images/frame_n.gif) repeat-x top;
}

table.FollowersList td.Contact table td.E
{
	width:11px;
	background: url(../../images/frame2_e.gif) repeat-y;
}

table.FollowersList td.Contact table td.W
{
	width:11px;
	background: url(../../images/frame2_w.gif) repeat-y;
}










table.FollowingList
{
}

table.FollowingList td.Contact
{
}

table.FollowingList td.EmptyM
{
	width: 5px;
}

table.FollowingList td.Contact td.Avatar
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}

table.FollowingList td.Contact td.NE
{
	width: 11px;
	height:7px;
	background: url(../../images/corner_ne.gif) no-repeat top;
}

table.FollowingList td.Contact td.NW
{
	width: 11px;
	height:7px;
	background: url(../../images/corner_nw.gif) no-repeat top;
}

table.FollowingList td.Contact td.SE
{
	width: 11px;
	height:7px;
	background: url(../../images/corner_se.gif) no-repeat bottom;
}

table.FollowingList td.Contact td.SW
{
	width: 11px;
	height:7px;
	background: url(../../images/corner_sw.gif) no-repeat bottom;
}

table.FollowingList td.Contact td.S
{
	height:7px;
	background: url(../../images/frame_s.gif) repeat-x bottom;
}

table.FollowingList td.Contact td.N
{
	height:7px;
	background: url(../../images/frame_n.gif) repeat-x top;
}

table.FollowingList td.Contact table td.E
{
	width:11px;
	background: url(../../images/frame2_e.gif) repeat-y;
}

table.FollowingList td.Contact table td.W
{
	width:11px;
	background: url(../../images/frame2_w.gif) repeat-y;
}

table.FollowingList td.Contact td.Avatar img
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #e9e9e9;
	width: 50px;
	height: 50px;
}

table.FollowingList td.Contact td.Name
{
	padding: 0px 0px 5px 5px;
	vertical-align: top;
	width: 145px;
}

table.FollowingList td.Contact td.Name a.Nickname
{
	font-size:14px;
	font-weight: bold;
}

table.FollowingList td.Contact td.Mode
{
	text-align: right;
	vertical-align: top;
	padding-top: 2px;
}

table.FollowingList td.Contact td.Description
{
	padding: 0px 0px 0px 5px;
	vertical-align: top;
	width: 145px;
	font-style: italic;
}

table.FollowingList td.Contact td.Commands
{
	vertical-align: bottom;
	text-align: right;
}

table.FollowingList td.Contact td.Commands a
{
	background: none;
	padding: 0;
}

table.FollowingList td.Contact td.Commands a img
{
	border: 0px;
}

div#ttElementBCNT
{
	background-color:#eeeeee;
	padding:0px 2px 2px;
	position:absolute;
	visibility: hidden;
	color:#000000;
	border:solid 1px #cccccc;
	width: 400px;
}

div#ttElementHtmlBCNT
{
	background-color:#FFFFFF;
	margin:0px;
	padding:3px;
	border:solid 1px #f4f4f4;

}

div.Hide
{
	text-align: center; 
	margin: auto; 
	padding-top:5px;
}

div.PagerAlign
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	width: 574px;
}

div.FollowingBar
{
	margin-bottom: 7px;
}

div.FollowingBar div.Bar div.LeftFollowing
{
	width: 223px;
	background: url(../../images/bar_followed_left.gif) no-repeat;
	height: 30px;
	float: left;
}

div.FollowingBar div.Bar div.LeftPending
{
	width: 223px;
	background: url(../../images/bar_pending_left.gif) no-repeat;
	height: 30px;
	float: left;
}

div.FollowingBar div.Bar div.LeftBanned
{
	width: 223px;
	background: url(../../images/bar_banned_left.gif) no-repeat;
	height: 30px;
	float: left;
}

div.FollowingBar div.Bar div.Body
{
	width: 131px;
	height: 30px;
}

div.FollowingBar div.Bar div.Right
{
	background: url(../../images/bar_newmessages_right.gif) no-repeat;
	width: 219px;
	height: 30px;
}

div.FollowersBar
{
	margin-bottom: 7px;
}

div.FollowersBar div.Bar div.LeftFollowed
{
	width: 223px;
	background: url(../../images/bar_followed2_left.gif) no-repeat;
	height: 30px;
	float: left;
}

div.FollowersBar div.Bar div.LeftPending
{
	width: 223px;
	background: url(../../images/bar_pending2_left.gif) no-repeat;
	height: 30px;
	float: left;
}

div.FollowersBar div.Bar div.LeftBanned
{
	width: 223px;
	background: url(../../images/bar_banned2_left.gif) no-repeat;
	height: 30px;
	float: left;
}

div.FollowersBar div.Bar div.Body
{
	width: 131px;
	height: 30px;
}

div.FollowersBar div.Bar div.Right
{
	background: url(../../images/bar_newmessages_right.gif) no-repeat;
	width: 219px;
	height: 30px;
}

table.FollowStatistics
{
}

table.FollowStatistics td.Header
{
	font-weight: bold;
	padding-bottom:5px;
	width: 140px;
}

td.FollowersListView
{
}

td.ProfileInfoBar td.FollowersListView
{
	width: 145px;
}

td.FollowersListView div.Header
{
	padding-top: 5px;
	padding-bottom:5px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}

td.ProfileInfoBar  td.FollowersListView table
{
	margin-left: 5px;

}

td.FollowersListView table td.Avatar
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}

td.FollowersListView table td.Avatar img
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #e9e9e9;
	width: 30px;
	height: 30px;
}

td.FollowersListView table td.Avatar img:hover
{
	border: 1px solid #FF6600;
}

td.FollowersListView div.Command
{
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	text-align: right;
}

td.FollowingListView
{
}

td.ProfileInfoBar td.FollowingListView
{
	width: 145px;
}

td.ProfileInfoBar table.RoundBorderedTable
{
	margin-bottom: 5px;
}

td.FollowingListView div.Header
{
	padding-top: 5px;
	padding-bottom:5px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}

td.ProfileInfoBar td.FollowingListView table
{
	margin-left: 5px;

}

td.FollowingListView table td.Avatar
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}

td.FollowingListView table td.Avatar img
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #e9e9e9;
	background-color: #FFFFFF;
	width: 30px;
	height: 30px;
}

td.FollowingListView table td.Avatar img:hover
{
	border: 1px solid #FF6600;
}

td.FollowingListView div.Command
{
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	text-align: right;
}

div.NewUsersMore
{
	width: 620px;
	padding-top: -1px;
	text-align: right;
}

div.SimpleBlogConversationsMore
{
	width: 620px;
	padding-top: 4px;
	text-align: right;
}



div.BlogPager
{
	text-align: center;
	width: 545px;
	font-size: 12px;
}

td.ProfileBlog div.BlogFrame div.BlogPager
{
	text-align: right;
	width: 538px;
	font-size: 12px;
	padding-right: 12px;
	margin-bottom: 3px;
}

div.BlogFrame
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

td.ProfileBlog div.BlogFrame
{
	text-align: left;
	width: 550px;
}

.BlogNotificationSettingsPanel
{
    margin-top: 5px;
}

.BlogNotificationSettingsPanel div.Right
{
	margin-left: 19px;
}

div.EmptyBlog
{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}

div.MsgContentView td.MMContent
{
	padding-right: 5px;
	vertical-align: text-top;
}


/* Dymki bloga */


table.BlogConversations tr.EmptyRow td
{
	height:4px;
}

table.BlogConversations tr.EmptyRowNarrow td
{
	height:4px;
}

table.BlogConversations tr.BlogConversation td.BodySimple
{
	vertical-align: top;
	text-align: left;
}

table.BlogConversations tr.BlogConversation td.BodySimple table.BlogEntry
{
}

table.BlogConversations tr.BlogConversation td.BodySimple table.BlogEntry td.NW
{
	width: 18px;
	height: 10px;
	background: url(../../Images/BE_NW.gif) no-repeat;
}

table.BlogConversations tr.BlogConversation td.BodySimple table.BlogEntry td.SW
{
	width: 18px;
	height: 22px;
	background: url(../../Images/BE_SW.gif) no-repeat;
}

table.BlogConversations tr.BlogConversation td.BodySimple table.BlogEntry td.NE
{
	width: 6px;
	height: 10px;
	background: url(../../Images/BE_NE.gif) no-repeat;
}

table.BlogConversations tr.BlogConversation td.BodySimple table.BlogEntry td.E
{
	width: 6px;
	background-image: url(../../Images/BE_E2.gif);
	background-repeat: repeat-y;
}

table.BlogConversations tr.BlogConversation td.BodySimple table.BlogEntry td.SE
{
	width: 6px;
	height: 22px;
	background: url(../../Images/BE_SE.gif) no-repeat;
}

table.BlogConversations tr.BlogConversation td.BodySimple table.BlogEntry td.W
{
	width: 18px;
	background-image: url(../../Images/BE_W2.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}

table.BlogConversations tr.BlogConversation td.BodySimple table.BlogEntry td.N
{
	width: 556px;
	height: 10px;
	background: url(../../Images/BE_N.gif) repeat-x;
}

table.BlogConversations tr.BlogConversation td.BodySimple table.BlogEntry td.B
{
	width: 556px;
	vertical-align: text-top;
}

table.BlogConversations tr.BlogConversation td.BodySimple table.BlogEntry td.B div.MsgContentView
{
	width: 550px;
}

table.BlogConversations tr.BlogConversation td.BodySimple table.BlogEntry td.B a
{
	padding-left: 0px;
	background: none;
}

table.BlogConversations tr.BlogConversation td.BodySimple table.BlogEntry td.S
{
	width: 556px;
	height: 22px;
	background: url(../../Images/BE_S.gif) repeat-x;
	font-size: 10px;
	text-align: right;
}

table.BlogConversations tr.BlogConversation td.AvatarSimple
{
	vertical-align: top;
	padding-right: 4px;
}

table.BlogConversations tr.BlogConversation td.AvatarSimple a
{
	background: none;
	padding: 0px;
}

table.BlogConversations tr.BlogConversation td.AvatarSimple a img
{
	border: 3px solid #eeeeee;
}

table.BlogConversations tr.BlogConversation td.AvatarSimple a img:hover
{
	border: 3px solid #ff6600;
}

table.BlogConversations tr.BlogConversation td.Body
{
	vertical-align: top;
	text-align: left;
}

table.BlogConversations tr.BlogConversation td.Body table.BlogEntry
{
}

table.BlogConversations tr.BlogConversation td.Body table.BlogEntry td.NW
{
	width: 18px;
	height: 10px;
	background: url(../../Images/BE_NW.gif) no-repeat;
}


table.BlogConversations tr.BlogConversation td.Body table.BlogEntry td.W
{
	width: 18px;
	background-image: url(../../Images/BE_W2.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}

table.BlogConversations tr.BlogConversation td.Body table.BlogEntry td.SW
{
	width: 18px;
	height: 22px;
	background: url(../../Images/BE_SW.gif) no-repeat;
}


table.BlogConversations tr.BlogConversation td.Body table.BlogEntry td.N
{
	height: 10px;
	background: url(../../Images/BE_N.gif) repeat-x;
}

table.BlogConversations tr.BlogConversation td.Body table.BlogEntry td.B
{
	background-position: left bottom;
	vertical-align: text-top;
}

table.BlogConversations tr.BlogConversation td.Body table.BlogEntry td.B a
{
	padding-left: 0px;
	background: none;
}

table.BlogConversations tr.BlogConversation td.Body table.BlogEntry td.S
{
	height: 20px;
	background: url(../../Images/BE_S.gif) repeat-x;
	font-size: 10px;
	text-align: right;
}

table.BlogConversations tr.BlogConversation td.Body table.BlogEntry td.S a.Simple
{
	cursor: pointer;
}

table.BlogConversations tr.BlogConversation td.Body table.BlogEntry td.NE
{
	width: 6px;
	height: 10px;
	background: url(../../Images/BE_NE.gif) no-repeat;
}


table.BlogConversations tr.BlogConversation td.Body table.BlogEntry td.E
{
	width: 6px;
	background-image: url(../../Images/BE_E2.gif);
	background-repeat: repeat-y;
}

table.BlogConversations tr.BlogConversation td.Body table.BlogEntry td.SE
{
	width: 6px;
	height: 22px;
	background: url(../../Images/BE_SE.gif) no-repeat;
}

table.BlogConversations tr.BlogConversation td.Avatar
{
	padding-right: 5px;
}

table.BlogConversations tr.BlogConversation td.Avatar a
{
	background: none;
	padding: 0px;
	
}

table.BlogConversations tr.BlogConversation td.Avatar a img
{
	border: 4px solid #eeeeee;
}

table.BlogConversations tr.BlogConversation td.Avatar a img:hover
{
	border: 4px solid #ff6600;
}


table.BlogConversations tr.BlogConversationReply td.Body
{
	vertical-align: top;
	text-align: left;
}

table.BlogConversations tr.BlogConversationReply td.Body table.BlogEntry
{
}

table.BlogConversations tr.BlogConversationReply td.Body table.BlogEntry td.NW
{
	width: 18px;
	height: 10px;
	background: url(../../Images/BE_NW.gif) no-repeat;
}


table.BlogConversations tr.BlogConversationReply td.Body table.BlogEntry td.W
{
	width: 18px;
	background-image: url(../../Images/BE_W2.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}

table.BlogConversations tr.BlogConversationReply td.Body table.BlogEntry td.SW
{
	width: 18px;
	height: 22px;
	background: url(../../Images/BE_SW.gif) no-repeat;
}


table.BlogConversations tr.BlogConversationReply td.Body table.BlogEntry td.N
{
	height: 10px;
	background: url(../../Images/BE_N.gif) repeat-x;
}

table.BlogConversations tr.BlogConversationReply td.Body table.BlogEntry td.B
{
	vertical-align: text-top;
}

table.BlogConversations tr.BlogConversationReply td.Body table.BlogEntry td.B a
{
	padding-left: 0px;
	background: none;
}

table.BlogConversations tr.BlogConversationReply td.Body table.BlogEntry td.S
{
	height: 20px;
	background: url(../../Images/BE_S.gif) repeat-x;
	font-size: 10px;
	text-align: right;
}

table.BlogConversations tr.BlogConversationReply td.Body table.BlogEntry td.S a.Simple
{
	cursor: pointer;
}

table.BlogConversations tr.BlogConversationReply td.Body table.BlogEntry td.NE
{
	width: 6px;
	height: 10px;
	background: url(../../Images/BE_NE.gif) no-repeat;
}


table.BlogConversations tr.BlogConversationReply td.Body table.BlogEntry td.E
{
	width: 6px;
	background-image: url(../../Images/BE_E2.gif);
	background-repeat: repeat-y;
}

table.BlogConversations tr.BlogConversationReply td.Body table.BlogEntry td.SE
{
	width: 6px;
	height: 22px;
	background: url(../../Images/BE_SE.gif) no-repeat;
}

table.BlogConversations tr.BlogConversationReply td.Avatar
{
	padding-right: 5px;
	padding-left: 1px;
}

table.BlogConversations tr.BlogConversationReply td.Avatar a
{
	background: none;
	padding: 0;
}

table.BlogConversations tr.BlogConversationReply td.Avatar a img
{
	border: 3px solid #eeeeee;
	margin-left: 8px;
}

table.BlogConversations tr.BlogConversationReply td.Avatar a img:hover
{
	border: 3px solid #ff6600;
}




/* Dymki w podgl¹dzie profilu */

td.ProfileBlog div.BlogFrame table.BlogConversations tr.BlogConversation td.Body table.BlogEntry td.N
{
	width: 462px;
}

td.ProfileBlog div.BlogFrame table.BlogConversations tr.BlogConversation td.Body table.BlogEntry td.B
{
	width: 462px;
	height: 26px;
	
}

td.ProfileBlog div.BlogFrame table.BlogConversations tr.BlogConversation td.Body table.BlogEntry td.B div.MsgContentView
{
	width: 460px;
}

td.ProfileBlog div.BlogFrame table.BlogConversations tr.BlogConversation td.Body table.BlogEntry td.S
{
	width: 462px;
}

td.ProfileBlog div.BlogFrame table.BlogConversations tr.BlogConversationReply td.Body table.BlogEntry td.N
{
	width: 411px;
}

td.ProfileBlog div.BlogFrame table.BlogConversations tr.BlogConversationReply td.Body table.BlogEntry td.B
{
	width: 411px;
}

td.ProfileBlog div.BlogFrame table.BlogConversations tr.BlogConversationReply td.Body table.BlogEntry td.B div.MsgContentView
{
	width: 408px;
}

td.ProfileBlog div.BlogFrame table.BlogConversations tr.BlogConversationReply td.Body table.BlogEntry td.S
{
	width: 411px;
}