.GuidPanel
{
	border: solid 1px gray;
	background-color: #EFEFEF;
	padding-left: 16px;
	padding-right: 16px;
}



.Button
{
	font: verdana, tahoma, arial,  sans-serif; 
	padding:3px;
}








/* errors are displayed in this style. */
.forum_error
{
	background-color: yellow;
	color: red;
	font-weight: bold;
}

/* style of the main header with the caption of the three columns. */
.forum_header
{
	background-color: #E6EDF6;
	color: black;
}

/* subject line of an unselected message. */
.forum_unselected
{
	background-color: #FAFAFA;
}

/* subject line of a selected message. */
.forum_selected
{
	background-color: #0066CC;
	color: white;
}

/* the message text a selected message. */
.forum_content
{
	background-color: #E6EDF6;
}

/* style that can be applied to subject lines of message that have no parents. */
.forum_root
{
	font-weight: bold;
}

.Error
{
	background-color: Yellow;
	color: Red;
	padding: 8px;
	border: 1px dashed red;
	padding-left: 32px;
}
