
.ccBottomLinks { font-family: Verdana; font-size: 8pt; color: #142342; text-align: Right; 
               margin-left: 24; margin-right: 33 }
.ccMainTextDark { font-family: Verdana; font-size: 8pt; color: #142342; text-align: Left;
		margin-left: 33; margin-right: 33; padding-top: 3; padding-bottom: 3 }
.ccMainTextCent { font-family: Verdana; font-size: 8pt; color: #142342; text-align: Center;
		margin-left: 15; margin-right: 15; padding-top: 3; padding-bottom: 3 }
.ccMainTextLight { font-family: Verdana; font-size: 7pt; color: #CCCCCC; text-align: Left;
		margin-left: 6; margin-right: 6; padding-top:3; padding-bottom:3 }
.ccMainTextLightIndent { font-family: Verdana; font-size: 7pt; color: #CCCCCC; text-align: Left;
		margin-left: 12; margin-right: 12; padding-top:3; padding-bottom:3 }
.ccMainTextDarkIndent { font-family: Verdana; font-size: 8pt; color: #37425A; text-align: Left;
		margin-left: 51; margin-right: 33 }
.ccSideTextDark { font-family: Verdana; font-size: 8pt; color: #142342; text-align: Left;
		margin-left: 6; margin-right: 6 }
.ccMainHeader { font-family: Verdana; font-size: 12pt; font-weight: bold; color: #FFFFFF; 
		text-align: Right; margin-left: 33; margin-right: 15 }
.ccSubHeader { font-family: Verdana; font-size: 10pt; font-weight: bold; color: #993365; 
               text-align: Left; background-image: 
               url('images/designImages/1px_line_blueWhite.jpg'); 
               background-repeat: no-repeat; margin-left: 15; margin-right: 15; 
               background-position: left bottom }
.ccSubHeadSpanish { font-family: Verdana; font-size: 8pt; font-weight: bold; color: #993365; 
               text-align: Left; background-image: 
               url('images/designImages/1px_line_blueWhite.jpg'); 
               background-repeat: no-repeat; margin-left: 24; margin-right: 15; 
               background-position: left bottom }
.ccCatHeader { font-family: Verdana; font-size: 8pt; font-weight: bold; color: #142342; 
               text-align: Left; background-image: 
               url('images/designImages/1px_line_purpWhite.jpg'); 
               background-repeat: no-repeat; margin-left: 24; margin-right: 24; 
               background-position: left bottom }
.ccHWS { font-family: Verdana; font-size: 7pt; color: #142342; text-align: Left; 
               margin-left: 24; margin-right: 33 }
.ccFormText { font-family: Verdana; font-size: 8pt; color: #142342; text-align: Right;
		margin-left: 1; margin-right: 1 }
.ccCalendar { font-family: Verdana; font-size: 8pt; color: #333333; text-align: Left;
		margin-left: 1; margin-right: 1 }

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(jquery/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

