.meeting_data_row
	{
		position:relative;
		float:left;
		width:800px;
	}
.meeting_data_row_next
	{
		position:relative;
		float:left;
		width:650px;
		background-color: yellow
	}
.meeting_data_content
	{
		position:relative;
		float:left;
		width:800px;
		height:300px;
		overflow:auto;
	}
.meeting_date_header
	{
		position:relative;
		float:left;
		border-bottom-style:solid;
		border-bottom-color:#660000;
		border-bottom-width:2px;
		width:75px;
	}
.meeting_topic_header
	{
		position:relative;
		float:left;
		border-left-style:solid;
		border-left-color:#660000;
		border-left-width:2px;
		border-bottom-style:solid;
		border-bottom-color:#660000;
		border-bottom-width:2px;
		width:371px;
	}
.meeting_presenter_header
	{
		position:relative;
		float:left;
		border-left-style:solid;
		border-left-color:#660000;
		border-left-width:2px;
		border-bottom-style:solid;
		border-bottom-color:#660000;
		border-bottom-width:2px;
		width:150px;
	}
.meeting_date
	{
		position:relative;
		float:left;
		width:75px;
		border-bottom-style:solid;
		border-bottom-color:#666666;
		border-bottom-width:1px;
	}
.meeting_topic
	{
		position:relative;
		float:left;
		border-left-style:solid;
		border-left-color:#660000;
		border-left-width:2px;
		border-right-style:solid;
		border-right-color:#660000;
		border-right-width:2px;
		border-bottom-style:solid;
		border-bottom-color:#666666;
		border-bottom-width:1px;
		width:371px;
	}
.meeting_presenter
	{
		position:relative;
		float:left;
		border-bottom-style:solid;
		border-bottom-color:#666666;
		border-bottom-width:1px;
		width:200px;
	}
