div.tx-jwcalendar-pi1 {
	width: 160px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #193A72;
}

#content div.tx-jwcalendar-pi1 {
	width: 470px;
}

div.tx-jwcalendar-pi1 img {
	border: 0;
}

div.tx-jwcalendar-pi1 a, div.tx-jwcalendar-pi1 table a {
	text-decoration: none;
	font-size: 10px;
	color: #000000;
}

div.tx-jwcalendar-pi1 a:hover, div.tx-jwcalendar-pi1 table a:hover {
	color: red;
}


 /**********************/
/***** Month view *****/

#calendar_logo {
	margin: 6px 0px 0px 0px;
	text-align: right;
}

div.jwcalendar_month {
	width: 100%;
	background-color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #193A72;
	border: 0px #FFC725 solid;
	margin: 0px 0px 0px 0px;
}

div.jwcalendar_month .title {
	clear: both;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	padding: 0px;
}

div.jwcalendar_month .navi, div.jwcalendar_month .days_view {
	padding: 0px;
}

div.jwcalendar_month table.navs {
	width: 100%;
}

div.jwcalendar_month table.months, div.jwcalendar_month table.year {
	width: 100%;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	empty-cells: show;
	border-collapse: separate;
	border-spacing: 0px;
}

div.jwcalendar_month table.year {
	font-size: 10px;
	border-spacing: 0px;
}

div.jwcalendar_month table.months td, div.jwcalendar_month table.year td{
	
}

div.jwcalendar_month table.months td.other_month, div.jwcalendar_month table.year td.last_year, div.jwcalendar_month table.year td.next_year {
	background: #ffffff;
	border-top: 0px #FCF6E5 solid;
	border-left: 0px #FCF6E5 solid;
	border-right: 0px #FECC3C solid;
	border-bottom: 0px #FECC3C solid;
	padding: 0px 0px 0px 0px;
}

div.jwcalendar_month table.months td.other_month {
	padding: 0px 0px 0px 0px;
}

div.jwcalendar_month table.months td.current_month {
	background: #ffffff;
	border: solid 2px #CD9705;
	border: solid 1px #AD1602;
	padding: 0px 0px 0px 0px;
}


 /**********************/
/***** Days table *****/

div.jwcalendar_month table.days {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	width: 100%;
	line-height: 1.6em;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0;
	border: 0px solid #FFC725;
	padding: 0;
}

div.jwcalendar_month table.days a {
	text-decoration: none;
}

div.jwcalendar_month table.days td.inside, div.jwcalendar_month table.days td.inside_weekend, div.jwcalendar_month table.days td.outside, div.jwcalendar_month table.days td.outside_weekend, div.jwcalendar_month table.days td.today, div.jwcalendar_month table.days td.dayname {
	vertical-align: top;
	border: solid 1px #7392cb;
	padding: 2px 2px 1px 2px;
}

div.jwcalendar_month table.days td.week {
	background: #ffffff;
	font-weight: bold;
}

div.jwcalendar_month table.days td.dayname {
	background: #ffffff;
	font-weight: normal;
	text-align: center;
}

div.jwcalendar_month table.days, div.jwcalendar_month table.days td.inside, div.jwcalendar_month table.days td.today, div.jwcalendar_month table.days td.inside_weekend, div.jwcalendar_month table.days td.today_weekend,div.jwcalendar_month table.days td.outside_weekend {
	font-weight: normal;
}

div.jwcalendar_month table.days a, div.jwcalendar_month table.days td.inside a, div.jwcalendar_month table.days td.today_inside a, div.jwcalendar_month table.days td.inside_weekend a, div.jwcalendar_month table.days td.today_weekend a, div.jwcalendar_month table.days td.outside_weekend a {
	font-weight: bold;
	color: #1362af;
}

div.jwcalendar_month table.days a:hover, div.jwcalendar_month table.days td.inside a:hover, div.jwcalendar_month table.days td.today_inside a:hover, div.jwcalendar_month table.days td.inside_weekend a:hover, div.jwcalendar_month table.days td.today_weekend a:hover, div.jwcalendar_month table.days td.outside_weekend a:hover {
	color: red;
}

div.jwcalendar_month table.days td.dayitem, div.jwcalendar_month table.days td.today td.dayitem {
	font-size: 10px;
}

div.jwcalendar_month table.days td.dayitem {
	background: #ffffff;
	font-weight: normal;
	text-align: center;
}

div.jwcalendar_month table.days td.dayitem:hover {
	background-color: #c0c0c0;
}

div.jwcalendar_month table.days td.today td.dayitem {
	background: #ffffff;
	border: solid 2px #CD9705;
	border: solid 1px #AD1602;
}

div.jwcalendar_month table.days td.outside_weekend, div.jwcalendar_month table.days td.outside {
	background: #ffffff;
	/*border: dotted 0px #F9DF94;*/
}

div.jwcalendar_month table.days td.inside_weekend {
	background: #ffffff;
}

 /*************************/
/***** Dayitem table *****/

div.jwcalendar_month table.dayitem, div.jwcalendar_month table.dayitem a {
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	width: 100%;
	line-height: 1.0em;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0px;
	border: 0px solid #ddd;
	padding: 0px;
	margin: 0px;
}

div.jwcalendar_month table.dayitem td.item, div.jwcalendar_month table.dayitem td.item a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	border: 0;
}

div.jwcalendar_month table.dayitem td.itemcat, div.jwcalendar_month table.dayitem td.itemcat a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
	font-size: 8px;
	padding: 0px;
	Cursor: help;
	width: 2px;
	border: 0;
}

 /***********************/
/***** Single view *****/

div.jwcalendar_single {
	margin: 10px 0px 0px 0px;
	background-color: #FDF2D2;
	border: 1px #FFC725 solid;
	padding: 10px 10px;
}

div.jwcalendar_single .content, div.jwcalendar_single .header, div.jwcalendar_single .org {
	width: 100%;
	clear: both;
}

div.jwcalendar_single .contentie, div.jwcalendar_single .headerie, div.jwcalendar_single .orgie {
	float: left;
	width: 100%;
	text-align: left;
	border-left: 1px #FFC725 dotted;
	border-right: 1px #FFC725 dotted;
	border-bottom: 1px #FFC725 dotted;
	background: #FCECC0;
}

div.jwcalendar_single .headerie {
	border-top: 1px #FFC725 dotted;
}

div.jwcalendar_single .contentie {
	background: #FBE29F;
}

div.jwcalendar_single .title, div.jwcalendar_single .category {
	float: left;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 4px 8px 8px 8px;
}

div.jwcalendar_single .catcolor {
	float: none;
	font-size: 2px;	padding:0;
}

div.jwcalendar_single .category {
	float: none;
	font-size: 12px;
	font-weight: normal;
	padding: 6px 8px 8px 8px;
}

div.jwcalendar_single .images {
	float: left;
	padding: 10px 8px;
	margin: 0px;
}

div.jwcalendar_single .itemtext {
	margin: 8px;
}

div.jwcalendar_single .itemtitle p:first-letter {
	font-size: 15px;
	font-weight: bold;
	color: red;
}

div.jwcalendar_single .itemtitle p:first-line {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
}

div.jwcalendar_single .teaser {
	font-weight: bold;
	font-style: italic;
	line-height: 1.8em;
}

div.jwcalendar_single .desc {
	font-size: 11px;
}

div.jwcalendar_single .itemlink {
	line-height: 1.8em;
}

div.jwcalendar_single .label, div.jwcalendar_feEntry .label, div.jwcalendar_feEntry .timelabel {
	clear: both;
	float: left;
	text-align: right;
	font-weight: bold;
	width: 33%;
	padding: 4px 8px;
}

div.jwcalendar_single .item, div.jwcalendar_feEntry .item {
	text-align: left;
	padding: 4px 4px 4px 32%;
}

