@charset "utf-8";

table.calendar_week_view{
    text-align: center;
    font-family: Verdana;
    font-size: 12px;	
    color: #404040;
    width: 700px;
    background-color: #fafafa;
    border: 1px #d79900 solid;    
    border-spacing: 1px;
    text-align: center;
    font-weight: normal;
}

td.week_view_header_td{
    width:90px;
	height:40px;
    font-size:13px;
    font-weight:normal;
    border-spacing: 1px;
}


table.calendar_month_view{    
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    color: #404040;
    width: 700px;
    background-color: #fafafa;
    border: 1px #d79900 solid;
    border-spacing: 1px;
    text-align: center;
    font-weight: normal;
}

table.one_day_tbl{
    text-align: center;
    color: #404040;
    width: 90px;
    height:90px;    
    border: 0px;
    border-collapse: collapse;
    text-align: right;
    font-weight: normal;
}

td.month_view_header_td{
    width:90px;
    background-color:#FFCC00;
    font-size:14px;
    font-weight:bold;
}

td.month_view_td{
    height:90px;
    background-color:#FFE87C;
}

td.month_view_td_chosen_day{
    height:90px;
    background-color:#FFE850;
}

td.donot_care{
    width:90px;
    height:90px;
    background-color:#98AFC7;
}

div.calendar_header{
	float:right;
    font-size:140%;
	color:#06C;
	font-weight:bold;
	margin:5px 0 0 0;
}

td.day_header{    
    font-size:16px;
    width:20px;
    max-height:16px;
    font-weight:bold;
    color:blue;
    text-align: left;
    font-family: Verdana;
}

td.day_event{
    font-size:11px;
    text-align: left;
    font-family: Verdana;
}

li{
    list-style:none;
}

