﻿@charset "utf-8";
.layoutDiv{background-color:#eeeeee;padding:10px;text-align:left;border-left:1px solid #333333;
}
/* w 165px h 120px*/
.calendar {width:246px;height:150px;border:0px solid #000000;table-layout:fixed;
}
.calendar table{table-layout:fixed;
}
.calendar td{background-color:#fffff;}
.calendar td, .cal th{text-align:center;font-family: Arial, Helvetica, sans-serif, "宋体";font-size:12px;color: #CC3300;
}
.calendar th{height:34px;border-bottom:0px solid #ffffff;}
.calendar .focus{color:#ff0000;font-weight:bolder;
}
.calendar a{text-decoration:underline}
.calendar button{border-width:1px;height:14px;width:15px;padding-top:-5px;background:#eeeeee;position:relative;
}
.calendar span{font-family:webdings;font-size:9px;top:-3px;left:1px;position:absolute;cursor:hand;
}


