/* Base Weblog (base-weblog.css) */

/* basic elements */

.style1 {
	font-size: 18px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {    font-size: 10pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style6 {
	font-size: 15px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.style7 {
	font-size: 18px;
	font-weight: normal;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.carender_style {

   background:#ffffff;
   font-weight: bold;
   padding:0px;
   font-size:11px;
   font-family: Arial, Helvetica, sans-serif;
   width:190px;

}

.whatsnew_style {

   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   background:#ffffff;
   padding:13px;
   font-size:12px;
   width:200px;


}

#calendar {
    margin: 5px 0 10px;;
    color: #444444;
}
.calendarhead {
    padding-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.2em;
}
#calendar table {
    padding: 0;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 9px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 10px;
    line-height: 120%;
}
.today {
    display: block;
    border: 1px solid #444444;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}