/* ------------------------------------------------------------------- */
/* Author: InstantASP Ltd, sales@instantasp.co.uk */
/* Copyright InstantASP Ltd 2005, All Rights Reserved */
/* ------------------------------------------------------------------- */

/* New Css Used for Table Cell Background Color of selected 
Thread within ThreadView.ascx, this is typically the same 
background color as the TableCell_Dark class within the 
InstantASP.Common.UI.css style sheet but without the border */

.ThreadViewSelected
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: #003366;
	background-color: #E4ECF3;
}

/* CssClass to control the table cells of queued posts, this is similar to
TableCell_Light with a slightly different background color, here the background 
is set to red to ensure queued posts stand-out within the forum */

.ForumsBodyQueued
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #6B6B6C;
	background-color: #F5EFEF;
	border-top: #ffffff 0px solid;
	border-right: #ffffff 0px solid;
}

/* Datagrid footer table cell class. This is a carbon copy of TableCell_Light apart from
the all the border colors are the same color as the ForumsBackGroundTable background color */

.DataGridFooter
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #628BB3;
	background-color: #E4EAF2;
	border-left: 0px #89959B solid;
	border-top: 0px #FFFFFF solid;
	border-right: 0px #89959B solid;
	border-bottom: 0px #89959B solid;
}

/* Used on ShwMessages.aspx for the footer of each message within a thread 
This is the cell that hosts the the Instant Message contact icons */

.ShwMessageFooter
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: #496690;
	background-color: #D6E1EE;
	border-top: 0px #FFFFFF solid;
	border-right: 0px #FFFFFF solid;
}

/* This class controls the look of the quoted text within a post. Used on 
shwmessages.aspx and within the messagedisplay.ascx user control. */

.Quote
{
	border-right: #5C7FAF 1px dotted;
	padding-right: 6px;
	border-top: #5C7FAF 1px dotted;
	padding-left: 6px;
	font-size: 10pt;
	background-color: #F7FAFD;
	padding-bottom: 6px;
	border-left: #5C7FAF 4px solid;
	color: #5f779c;
	padding-top: 6px;
	border-bottom: #5C7FAF 1px dotted;
	font-family: Tahoma, Verdana, Arial;
}

/* ------------------------------------------------------------------- */
/* -------------------- End Standard Text Classes -------------------- */
/* ------------------------------------------------------------------- */

