.hasevent {
color:#cc009a!important;
}

#smalldiary {
    background: #fff;
    /*border-right: 1px solid #aeb9a0;*/
    padding-left: 3px;
    width: 190px;
    height: 260px;
    margin-bottom: 30px;
}

#smalldiary #diary-container {
padding: 1px;
width: 185px;
}

#smalldiary .diary-block,
#smalldiary .days-block {
    width: 25px;
    height: 25px;
    overflow: auto;
    float: left;
    border-left: 1px solid #aeb9a0;
    border-top: 1px solid #aeb9a0;
    border-bottom: 1px solid #aeb9a0;
    background: #e5e9e0;

}

#smalldiary .days-block {
	background: #CC009A;
        color: #fff;
}

#smalldiary .diary-block .number {
    font-size: .8em;
    color: #333333;
    /*background: #aeb9a0;*/
    padding: 1px;
    /*border-right: 1px solid #ccc;*/
}


#diary {
	width: 725px;
}

#diary-container {
	border-right: 1px solid #aeb9a0;
        border-left: 1px solid #aeb9a0;
	width: 645px;
	
}	


#diary .diary-block
{
	width: 90px;
	height: 150px;
	overflow: auto;
	float: left;

	border-left: 1px solid #aeb9a0;
	border-top: 1px solid #aeb9a0;
	border-bottom: 1px solid #aeb9a0;
        border: 1px solid #aeb9a0;
	background: #e5e9e0;
        
}

#diary .diary-block .number
{
	font-size: .8em;
	color: #333333;
	background: #aeb9a0;
	padding: 5px;
}
#smalldiary .diary-block.today,
#diary .diary-block.today {
	background: #F6F6C2 !important;
}


#diary .days-block
{
	width: 90px;
	height: 20px;
	overflow: auto;
	float: left;
	border-left: 1px solid #aeb9a0;
border-right: 1px solid #aeb9a0;
	border-top: 1px solid #aeb9a0;
	border-bottom: 1px solid #aeb9a0;
	background: #CC009A;
        color: #fff;
text-align: center;
}


#diary .diary-block.previous .number,
#diary .diary-block.next .number

{
color: #797878;
}

#diary .diary-block p
{
	font-size: .7em;
	color: #333333;
	margin: 0;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	
}

#diary .diary-block .tickArea img {
height:64px;
}

#diary .diary-block .tickArea {
position:relative; 
/*margin-left:auto; 
margin-right:auto;
*/
text-align:center;
margin-top: 20px;
margin-bottom: 20px;
} 

#diary .diary-block.previous {

	background: #fff;
border-left: 1px solid #aeb9a0;
}

#diary .diary-block.next {
	background: #fff;
border-right: 1px solid #aeb9a0;
}
#diary .diary-block.previous p,
#diary .diary-block.next p
{
	color: #999999;
}

#diary-header
{
	padding: 0 0 10px 0;

}

#diary-header .previous,
#diary-header .next
{
	color: #aeb9a0;
}

#diary-header .this
{
	font-weight: bold;
	color: #d912a8;
	text-decoration: none;
}

#diary-header a:hover
{

	color: #d912a8;
}

/* LightBox Page */

.eventslist {
margin-left: 20px;
}

.eventslist h2 {
font-size: 20px;
}

.calendar-detail
{
	width: 352px;
	padding: 10px;
	border: 1px solid #aeb9a0;
        margin-bottom: 10px;
}

.calendar-detail.paid-event {
        background: #feffd2;
}

.calendar-detail h2
{
	font-size: .9em;
	padding: 0;
	margin: 0;
	height: 25px;
	
}

.calendar-detail .main-info
{
	background: #f7f8f5;
	width: 191px;
	padding: 8px;
	float: left;
	margin: 0 10px 5px 0;
	min-height: 93px;
}

.calendar-detail .main-info p
{
	font-size: .8em;
	margin: 0 0 3px 0;
}


.calendar-detail img
{
	float: left;
}

.calendar-detail .blurb p
{
	color: #999999;
	margin: 5px 0 5px 0;
	font-weight: normal;
	font-size: .8em;
}

.calendar-detail a
{
	color: #999999;
}