input, select
{
	font-size: 100%;
}

.commentParagraph
{
	width: 100%;
	font-family: Arial;
	font-size: 12px;
}

.commentsHeading
{
	font-family: Arial;
	font-size: 18px;
}

.commentText
{
	font-family: Arial;
	font-size: 14;
	width: 100%;
	padding-bottom: 10px;
	padding-left: 5px;
}

.commentName
{
	width: 100%;
	background-color: #EEEEEE;
	font-family: Arial;
	font-size: 14;
	padding: 6px 6px 6px 6px;
	font-weight: bold;
}

.postFooter
{
	float: left;
	padding: 5px;
	font-family: Arial;
	font-size: 12px;
}

.submitButtonIE
{
	padding-left: 52px;
	float: left;
	padding-top: 18px;
}

.submitButtonFirefox
{
	padding-left: 82px;
	float: left;
	padding-top: 18px;
}

tr.odd
{
	background-color: #E3E3E3;
}

thead.blogTable
{
	/*background-color: #2E599A;*/
	background-color: #95B9D2;
	font-size: 16px;
	font-weight: bold;
	/*color: #FFFFFF;*/
	color: #2E599A;
	font-family: Arial;
}

tbody.blogTable
{
	font-family: Arial;
	font-size: 15px;	
}

th.blogTable
{
    background-repeat: no-repeat;
	background-position: center right;
}
	
th.headerSortUp 
{ 
    background-image: url(../img/small_asc.gif); 
}

th.headerSortDown 
{ 
    background-image: url(../img/small_desc.gif); 
} 

.centeredHeading
{
	font-family: Arial;
	font-size: 18px;
	text-align: center;
}

.textfieldHeadings
{
	font-family: Arial;
	font-size: 12px;
}

a
{
	font-family: Arial;
	font-size: 14px;
}
