#main>h2 {
	margin-bottom: 0;
}

/* heading bar */
#main>h2+p {
	position: relative;
	margin: 0;
	padding: .7em 0;
	border-bottom: 1px solid #8a7d75;
	text-align: center;
	font-weight: bold;
	font-size: .833em;
	text-transform: uppercase;
	min-height: 1px;
}

#main>h2+p>a {
	position: absolute;
	right: 0;
	top: .5em;
	height: 17px;
	line-height: 17px;
	padding-right: 23px;
	background: url(/docroot/omnium/imgs/agendaRight.gif) no-repeat 100% 50%;
	text-align: left;
}

#main>h2+p>a:first-child {
	right: auto;
	left: 0;
	width: auto !important;
	width: 150px; /* IE6 workaround */
	padding-left: 23px;
	padding-right: 0;
	background: url(/docroot/omnium/imgs/agendaLeft.gif) no-repeat 0 50%;
}



/* Table */
#main>table {
	border-collapse: collapse;
}

#main>table>caption {
	display: none;
}

#main>table td {
	width: 79px;
	height: 99px !important;
	height: 79px;
	padding: 10px;
	border: 1px solid #d0cbc8;
	background: #f3f2f1;
	vertical-align: top;
	empty-cells: show;
}

*:first-child+html #main>table td {
	height: 79px !important;
}

#main>table td.on {
	background: #fff;
}

/* TD contents */
#main td p, #main td ul {
	line-height: 1.2;
}

#main td p {
	font-size: .916em;
}

#main td p:first-child { /* Number */
	margin-bottom: .3em;
	color: #d0cbc8;
	font-size: 1.333em;
}
/* RELACIONS i LOCATION */
#main td li, #main td p.location {
	clear: both;
	color: #8a7d75;
	font-size: .833em;
	text-transform: uppercase;
}

#main td li:first-child {
	float: left;
	padding-right: 7px;
	background: url(/docroot/omnium/imgs/markerDotGray.gif) no-repeat 100% .6em;
}

#main td li {
	min-height: 1px;
}

#main td ul+p {
	margin-top: .5em;
}

#main td .bottomLink {
	background: #8A7D75 none repeat scroll 0 0;
	margin: 3px 0;
	text-align:right;
}
#main td .bottomLink a { color: #FFF; padding: 0 12px; }

/* more... button (at end of table) */
#main table+.bottomLink {
	height: 23px;
	margin-top: 3px;
	margin-bottom: 20px;
	background: #8a7d75;
}
#main table+.bottomLink a {
	float: right;
	height: 23px;
	padding: 0 12px;
	line-height: 23px;
	background: url(/docroot/omnium/imgs/btOrangeRight.gif) no-repeat 100% 0;
	color: #fff;
	font-family: "Helvetica Neue", freesans, sans-serif;
}
#main table+.bottomLink a.left {
	float: left;
	background: url(/docroot/omnium/imgs/btOrangeLeft.gif) no-repeat 0 0;
}


