/**
 * Style sheet sCalendar
 */

/**
 * mini
 */
.mod_minicalendar
{
	margin-top:5px;
}

.mod_minicalendar table
{
	width:100%;
	border:1px solid #E0D9C6;
}

.mod_minicalendar .label
{
	padding-top:2px;
	padding-bottom:2px;
	background-color:#E0D9C6;
}

.mod_minicalendar th,
.mod_minicalendar td
{
	width:14%;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
}

.mod_minicalendar th
{
	padding-bottom:5px;
}

.mod_minicalendar a
{
	color:#882800;
}

.mod_minicalendar .today
{
	background-color:#fff;
}

