/* agenda table */
.agtable{
	width: 100%;
	border-collapse:collapse;
	padding-top: 0px;
}
.agtable th{
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	background-image: url(../graphics/tableheadmin.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.agtable td {
	color:#333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B6AF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 9px;
	background-color: #EBF0FA;
}
.agtable td.dk {
	background:#D2E1F0;
	color:#000;
	text-align: left;
}
.agtable td.infodk {
	color:#000;
	background-color: #D2E1F0;
	background-image: url(../graphics/infodk.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.agtable td.infolit {
	color:#000;
	text-align: left;
	padding-left: 10px;
	background-color: #EBF0FA;
	background-image: url(../graphics/infolit.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.agtable tfoot td {
	height: 9px;
	background-color: #474844;
}
.agtable td.ag1 {
	font-weight: bold;
	background-color: #5E615A;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.th1ag {width:20px;}
.agtable td.foot{
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	background-image: url(../graphics/tableheadmin.gif);
	padding-bottom: 2px;
}

