.btbUi {
	font-size: 14px;
	font-family: Helvetica, Arial, FreeSans, sans-serif;
}

.btbUi .btbLargeButton {
	font-size: 1.5em;
}

.btbUi, .btbUi a, .btbUi a:hover, .btbUi a:visited {
    color: #555;
}

.ui-dialog{
	z-index: 2147483647 !important;
}

.ui-dialog.workingDialog .ui-dialog-titlebar {
	display: none;
}

.ui-dialog.workingDialog .progressBar {
	background-image: url(images/progressBar.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 40px;
}

.btbUi .day a {
    color: #c0c0c0;
}


.capitalize {
	text-transform: capitalize;
}
        
/* General styles for inputs textarea and buttons*/
.btbUi textarea, .btbUi input, .btbUi select {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-style:solid;
    border-width:1px;
    margin:1px;
    padding:3px;
    font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    font-size:16px;
    border-color:#999999;
    color: black;
}

.btbUi select {
	font-size: 14px;
}

.btbUi input[type="text" i] {
    width: 98%;
}


.reservationInfoPanel select {
	border-radius: 4px;
}

.btbUi textarea {
    line-height:1.4em;
	width: 98%;
}

#pffBannerLogo, #btbBannerLogo {
	height: 150px;
	background-position: bottom center;
	background-repeat: no-repeat;
}

#pffBannerLogo {
	background-image: url(images/pfflogo.png);
}

#btbBannerLogo {
	background-image: url(images/btblogo.png);
}

#btbBannerProgress {
	padding-top: 30px;	
	height: 100px;
	background-image: url(images/progressBar.gif);
	background-position: top center;
	text-align: center;
	background-repeat: no-repeat;
	font-size: 20px;
	color: #003b6e;
	font-weight: bold;
}

#btbBannerProgress small {
	font-size: 12px;
	font-weight: normal;
}

.btbUi .reservationInfoPanel.btbBasicSkin {
	background-color: #eeeeee;
}

.btbUi .reservationInfoPanel {
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #999;
	box-shadow: 0 0 2px #444;
}

.btbUi .reservationInfoPanel .ui-widget-header {
	padding: 5px;
	font-size: 12px;
}

.btbTitledPanelBody {
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 5px;
}

#shoppingPageMenus .btbTitledPanelBody {
    overflow-x: auto!important;
}

.reservationInfoPanelWrapper {
	padding: 10px;
}

.reservationInfoTitle {
	padding-bottom: 5px;
}

.monthDatePicker th {
	padding-bottom: 2px;
	font-size: 12px;
}

.monthDatePicker th, .reservationInfoTitle {
	color:#555;
	text-shadow:0 1px 0 #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #f8f8f8;
	padding-left: 5px;
	padding-right: 5px;
}

.reservationInfoTitle {
	border-bottom: 1px solid #999;
	padding-top: 5px;
	padding-bottom: 5px;
}

.monthDatePicker td a.selectable:hover {
	border-color: #e95;
}

.monthDatePicker td a {
	border-radius:4px 4px 4px 4px;
	background-color: transparent;
	border:1px solid transparent;
	display: block;
	margin:1px;
	line-height: 24px;
}

.monthDatePicker td a.selectable {
	background-color:#FAFAFA;
	border:1px solid #BBBBBB;
	cursor: pointer;
	color:#555;
}

.monthDatePicker td a.selectable.selected {
	background-color:#555;
	color:#fff;
}

.btbUi .buttonList {
	width: 100%;
}

.btbUi .buttonList a {
	padding-left: 10px;
	padding-right: 10px;
}

.ui-selectmenu-optgroup {
	color: #aaa;
	font-size:.8em !important;
	text-decoration: underline;
}

span.referToMenuFootnote {
	color: #aa0000;
}


.menuFootnote {
	color: #aa0000;
	filter: none;
	opacity: 1 !important;
	font-size:.8em !important;
}

.selectMenu {
	min-width: 300px;
	max-width: 500px;
	width: 98%;
}

