/** CSS for Antenna House Web -- V3*/table.calendar-frame {    border-collapse: separate;    border-spacing: 20px;    empty-cells: show;    width:80%;    align:center;}table.calendar-frame td {    vertical-align: top;    padding: 0px;    text-align:center;}/*table calendar*/table.year {    border-collapse: collapse;    border-spacing: 10px;    empty-cells: show;    border-style: solid;    border-width:1px;    border-color:black;    width:80%;}table.year tr {    font-size: 2em;    font-weight:bold;    text-align:center;    background-color:silver;Silver }table.year td {    padding: 5px;}table.monthly-name {    border-collapse: collapse;    empty-cells: show;    border-style: solid;    border-width:1px;    border-color:black;    width:90%;}table.monthly-name tr {    font-size: 1.5em;    font-weight:bold;    text-align:center;    background-color:rgb(71,147,158)/*#47939E*/;    color:white;}table.monthly-name td {    padding: 5px;}table.calendar {    border-collapse: collapse;    empty-cells: show;    padding: 0px;    border-style: solid;    border-width:1px;    border-color:black;    width:90%;}table.calendar th{    border-style: none;    padding: 1px;}table.calendar td{    border-style: none;    padding: 2px;}table.calendar col {    width:14%;}table.calendar tr.calendar-weekname {    font-size: 1em;    font-weight:bold;    text-align:center;    color:black;}table.calendar tr.calendar-weekname td{    font-size: 1em;    font-weight:bold;    text-align:center;    color:black;    padding: 4px;    width:14%;}table.calendar tr.calendar-week {    font-size: 1em;    font-weight:normal;    text-align:center;    color:black;}table.calendar td.holiday{    font-weight:bold;    color:red;}/*table calendar's legend*/table.legend {    margin: 20px 0px 10px 0px;    border-collapse: separate;    border-spacing: 5px;    empty-cells: show;    width:50%;    text-align:center;    /* border-style: solid;    border-width:1px;    border-color:black;*/}table.legend col.status {    width:10%;}table.legend col.description {    width:90%;}table.legend tr.title {    font-size: 1.2em;    font-weight:bold;    text-align:center;    background-color:rgb(71,147,158)/*#47939E*/;    color:white;}table.legend tr.hedder {    font-size: 1.0em;    font-weight:bold;    text-align:center;    background-color:Gray ;    color:white;}table.legend td.holiday {    font-weight:bold;    color:red;    border-style: solid;    border-width:1px;    border-color:black;}table.legend td.working {    color:black;    border-style: solid;    border-width:1px;    border-color:black;}table.legend td.contents {    color:black;    border-style: solid;    border-width:1px;    border-color:black;    padding-left: 1em;    text-align:left;}
