/*
//  CSS for PGTV Calendar class
//
//  Clio Soleil (clio@PrettyGetter.TV)
//  PrettyGetter Productions (http://PrettyGetter.TV) 
*/
.PGTV_calendar { border: 1px solid #000000; }
.PGTV_iframe_body { background: #FFFFFF; border: 0px; cursor: default; margin: 0px; }
.PGTV_iframe_body .PGTV_table { font-family: verdana,tahoma,sans-serif,arial; font-size: 11px; }
.PGTV_iframe_body .PGTV_wd_tr td { border-bottom: 1px solid #000000; color: #000; padding: 2px; text-align: center; white-space: nowrap; }
.PGTV_iframe_body .PGTV_time_tr td { border-top: 1px solid #000000;  color: #000;  padding: 2px; text-align: center; white-space: nowrap; }
.PGTV_iframe_body .PGTV_head_tr td,
.PGTV_iframe_body .PGTV_nav_tr td { border-bottom: 1px solid #000000;color: #000; font-weight: bold;padding: 2px; text-align: center;white-space: nowrap; }
.PGTV_iframe_body .PGTV_cal_tr td { border: 1px solid #fff; color: #000;padding: 4px 2px 4px 2px; text-align: right; white-space: nowrap; width: 20px; }
.PGTV_iframe_body .PGTV_footer_tr td { border-top: 1px solid #000000; color: #000; padding: 2px; text-align: center; white-space: nowrap; }
.PGTV_iframe_body .PGTV_hours { width: 20px; } 
.PGTV_iframe_body .PGTV_colon_span { }
.PGTV_iframe_body .PGTV_mins { width: 20px; }
.PGTV_iframe_body .PGTV_mins { width: 20px; }
.PGTV_iframe_body td.PGTV_current { background: #00f; color: #fff; font-weight: bold; }
.PGTV_iframe_body td.PGTV_today { font-weight: bold; }
.PGTV_iframe_body td.PGTV_weekend_head { color: #f00; }
.PGTV_iframe_body td.PGTV_weekend_day { color: #f00; }
.PGTV_iframe_body tr.PGTV_highlight,
.PGTV_iframe_body tr.PGTV_highlight td { background: #ccccff; border: 1px solid #ccccff; }
.PGTV_iframe_body tr.PGTV_highlight td.PGTV_highlight { background: #3366cc; border: 1px solid #9999ff; }

/* alt skin */
.PGTV_calendar_alt { border: 1px solid #000000; }
.PGTV_iframe_body_alt { background: #CCCCCC; border: 0px; cursor: default; margin: 0px; }
.PGTV_iframe_body_alt .PGTV_table { background: #0f0; font-size: 12px; font-family: verdana,tahoma,sans-serif,arial; }
.PGTV_iframe_body_alt .PGTV_wd_tr td { border-bottom: 1px solid #000000; color: #000; padding: 2px; text-align: center; white-space: nowrap; }
.PGTV_iframe_body_alt .PGTV_time_tr td { border-top: 1px solid #000000; color: #000; padding: 2px; text-align: center; white-space: nowrap; }
.PGTV_iframe_body_alt .PGTV_head_tr td,
.PGTV_iframe_body_alt .PGTV_nav_tr td { border-bottom: 1px solid #000000; color: #000; font-weight: bold; padding: 2px; text-align: center; white-space: nowrap; }
.PGTV_iframe_body_alt .PGTV_cal_tr td { border: 1px solid #0f0; color: #000; padding: 4px 2px 4px 2px; text-align: right; white-space: nowrap; width: 25px; }
.PGTV_iframe_body_alt .PGTV_footer_tr td { border-top: 1px solid #000000; color: #000; padding: 2px; text-align: center; white-space: nowrap; }
.PGTV_iframe_body_alt .PGTV_hours { background: #66ff66; border: 1px solid #000; width: 20px; }
.PGTV_iframe_body_alt .PGTV_colon_span { }
.PGTV_iframe_body_alt .PGTV_mins { background: #66ff66; border: 1px solid #000; width: 20px; } 
.PGTV_iframe_body_alt td.PGTV_current, 
.PGTV_iframe_body_alt tr.PGTV_highlight td.PGTV_current { background: #fff; border: 1px solid #fff; color: #00f; font-weight: bold; }
.PGTV_iframe_body_alt td.PGTV_today { font-weight: bold; }
.PGTV_iframe_body_alt td.PGTV_weekend_head { color: #f00; }
.PGTV_iframe_body_alt td.PGTV_weekend_day { color: #f00; }
.PGTV_iframe_body_alt tr.PGTV_highlight, 
.PGTV_iframe_body_alt tr.PGTV_highlight td { background: #66ff66; border: 1px solid #66ff66; }
.PGTV_iframe_body_alt tr.PGTV_highlight td.PGTV_highlight { background: #66ff66; border: 1px solid #9999ff; }

 