div.tx-ext_jwcalendar-pi1-field, div.tx-ext_jwcalendar-pi1-label, div.tx-ext_jwcalendar-pi1-labelday, div.tx-ext_jwcalendar-pi1-labelmonth, div.tx-ext_jwcalendar-pi1-fieldday, div.tx-ext_jwcalendar-pi1-fieldmonth{
   margin-bottom:10px;
}

div.tx-ext_jwcalendar-pi1-label, div.tx-ext_jwcalendar-pi1-labelday, div.tx-ext_jwcalendar-pi1-labelmonth{
   margin-top:2px;
}

div.tx-ext_jwcalendar-pi1-label{
   width:50px;
   clear:left;
   float:left;
}

div.tx-ext_jwcalendar-pi1-labelday, div.tx-ext_jwcalendar-pi1-labelmonth{
   width:53px;
   float:left;
}

div.tx-ext_jwcalendar-pi1-labelday[class]{
   width:40px;
   margin-left:50px;
}

div.tx-ext_jwcalendar-pi1-fieldday, div.tx-ext_jwcalendar-pi1-fieldmonth{
   width:55px;
   float:left;
}

div.tx-ext_jwcalendar-pi1-button{
   clear:left;
   margin-left:50px;
}

div.ext_jwcalendar_button{
   margin-left:110px;
}

/****************************/
/***** T o o l t i p ********/
/****************************/
.jwcalendar_olbg {
        border: solid 0px #003399;
        background-color: #6666CC;
}

.jwcalendar_olfg {
        border: 0px;
        background-color: #EEEEEE;
        padding:4px 6px;
        text-align:left;
}

.jwcalendar_olcf {
        font-size: 10px;
        line-height: 2em;
        font-weight: bold;
        color: #FFFFFF;
}

.jwcalendar_oltf {
        font-size: 10px;
        color: #000000;
}
/****************************/
/***T o o l t i p ** E N D **/
/****************************/

div.tx-jwcalendar-pi1{
  font-size: 11px;
  text-align: center;
  clear:both;

}

div.tx-jwcalendar-pi1 img{
    border:0;
}

/********************************************/
/*****************MONTH view ****************/
/********************************************/

div.jwcalendar_month{
  width:100%;
}

div.jwcalendar_month .title{
  clear:both;
  text-align: center;
  font-size: 14px;
  font-weight:bold;
}

div.jwcalendar_month .navi, div.jwcalendar_month .selector, div.jwcalendar_month .days_view{
  margin-bottom:5px;
  font-size:12px;
  font-weight:bold;
}

div.jwcalendar_month .categories{
  text-align:left;
  margin:5px;
  margin-bottom:10px;
  font-weight:bold;
}

/*******************/
/*tables navi******/
/*******************/

div.jwcalendar_month table.days{
   background-color:#FDF2D2;
}

div.jwcalendar_month table.navs{
   width:100%;
}

div.jwcalendar_month table.months, div.jwcalendar_month table.year{
   width:100%;
   font-size: 11px;
   font-weight:bold;
   text-align:center;
   empty-cells:show;
   border-collapse:separate;
   border-spacing:10px;
}

div.jwcalendar_month table.year {
   font-size: 12px;
   border-spacing:5px;
}

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: #FBE29F;
   border-top:2px #FCF6E5 solid;
   border-left:2px #FCF6E5 solid;
   border-right:2px #FECC3C solid;
   border-bottom:2px #FECC3C solid;
   padding:15px 5px;
}

div.jwcalendar_month table.months td.other_month{
   padding:5px;
}

div.jwcalendar_month table.months td.current_month{
   background: #FBE29F;
   border-right:2px #FCF6E5 solid;
   border-bottom:2px #FCF6E5 solid;
   border-top:2px #FECC3C solid;
   border-left:2px #FECC3C solid;
   padding:5px;
}

/*****************/
/*table days******/
/*****************/


/*div.jwcalendar_month .days_view table{*/
div.jwcalendar_month table.days{
   font-size: 11px;
   width:100%;
   line-height:1.4em;
   border-collapse:collapse;
   empty-cells:show;
   border-spacing:0;
   border:1px solid #FFC725;
   padding:0;
}

div.jwcalendar_month table.days a{
    text-decoration:none;
}

div.jwcalendar_month table.days td{
   vertical-align:top;
   border:solid 1px #FFC725;
   padding:4px;
}

div.jwcalendar_month table.days td.week{
   background:#FBE29F;
   font-weight:bold;
}

div.jwcalendar_month table.days td.dayname{
   background:#FBE29F;
   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;
}

div.jwcalendar_month table.days td.today{
    background: #F9F4E7;
    border:solid 2px #CD9705;
    border:solid 2px #AD1602;

}


div.jwcalendar_month table.days td.outside_weekend,
div.jwcalendar_month table.days td.outside{
   background:#EAEAEB;
   border:solid 1px #F9DF94;
}


div.jwcalendar_month table.days td.inside_weekend{
   background:#FCECC0;
}

/**********************/
/*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-size: 11px;
   width:100%;
   line-height:1.0em;
   border-collapse:collapse;
   empty-cells:show;
   border-spacing:0px;
   border:0px solid #ddd;
   padding:0px;
   margin:0 0 2px 0;
}

div.jwcalendar_month table.singleday{
   background: #eee;
   border:1px solid #ddd;
}

div.jwcalendar_month table.singleday td{
   border:0px solid #ddd;
   padding:3px 0;
}

/*****************/
/*table dayitem******/
/*****************/
div.jwcalendar_month table.dayitem,
div.jwcalendar_month table.dayitem a{
   font-weight:normal;
   font-size: 11px;
   width:100%;
   line-height:1.0em;
   border-collapse:collapse;
   empty-cells:show;
   border-spacing:0px;
   border:1px solid #ddd;
   padding:0px;
   margin:1px 0;
}

div.jwcalendar_month table.dayitem td.item,
div.jwcalendar_month table.dayitem td.item a{
  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;
  text-decoration:none;
  font-size: 8px;
  padding:0px;
  Cursor:help;
  width:2px;
  border:0;
}


/***********************************************LIST*****************/

div.jwcalendar_single{
  margin:10px;
  padding:10px;
  text-align:left;
  clear:both;
  height:50px;
}

div.jwcalendar_single{
  min-height:50px;
}

div.jwcalendar_images{
  width:100px;
  float:left;
  margin-bottom:10px;
}

div.jwcalendar_text{
  width:210px;
  float:left;
  clear:left;
  margin-bottom:10px;
}

div.item{
  font-size:14px;
  font-weight:bold;
  margin-bottom:5px;
  text-align:center;
}

div.itemtitle{
  font-size:14px;
  font-weight:bold;
}

div.teaser{
   font-weight:bold;
}

