/* CSS Document */
#MAIN_CALENDAR{
	float: left;
	width: 98%;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#MAIN_CALENDAR .title{
	border-bottom:1px solid #CCCCCC;
	color:#006699;
	font-size:18px;
	background-color: #F7F7F7;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

#MAIN_CALENDAR .CALENDARLIST{
	list-style-type: none;
	float: left;
	width: 95%;
	margin-top: 10px;
	padding-left: 10px;
	position:relative;
	clear: none;
}

.calendar_today{
	background-image: url(today.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	width: 125px;
	padding: 0px;
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	text-align: center;
}

.calendar_oneday {
	background-image: url(day.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	width: 125px;
	padding: 0px;
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #030303;
	text-align: center;
}

.calendar_oneevent{
	float: none;
	font-size: 11px;
	color: #666666;
	padding-top: 10px;
	
}
.calendar_oneevent .calendar_title{
	font-size: 14px;
}
.CALENDARLIST .today {
	font-size:40px;
	position:relative;

	z-index: auto;
	top: 10px;
}
.CALENDARLIST .year {
font-size:12px;
padding-top:36px;
position:relative;
}
.CALENDARLIST .day {
font-size: 12px;
top:36px;
position:relative;
	
}


#MAIN_CALENDAR .calendarBox {
	float:left;
	width:233px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}

#MAIN_CALENDAR .calendarFloat {
background-color:#333333;
border:1px solid #000000;
color:#CCCCCC;
cursor:pointer;
float:left;
height:17px;
margin:1px 0 0 1px;
padding:1px;
width:27px;
	}


	
#MAIN_CALENDAR #date {
	height: 50px;
	width: 45px;
	color: #999999;
	text-align: center;
	line-height: 100%;
	float: left;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	background-position: left;
	background-image: url(../../theme/default/images/calendar.gif);
	}
	
#MAIN_CALENDAR #date #month {
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	vertical-align: top;
	}

#MAIN_CALENDAR #eventList{
	float:left;
	width:340px;
	color: #FFFFFF;
	}
	
#MAIN_CALENDAR #eventList .oneEvent{
	width:320px;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	}	
	
#MAIN_CALENDAR #eventList .oneEvent a{

	color: #FFFFFF;

	}	
	
.CALENDAR_LINK{
	padding: 5px;
	clear: both;
	float: none;
	width: 98%;
	background-color: #F2F2F2;
	border: 1px solid #BDBDBD;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}	
.CALENDAR_LINK:hover{
	background-color: #FAFAFA;
}
