/* ================================
    CSS STYLES FOR Module Blog
   ================================
*/
.BlogInfo 
{
	font-size: 9pt;

}

.SearchOptions LABEL 
{
	font-family: Tahoma, Arial, Helvetica, Serif;
	font-size:x-small;
	
} 


.CreateFrom
{

	font-size: 9pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica, Serif;
}


/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
    font-size: 10.5pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-size: 10.5pt;
}

.NormalRed
{
	font-size: 10.5pt;
}

.NormalGreen
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #007000;
}

.NormalBold
{
	font-size: 10.5pt;
}

