/* ---- GLOBAL ---- */

#formEvent
{
padding-bottom: 15px;
text-align: center;
}


/* ---- TABLE ---- */

#eventTable
{
background-color: #C3C3C3;
}

#eventTable td
{
width: 72px;
height: 70px; 
padding: 5px;
margin: 0px;
}

#eventTable th
{
width: 70px;
height: 30px;
text-align: center;
background-color: white;
margin: 0px;
color: #D62A38;
font-size: 14px;
}

.idDay
{
font-weight: bold;
margin-bottom: 5px;
}

.idCurrentDay
{
font-weight: bold;
color: #D62A38;
margin-bottom: 5px;
}

#thisDay
{
border: solid 2px #D62A38;
}

/* ---- LINKS ---- */

.nextMonth
{
position: relative;
left: 50px;
}

.nextMonthNo
{
position: relative;
left: 50px;
color: #C3C3C3;
}

.prevMonth
{
position: relative;
right: 60px;
}

.prevMonthNo
{
position: relative;
right: 60px;
color: #C3C3C3;
}