﻿.spaceContainer {
	height: 350px;
}

.linkPrevious 
{
	float:right;
}

div.ask
{
	display:block
}
img.profilePicture
{
	display:inline;	
	float:left;
	padding-right:10px;
	padding-bottom:5px;
}
div.ask p
{
	white-space:pre-wrap;
}

.ask table
{
	width:100%
}

.msgContainer 
{
	text-align: center;
	padding-top:110px;
}

.CatColor
{
	color: White;
	background-color: #a0b69b;
}

.GridCol2
{
	background-color: White;
	border-color: Gray;
}

.GridHeader
{
	border-color: Gray;
	border-width: 10px;
}

#spanTitle 
{
	font-size: 11pt
}

#taQuestion
{
	color:Black;
}

#taAnswer
{
	color:green;
}