@charset "utf-8";
/*-----------------------------------------------------
 Calendarizm template calendar1.css


 copyright(c) 2008,Tenderfeel.All Rights Reserved.

------------------------------------------------------*/

div.calendar {
	width:150px;
	margin-bottom:5px;
}

div.calendar * {
	font-size:10px;
}

table#calendar {	
	border-collapse:collapse;
	width:100%;
	border-color:#181800;
	background-color: #f6f6e8;
}
table#calendar th,
table#calendar td {
	border-color:#181800;
}
/* Caption :: Next&Back YearMonth */
table#calendar caption {
	padding:0.5em 0;
	background-color: #558555;
	color:#ffffff;
}
table#calendar caption a {
	color:#fff;
}
table#calendar caption a.next {
	padding-left:1em;
}
table#calendar caption a.back {
	padding-right:1em;
}

/* common */
table#calendar th,
table#calendar td {
	padding:4px;
	text-align:center;
	color:#181800;
}
table#calendar td {
}
table#calendar td tt {
	font-weight:bold;
	color:#616B76;
}
/* thead th :: Week */
table#calendar th {
	background-color:#90a890;
}
/* Sunday & Saturday */
table#calendar .sun {
	background-color:#f5cdbf;
}
table#calendar .sun tt {
	color:#e14646;
}
table#calendar .sat {
	background-color:#c6d6e4;
}
table#calendar .sat tt {
	color:#365c6e;	
}
table#calendar .today {
	background-color:#EEFFB9 !important;
}
/* Copyright */
div.calendar address {
display:none;
}

/* add */

table#calendar td#ivent {
background-color:#FF2313;
padding:0;
}

table#calendar td#ivent span#ivent {
color:#FFFFFF; !important
display:block;
padding:4px;
}

table#calendar td#ivent a#ivent {
display:block;
}

table#calendar td#list {
text-align:left;
}