/* used on new single pages */

.eb{ /* event box */
border:solid 1px #D4D8BD;
margin-bottom:18px;
font-family:Trebuchet MS,Georgia,Arial,sans-serif;
color:black;
font-size:15px;
line-height:1.6em;
padding:15px;
}

.eb blockquote{ /* tag  quotes 
font-family: georgia, palatino, 'times new roman', serif;*/
font-family:"lucida grande", "lucida sans unicode", helvetica, arial, Trebuchet MS;
color:#999999;
margin:0 12px;
}

.et{ /* event title */
color:#000000;
font-size:18px;
background-color:#B5E601;
padding:10px;
margin:0px;
border-bottom-width:0px;
font-style:normal;
background-image:url(/whats-on/images/bg2.png);
background-repeat: no-repeat;
background-position:top right;
}

.et_red{
color:#FFFFFF;
font-size:18px;
background-color:#CC0000;
padding:10px;
margin:0px;
border-bottom-width:0px;
font-style:normal;
background-image: url(/whats-on/images/bg2.png);
background-repeat: no-repeat;
background-position:top right;
}

/*top 10 events list in right col */
#mostviewed{
margin:0;
padding:0;
list-style:none;
font-size:13px;
color:#000000;
}
#mostviewed li{
padding:4px 0px 5px 0px;
border-bottom:#CCCCCC 1px solid;
}
#mostviewed a{
color:#CC0000;
text-decoration:none;
}
#mostviewed a:hover{
text-decoration:underline;
}