/** html body h2 {
	margin-left: 16px;
}
*/
div#cexpos {
/* 	padding-top: 80px; */
}

ul#cal {
	padding: 0;
	margin: 0;
}

ul#cal li {
	list-style-type: none;
}

ul#cal li.prov {
	font-weight: bold;
}

ul#cal li.event {
	margin-left: 3em;
}

div#ccal {
	overflow: scroll;
	background-color: #dfdfdf;
	white-space: nowrap;
	width: 680px;
	margin-left: 20px;
}

ul#lcal {
/* 	width: 100%; */
	padding: 0;
	margin: 0;
}

ul#lcal li {
	list-style-type: none;
	min-height: 80px;
	height: auto!important;
	height: 80px;
	padding: 0;
	margin: 0;
}

ul#lcal li.title {
	float: left;
	clear: left;
	background-color: #fff;
	white-space: normal;
	width: 200px;
}

li.title h3 {
	padding-top: 1.5em;
}

ul#lcal li.cal {
	float: left;
	border-bottom: 1px solid #666;
}

div.cal {
}

ul#lcal li div {
	height: 40px;
}

div.titulo {
/* 	clear: left; */
}

div.cal div.prov {
	white-space: nowrap;
	border-bottom: 1px solid #999;
}

div.cal div.exp {
	float: left;
	color: #fff;
	background-color: #4360ab;
	font-size: 110%;
	font-weight: bold;
	padding: 0 0 0 0;
}

div.cal div.exp h3 {
	padding: 0;
	margin: 0 0 -4px 6px;
}

div.cal div.exp span {
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 0 6px;
}

div.cal div.noexp {
	float: left;
	color: #000;
/* 	background-color: #777; */
}

ul#events {
	position: relative;
	padding: 0;
	margin: 0;
}

ul#events li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#events .accordion-toggle {
/* 	position: relative; */
	display: block;
	color: #fff;
/* 	background-color: #6e9cf6; */
	background: url(/images/horztoggle.jpg) bottom left no-repeat;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	margin: 3px 0;
/* 	border: 1px solid #84abfb; */
	z-index: 10;
	cursor: pointer;
}

ul#events .accordion-toggle:hover {
	background: url(/images/horztoggle.jpg) center left no-repeat;
}

ul#events .accordion-toggle-active,
ul#events .accordion-toggle-active:hover {
	background: url(/images/horztoggle.jpg) top left no-repeat;
/* 	border: 1px solid #ccf; */
}

ul#events .accordion-toggle:hover {
	background: url(/images/horztoggle.jpg) center left no-repeat;
}

ul#events .accordion-toggle-active,
ul#events .accordion-toggle-active:hover {
	background: url(/images/horztoggle.jpg) top left no-repeat;
/* 	border: 1px solid #ccf; */
	margin: 3px 0;
}

ul#events .accordion-content {
	overflow: hidden;
	background-color: #eef;
	padding: 0 6px;
	margin: 0 8px 0 0;
	background-color: #eef;
	padding: 0 6px;
	margin: 0 8px 3px 8px;
}

ul#events .accordion-content h4 {
	color: #4a94c6;
	padding-top: 1em;
	margin-bottom: 0.5em;
	border-top: 1px solid #000;
/* 	border-bottom: 1px solid #000; */
}

ul#events .accordion-content ul.events {
	padding: 0;
	margin: 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #000;
}

ul.events li strong {
	color: #c27616;
/* 	font-weight: normal; */
}

p.more {
	text-align: right;
	text-indent: -24000px;
}

a#more {
	display: block;
	float: right;
	background-image: url(/images/button2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -24000px;
	width: 100px;
	height: 32px;
}

a#more:hover {
	background-position: left bottom;
}
