
.appBox {
	position: relative;
	border: 1px #cccccc solid;
	padding: 10px;
	background-color: #fbfbfb;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}

.appBox .btn24,
.appBox .btn24Blue,
.appBox .btn24Red,
.appBox .btn24Inactive {
	font-size: 108%;
}

.appBox .formRow {
	width: 900px;
	padding: 0;
}

.appBox .formLabel {
	font-size: 131%;
	min-height: 22px;
	height: auto !important;
	height: 22px;
}

.progressIcons {
	text-align: center;
	margin-bottom: 10px;
}

.buttonBar {
	background: #dddcda;
	height: 22px;
	padding: 10px;
}

.optionsBox {
	border: 1px #eeeeee solid;
	padding: 10px 0 0 0;
 .padding: 10px 0;
	margin-bottom: 10px;
}

/* DSP Locator
-------------- */
#map #side_bar {
	position: relative;
	float: left;
	width: 384px;
	padding: 0 !important;
	height: 590px;
	overflow: auto;
}

#map #side_bar table {
	margin: 0 !important;
}

#map #map_canvas {
	position: relative;
	float: left;
	width: 520px;
	height: 590px;
	margin-left: 20px;
}

.mapLocation {
	font-size: 123.1%;
	border-top: 1px #cccccc solid;
	padding: 10px 0;
	width: 364px;
	position: relative;
}

.mapIcon {
	position: relative;
	float: left;
	width: 40px;
}

.mapInfo {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 312px;
	font-size: 93%;
}

.mapInfoLabel {
	position: relative;
	float: left;
	width: 110px;
	text-align: right;
	font-weight: bold;
}

.mapInfoData {
	position: relative;
	float: left;
	width: 192px;
	margin-left: 10px;
}

.googledir {
	margin: -15px 0 0 1px;
	font-size: 108%;
}

/*
LTC Calculator
-------------- */
.blueTable th {
	background: #cbe8f6;
	padding: 5px;
}

.blueTable td {
	background: #e5f3fc;
	padding: 5px;
}

/*
Date Picker
----------- */

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	width: 175px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.dpTitleTR {
	color: #ffffff;
	background: #a9a9a9;
}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	width: 25px;
	font-size: 11px;
}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background: #ffffcc;
	border: 1px solid #cccccc;
	font-size: 11px;
}

/* 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 {
	background: #ffffcc;
	border: 1px solid #cccccc;
	cursor: pointer;
	font-size: 11px;
}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background: #cccccc;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	font-weight: bold;
}

/* the forward/backward buttons at the top */
.dpButton {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding: 0;
	border: none;
	background: #a9a9a9;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.dpTodayButtonTD {
	padding: 5px 0;
}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	color: #ffffff;
	background: #a9a9a9;
	font-size: 11px;
	padding: 2px;
	border: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
