﻿@charset "utf-8";
.layoutDiv{background-color:#eeeeee;padding:10px;text-align:left;border-left:1px solid #333333;
}
/* w 165px h 120px*/
.calendar {width:268px;border:0px solid #000000;table-layout:fixed;
}
.calendar table{table-layout:fixed;
}
.calendar td{background-color:#E6E6E6;}
.calendar td, .cal th{text-align:center;font-family:tahoma;font-size:12px;
}
.calendar th{height:20px;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;
}

