/********************************************/
/*****************MONTH view ****************/
/********************************************/

div.jwcalendar_month{
	width: 98%;
	background-color: #F4F7FC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #193A72;
	border: 1px solid #1A79BE;
	margin: 10px 0;
}
div.jwcalendar_month .title{
  clear:both;
  text-align: center;
  font-size: 14px;
  font-weight:bold;
  color: #000000;
  padding:5px;
}
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: #1A79BE;
	border-top: 2px solid #CBE1A6;
	border-left: 2px solid #CBE1A6;
	border-right: 2px solid #9CCA4C;
	border-bottom: 2px solid #9CCA4C;
	padding: 6px;
}
div.jwcalendar_month table.months td.current_month{
	background: #1A79BE;
	border-top: 2px solid #9CCA4C;
	border-left: 2px solid #9CCA4C;
	border-right: 2px solid #CBE1A6;
	border-bottom: 2px solid #CBE1A6;
	padding: 6px;
	font-size: 10px;
}
div.jwcalendar_month table.months td.other_month{
   padding:6px;
   font-size: 9px;
}

/*****************/
/*table days******/
/*****************/


/*div.jwcalendar_month .days_view table{*/
div.jwcalendar_month table.days{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	line-height: 1.2em;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0;
	border: 1px solid #9DCC49;
	padding: 0;
	font-size: 10px;
}

div.jwcalendar_month table.days a{
    text-decoration:none;
}

div.jwcalendar_month table.days td{
	vertical-align: top;
	border: 1px dotted #9DCC49;
	padding: 4px;
}

div.jwcalendar_month table.days td.week{
	background: #85A7D7;
	font-weight: bold;
	font-size: 10px;
}

div.jwcalendar_month table.days td.dayname{
   background:#85A7D7;
   font-weight:bold;
   text-align:center;
	font-size: 10px;
}

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_weekend {
	border: 1px solid Red;
}

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:blue;
}


div.jwcalendar_month table.days td.today{
	background: #F9F4E7;
	border: 1px solid Red;
	border: solid 1px #AD1602;
}


div.jwcalendar_month table.days td.outside_weekend,
div.jwcalendar_month table.days td.outside{
	background: #C4DE90;
	border: 1px dotted #C4DE90;
}


div.jwcalendar_month table.days td.inside_weekend{
	background: #DBEABB;
}


/**********************/
/*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: Arial, Helvetica, 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: 0 0 2px 0;
}

div.jwcalendar_month table.singleday{
	background: #DFE6F5;
	border: 1px dotted #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-family: Arial, Helvetica, sans-serif;
	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{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border: 0;
}

div.jwcalendar_month table.dayitem td.itemcat,
div.jwcalendar_month table.dayitem td.itemcat a{
	font-weight: normal;
	color: White;
	text-decoration: none;
	font-size: 8px;
	padding: 0px; /*Cursor:help;*/
	width: 2px;
	border: 0;
}

