/*============== DROPDOWNS (country, location..) ============= */

BODY,
BODY TD
{
	scrollbar-base-color:#999999;
	scrollbar-3dlight-color:#999999;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#999999;
	scrollbar-face-color:#CCCCCC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#EFEFEF;
	font-family:Helvetica, Arial, Verdana;
	font-weight:normal;
	font-size:11px;
	color:#333333;
}
TD
{
	height: 14px;
}

.homeSpacerBetweenFields {main.css (line 642)
font-size:1px;
width:6px;
}

.homeSpacerBetweenFields2 {main.css (line 648)
font-size:1px;
width:12px;
}

.homeSpacerHoriz2 {
font-size:1px;
width:8px;
}

a.homeLink:link, a.homeLink:visited, a.homeLink:active 
{
color:#616161;
font-family:arial,helvetica,verdana;
font-size:11px;
text-decoration:underline;
}

a.homeLink:hover 
{
color:#FD750A;
font-family:arial,helvetica,verdana;
font-size:11px;
text-decoration:underline;
}



.homeHeadlineReservation
{
	font-family:helvetica, arial,;
	font-size:13px;
	color:#616161;
	padding-top:8px;
	padding-bottom:9px;
}

.homeReservationText
{
	font-family: helvetica, arial, verdana;
	font-size:11px;
	color:#000000;
	font-weight:bold;
}

.dropdownFirstRow{font-weight:bold;color:#000;background-color:#FFFFFF;}
.dropdownHeadline{font-weight:bold;color:#FFFFFF; background-color:#999999;}
.dropdownEmpty{font-size:0; height:12px; color:#FFFFFF; text-align:right;background-color:#FFFFFF;}
.dropdownEntry,
.dropdownEntryHover{font-weight:normal;border-bottom:0px solid #E0E0E0;cursor:pointer;}
.dropdownEntry { background-color:#FFFFFF;  color:#000000;}
.dropdownEntryHover { background-color:#000099; color:#FFFFFF; }

#mainTable
{
}

#CountrySection,
#STASection,
#ILCSection,
#GRP1Section
 {
	border:1px solid #999999;
	background-color:#FFFFFF;
	padding:1px;
	width:200px;
}
/* IE */
* html #CountrySection,
* html #STASection,
* html #ILCSection,
* html #GRP1Section { height:16px; }
/* Firefox */
html > body #CountrySection,
html > body #STASection,
html > body #ILCSection,
html > body #GRP1Section { height:14px; }


#Country,
#STA,
#ILC,
#GRP1
 {
	padding-left:2px;
	overflow:hidden;
	height:14px;
	width:182px;
}
.TableMain1 {
	width:100%;
}
#DropdownImg {
	cursor:pointer;
	width:15px;
	height:14px;
}
DIV.dropdownDiv {
}
DIV.scrolls{
	border:1px solid #A7A6AA;
	padding: 2px;
	position:absolute;
	background-color:#FFFFFF;
	height:235px;
	overflow:auto;
	scrollbar-base-color:#FF9900;
	scrollbar-3dlight-color:#FF9900;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkshadow-color:#FF9900;
	scrollbar-face-color:#FF9900;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#EFEFEF;
	background-color:#FFFFFF;
}


div.formButtonActiveBorderQB,
div.formButtonInactiveBorderQB
{

}



input.formButtonActiveQB, 
input.formButtonInactiveQB, 
.formButtonActiveQB, 
.formButtonInactiveQB 
{
	background-color:#666666;
	border:0px solid #666666;
	color:#000000;
	font-family:Arial,Helvetica,Verdana;
	font-size:11px;
	font-weight:bold;
	height:20px;
	margin:0pt;
	padding:0pt;
	width:100%;
}




/* IE */
* html DIV.scrolls { width:277px; }
/* Firefox */
html > body DIV.scrolls { width:266px; left:-1px;}

#ETADay, #ETAMonth, #ETAHour, #ETAMinute ,
#ETADay *, #ETAMonth *, #ETAHour *, #ETAMinute * 
{ /*Dropdowns for Pickup-Date*/
	font-size: 11px;
}

#ETTDay, #ETTMonth, #ETTHour, #ETTMinute,
#ETTDay *, #ETTMonth *, #ETTHour *, #ETTMinute *
{ /*Dropdowns for Return-Date*/
	font-size: 11px;
}


.formField1 {
	font-size: 11px;
}


/*  Datepicker Styles   */

#openingHoursPickup,
#openingHoursReturn
{
	font-size:95%;
}
#openingHoursPickupWeekday,
#openingHoursReturnWeekday
{
	font-size:95%;
	width:24px;
	padding-top:2px;
}
/* the div that holds the date picker calendar */
.dpDiv {
}
/* the table (within the div) that holds the date picker calendar */
.dpTableMain1 {
	font-family:  Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	border: 1px solid #999999;
}
/* the table (within the div) that holds the date picker calendar */
.dpTableMain2 {
	background-color: #ffffff;
	font-family:  Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	border: 1px solid #ffffff;
}
.dpTableTitle {
	background-color: #ffffff;
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: center;
	border: 0px;
	border: 1px solid #ffffff;
}
.dpTableCalendar {
	background-color: #FFFFFF;
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: center;
	border: 0px;
	text-align: center;
}
.dpTableButton {
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR { }
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR { }
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR { }
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR { }
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	color: #000000;
	border: 1px solid #ffffff;
}
.dpTDbusiness {
	color:#FD750A;
	border: 1px solid #ffffff;
}
.dpTDpast {
	color:#999999;
	border: 1px solid #ffffff;
}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {	
	color: #000000;
	text-align: center;
	border: 1px solid #A8A7AB;
	cursor: pointer;
}
.dpTDbusinessHover {	
	color: #FD750A;
	text-align: center;
	border: 1px solid #A8A7AB;
	cursor: pointer;
}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	color: #000000;
	text-align: center;
	border: 1px solid #999999;
}
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD { 
}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTDBusiness,
.dpDayTD {
	background-color: #FFFFFF;
	text-align: center;
	border: 0px solid #999999;
	width:26px;
	font-weight:bold;
	font-size:11px;
}
.dpDayTDBusiness {
	color: #000000;
}
.dpDayTD {
	color: #FD750A;
}
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	height:16px;
	border:1px solid #999999;
}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
/*.dpDayHighlight {
	color: #00336F;
	font-weight: bold;
	border: 1px solid #9A9A9A;
}*/
.dpTDHoverToday,
.dpDayHighlightTDToday {
	color: #00336F;
	font-weight: bold;
	border: 1px solid #9A9A9A;
	cursor: pointer;
}
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD { 
	width:22px;
	height:16px;
	cursor:pointer;
}
/* the forward/backward buttons at the top */
.dpButton
 {	
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	border:0px solid #FD750A;
	margin:0;
	background-color:#ffffff;
	width:22px;
}
.dpButtonLeft {
	background:url(/budgetonline/Images.nsf/s/calendarArrowLeft.gif/$FILE/calendarArrowLeft.gif);
}
.dpButtonRight{
	background:url(/budgetonline/Images.nsf/s/calendarArrowRight.gif/$FILE/calendarArrowRight.gif);
}
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #FD750A;
	font-size: 10px;
	font-weight: bold;
	cursor:pointer;
}
.dpTodayButtonLink {
	text-decoration:underline;
}

