@charset "utf-8";
/* CSS Document */

table#meeting {
	border: none;
	border-collapse: collapse;
	width: 100%;
	clear: both;
}

#meeting tr {
}

#meeting tr.even {
	background-color: #fff;
}

#meeting tr.odd {
	background-color: #ffe;
}

#meeting td {
	padding: 0.5em 1em;
	vertical-align: top;
	border: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#meeting tr.cd-header {
	background-color: #efc;
	color: #131;
}

#meeting tr.cd-header td {
	padding: 0.25em 0.5em;
	font-weight: bold;
}

.mbuttonleft {
	margin: 15px;
	margin-left: 0;
	padding: 5px 5px;
	width: 12em;
	text-align: center;
	border: 1px solid #aaa;
	background: #ffc;
	float: left;
}

.mbuttonleft a {
	color: #363;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

.mbuttonleft a:hover {
	text-decoration: underline;
}

.mbuttonright {
	margin: 15px;
	margin-right: 0;
	padding: 5px 5px;
	width: 12em;
	text-align: center;
	border: 1px solid #aaa;
	background: #ffc;
	float: right;
}

.mbuttonright a {
	color: #363;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}

.mbuttonright a:hover {
	text-decoration: underline;
}
