/* CSS Document */

.datecolumn
{
width:170px;
height:auto;
float:left;
margin-bottom:30px;
border-bottom:1px solid #7B2C36;
border-top:1px solid #7B2C36;
}

.date
{
width:27px;
height:27px;
background-color:#530013;
float:left;
color:#ffffff;
font-size:16px;
font-weight:bold;
padding:8px 0 0 8px;
}

.day
{
width:125px;
height:27px;
float:left;
background-color:#7B2C36;
color:#ffffff;
font-size:16px;
font-weight:bold;
padding:8px 0 0 10px;
}

.datedetails
{
width:125px;
height:60px;
margin-top:35px;
*margin-top:0;
padding:10px 0 0 45px;
background-color:#F2ECEE;
clear:both;
background-image:url(../images/late_availability/details_bkd.gif);
background-repeat:no-repeat;
}