/** 
shambala orange: #FAB907 
shambala dark red: #CC5334
**/


.year {
	border-style: outset;
	border-width: 1px;
	background-color: #FFFFC1;
	text-align: center;
}
.month {
width:100%;    
border: 1px solid #EEEEEE;
background-color: #FFFFFF;
text-align: center;
margin-left: 25px;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	background-color: #FFFFC1;
color:#4B5C44;
font-size:14px;
font-weight:bold;
line-height:16px;
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px;
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:200px;
	width:90px;
	background-color: #FFFFC1;
}
.week {
	border-style: none;
	background-color: #FFFFFF;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #FFFFC1;
}
.datepickerform {
	margin: 0px;
        text-align:center;
}
.monthnavigation {
	background-color: #EEEEEE;
	border: solid 1px #CCCCCC;
font-weight: bold;
}
.monthnavigation a{
display: block;
}
.monthpicker {
	font-size: 16px;
	background-color: #FFFFFF;
}
.yearpicker {
	font-size: 16px;
	background-color: #FFFFFF;
}
input[type="submit"] {
	cursor: pointer;
}
.pickerbutton {
border: solid 1px #CCCCCC;
background-color: #EEEEEE;
font-weight: bold;
padding:5px;
}
.nomonthday {
	text-align: center;
	vertical-align: top;
	height:200px;
	width:200px;
}
.monthday {
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	background-color: #F5F5F5;
	color: #000000;
	height:200px;
	width:150px;
}
.today {
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	background-color: #FFFFE1;
	height:200px;
	width:200px;
}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #CDC9C9;
	height:200px;
	width:200px;
}
.sunday {
	background-color: #F1F1F1;
	vertical-align: top;
	text-align: center;
	color: #667171;
	height:200px;
	width:200px;
}
.sunday a {
}
.saturday {
	background-color: #F1F1F1;
	vertical-align: top;
	text-align: center;
	color: #667171;
	height:200px;
	width:200px;
}
.saturday a {
}
.event {
	text-align: center;
	vertical-align: top;
	color: #000000;
	background-color: #ffffff;
	height:200px;
	width:200px;
}
.event a {
}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #CDC9C9;
	height:200px;
	width:200px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #EEE9E9;
	height:200px;
	width:200px;
}
.todayevent a {
	background-color: #ffffff;
	color: #000000;
}
.eventcontent {
    border:1px solid red;
	font-size: 8px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}

.eventtext a, .recurrent_event a{
display: block;
}
.eventtext {
background-color: #E3FFD7;
font-size:12px; 
line-height: 120% ; 
}
.recurrent_event {
background-color:#FFFFFF;
font-size:12px; 
line-height: 120%; 


}

