/* =icxEVENTS
------------------------------------------------------------------------------*/
.smallcal {
	display: table;
	width: 100%;
	border: 1px solid #07F;
	margin: 0 auto;
	font: 10px  Verdana, Arial, Helvetica, sans-serif; }

.smallcal table {
	width: 100%; }

.smallcal td {
	font-size: 10px;
	padding: 2px;
	text-align: center; 
	background: #F6F6FF; }

.smallcal .title {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #07F;
	border: 1px solid #FFF; 
	border-width: 1px 1px 0; }

.smallcal .title a {
	display: block;
	padding: 3px 0;
	text-align: center; 
	text-decoration: none;
	color: #FFF;
	background: #07F; }

.smallcal .title a:hover {
	color: #FD0;
	text-decoration: underline;
	background: #F00; }

.smallcal .label {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background: #03C; }

.smallcal .space {
	background: #DDD; }

.smallcal .weekend {
	background: #EEE; }

.smallcal .holiday {
	background: #DFF; }

.smallcal .event {
	background: #FF6; }


/*----------------------------------------------------------------------------*/

.bigcal {
	display: table;
	border: 1px solid #07F;
	width: 100%;
	margin: 0 auto;
	font: 11px  Verdana, Arial, Helvetica, sans-serif; }

.bigcal table {
	display: table;
	width: 100%; }

.bigcal td {
	padding: 2px;
	text-align: center; 
	height: 6.0em;
	vertical-align: top;
	background: #F6F6FF; }

.bigcal td.title {
	font-size: 13px;
	font-weight: bold;
	height: 1.0em;
	color: #FFF;
	background: #005596;
	border: 1px solid #FFF; 
	border-width: 1px 1px 0; }

.bigcal td.title a {
	display: block;
	padding: 3px 0;
	text-decoration: none;
	color: #FFF;
	background: #005596; }

.bigcal td.title a:hover {
	text-decoration: underline;
	color: #FFF;
	background: #F1AB00; }

.bigcal .label {
	font-size: 11px;
	font-weight: bold;
	height: 1.0em;
	color: #FFF;
	background: #51B948; }

.bigcal .space {
	background: #DDD; }

.bigcal .weekend {
	background: #EEE; }

.bigcal .holiday {
	background: #DFF; }

.bigcal .event {
	background: #FF6; }

.bigcal .Event_Holiday {
	display: block; 
	clear: both; 
	width: 100%; 
	text-align: center;
    font-family:'Times New Roman',Times,Georgia,serif;
	font-size: 11px;
	font-style: italic; }

.bigcal .event_Event {
	display: block; 
	clear: both;
	width: 100%; 
	font-size: 11px; }

.bigcal td a {
	display: block;
	padding: 3px 0; }

.bigcal td a:hover {
	color: #FFF;
	background: #F1AB00; }


/*----------------------------------------------------------------------------*/

.eventlist {
	margin: 30px 30px; }

.eventlist .title {
	margin-top: 20px; }

.eventlist .duration {
	margin-bottom: 30px; }

.eventlist p {
	text-align: left; }

/*----------------------------------------------------------------------------*/

.event_index {
	text-align: center;
	font-size 11px; 
	margin: 1.4em 0.4em; 
	padding: 3px;
	border: 1px dotted #51B948; }

.event_index div.title {
	font-weight: bold; 
	color: #005596; }

.event_index div.location {
	text-align: center; 
	font-style: italic; 
	font-size: 10px; 
	color: #666; }

.event_index div.title br {
	display: none; }

.event_index .duration {
	font-size: 10px;
	font-weight: bold; 
	color: #005596; 
	margin-bottom: 0.4em; 
	border-bottom: 1px dotted #51B948; }

.event_index .event {
	display: block;
	margin: 0.6em 0.2em; 
	text-align: left; }

.event_index .event .date {
	padding-right: 1.2em; 
	font-weight: bold; 
	color: #51B948; }

.event_index a.title,
.event_index a:link.title { 
	text-align: center; 
	font-weight: bold; 
	color: #005596; 
	border: 1px dotted #51B948;
	font-style: italic; }

