﻿.stdTD
{
	text-align: left;
}



.stdTextBoxLabel
{
	font-weight: bold;
}

.stdHeader
{
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: 0.3em;
	color: Navy;
}

.stdLabel
{
}

.greenLabel
{
	color: Green;
}

.redLabel
{
	color: Red;
}

.stdTextBox
{
	
}

.stdTable
{
	padding: 0 0 0 0;
	border: none;
}


.stdTableRow
{
	background-color: White;
}

.stdTableAlternateRow
{
	background-color: Silver;
}

.navTable
{
	padding: 0 0 0 0;
	width: 10%;
	margin-bottom: 20px;
}

.navRow
{
	
}

.navCell
{
	overflow: visible;
	white-space: nowrap;
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

.navLink
{
	color: Blue;
}

.navAdminLink
{
	color: Teal;
}

.stdLink
{
	text-decoration: none;
	font-weight: bold;
}


/* customizable part */
.blogPostItem
{
	margin-bottom: 30px;
	border-bottom: 2px solid silver;
	width: 600px;
}

.postTitlePanel
{
}

.postTextPanel
{
	text-align: left;
	margin-bottom: 10px;
}

.postFooterPanel 
{
	text-align: left;
	vertical-align: bottom;
	white-space: nowrap;
}

.blogPostTitle 
{
	font-weight: bold;
	font-size: 13pt;
	text-decoration: none;
	color: Navy;
}

.blogPostContent 
{
}

.blogPostInfo 
{
	color: Silver;
}

.blogPostComment 
{
	text-decoration: none;
}
