#templateShowroomCouncilor #bottomContent {
	top:0;
	margin-top:30px;
}
ul.pageNav {
	width:950px;
}
#meetingTable {
	width:950px;
	border-collapse:collapse;
	border-spacing:0;
}
#meetingTable caption {
	font:20px "Trebuchet MS",Arial,sans-serif;
	color:#DA161F;
	text-align:left;
	margin-bottom:20px;
}
#meetingTable td, #meetingTable th {
	vertical-align:top;
}
#meetingTable tr.thead {
	display:block;
}
#meetingTable tr.thead th, #meetingTable tr.theadOff th {
	height:33px;
	color:#063875;
	background-color:#f4f4f4;
	border-bottom:1px solid #cccccc;
	text-align:left;
	vertical-align:middle;
}
#meetingTable tr.thead th.date {
	background:#f4f4f4 url(/img/bullet-square-open.png) no-repeat 12px center;
	padding-left:38px;
	cursor:pointer;
	width:210px;
}
#meetingTable tr.off th.date {
	background:#f4f4f4 url(/img/bullet-square-close.png) no-repeat 12px center;
}
#meetingTable tr.thead th.title {
	width:740px;
}
#js #meetingTable tr.tbody {
	display:none;
}
#meetingTable tr.tbody tr {
	background:#FFFFFF url(/img/account/bgd-table-order-row.jpg) repeat-x top;
}
#meetingTable tr.tbody td {
	padding:24px 0;
}
#meetingTable tr.tbody td table.meeting {
	border-collapse:collapse;
	border-spacing:0;
	margin: 6px 0 0 28px;
	width:190px;
}
#meetingTable tr.tbody td table.meeting tr {
	background:none;
}
#meetingTable tr.tbody td table.meeting tr th {
	text-align:right;
	color:#063875;
}
#meetingTable tr.tbody td table.meeting tr td {
	padding:0 0 25px 0.5em;
}
#meetingTable div.productLaunch {
	width:588px;
}
#meetingTable div.productLaunch .content {
	padding:14px 17px 14px 23px;
}
#meetingTable div.productLaunch h2 {
	font:28px "Trebuchet MS",Arial,sans-serif;;
	color:#e41e0a;
}
#meetingTable div.productLaunch hr {
	border-bottom:1px solid #cccccc;
	margin:15px 0 28px 0;
}
#meetingTable div.productLaunch img {
	float:left;
	margin-right:20px;
}
#meetingTable div.productLaunch h3 {
	font: 20px "Trebuchet MS",Arial,sans-serif;
	color:#063875;
}
#meetingTable div.productLaunch p {
	color:#616161;
	margin-top:1em;
}