/* BYU TV CSS declarations - Datepicker CSS styles */
/* [=] Baseline Style Reset
------------------------------------------------ */ 
.ui-datepicker {margin-top: 5px;font-size: 11px;z-index: 1000;width: 161px;padding: 6px;background: #333;background: rgba(0, 0, 0, 0.5);display: none;}
.ui-datepicker-trigger {cursor: pointer;}
.ui-datepicker .ui-datepicker-header {position: relative;width: 100%;height: 23px;line-height: 23px;overflow: hidden;color: #fff;background: url("/images/cmn/calendar/bg-header.png") no-repeat 0 0;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {position: absolute;top: 3px;left: 10px;text-indent: -9999px;width: 17px;height: 17px;cursor: pointer;}
.ui-datepicker .ui-datepicker-next {left: auto;right: 10px;}
.ui-datepicker .ui-datepicker-title {font-size: 13px;font-weight: bold;display: block;width: 100%;text-align: center;}
.ui-datepicker table {width: 100%;background: #fff;}
.ui-datepicker table a {display: block;padding: 3px;color: #000;}
.ui-datepicker table a:hover {color: #12abde;}
.ui-datepicker .ui-datepicker-today a {color: #0d64be;}
.ui-datepicker thead td, .ui-datepicker thead th {padding: 5px 3px 3px;background: none;color: #6c75b1;}
.ui-datepicker td, .ui-datepicker th {font-size: 11px;border: 0;padding: 0;font-weight: bold;text-align: center;}
.ui-datepicker .ui-datepicker-year {display: none;}