﻿/* Right Sidebar Photos */
.rightsidebar .photos img { width: 100%; margin-bottom: 20px; border: solid 2px #003300; }


/* Calendar */
table.calendar { width: 100%; border-collapse:collapse; }
table.calendar tr.head { background:green; font-size: 18px; font-weight:bold; }
table.calendar tr.head td { color: #fff; text-align:center; border-left:none; border-right:none; }
table.calendar tr.head td.prev { text-align:left; padding: 2px 0 0 4px; border-left: solid 1px #222; }
table.calendar tr.head td.next { text-align:right; padding: 2px 4px 0 0; border-right: solid 1px #222; }
table.calendar tr.dayofweek td { text-align:center; padding: 1px 0 1px 0; font-size:12px; font-weight:bold; background:#eee; }
table.calendar td.prev a, table.calendar td.next a { color:#eee; font-size: 14px; text-decoration:none; }
table.calendar td.prev a:hover, table.calendar td.next a:hover { color:#fff; text-decoration:underline; }
table.calendar td { border: solid 1px #222; padding:0; vertical-align:top; text-align:left; }
table.calendar td.otherMonth { background:#eee; }
table.calendar td.today { background:yellow;}
table.calendar tr.dates td { border-bottom: none; font-size: 10px; padding: 1px 0 0 1px; }
table.calendar tr.normal td { border-top: none; padding: 0 1px 1px 1px; }
table.calendar td div.empty { height: 40px; }
