/* ================================
    CSS STYLES FOR Module Blog
   ================================
*/
.BlogInfo 
{

}

.SearchOptions LABEL 
{
	font-family: Tahoma, Arial, Helvetica, Serif;
	font-size:x-small;
	
} 


.CreateFrom
{

	font-size: 10pt;
	font-weight: bold;
	color:Red;
	/*color: #ef4522;*/
	font-family: Arial, Tahoma, Helvetica, Serif;
}

.BlogEntryTitle
{
	color: #5c281b;
	font-size: 14pt;
	font-family: Arial, Tahoma, Helvetica, Serif;
	font-weight: bold;
}

A.BlogEntryTitle:link {
    text-decoration:    none;
    color:#5c281b;
}

A.BlogEntryTitle:visited  {
    text-decoration:    none;
    color:#5c281b;
}

A.BlogEntryTitle:active   {
    text-decoration:    none;
    color:#5c281b;
}

A.BlogEntryTitle:hover    {
    text-decoration:    none;
    color:#5c281b;
}
.BlogEntryCommentsCell
{
	/*background-image:url(/DesktopModules/Blog/Images/blog_comments.jpg);*/
	background-image:url(Images/blog_comments.jpg);
	background-position: right top;
	background-repeat:no-repeat;
}
.BlogEntryComments
{
	color: #ef4f2d;
	font-size: 8.5pt;
	font-family: Arial, Tahoma, Helvetica, Serif;
	font-weight: bold;
}

A.BlogEntryComments:link {
    text-decoration:    none;
    color:#ef4f2d;
}

A.BlogEntryComments:visited  {
    text-decoration:    none;
    color:#ef4f2d;
}

A.BlogEntryComments:active   {
    text-decoration:    none;
    color:#ef4f2d;
}

A.BlogEntryComments:hover    {
    text-decoration:    underline;
    color:#ef4f2d;
}
.BlogRule
{
	border-style:dotted;
	border-width:1px;
	color:#656378;
	
}
.BlogArchiveLink
{
	color: #3B5AAA;
	font-size: 10pt;
	font-family: Arial, Tahoma, Helvetica, Serif;
	font-weight: bold;
}

A.BlogArchiveLink:link {
    text-decoration:    none;
    color:#3B5AAA;
}

A.BlogArchiveLink:visited  {
    text-decoration:    none;
    color:#3B5AAA;
}

A.BlogArchiveLink:active   {
    text-decoration:    none;
    color:#3B5AAA;
}

A.BlogArchiveLink:hover    {
    text-decoration:    underline;
    color:#3B5AAA;
}