/****************************/
/***** T o o l t i p ********/
/****************************/
.jwcalendar_olbg { 
	background-color: #A7A8AA;
	border: 1px solid #A7A8AA;
	text-align: left;
	text-indent: 6px;
}

.jwcalendar_olfg { 
	border: 0px; 
	background-color: #E4E5E5; 
	padding:4px 6px;
	text-align:left;
}

.jwcalendar_olcf { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 2em; 
	font-weight: bold; 
	color: #FFFFFF; 
}

.jwcalendar_oltf { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
}
/****************************/
/***T o o l t i p ** E N D **/
/****************************/

div.tx-jwcalendar-pi1 {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-align: center;
  color:#193A72;
}

div.tx-jwcalendar-pi1 img{
	border:0;
}

div.tx-jwcalendar-pi1 a, div.tx-jwcalendar-pi1 table a{
   /* text-decoration:none;*/
    text-decoration:none;
	color: #692287;
}

div.tx-jwcalendar-pi1 a:hover,
div.tx-jwcalendar-pi1 table a:hover{
}

div.tx-jwcalendar-pi1 input{
  clear:both;
  text-align:center;
  margin:10px;
  padding: 3px 14px; 
} 


div.tx-jwcalendar-pi1 .tx_jw_input_text{
  width:260px;
  border:1px #FECC3C solid;
  padding:3px;
  height:23px;

}
div.tx-jwcalendar-pi1 .tx_jw_select{
  font-size:11px;
  border:0px;
}

div.tx-jwcalendar-pi1 .tx_jw_textarea{
  font-size:12px;
  height:120px;
  width:260px;
  padding:3px;
  border:1px #FECC3C solid;
}

div.tx-jwcalendar-pi1 .tx_jw_input_button {
	font-size: 11px;
	background: #666666;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: 2px 10px;
	padding: 2px 4px;
	border: none;
}

/********************************************/
/***************** LIST view ****************/
/********************************************/
div.jwcalendar_list {
	width: 100%;
	background-color: #A7A8AA;
  	color: #F1F1F1;
}
#content div.jwcalendar_list {
}
div.jwcalendar_list .title {
	display: none;
}
div.jwcalendar_list .prev_items {
	font-weight: bold;
	text-align: left;
}
div.jwcalendar_list .next_items {
	float: right;
	text-align: right;
	color: #F1F1F1;
}
div.jwcalendar_list .next_items {
}
div.jwcalendar_list table.items {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	line-height:1.4em;
	empty-cells:show;
	border-collapse:collapse;
	border-spacing:0;
}
div.jwcalendar_list table.items td.label {
	vertical-align: top;
	padding:5px;
	border-bottom: 1px solid #FFFFFF;
	color: #F1F1F1;
	overflow: hidden;
}
#content div.jwcalendar_list table.items td.label {
	background-color: #E4E5E5;
	color: #666666;
}
div.jwcalendar_list table.items td.item {
	vertical-align:top;
	padding:5px;
	border-bottom: 1px solid #FFFFFF;
}


div.jwcalendar_list .itemslist table.items tr td.catcolor {
	width: 8px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
div.jwcalendar_list table.items p {
	font-size: 11px;
	padding:0;
}
div.jwcalendar_list table.items p {
	font-size: 11px;
	padding:0;
	color: #FFFFFF;
}
#marginal div.jwcalendar_list table.items p {
	display: none;
}
#content div.jwcalendar_list table.items p {
	margin: 0;
	padding: 0;
}
#content div.jwcalendar_list table.items p A,
div.jwcalendar_list table.items A {
	padding: 6px 0 0 0;
	color: #666666;
	font-size: 9px;
	text-decoration: none;
}
#content div.jwcalendar_list table.items p A:hover,
div.jwcalendar_list table.items A:hover {
	color: #333333;
	text-decoration: underline;
}
div.jwcalendar_list .submit {
	clear: both;
	font-size: 11px;
	padding: 0;
	display: none;
}

/********************************************/
/*****************WEEK view ****************/
/********************************************/
div.jwcalendar_week{
  width:100%;
  background-color:#FDF2D2;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color:#193A72;
  border: 1px  #FFC725 solid;
  margin:10px 0;
}

div.jwcalendar_week .prev_week{
    margin:4px 120px 0px 10px;
	float:left;
}

div.jwcalendar_week .selector{
    margin:4px 0 0 0;
	float:left;
}

div.jwcalendar_week .next_week{
    text-align:right;
    margin:4px 10px 0px 120px;
}


div.jwcalendar_week table.days{
   clear:both;
   font-family: Verdana, sans-serif;
   font-size: 12px;
   width:100%;
   line-height:1.4em;
   border-collapse:collapse;
   empty-cells:show;
   border-spacing:0;
   border:1px solid #FFC725;
   margin:8px;
}

div.jwcalendar_week table.days td.dayname{
    text-align:right;
    vertical-align:top;
    border:1px solid #FFC725;
    padding:2px 8px 0 4px;
}

div.jwcalendar_week table.day_events,div.jwcalendar_week table.times {
   	background:#FBE29F;
   	font-family: Verdana, sans-serif;
   	font-size: 12px;
   	width:100%;
   	border-collapse:collapse;
   	empty-cells:show;
   	border-spacing:0;
}
div.jwcalendar_week table.times {
   border:1px solid #FFC725;
}

div.jwcalendar_week table.times td.time{
   border-left:2px solid #FFC725;
   border-right:2px solid #FFC725;
}

div.jwcalendar_week table.days a{
    text-decoration:none;
}

div.jwcalendar_week table.days td.time{
   font-family: Verdana, sans-serif;
   font-size: 11px;
   text-align:center;
}

div.jwcalendar_week table.days td.event_time{
   height:4px;
   padding:0;
   margin: 0px;
}

div.jwcalendar_week table.days td.event{
   font-family: Verdana, sans-serif;
   font-size: 11px;
   vertical-align:top;
   padding:4px 2px;
   margin: 0px;
}

div.jwcalendar_week table.days td.event a{
   font-family: Verdana, sans-serif;
   font-size: 11px;
}

/********************************************/
/*****************MONTH view ****************/
/********************************************/
div.jwcalendar_month {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F1F1F1;
}
div.jwcalendar_month .title {
	clear:both;
	text-align: center;
	font-size: 9px;
	font-weight:bold;
	color: #A7A8AA;
	padding: 0;
}
div.jwcalendar_month .navi,
div.jwcalendar_month .days_view {
	margin: 0;
	padding: 0;
}


/*******************/
/*tables navi******/
/*******************/

div.jwcalendar_month table.navs {
	width:100%;
	margin: 0;
}
div.jwcalendar_month table.months,
div.jwcalendar_month table.year {
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	empty-cells: show;
	margin: 0;
	padding: 0;
}
div.jwcalendar_month table.year {
	padding: 5px 0 5px 0;
}
div.jwcalendar_month table.months {
	background-color: #E4E5E5;
	margin: 0;
	padding: 0;
}
div.jwcalendar_month table.year {
	font-size: 9px;
	border-spacing: 0;
}
div.jwcalendar_month table.months td {
	border: 1px solid #FFFFFF;
}
div.jwcalendar_month table.year td {
}
div.jwcalendar_month table.months td.other_month,
div.jwcalendar_month table.year td.next_year {
	background: #666666;
	padding:0;
}
div.jwcalendar_month table.months td.other_month {
	padding: 0;
}
div.jwcalendar_month table.months td.current_month,
div.jwcalendar_month table.months td.current_month A {
	background: #A7A8AA;
	padding: 0;
	font-weight: bold;
}
div.jwcalendar_month table.months td.current_month A:hover {
	color: #FFFFFF;
}
div.jwcalendar_month table.year td A,
div.jwcalendar_month table.months td A {
	color: #F1F1F1;
	text-transform: uppercase;
	font-weight: normal;
}
div.jwcalendar_month table.year td.last_year,
div.jwcalendar_month table.year td.next_year {
	margin: 5px 0 0 0;
	background: #E4E5E5;
	font-size: 9px;
	color: #666666;
}
div.jwcalendar_month table.year td.last_year A,
div.jwcalendar_month table.year td.next_year A {
	color: #666666;
	font-weight: bold;
}
div.jwcalendar_month table.year td.last_year A:hover,
div.jwcalendar_month table.year td.next_year A:hover {
	color: #A7A8AA;
}
/*****************/
/*table days******/
/*****************/


/*div.jwcalendar_month .days_view table{*/
div.jwcalendar_month table.days {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	width:100%;
	line-height:1.4em;
	border-collapse:collapse;
	empty-cells:show;
	border-spacing:0;
	border:1px solid #FFFFFF;
	padding:0;
}

div.jwcalendar_month table.days a{
    text-decoration:none;
}

div.jwcalendar_month table.days td {
	vertical-align: top;
	border: 3px solid #FFFFFF;
}

div.jwcalendar_month table.days td.week {
	background: #E4E5E5;
	font-weight:bold;
}

div.jwcalendar_month table.days td.dayname {
	background: #A7A8AA;
	font-weight: bold;
	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: bold;
	background: #E4E5E5;
	padding: 0;
}

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 {
	font-weight: bold;
	color: #A7A8AA;
}
div.jwcalendar_month table.days td.today{
	border: 1px solid #666666;
}


div.jwcalendar_month table.days td.outside_weekend a,
div.jwcalendar_month table.days td.outside_weekend,
div.jwcalendar_month table.days td.outside{
	background: #E4E5E5;
	color: #E4E5E5;
}
div.jwcalendar_month table.days td.inside_weekend {
	background: #E4E5E5;
}

/**********************/
/*table singleday******/
/**********************/
div.jwcalendar_month table.singleday,
div.jwcalendar_month table.singleday td,
div.jwcalendar_month table.singleday td a,
div.jwcalendar_month table.singleday a {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A7A8AA;
	width:100%;
	line-height:1.0em;
	border-collapse:collapse;
	empty-cells:show;
	border-spacing:0px;
	border: 0;
	padding:0px;
}
div.jwcalendar_month td.outside table.singleday,
div.jwcalendar_month td.outside table.singleday td,
div.jwcalendar_month td.outside table.singleday td a,
div.jwcalendar_month td.outside table.singleday a,
div.jwcalendar_month td.outside_weekend table.singleday,
div.jwcalendar_month td.outside_weekend table.singleday td,
div.jwcalendar_month td.outside_weekend table.singleday td a,
div.jwcalendar_month td.outside_weekend table.singleday a {
	color: #E4E5E5;
}

div.jwcalendar_month table.singleday {
	background: #E4E5E5;
}
div.jwcalendar_month table.singleday td{
}

/*****************/
/*table dayitem******/
/*****************/
div.jwcalendar_month table.dayitem,
div.jwcalendar_month table.dayitem a {
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width:100%;	
	border-collapse:collapse;
	empty-cells:show;
	border-spacing: 0;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}
div.jwcalendar_month div.days_view table.days tr td.dayname {
	color: #FFFFFF;
}
div.jwcalendar_month div.days_view table.days tr td table.singleday tr td.dayitem {
	margin: 0;
	padding: 0;
	text-align: center;
}
div.jwcalendar_month div.days_view table.days tr td.dayname p.daywrap {
	margin: 0;
	padding: 1px 0 2px 0;
}
div.jwcalendar_month div.days_view table.days tr td table.singleday tr td.dayitem P.daywrap {
	margin: 0;
	padding: 3px 0 3px 0;
}
div.jwcalendar_month table.dayitem td.item P {
	width: 13px;
	height: 10px;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
* HTML div.jwcalendar_month table.dayitem td.item P {
	width: 10px;
}
div.jwcalendar_month table.dayitem td.item P a {
	text-decoration:none;
	font-weight:normal;
	border:0;
	padding: 0 0 0 20px;
	margin: 0;
	display: block;
}
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 {
	background-color: #FFFFFF;
	border: 0;
	padding: 0 10px 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;
	background: #E4E5E5;
	border-bottom: 1px solid #FFFFFF;
}
div.jwcalendar_single .headerie {
	height: 20px;
	overflow: hidden;
	background-color: #A7A8AA;
	margin: 0;
	padding: 0;
}
div.jwcalendar_single .contentie {
}
div.jwcalendar_single .org,
div.jwcalendar_single .orgie {
	background-color: #FFFFFF;
	color: #333333;
}
div.jwcalendar_single .title,
div.jwcalendar_single .category {
	height: 20px;
	line-height: 1.7em;
	float:left;
	font-size: 11px;
	text-align: left;
	font-weight: bold;	
	background-color: #A7A8AA;
	color: #FFFFFF;
}
div.jwcalendar_single .category {
	float: none;
}
#content div.jwcalendar_single .title H3 {
	background-color: #A7A8AA;
	color: #F1F1F1;
	font-weight: bold;
	padding: 0 5px 0 5px;
}
div.jwcalendar_single .catcolor {
	width: 8px;
	height: 20px;
	padding: 0;
	border-right: 1px solid #FFFFFF;
}    

div.jwcalendar_single .images{
	float:left;
    padding:10px 8px;
    margin:0px;
}

div.jwcalendar_single .itemtext{
}
div.jwcalendar_single .itemtext SPAN.itemtitle {
	display: block;
	font-weight: bold;
	color: #333333;
	padding: 5px 0 0 3px;
	text-decoration: underline;
}
div.jwcalendar_single .teaser {
	display: block;
	line-height: 1.2em;
	font-size: 9px;
	padding: 4px 10px 5px 14px;
	color: #666666;
}
div.jwcalendar_single .desc {
	display: block;
	line-height: 1.4em;
	font-size: 11px;
	padding: 0 10px 2px 14px;
	color: #666666;
}

div.jwcalendar_single .itemlink {
	line-height: 1.6em;
	display: block;
	padding: 0 10px 6px 14px;
	color: #666666;
}

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%;
}

/********************************************/
/*****************feEntry view ****************/
/********************************************/
div.jwcalendar_feEntry{
  background-color:#FDF2D2;
  border: 1px  #FFC725 solid;
  padding:8px;
}


div.jwcalendar_feEntry .label,
div.jwcalendar_feEntry .timelabel{
    vertical-align:bottom;
    line-height:1.6em;
	padding:8px 8px;
    width:32%;
}  
  
div.jwcalendar_feEntry .timelabel{
    width:20%;
}  

div.jwcalendar_feEntry .title{
  font-size:14px;	
  font-weight:bold;	
  color:blue;
  text-align:left;
  line-height:1.0em;
  padding:0px 8px;
}

div.jwcalendar_feEntry .title p:first-letter{
  font-size:20px;	
}

div.jwcalendar_feEntry .item{
  text-align:left;
  padding:8px 8px;
}

div.jwcalendar_feEntry .fileitem{
  text-align:left;
  padding:8px 8px;
  width:30px;
}

div.jwcalendar_feEntry input{
  clear:none;
  background: white;
  border-top:2px #FCF6E5 solid;
  border-left:2px #FCF6E5 solid;
  border-right:2px #FECC3C solid;
  border-bottom:2px #FECC3C solid;
  text-align:left;
  font-size:12px;
  margin:0;
  padding: 0; 
}

div.jwcalendar_feEntry .error ul li{
	list-style: circle;
  text-align:left;
  font-size:12px;
  color:red;
  margin:4px 40px;
}

div.jwcalendar_feEntry .error ul li:first-letter{
  font-size:16px;
  font-weight:bold;
}

div.jwcalendar_confirm .error{
  font-size:12px;
  color:red;
  margin:10px;
}

div.jwcalendar_confirm .conftext{
  font-size:14px;
  margin:10px;
}
/********************************************/
/*****************ORGANIZER view ****************/
/********************************************/

div.jwcalendar_organizer,
div.jwcalendar_location {
	padding: 0 10px 10px 10px;
}
div.jwcalendar_organizer .content,
div.jwcalendar_organizer .header,
div.jwcalendar_organizer .org, 
div.jwcalendar_location .content,
div.jwcalendar_location .header,
div.jwcalendar_location .org{
	width:100%;
	clear:both;
}
div.jwcalendar_organizer .contentie,
div.jwcalendar_organizer .headerie,
div.jwcalendar_organizer .orgie,
div.jwcalendar_location .contentie,
div.jwcalendar_location .headerie,
div.jwcalendar_location .orgie {
	float:left;
	width:100%;
	text-align:left;
}
div.jwcalendar_organizer .contentie,
div.jwcalendar_location .contentie{
}
div.jwcalendar_organizer .headerie,
div.jwcalendar_location .headerie{
}
div.jwcalendar_organizer .headerie,
div.jwcalendar_location .headerie{
	background-color: #A7A8AA;
	border-bottom: 1px solid #FFFFFF;
}
div.jwcalendar_organizer .header .headerie .catcolor,
div.jwcalendar_location .header .headerie .catcolor {
	font-size: 11px;
	width: 8px;
	font-weight:bold;	
	line-height: 1.8em;
	display: block;
	background-color: #E4E5E5;
	float: left;
	border-right: 1px solid #FFFFFF;
}

div.jwcalendar_organizer .title,
div.jwcalendar_location .title{
	float:left;
	display: block;
	font-size: 11px;
	text-align:left;
	font-weight:bold;	
	padding: 0;
	background-color: #A7A8AA;
	color: #FFFFFF;
	line-height: 1.6em;
	padding: 0 0 0 5px;
	
}

div.jwcalendar_organizer .text,
div.jwcalendar_location .text{
    margin:8px;
}

div.jwcalendar_location .name,
div.jwcalendar_organizer .name{
	font-size: 11px;
	text-align:left;
	font-weight:bold;	
	padding:0;
	margin: 0;
}
div.jwcalendar_organizer .contentie,
div.jwcalendar_location .contentie {
	background-color: #E4E5E5;
	color: #666666;
}
div.jwcalendar_organizer .orgie,
div.jwcalendar_location .orgie {
	background-color: #FFFFFF;
	color: #666666;
}
div.jwcalendar_location .images,
div.jwcalendar_organizer .images{
	float:left;
    padding:10px 8px;
    margin:0px;
}
div.jwcalendar_location .desc,
div.jwcalendar_organizer .desc{
    font-size: 11px;
}
div.jwcalendar_location .label,
div.jwcalendar_organizer .label{
	clear:both;
	float:left;
	text-align:right;
	font-weight:bold;	
	width:30%;
	padding: 4px 4px;
}

div.jwcalendar_location .item,
div.jwcalendar_organizer .item{
	text-align:left;
	padding:4px 4px 4px 32%;
}

div.jwcalendar_location .addritem,
div.jwcalendar_organizer .addritem{
	text-align:left;
	padding:4px 4px 0px 32%;
}
#content div.jwcalendar_organizer div.content div.contentie div.text span.name p {
	margin: 0;
	padding: 2px 0 5px 0;
	font-size: 11px;
	font-weight: bold;
}
div.jwcalendar_location .cityitem,
div.jwcalendar_organizer .cityitem{
	text-align:left;
	padding:0px 4px 8px 32%;
}


