/********************* CALENDAR PAGE *******************/

#calendars { margin-top: 10px; clear: both; }
#calendars table { width: 100%; margin: 10px 0; padding: 0; border-collapse: collapse; }
#calendars table td { height: 100px; padding-bottom: 2px; border: 1px solid #ccc; width: 112px; vertical-align: top; font: 9px Verdana, Arial, Helvetica, sans-serif; }
#calendars table td.day { height: auto; text-align: center; text-transform: uppercase; font: 9px Georgia, "Times New Roman", Times, serif; letter-spacing: 1px; padding: 2px 0; }
#calendars table td.past { background: #f4f4f4; }
#calendars table td.now { background: #ffff99; }
#calendars table th { font-size: 25px; font-weight: normal; background: #cc0000; color: #fff; border: 1px solid #cc0000; padding: 10px; }
#calendars table td p.date { float: right; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; margin: 0; padding: 2px 0 2px 0; width: 20px; text-align: center; font-weight: bold; background: #eee; color:#000; }
#calendars table td p.category { font-weight: bold; margin: 6px 4px 0 4px; }
#calendars table td p.event { margin: 0 4px 4px 4px; /*padding: 0 0 0 8px; background: transparent url('/images/bullet_calendar.gif') 1px 4px no-repeat;*/ }
#calendars table td.past p.category { color: #999; }
#calendars table td.past p.event { color: #999; }
#calendars table td.past p.date { background: #fff; }

ul#sort { list-style: none; font: 11px Verdana, Arial, Helvetica, sans-serif; clear: both; margin: 20px 0 5px 0; padding: 0; }
ul#sort li { float: left; }
ul#sort li a { border: 1px solid #cc0000; padding: 5px 7px; margin: 0 10px 0 0; text-decoration: none; }
ul#sort li a.on { background: #cc0000; color: #fff; }

div#months {font: 12px Verdana, Arial, Helvetica, sans-serif; clear: both; margin: 20px 0 5px 0; padding: 0; text-align: center; }

div#sort { font: 10px Verdana, Arial, Helvetica, sans-serif; clear: both; margin: 20px 0 0 0; padding: 0 0 10px 0; text-align:center; line-height: 2; }
div#sort a { display: inline-block; background: transparent url('http://assets.realclearpolitics.com/images/bg_right_curve_off.gif') no-repeat right;  margin: 0 10px 0 0; padding: 6px 0 7px 0; text-decoration: none; }
div#sort a span { background: transparent url('http://assets.realclearpolitics.com/images/bg_left_curve_off.gif') no-repeat left; padding: 6px 7px 7px 7px; }
div#sort a.on { background: transparent url('http://assets.realclearpolitics.com/images/bg_right_curve_on.gif') no-repeat right; color: #fff; }
div#sort a.on span { background: transparent url('http://assets.realclearpolitics.com/images/bg_left_curve_on.gif') no-repeat left; color: #fff; }

h2.main { text-align: center; font-size: 32px; text-transform: uppercase; margin: 25px 0 25px 0; letter-spacing: 4px; }
h2.main span { font-size: 40px; }