/* ===============================================
The style for the calender pages
=============================================== */

/* ===============================================
The large calendar
=============================================== */
/* The table */
table.mewebcalendar
	{
	border-collapse: collapse;
	width: 533px;
	}

/* The top row two left td's */
td.mewebcalendartop_left
	{
	background-color: #827D71;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	font-weight: 900;
	font-size: 12px;
	vertical-align: middle;
	font-family: arial;
	}

/* The top row centered td with current month */
td.mewebcalendartop_center
	{
	background-color: #827D71;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	font-weight: 900;
	font-size: 15px;
	font-family: arial;
	}

/* The top row two right td's */
td.mewebcalendartop_right
	{
	background-color: #827D71;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: right;
	font-weight: 900;
	font-size: 12px;
	font-family: arial;
	}

/* The second row all the dayname td's */
td.mewebcalendardayheader
	{
	width: 75px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	vertical-align: top;
	font-weight: 900;
	font-size: 12px;
	background-color: #827D71;
	font-family: arial;
	}

/* A header of a date cell with the actual date number */
td.mewebcalendarheader
	{
	width: 75px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	vertical-align: top;
	font-weight: 900;
	font-size: 12px;
	background-color: #827D71;
	font-family: arial;
	}

/* A date cell with  possible data */
td.mewebcalendar
	{
	width: 75px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	height: 100px;
	text-align: left;
	vertical-align: top;
	font-size: 9px;
	background-color: #C6C1B4;
	font-family: arial;
	}

/* A non-date cell (not a day in the month) */
td.mewebcalendarinactive
	{
	width: 75px;
	border-color: #000000;
	border-style: solid;
	border-width: 0px;
	text-align: center;
	vertical-align: top;
	font-weight: 900;
	font-size: 12px;
	background-color: ;
	font-family: arial;
	}

/* ===============================================
The small calendar
=============================================== */
/* The table */
table.mewebcalendarblock
	{
	border-collapse: collapse;
	width: 140px;
	}

/* The table */
td.mewebcalendarblockdayheader
	{
	border-color: #798292;
	background-color: #827D71;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	font-weight: 900;
	width: 20px;
	font-family: arial;
	}

/* A cell without data or outside month*/
td.mewebcalendarblockempty
	{
	width: 20px;
	border-color: #798292;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	font-family: arial;
	}

/* A cell with data */
td.mewebcalendarblockdata
	{
	width: 20px;
	border-color: #798292;
	background-color: #827D71;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	font-weight: 900;
	font-family: arial;
	}
