﻿
.eventmonth
{
    border: 1px solid #DBDB79;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #DBDB79;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #acbac5;
    border-left: 1px solid #acbac5;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
   text-align: center;
}
.calothermonth
{
	background-color: #f4f4f4;
}
.calcurrentday
{
	background-color: #DAF0FE;
}
.calweekend
{
    background-color: #f4f9fc;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday, .calweekend
{
    text-align: left;
    border: 1px solid #acbac5;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part 
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     */
}

/************************************************************************
* 
* Next / previous specific formatting 
*
************************************************************************/

.nextlink
{
    position:absolute;
    right:0;
    padding-right:15px;    
}

a { 
	color:#43a228;
	text-decoration:underline;	
}

a:hover { color:#6AD24D; }

h3.mes  {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	font-size:12px;
	font-weight:bold;
	color:#38a6e5;
	margin:0;
	padding:0;
}
.calendar_date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:5px;
	padding:2px 5px;
	background-color:#9ac6e0;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
}
.calendar_tit {
	background-image:url(../../images/bullet_azul.gif);
	background-position:12px 13px;
	background-repeat:no-repeat;
	color:#0772AF;
	display:block;
	padding:10px 0pt 1px 24px;
	text-decoration:none;
}
.calendar_det {
	color:#808080;
	padding:1px 0pt 1px 24px;
	display:block;

}

.calendario_tipo {
	background-image:url('../../Images/calendario_contribuyente.gif');
	background-repeat:no-repeat;
	padding:1px 0 1px 20px;
	}

.calendario_tipo_zone {
	color:#808080;
}
.calendario_tipo_zone a:visited, .ms-vb a:visited, .ms-vb2 a:visited, .ms-GRStatusText a:visited, .ms-vb-user a:visited, .ms-disc a:visited {
	color:#43a228;
	text-decoration:underline;
}

.calendario_tipo_zone a:hover, .ms-vb a:hover, .ms-vb2 a:hover, .ms-GRStatusText a:hover, .ms-vb-user a:hover, .ms-disc a:hover {
	color:#6AD24D

}
a.link_rss  {	
	text-decoration:none;
	color:#0772AF;
}
a:hover.link_rss {
	color:red;
}