/*Layout*/
/* hide from ie on mac \*/
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #efa0c6;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #61005f;
}
/* end hide */
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
form{
	margin: 0px;
	padding: 0px;
}
form select {
	font-size: 11px;
	color: #61005f;
}
h1{
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #61005f;
	line-height: 19px;
}
p{
	margin-bottom: 8px;
}
#footer{
	clear:both;
}
ul{
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li{
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	background-image: url(../images/li.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	line-height: 15px;
}
a{
	color: #61005f;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
#left a {
	text-decoration: none;
}
#left a:hover {
	text-decoration: underline;
}

/*Contents*/
#menu{
	position: absolute;
	top: 10px;
	left: 162px;
}
#menu a{
	text-decoration: none;
	color: #61005f;
	padding: 0;
	margin: 0px 10px 0px 0px;
	float:left;
	font-size: 10px;
	letter-spacing: -1px;
	font-weight: bold;
}

/*Miscelaneous*/
img {
	behavior: url(/style/pngbehavior.htc);
	border: 0;
	margin: 0;
}

#tooltip img, #calendar img {
	display: block;
}
caption {
	text-align: middle;
}
#calendar_container{
	width: 142px;
	padding: 0 0 5px 0;
	background-image: url(../images/bg_diary.gif);
	background-repeat: no-repeat;
	background-position: top;
	
}
#calendar_container select {
	width: 132px;
}
#calendar_txt {
	margin: 0 5px 10px 5px;
	width: 132px;
}
#calendar_txt #table {
	height: 115px;
}
#calendar table {
	padding: 0px;
	margin: 0px;
}
#calendar_txt table th {
	text-align: center;
	font-weight: normal;
}
#calendar_txt table td {
	text-align: center;
	width: 40px;
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	height: 12px;
}
#calendar_txt table .today {
	color: #fff;
	background-color: #61005f;
}

#calendar_txt table td a {
	font-weight: bold;
}
#calendar_txt .calendar-footer .calendar-prev a, #calendar_txt .calendar-footer .calendar-next a {
	font-weight: normal;
}
#calendar_txt .calendar-footer table td {
	width: auto;
}
#calendar_txt table td a {
	text-decoration: underline;
}
#calendar_txt .calendar-footer a {
	font-style: italic;
	text-decoration: none;
}
#calendar_txt .calendar-footer a:hover, #calendar_txt .calendar-footer a:active {
	background-color: transparent;
	text-decoration: underline;
}
#calendar_txt .calendar-footer{
	width: 132px;
}
