.bulletinlist {
	width: 49%;
	float: left;
	margin-bottom: 1em
}
.bulletinlist h3 {
	margin-top: 0
}
/*.bulletinlist table {
	width: 100%;
	border-collapse: collapse
}
.bulletinlist table th,
.bulletinlist table td {
	border: 1px solid white;
	background: #F5F5F5;
	padding: 2px
}
.bulletinlist table th {
	background: #6398CA;
	color: #FFF
}
.bulletinlist table .col1,
.bulletinlist table .col3 {
	width: 1em
}
.bulletinlist table td.date {
	white-space: nowrap;
	width: 9em
}*/

#bulletins table,
#bulletins th,
#bulletins td {
	border: 1px solid #FFF
}

#bulletins table {
	width: 75%;
	border-collapse: collapse
}

#bulletins th,
#bulletins td {
	background: #F5F5F5;
	padding: 3px
}

#bulletins th {
	color: #FFF;
	background: #6398CA
}

#bulletins td:first-child,
#bulletins td:first-child + td + td {
	background: #EEE
}

#bulletins .active a {
	color: #000;
	cursor: normal
}

#bulletinmsg {
	margin: 0 2em;
	padding: 0;
}

#post p {
	margin: 3px;
}

#post table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

#post table td {
	border: 1px solid #DDDDDD;
	background: #F5F5F5;
	padding: 5px;
}

#post table .label {
	vertical-align: top;
	background: #E9E9E9;
	font-weight: bold;
}

div#bulletin {
	margin-left: 2em;
	margin-right: 2em;
	padding: 5px;
	background: #F5F5F5;
	height: 15em;
	overflow: auto
}
