table.agenda tr, table.agenda th, table.agenda td
{
 border-color:#1B7AC7; 
border-top-width:1px; 
border-left-width:1px; 
border-left-style:solid;
border-top-style:solid;
}

table.agenda, 
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666666;
	font-size: 10px;

 border-color:#1B7AC7; 
border-bottom-width:1px; 
border-right-width:1px; 
border-bottom-style:solid;
border-right-style:solid;
}


table.agenda a, table.agenda a:link, table.agenda a:visited, table.agenda a:active
{
	color: #ffffff;
	background-color: none;
	font-weight: normal;
	text-decoration: none;
}

table.agenda a:hover
{
	color: #ff3300;
	background-color: #B1B0B0;
	font-weight: normal;
	text-decoration: underline;
}

.agendaNav
{
	height:17px;
	background-color: #CBDDEC;
	color:#1B7AC7;
	font-size: 12px;

}

.agendaHead
{
	height:17px;
	background-color: #CBDDEC;
	color:#1B7AC7;
}

.agendaThisDay
{
	background-color: #BBD7F0;
}

.agendaThisMonth
{
	background-color: #F2F7FA;
}

.agendaNotThisMonth
{
	background		: #D7D6D6;
}

ul.agendaThemes
{
	list-style: none;	
	margin: 0 0 0 0;
	padding: 0;
}

.indice, .indicenull {
	position : relative;
	left : -0px;
	top : 0;
	width:43px;
	font-size: 8px;
	line-height:8px;
	height: 8px;
	margin-bottom:2px;
	border:0;
	}
.indicenull {
	background-color:#F2F7FA; /* La meme que agenda this month */
	}


