.pukkaMeetingsTableHeader {font-size:8pt;font-weight:normal;background-color:#EEEBE6}

#pukkaMeetingsDiv{
	position:relative;
}


#pukkaMeetingsTable {
	border-collapse:collapse;
	width:96%;
	margin:2%;
}

#pukkaMeetingsTable {
	border-collapse:collapse;
	width:96%;
	margin:2%;
}

#pukkaMeetingsTable td {
	padding:6px 4px;
	border-bottom:2px solid #fff;
	text-align:center;
	background-color:#ede8e2;
	
}


#pukkaMeetingsTable th {
	padding:2px 4px;
	border-top:1px solid #ccc;
	border-bottom:2px solid #fff;
	text-align:center;
	vertical-align:top;
}

#pukkaMeetingsTable th.pukkaMeetingsColumn_title, #pukkaMeetingsTable td.pukkaMeetingsColumn_title {
	text-align:left;
}

#pukkaMeetingsDiv .conferenceRoomsPlans{
	margin:10px auto;
	display:none;
	border:1px solid #CCCCCC;
	}

div#buttonMeetings{
	position:relative;
	text-align : center;
}

#buttonMeetings .button-meeting{
	position:relative;
	float: left;
	display:inline;
	background-color:#726c6b;
	height:26px;
	cursor: pointer;
	margin: 10px 0 0 40px;
	padding: 0 20px;	
	line-height:26px;
}

#buttonMeetings a:hover{
	color: #030F5E;
}

#buttonMeetings .buttonMeeting-left{
	position:absolute;
	top:0px; left:-11px;
	background: url(images/button_bg_left.gif);
	height: 26px; width:11px;
}

#buttonMeetings .buttonMeeting-right{
	position:absolute;
	top:0px; right:-11px;
	background: url(images/button_bg_right.gif);
	height: 26px; width:11px;
}