/* SIZE */
#calendar {
	width:93%;
font-family: Arial, sans-serif !important;
}

/* SETS DEFAULT PARAMETERS */
.cal_tab_weekdays, .cal_control_table, .cal_control_line1, .cal_control_line2, .cal_control_line3, .kkor_calendar, .kkor_calendar td, .kkor_calendar_sel, .kkor_calendar_sel td {
	font-family: Verdana, Tahoma, Arial, sans-serif !important;
	font-size: 100% !important;
}
/* WEEK DAY TAB */
.cal_tab_weekdays {
	border:0;
	border-bottom: 1px solid #4A4A7A;
	height:20px;
	line-height:20px;
	font-weight: bold !important;
	color: #FFFFFF !important;
	background-color: #00713D;
}
/* CONTROL BARS TABLE */
.cal_control_table {
	border: 1px solid #4A4A7A;
}
/* YEAR'S CONTROL BAR */
.cal_control_line1 {
	border-bottom: 1px solid #4A4A7A;
	height:20px;
	line-height:20px;
	font-weight: bold !important;
	color:#00713D !important;
	background: #FEE7BB;
}
/* MONTH'S CONTROL BAR */
.cal_control_line2 {
	border-bottom: 1px solid #4A4A7A;
	height:20px;
	line-height:20px;
	font-size: 14px !important;
	font-weight: bold !important;
	color:#00713D !important;
	background: #FEE7BB;
}
/* JUMP TO CONTROL BAR */
.cal_control_line3 {
	border:0;
	height:30px;
	line-height:20px;
	background: #BED1B3;
}
.cal_control_line3 a {
	font-weight: bold;
	color:#666699 !important;
	text-decoration:none !important;
}
.jumpto {
	padding:3px;
	font-weight: bold;
	font-size:9px !important;
	color:#666699 !important;
	background: #EAEAFF;
	border: 1px solid #4A4A7A;
}

/* CALENDAR'S DAYS */
.kkor_calendar {
	padding:2px;
	height:50px;
	border: 1px solid #FFFFFF;
	background: #E6E6E6;
}

/* Tan hack \*/
* html .kkor_calendar {
	height:50px;
}/**/

/***DISABLED
.calendar a {
	width:100%;
	height:50px;
	padding:5px;
	font-weight: bold !important;
	text-decoration:none !important;
	color:#666699 !important;
}
.calendar a:hover {
	background: #EAEAFF;
}
*/

/* CALENDAR'S BOOKED DAY (events inside)*/
.kkor_calendar_sel {
	padding:2px;
	height:50px;
	border:0;
	background: #FFCC00;
}

/* Tan hack \*/
* html .kkor_calendar_sel {
	height:50px;
}/**/

/* CALENDAR'S EVENT */
.kkor_calendar_event {
	display:block;
	margin:3px;
	border: 1px solid #666699;
	font-weight: normal !important;
	font-size:9px !important;
	color:#ffffff !important;
	background: #00713D;
}
/* EVENTS LIST
.ev_listTitle{
	font-size: 11px !important;
	color: #999999 !important;
	font-weight:bold !important;
}*/

.ev_listDate{
	font-size: 11px !important;
	color:#00713D !important;
}
.ev_listContent{
	font-size: 11px !important;
	color:#00713D !important;
}

.ev_listNav{
	font-size: 11px !important;
	color:#00713D !important;
	font-weight:bold !important;
}

h1 {
       font-family: Arial, sans-serif !important;
       color: #2E4F43;
      font-size: 27px;
      font-weight:normal;
}

p {
      font-family: Arial, sans-serif !important;
      color: #2E4F43;
      font-size: 16px;
      line-height:120%;
      font-weight:normal;

}

.ev_listTitle {
      font-family: Arial, sans-serif !important;
      color: #744613;
      font-size: 16px;
      line-height:120%;
      font-weight:normal;
      text-decoration:none;
}

