﻿/***** LEFT *****/
div.more_info
{
	margin:auto;
	width:230px;
	height:70px;
	background-color:#edf1da;
	margin-top:10px;
	margin-bottom:10px;
}   

div.more_info_title
{
	margin:10px;
    color:#94ab24;
    font:17px georgia;
}
 
div.more_info_search
{
	margin-left:10px;
}
        
div.more_info_cb
{
	margin-left:10px;
	margin-top:3px;
	color:#888a85;
	font:11px arial;
}
        
div.event
{
	margin:auto;
	width:230px;
	margin-bottom:10px;
}

div.event_title
{
	font:20px georgia;
	color:#0d8bb4;
}

div.event_calendar_month
{
	width:40px;
	text-align:center; 
	vertical-align:middle;
	background-color:#0d8bb4;
    border:solid 1px #0d8bb4;
	font-weight: bold; 
	font-size:10pt;
    color: white; 
    font-family: Verdana;
    height:15px;
    cursor:pointer;
    cursor:hand;
}

div.event_calendar_day
{
	width:40px;
	text-align:center; 
	vertical-align:middle;
	background-color:White;
    border:solid 1px #0d8bb4;
	font-weight: bold; 
	font-size:16pt;
    color:#888a85; 
    font-family: Verdana;
    height:26px;
    cursor:pointer;
    cursor:hand;
}

div.event_cal_text
{
	font:11px verdana;
	color:#0d8bb4;
}

div.event_item_date
{
    font:11px verdana;
    color:#0d8bb4;
    font-weight:bold;
    margin-left:5px;
}

div.event_item_title
{
	font:11px verdana;
	color:#888a85;
	font-weight:bold;
	margin-left:5px;
}

div.event_item_desc
{
	font:11px verdana;
	color:#888a85;
	margin-left:5px;
}
        
        
/***** RIGHT *****/

div.ads
{
	text-align:right;
	margin-top:10px;
	margin-bottom:30px;
}
 
img.ad   
{    
	border:solid 1px #eeeeee;
	margin-top:10px;
	cursor:pointer;
	cursor:hand;
}
    

