#calendari {
    font-size: 12px;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
}

#calendari div.caption{
	background: transparent url(img/col_esq.png) no-repeat scroll right top;
	font-size:0.75em;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin-top:20px;
	padding-left:15px;
	color:#000;
	text-align:left;
}

.calendari {    
    width: 200px; 
    margin:10px 0 0 0;
    padding: 2px;
    border-bottom: 2px solid #ccc;
    font-size:0.9em;
	background:transparent url(img/bg_col_dreta.gif) repeat scroll 0 0;
}

.calendari tr.selector {
    font-weight: bold;
    color: #333;
}
.calendari tr.selector td, .calendari tr.selector th {
    border-bottom: 2px solid #7B7B7B;
	line-height:30px;
	background: url(img/bg_mes.gif) repeat-x center center;
}
.calendari a{
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9em;    
	display:block;
	background-repeat:no-repeat;
	height:16px;
	padding-top:6px;
	background:url(img/event.png) center center no-repeat;
	color:#555;
}
.calendari tr.selector a{
	display:block;
	height:100%;
	padding:0;
	cursor:pointer;
}
.calendari a:hover{
    font-weight: normal;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;    
}
.calendari tr.dies{
	background:url(img/bg_dies.gif);
}
.calendari tr.dies th{
    border-bottom: 2px solid #7B7B7B;
    text-align: center;
    font-weight: bold;
    color:#555;
	padding:5px;
}
.calendari tr td {
    font-size: 0.9em;
    text-align: center;
	height:22px;
	width:14%;    
	vertical-align: middle;
}

.calendari tr td.laborable {
    color:#7B7B7B;
}

.calendari tr td.capdesetmana {
    background-color: #eee;
    color:#7B7B7B;
}

.calendari tr td.event {
	font-weight:bold;
	padding:0;
}

.calendari .passapagina.left{
	background-image:url('img/esquerra.png');
	background-position:center right;
	background-repeat:no-repeat;
	height:30px;
	width:30px;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/plantillas/navarcles/img/esquerra.png', sizingMethod='image');
	_background-repeat:no-repeat;
	_background-position:center right;
	_margin-bottom:6px;
}
.calendari .passapagina.right{
	background-image:url('img/dreta.png');
	background-position:center left; 
	margin-left:5px;
	background-repeat:no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/plantillas/navarcles/img/dreta.png', sizingMethod='image');
	_background-repeat:no-repeat;
	_background-position:center left;
	_margin-bottom:6px;
}