table.agenda_item
{
	width: 100%;
	height: 80px;
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd;
	background: url("../graphics/grey_shade.png");
	background-repeat: repeat-x;
	margin-bottom: 5px;
	padding: 5px;
}

table.agenda_block
{
	width: 100%;
	height: 80px;
	border-style: solid;
	border-collapse: collapse;
	border-width: 2px;
	border-color: #666666;
	margin-bottom: 10px;
	color: #ffffff;
	padding: 0px;
}

td.agenda_block_head
{
	background: url("../graphics/grey_shade_dark.png");
	background-repeat: repeat-x;
	background-color: #aaaaaa;
	padding: 5px;
	color: #ffffff;
}

td.agenda_list
{
	padding: 5px;
}

td.agenda_block_content
{
	border-color: #eeeeee;
	background-color: #eeeeee; 
	background: url("../graphics/grey_shade.png");
	background-repeat: repeat-x;
}


table.agenda_choice
{
	width: 100%;
	height: 40px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	background: url("../graphics/grey_shade_dark.png");
	background-repeat: repeat-x;
	background-color: #aaaaaa;
	margin-bottom: 5px;
	color: #ffffff;
}

table.agenda_subchoice
{
	width: 100%;
	height: 40px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	background: url("../graphics/grey_shade.png");
	background-repeat: repeat-x;
	background-color: #aaaaaa;
	margin-bottom: 5px;
	color: #ffffff;
}

table.month
{
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-color: #000000;
	padding: 0px;
	width: 170px;
	height: 190px;
}

td.month_head
{
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}

td.month_day_head
{
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}

td.day
{
	background-color: #eeeeee;
	text-align: center;
	vertical-align: center;
}

table.big_month
{
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-color: #000000;
}

td.big_day
{
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-color: #000000;
	background-color: #eeeeee;
	text-align: top left;
	vertical-align: top;
	height: 80px;
	max-width: 100px;
	width: 80px;
	padding: 3px;
}

td.big_day_selected
{
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-color: #000000;
	background-color: #ffffff;
	text-align: top left;
	vertical-align: top;
	height: 80px;
	max-width: 100px;
	width: 80px;
	padding: 3px;
}

td.big_month_day_head
{
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-color: #000000;	
	background: url("../graphics/month_head.png");
	background-repeat: repeat-x;
	background-color: #000000;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

table.item
{
	width: 100%;
	border-color: #000000;
	border-width: 2px;
	padding: 0px;
	margin-bottom: 5px;
	font-family: "arial";
	font-size: 12pt;
	max-height: 10px;
	height: 10px;
	table-layout: fixed;
}

td.item
{
	color: #ffffff;
	background: rgba(255, 255, 255, 0.5);
	font-family: "arial";
	font-size: 8pt;
}

table.item_small
{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: center;
	border-collapse: collapse;
	border-color: #000000;
	background-color: #000000;
	padding: 5px;
}

table.week
{
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-color: #000000;
	padding: 0px;
	width: 100%;
}

td.week_day_head
{
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-color: #C48B9C;	
	background: url("../graphics/month_head.png");
	background-repeat: repeat-x;
	background-color: #F7AFC3;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

td.day_part
{
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-color: #000000;
	border-top-color: #dddddd;
	border-bottom-color: #dddddd;
	background-color: #eeeeee;
	text-align: top left;
	vertical-align: top;
	height: 5px;
	max-height: 5px;
	width: 80px;
	padding: 5px;
}
