@charset "UTF-8";

#calendar_style {
	font: normal 11px/12px arial, sans serif;
	color:#666;
	width:99%;

}


#calendar_style th{
	font: bold 16px/18px arial, sans serif;
	color:#666;
	padding:10px;
}


#calendar_style .days td{
	border: 1px solid #ddd;
	height:50px;
}


#calendar_style td{
	vertical-align: top;
	padding:3px;
}


#week_style td{
	color:#888;
	text-align:center;
	padding-bottom: 5px;
}

#calendar_style .day_style{
	text-align:right;
}


#calendar_style .weekend{
	width:15%;
}

#calendar_style .weekday{
	width:14%;
}

#calendar_style li,
#calendar_style ul{
	padding-right: 0px;
	margin-right: 0px;
}
#calendar_style li a{
	text-decoration: none;
}

#calendar_style ul{
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
}

#calendar_style li{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #DDDDDD;
}

/* The left and right arrows displayed at the top of the calendar */
a.calendar_right,
a.calendar_left{
	display: inline-block;
	width: 27px;
	height: 18px;
}

a.calendar_right{
   background-image: url(../images/calendar_class/right_g.gif);
}

a.calendar_left{
   background-image: url(../images/calendar_class/left_g.gif);
}

#current_day{
	background-color: #ddd;
}

