/* Start of CMSMS style sheet 'extra' */
.bggray
{ 	background-color: #e9eef0;
}

table.tbl td
{	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

.datum {
	color: #cb231f;
	background-color: white;
	line-height: normal;
	width: 28px;
	text-align: center;
	border: 1px solid #cb231f;
	font-size: 20px;
	margin-top: -3px;
	margin-right: 10px;
	float: left;
}
.datum span {
	font-size: 11px;
	color: #fff;
	background-color: #cb231f;
	display: block;
	padding-top: 1px;
	text-transform: uppercase;
}

/*http://positioniseverything.net/articles/onetruelayout/example/verticalgrid*/
.verticalalign p
	{
	position: absolute;
left:0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
width:152px;
	vertical-align : bottom;
	}

/* End of 'extra' */

