﻿/************************************************************************
* Calendar specific formatting 
************************************************************************/
/* Surrounds the calendar */
.eventmonth
{
    /*border: 1px solid #DBDB79;*/  
    text-align: center;
}
/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width:100%;
}
.caldays
{
	background:#C90000;
	color:#FFF;
}
.dayNumber
{
	color:#333;
    line-height:20px;
    text-align:center;
}
.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth .dayNumber
{
	color:#CCC;
}
.calcurrentday
{
	/*background:url(/images/icons/jusatsu.gif) no-repeat center center;*/
	background:#00007c;
	color:#C90000;
	font-weight:bold;
}
.calcurrentday .dayNumber
{
	color:#C90000;
	font-weight:bold;
}
.calweekend
{
	
}
.calcurrentmonth, .calothermonth, .calcurrentday, .calweekend
{
    /* needed for positioning the dayNumber part */
    /*position:relative;*/
    background:#EEE;
    border:1px solid #d3dae4;
    /*border-right:none;*/
    border-collapse:collapse;
    /*border-spacing: 5px;*/
    text-align:center;
    vertical-align:top;
}
.eventmonth h3
{
    padding:0 20px;
}
.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}
