/* CSS definitions for the news plugin */

/* news comments */
div.news_comment_container
{
width: 70%;
margin:auto;
margin-top: 15px;
}

div.news_comment_title
{
border: 1px solid #eeeeee;
text-align: left;
background-color: #f9f9f9;
font-weight: bold;
font-size: 11pt;
}

span.news_comment_date
{
float: right;
color: #aaaaaa;
font-size: 10pt;
font-weight: normal;
}

span.news_comment_action
{
border-right: 1px solid #eeeeee;
padding-left: 3px;
padding-right: 3px;
}

div.news_comment_content
{
text-align: left;
padding-left: 10px;
}

/* news posts */

div.news_container
{
text-align: left;
margin-top: 10px;
border: 1px solid #eeeeee;
}

div.news_subtitle
{
padding-left: 15px;
color: #aaaaaa;
font-size: 10pt;
border-bottom: 1px dashed #dddddd;
background-color: #fdfdfd;
}

div.news_title
{
padding-right: 5px;
padding-left: 5px;
border-bottom: 1px solid #eeeeee;
background-color: #f9f9f9;
font-weight: bold;
font-size: 11pt;
}

span.news_date
{
float: right;
color: #aaaaaa;
font-size: 10pt;
font-weight: normal;
}

span.news_action
{
border-right: 1px solid #eeeeee;
padding-left: 3px;
padding-right: 3px;
}

div.news_editlabel
{
color: #FF9831;
border-bottom: 1px dashed #eeeeee;
text-align:center;
font-size: 11pt;
}

div.news_content
{
padding-left: 10px;
margin-top: 5px;
}

div.news_content a
{
font-size: 11px;
font-style:italic;
}

div.news_footer
{
padding-left: 10px;
background-color: #fdfdfd;
margin-top: 10px;
font-size: 10pt;
border-top: 1px dashed #dddddd;
margin-left: 5px;
}
