@charset "utf-8";
/* CSS Document */

#calendar_movable {
    position: relative;
	display: block;
	width: 232px;
	background: #ffffff;
}

#yearwrapper {
	position: relative;
	margin: 12px 0 0 14px;
	width: 225px;
	
}

#yearbox {
	position: relative;
	margin: 0 auto 0 auto;
	width: 110px;
	vertical-align: middle;
	padding: 0;
	line-height: 24px;
}

.yeararrows {
	margin: 8px auto 0 auto;
	width: 14px;
	height: 16px;
	cursor: pointer;
}

#yearnumber {
	margin: 0 auto 0 auto;
	width: 75px;
	color: #e04f28;
	font-size: 24px;
	vertical-align: middle;
	padding: 0;
	line-height: 30px;
	text-align: center;
    border: none;
	cursor: default;
}

.calendar-wrapper {
    position: relative;
	width: 252px;
	margin: -8px 0 0 0;
}

#selectmonth {
	margin: 0 0 -3px 14px;
}

#monthnames-wrapper {
	margin-left: -10px;
	width: 230px;
	white-space: nowrap;
}

.monthname {
    position: relative;
	margin: 11px 0 2px 10px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	width: 212px;
	height: 16px;
	text-align: center;
	background: #444444;
	padding: 3px 3px 3px 3px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.dow-wrapper {
    position: relative;
	margin-bottom: 2px;
	margin-left: 7px;
}

.dow {
    margin: 3px 3px 3px 3px;
	width: 16px;
	height: 16px;
    background-color: #e04f28;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	color: #ffffff;
	cursor: default;
}

.dayswrapper {
	margin-left: 7px;
}

.weekday-wrappers {
    margin: 0 3px 0 3px;
	width: 21px;
	height: 22px;
	text-align: center;
	padding-left: 0px;
	padding-right: 5px;
	/*overflow-x: hidden;
	border: 1px solid #000000;*/
}

.weekdays {
	width: 16px;
	height: 16px;
    background-color: #eeeeee;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	color: #000000; 
	cursor: default;   
}

.weekdays-present {
	width: 16px;
	height: 16px;
    background-color: #444444;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	color: #ffffff;
	cursor: pointer;   
}

.weekdays-present-session1 {
	width: 20px;
	height: 20px;
    background-color: #bfe5bf;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;   
}

.weekdays-present-session2 {
	width: 20px;
	height: 20px;
    background-color: #7fcc7f;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;   
}

.weekdays-present-session3 {
	width: 20px;
	height: 20px;
    background-color: #40b340;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;   
}

.weekdays-present-session4 {
	width: 20px;
	height: 20px;
    background-color: #bfe5bf;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;   
}

.weekdays-absent {
	width: 20px;
	height: 20px;
    background-color: #ff0000;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #ffffff; 
	cursor: pointer;    
}

.weekdays-selected {
	width: 16px;
	height: 16px;
    background-color: #444444;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	color: #ffffff;
	cursor: pointer;   
}

#monthnames_border {
	margin: 3px 0 3px 14px;
	border-top: 1px dashed #dddddd;
	width: 220px;
}

#monthnames-wrapper {
	position: relative;
	clear: both;
	margin: 0 0 0 16px;
	padding-top: 6px;
}

.monthnames {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 9px;
	margin-left: 0px;
	margin-right: 3px;
	color: #777777;
	text-align: center;
	cursor: pointer;
}

.monthnames:hover {
    color: #e04f28;
}

.montharrows {
	display: none;
}
