﻿body {
}

a { font-size:11px; }
        
.MonthlyCalendar .MonthNavigation {
	clear:both;
	height:10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin: 0px;
}
.MonthlyCalendar .MonthNavNext {
	width:20%;
	float:right;
	text-align:right;
}
.MonthlyCalendar .MonthNavPrev {
	width:20%;
	float:left;
}
.MonthlyCalendar .MonthName {
	width:60%;
	text-align:center;
	font-weight:bold;
	float:left;
	color: #F1751B;
}

.MonthlyCalendar {
	width:280px;
	margin: 0px;
	padding: 0px;
}
.MonthlyCalendar #CalendarHead {
	width:100%;
	background:#F7F7F7 none repeat scroll 0 0;
	height: 20px;
}
.MonthlyCalendar #CalendarHead .DateHeader { width:14%; text-align:center; }

.MonthlyCalendar #CalendarBody { }
.DateBox {
	height:10px;
	vertical-align:top;
}
.DateLabel {
	height:16px;
	width:20px;
	text-align:right;
	background-attachment: scroll;
	background-color: #F3F3F3;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.DateLabel a {
	cursor:pointer;
	padding:0 5px 2px;
	text-decoration:none;
}

#CalendarBody .Inactive, #CalendarBody .Weekend { background:#fafafa none repeat scroll 0 0; }
.Today {
	background-attachment: scroll;
	background-color: #F8B686;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

#jMonthCalendar .Event {
	font-size:9px;
	padding:0px;
	background-color:#C0D0FF;
	margin-bottom:1px;
	/*-moz-border-radius:0 8px 8px 8px;*/
	cursor:pointer;
}
.Event a { text-decoration:none; color:#000; }
.Event a:hover { text-decoration:underline; }
#content .post .tit_sez  {
	font-size: 18px;
	color: #333;
	margin: 0px;
	font-weight: bold;
	background-image: url(images/img08.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 55px;
}
#content .post .tex_bri  {
	font-size: 18px;
	font-weight: bold;
	color: #C8454A;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
.dest {
	color: #333;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.edess {
	font-size: 18px;
	color: #F60;
	margin: 0px;
	padding: 0px;
}

