table.event_list {
        width: 100%;
}
table.event_list th {
        padding: 2px 10px 2px 10px; 
        margin: 0px; 
        font-weight: normal; 
        text-align: left;
        vertical-align: middle;
        background: #91B2DD;
        color: #fff;
        height: 22px;
}
table.event_list td {
        padding: 5px 10px; 
        margin: 0px; 
        vertical-align: middle;
	border-top: solid 1px #fff; 
	border-bottom: solid 1px #bfccde; 
	background: #D2E4FB;
}
table.event_list td.order {
        text-align: right;
}
table.event_list td.order img {
        padding: 0px; 
	display: block;
	float: right;
}
table.event_list td.rep {
	background: #fff;
	font-weight: bold;
}

table.event_list td.title {
        text-align: left;
        font-weight: bold;
}
.event_list td.title span {
        display: block;
        font-weight: normal;
}
.event_list td.title span a {
        color: #888;
}

.event_list td.date em {
        font-weight: bold;
        font-style: normal;
        color: #888;    
}

.event_list th.prices {
        text-align: right;
}
.event_list td.prices {
        font-size: 1.1em; 
        text-align: right;
        color: #FF5A00;
	color: #bc2b90;	
}
.event_list td.prices span {
        font-size: 1.1em; 
        color: #777;
}

.event_list th.order {
        text-align: right;
}
.event_list td.order {
        color: #888;
        text-align: right;
}
.event_list th.date {
        text-align: right;
}
.event_list td.date {
        text-align: right;
}


.bg_prm {
        background: #ffddcb;
}
.bg_gst {
        background: #c0d5ff;
}
