﻿/* ENTRY */

.entry
{
	margin: 15px 0;
}

.entry-title
{
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 10px;
}

.entry-author
{
    margin: 20px 0 10px 155px;
	text-align: right;
    clear: both;
    border-top: 1px solid #999;
}

.entry-author,
.entry-author a
{
	color: #aaa;
    font-size: 9px;
	font-style: italic;
}

.entry-attributes
{
	margin-bottom: 5px;
	color: #999;
	text-align: right;
	font-size: 0.9em;
	line-height: normal;
}

.entry-attributes .ContextMenuTarget
{
    background: url(Images/entry-attributes-ContextMenuTarget.gif) no-repeat 49px 8px;
    border: 1px solid #d2d3d5;
    font-size: 14px;
    letter-spacing: 0.2em;
    margin: auto 0 auto auto;
    padding: 2px 0 0 7px;
    height: 18px;
    width: 53px;
    text-align: left;
}

.entry-content
{
	font-size: 14px;
	line-height: 160%;
	margin: 10px 0;
}

.entry-icon
{
    position: relative;
	float: left;
	margin: 20px 30px 10px 0;
}

.entry-icon-left
{
    position: relative;
    float: left;
    margin: 0 10px 10px;
    text-align: center;
}

.entry-sub-icon
{
    position: absolute;
    bottom: 15px;
    right: -50px;
}

.entry-icon-right
{
	float: right;
	margin: 0 10px;
}

.entry-icon-attributes
{
    margin: 5px 0;
	color: #999;
	text-align: center;
	font-size: 0.9em;
	line-height: normal; 
}

.entry-icon-money
{
    margin: 5px 0;
    font-weight: bold;
	color: #999;
	text-align: center;
	font-size: 0.9em;
	line-height: normal; 
}

.entry-icon-buttons
{
    text-align: center;
    margin: 5px 0;
}

.entry-audit, .entry-audit a
{
	color: #999;
    font-style: italic;
}

.entry-details
{
	margin: 10px 20px 40px;
	padding: 28px 15px;
	background: url(Images/entry-details.gif);
}

.entry-reply
{
    background: url(Images/entry-reply.jpg) repeat-x left top;
    margin: 0 60px 0 130px;
    padding: 12px 0 0;
    border-bottom: 2px solid #e2e4e3;
}

.entry-reply-title
{
    padding: 10px 20px;
    border-left: 2px solid #f0f3f6;
    border-right: 2px solid #f0f3f6;
}

.entry-reply-content
{
    padding: 0 20px 10px;
    border-left: 2px solid #f0f3f6;
    border-right: 2px solid #f0f3f6;
}

.entry-quote
{
	border-left: 1px solid #ccc;
	padding: 0.3em 1em;
	margin: 1em 2em;
	font-size: 0.8em;
	line-height: normal;
}

.entry-quote-title
{
	margin-bottom: 10px;
}

.entry-quote-content
{
}

.entry-buttons
{
	text-align: right;
	margin: 20px;
}

/* twocolumnentry */

.twocolumnentry
{
    background: #f2f2f3 url(Images/twocolumnentry.gif) repeat-y right top;
    margin: 30px auto 0;
    padding: 0;
}

.twocolumnentry .entry-title
{
    background: #f2f2f3;
    margin: 0 auto 20px;
    padding: 10px 10px 6px;
    border-bottom: 2px solid #fff;
}

.twocolumnentry-R
{
    float: right;
    width: 186px;
    text-align: center;
}

.twocolumnentry .fieldlabel
{
    width: 80px;
}

.twocolumnentry .fieldvalue
{
    margin: 0 10px 10px 100px;
}

.twocolumnentry-content
{
    float: left;
    width: 345px;
}

.TwoColumn-L .twocolumnentry .actions,
.TwoColumn-R .twocolumnentry .actions
{
    float: none ;
}
.TwoColumn-L .twocolumnentry .actions li,
.TwoColumn-R .twocolumnentry .actions li
{
    background: none;
    float: none ;
}

.twocolumnentry .actions li a
{
    padding: 3px 0 0 0;
    width: 95px;
    margin: 0 auto;
}


