#main>h2 select {
	margin-left: 10px;
	color: #675545;
	border: 1px solid #fff;
	background-color: #FFFFFF;
}

#main>p.navigation {
	position: relative;
	margin-right: 10px;
	padding: .7em 0;
	border-bottom: 1px solid #8a7d75;
	text-align: center;
	font-weight: bold;
	font-size: .833em;
	text-transform: uppercase;
	min-height: 1px;
}
#main>p.navigation>a {
	position: absolute;
	right: 0;
	top: .5em;
	height: 17px;
	line-height: 17px;
	padding-right: 23px;
	background: url(/docroot/escacc/imgs/agenda_arrow_right.gif) no-repeat 100% 50%;
	text-align: left;
}
#main>p.navigation>a:first-child {
	right: auto;
	left: 0;
	width: auto !important;
	width: 150px; /* IE6 workaround */
	padding-left: 23px;
	padding-right: 0;
	background: url(/docroot/escacc/imgs/agenda_arrow_left.gif) no-repeat 0 50%;
}


/* Table */
#main>table {
	border-collapse: collapse;
	margin-right: 10px;
}

#main>table>caption {
	display: none;
}

#main>table td {
	width: 85px;
	height: 89px;
	padding: 10px;
	border: 1px solid #d0cbc8;
	background: #f3f2f1;
	vertical-align: top;
	empty-cells: show;
}
*:first-child+html #main>table td {
	height: 85px !important;
}

/* Funcionalitat d'ampliar la casella quan no hi cap el text
#main>table td {
	width: 85px;
	max-width: 85px;
	height: 85px;
	max-height: 85px;
	overflow: hidden;
	float:left;
}
#main>table td:hover {
	max-width: 120px;
	max-height: 500px;
	overflow: visible;
	position: absolute;
}
*/
#main>table td.on {
	background: #fff;
}
#main>table td.today p.dayofmonth {
	color: red;
}

/* TD contents */
#main td li {
	line-height: 1.2;
}

#main td p {
	font-size: .916em;
}

#main td p.dayofmonth { /* Number */
	margin-bottom: .3em;
	color: #d0cbc8;
	font-size: 1.333em;
}

#main td ul { padding:0; margin:0; }
#main td ul li {
	min-height: 1px;
	padding-left: 7px;
	background: url(/docroot/escacc/imgs/markerDotGray.gif) no-repeat 0 .6em;
	list-style:none;
}
#main td p.location {
	clear: both;
	color: #8a7d75;
	font-size: .833em;
	text-transform: uppercase;
}

#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+p.bottomLink {
	height: 23px;
	margin: 3px 10px 20px 0;
	background: #8a7d75;
}
#main table+p.bottomLink a {
	float: right;
	height: 23px;
	padding: 0 12px;
	line-height: 23px;
	background: url(/docroot/escacc/imgs/btOrangeRight.gif) no-repeat 100% 0;
	color: #fff;
/* 	font-family: "Helvetica Neue", freesans, sans-serif; */
}
#main table+p.bottomLink a.left {
	float: left;
	background: url(/docroot/omnium/imgs/btOrangeLeft.gif) no-repeat 0 0;
}

/* ******************************************** */

a.prev {
    background: url("/docroot/escacc/imgs/prev-arrow-catalog.jpg") no-repeat;
	display: block;
    float: left;  
	cursor: pointer;	
	font-size:1px;
	margin: 0px 0;
    width: 150px;
	
}

a.next {
    background: url("/docroot/escacc/imgs/next-arrow-catalog.jpg") no-repeat;
	display: block;
    float: left;  
	cursor: pointer;	
	font-size:1px;
	margin: 5px 0;
    width: 150px;
}
a.prev.disabled {	
	background: url("/docroot/escacc/imgs/prev-arrow-catalog-disabled.jpg") no-repeat !important;
	display: block;
    float: left;  
	cursor: pointer;	
	font-size:1px;
	margin: 0px 0;
    width: 150px;
	
} 

a.next.disabled {
	background: url("/docroot/escacc/imgs/next-arrow-catalog-disabled.jpg") no-repeat !important;
	display: block;
    float: left;  
	cursor: pointer;	
	font-size:1px;
	margin: 5px 0;
    width: 150px;
} 

/* ****************************************************** */

#scrollable-bloc.scrollable {
    height: 410px;
    overflow: hidden;
    position: relative;
    width: 150px;
}

#scrollable-bloc.scrollable .items {
    background-color: white;
    height: 20000em;
    position: absolute;
    width: 150px;
}

#scrollable-bloc.scrollable .items .last {
	border-bottom: 2px solid #909090!important;
    margin-bottom: 15px!important;
}

#scrollable-rss.scrollable .items .item {
  min-height:375px;
}



/* **************************************** */

#scrollable-rss.scrollable {
    min-height: 510px;
    overflow: hidden;
    position: relative;
    width: 150px;
}

#scrollable-rss.scrollable .itemsdelicious {
    background-color: white;
    height: 20000em;
    position: absolute;
    width: 150px;
}

#scrollable-rss.scrollable .itemsdelicious .item {
  min-height:50px;
}


#scrollable-rss.scrollable .itemsdelicious .last {
	border-bottom: 2px solid #909090;
    margin-bottom: 15px;
}

/* **************************************** */

#scrollable-enllacos.scrollable {
    min-height: 310px;
    overflow: hidden;
    position: relative;
    width: 150px;
}

#scrollable-enllacos.scrollable .itemsenllacos {
    background-color: white;
    height: 20000em;
    position: absolute;
    width: 150px;
}

#scrollable-enllacos.scrollable .itemsenllacos .item {
  min-height:25px;
}

#scrollable-enllacos.scrollable .itemsenllacos .last {	
	border-bottom: 2px solid #909090;
    margin-bottom: 15px;
}

/* **************************************** */

#scrollable-mitjans.scrollable {
    min-height: 310px;
    overflow: hidden;
    position: relative;
    width: 150px;
}

#scrollable-mitjans.scrollable .itemsmitjans {
    background-color: white;
    height: 20000em;
    position: absolute;
    width: 150px;
}

#scrollable-mitjans.scrollable .itemsmitjans .item {
  min-height:25px;
}

#scrollable-mitjans.scrollable .itemsmitjans .last {
	border-bottom: 2px solid #909090;
    margin-bottom: 15px;
}


/* ******************************************** */

div#main .xtradiv {
    margin-right: 92px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 515px;
}


div#main .xtradiv p.searcher {
    float: left;
    padding-right: 10px;
}






