.event {
	margin-bottom: 20px;
	text-align: left;
	font-size:11px;
}

.event img {
    float: left;
    margin-right: 10px;
}

.event .title {
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 12px;
}

.event a.link {
    color: #F00;
    font-weight: bold;
}

a.download_pdf {
    background-image: url("../images/template_imgs/button.jpg");
    background-repeat: no-repeat;

    padding-left: 50px;

    display:block;
    height:41px;
    width:146px;

    color: #ffffff;
    line-height: 41px;

    text-decoration:none;

    font-size:9px;
    font-weight:bold;
}

a.download_doc {
    background-image: url("../images/template_imgs/button1.jpg");
    background-repeat: no-repeat;

    padding-left: 50px;

    display:block;
    height:41px;
    width:146px;

    color: #ffffff;
    line-height: 41px;

    text-decoration:none;

    font-size:9px;
    font-weight:bold;
}

/********************
* table_info
*/
#table_info table {
    border-right:1px solid #e4e4e4;
    border-top:1px solid #cdcdcd;
}

#table_info table tr th {
    padding:5px;
    _padding:4px;
    border-left:1px solid #e4e4e4;
    border-bottom:1px solid #cdcdcd;

    background-repeat: repeat-x;
    background-position: 0 100%;

    color: #ffffff;
    font-size:10px;
    font-weight: bold;
}

#table_info table.orange tr th {
    background-image: url("../images/template_imgs/orange_bar_table.gif");
    background-color:#fcc700;
}

#table_info table.red tr th {
    background-image: url("../images/template_imgs/red_bar_table.gif");
    background-color:#f31c00;
}

#table_info table tr td {
    padding:5px;
    _padding:4px;
    border-left:1px solid #e4e4e4;
    border-bottom:1px solid #cdcdcd;

    background-image: url("../images/template_imgs/gray_bar_table.gif");
    background-repeat: repeat-x;
    background-position: 0 100%;

    font-size:10px;
    font-weight: bold;
}

.daly_special_day {
    background-image: url("../images/template_imgs/daly-special-background.gif");
    background-repeat:no-repeat;

    width: 138px;
    height: 300px;
    padding: 5px;

    font-size:10px;
    line-height:10px;

    margin-bottom: 20px;
    margin-right: 5px;

    float:left;
}

.daly_special_day .title  {
    height: 25px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

.daly_special  {
    height: 130px;
    margin-bottom:10px;
    padding-left:7px;
    padding-right:7px;
    
    overflow: hidden;
}

.daly_special .time {
    color: #F4101F;
}

.daly_special img {
    margin-bottom:5px;
}



