@charset "utf-8";

.tableInvitations   
{
	float: left;
	height: auto;
	margin-top: 15px;
	margin-left: 35px;
}


.tableInvitations  td
{
	text-align: center;

}

.cellImage
{
	height: 210px;
	width: 175px;
	background-color: #F1E1D2;
	border: 1px solid #FC656A;
}

.cellImage img
{
	padding: 10px;

}

.cellHorizontalSpacer
{
	width: 60px;
}

.cellText
{
	height: 1.5em;
}

.cellVerticalSpacer
{
	height: 15px;
}

.cellNewPackage
{
	background-color: #F16667;
	color: #FFF;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}
