@charset "UTF-8";
/* CSS Document */
#meet {
	width: 760px;
	background-color: #EEEDDE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#imageTitle {
	background-image: url(/includes/images/meeting.gif);
	height: 109px;
	width: 149px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#meetTitle {
	background-color: #5F0404;
	height: 94px;
	float: right;
	width: 591px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.TitleWhite {
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
}
#TitleMeetTable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#TitleMeetTable a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.TitleYellow {
	font-size: 14px;
	font-weight: bold;
	color: #FFCF65;
}
#linksTitle {
	text-align: right;
	color: #FFFFFF;
}
#bodyMeet {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5F0404;
}
.txtTen {
	font-size: 10px;
}
#registerMeet {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #DDDBC7;
}
#meet #registerMeet a {
	color: #000000;
	text-decoration: none;
}
#meet #registerMeet a:hover {
	color: #000000;
	text-decoration: underline;
}
#meet #meetTitle #linksTitle a {
	font-weight: bold;
	color: #FFFFFF;
}
#meet #bodyMeet table {
	font-size: 12px;
}
#spacerLeft {
	padding-left: 10px;
}

