#tuna_calendar {
	margin: 0px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
	width:382px;
	padding: 1px 0 0 1px;
	position:absolute;
	z-index:1000;
	*padding:0;
	*width:384px;
}
@media all and (min-width:0){#tuna_calendar{width:384px}}
#tuna_calendar a {
	color:#000000; /* color of active dates */
	text-decoration:none;
}
#tuna_calendar .day0,#tuna_calendar .day6  {
	color:#FFFF00; /* color of the label for weekends */
}
#tuna_calendar .current_day{
	text-decoration: underline;
	font-weight:bold;
	color:#0055AA;
	background: #FF0033;
}
#tuna_calendar .current_day:hover{
	background:#FFFF66;  /* hover over the dates */
	text-decoration: underline;
	
}
#tuna_calendar .cue_day{
	color:#A0522D;
}
#tuna_calendar .cue_day:hover{
	background: #FF0000;  /* not sure what this is */
}
#tuna_calendar .selected_day{
	width:18px;
	height:18px;
	color: #0055aa;	
	text-decoration: none;	
	border: 1px solid #FF0000; /* not sure what this is */
	background: #C8E3FC;
}
#tuna_calendar .limit_day{
	text-decoration:line-through;
}
#tuna_calendar .limit_day:hover{
	text-decoration:line-through;
}
#tuna_calendar .over_day, #tuna_calendar .blank_day, #tuna_calendar .limit_day{
	color: #999; /* blocked dates */
	cursor: default;
}
#tuna_calendar .enable_day:hover{
	background:#FFFF33;
}
#tuna_calendar .currentmonth01 th {
	background:#000000; /* current month top color */
}
#tuna_calendar table {
	border-collapse:collapse;
	border:solid 1px #000000; /* border around both calendars*/
	float:left;
	background:#FFF;
}
#tuna_calendar th,#tuna_calendar td {
	height:20px;
	line-height:20px;
	text-align:center;
}
#tuna_calendar thead th {
	background:#CC9900;  /*calendar top color and words */
	color:#000000;
	font-weight: bold;
}
#tuna_calendar th {
	background:#666666; /*other months outside of current month*/
	font-weight:bold;
	color:#FFF;
}
#tuna_calendar th span {
	color:#FFFF00;
}
#tuna_calendar thead th span  {
	font-weight: normal;
	color:#ffffff; /* color of arrows */
	cursor:pointer;
	text-align:center;
	width:40px;
	line-height:20px;
	*line-height:16px;
}
#tuna_calendar td a {
	display:block;
	height:20px;
	width:20px;
	overflow:hidden;
	text-align:center;
	line-height:20px;
}
#tuna_calendar .calendar_title01 {
}
#tuna_calendar .calendar_title01 span {
	float:left;
}
#tuna_calendar .calendar_title01 div {
	float:left;
}

#tuna_calendar .calendar_title02 {
}
#tuna_calendar .calendar_title02 span {
	float:right;
}
#tuna_calendar .calendar_title02 div {
	float:right;
}
