﻿/*-----------------------------------ABOUT*/
.CellAboutSpacer
{
	width:				10px;
}
.CellNumber
{
	background-image:	url('images/GreenCircle.png');
	color:				#FFFFFF;
	font-size:			1.5em;
	font-weight:		bold;
	height:				41px;
	text-align:			center;
	vertical-align:		middle;
	width:				41px;
	background-repeat:	no-repeat;
}
.CellHeader
{
	color:				#F7A02D;
	font-size:			1.4em;
	font-weight:		bold;
}
.CellText
{
	color:				#686868;
	font-size:			1.05em;
	vertical-align:		top;
}
.TableAbout
{
	height:				320px;
	padding-left:		10px;
	width:				600px;
}



/*-----------------------------------HOT*/
.CellHotHeader
{
	background-color:	#EEEEEE;
	border:				1px solid #707070;
	border-bottom:		3px double #707070;
	border-top:			0px;
	color:				#F7A02D;
	font-size:			1.05em;	
	text-align:			center;
}
.CellHotContent
{
	border:				1px solid #707070;
}