.ctimes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(images_06/c_times.gif);
	background-repeat: repeat-y;
	text-align: center;
}
.btxtbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.footlinks {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-repeat: no-repeat;
	text-align: center;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	text-align: right;
	background-color: #000099;

}
.c5but {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	background-repeat: repeat-y;
	background-color: #CCCCFF;
	font-weight: bold;


}
.c5btxtbold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.c5btxt {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.c5offersText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

.c5navcol {
	background-image: url(images_06/c5_button.gif);
	background-repeat: repeat-y;
}
.ctimesgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #000099;

}
.splash1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.splash2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.c5hotelheader {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
}
.btxtcal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images_06/calbox.gif);
	background-repeat: no-repeat;

}
.btxtlines {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-image: none;
	background-repeat: no-repeat;
}
.c5navcolblue {
	background-repeat: repeat-y;
	background-color: #CCCCFF;

}
.splash2white {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000099;
	text-align: center;
}
.c5butover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	background-repeat: no-repeat;
	background-color: #CCCCFF;
	font-weight: bold;
	background-image: url(images_06/butover.gif);

}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline}.rcolbg {
	background-color: #FFFFFF;
	background-image: url(images_06/rcolbg.gif);
	background-repeat: repeat-y;
}
.infoboxthin {
	background-image: url(images_06/infoboxthin.gif);
	background-repeat: repeat-y;
}
.vert176 {
	background-image: url(images_06/vert176.gif);
	background-repeat: repeat-y;
}
.vert266 {
	background-image: url(images_06/vert266.gif);
	background-repeat: repeat-y;
}
.v154 {
	background-image: url(images_06/v154.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
.mlistwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.smprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.smprintblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.box {
	border-style:solid;
	border-width:1px;
	border-color:#999999;
}

body {
	margin-top: 4px;
}


/* the div that holds the date picker calendar */
.dpDiv
{
}


/* the table (within the div) that holds the date picker calendar */
div#datepicker .dpTable
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border: 1px solid #000000;
}


/* a table row that holds date numbers (either blank or 1-31) */
div#datepicker .dpTR
{
}


/* the top table row that holds the month, year, and forward/backward buttons */
div#datepicker .dpTitleTR
{
}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
div#datepicker .dpDayTR
{
}


/* the bottom table row, that has the "This Month" and "Close" buttons */
div#datepicker .dpTodayButtonTR
{
}


/* a table cell that holds a date number (either blank or 1-31) */
div#datepicker .dpTD
{
	border: 1px solid #FFFF00;
}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
div#datepicker .dpDayHighlightTD
{
	border: 1px solid #000099;
}


/* 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) */
div#datepicker .dpTDHover
{
	border: 1px solid #888888;
	cursor: pointer;
}


/* the table cell that holds the name of the month and the year */
div#datepicker .dpTitleTD
{
}


/* a table cell that holds one of the forward/backward buttons */
div#datepicker .dpButtonTD
{
}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
div#datepicker .dpTodayButtonTD
{
}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
div#datepicker .dpDayTD
{
	border: 1px solid #FFFF00;
}


/* additional style information for the text that indicates the month and year */
div#datepicker .dpTitleText
{
	font-size: 10px;
	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) */
div#datepicker .dpDayHighlight
{
	font-weight: bold;
}


/* the forward/backward buttons at the top */
div#datepicker .dpButton
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
}


/* the "This Month" and "Close" buttons at the bottom */
div#datepicker .dpTodayButton
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

/* the div that holds the date picker calendar */
.dpDiv
{
}


/* the table (within the div) that holds the date picker calendar */
div#datepicker .dpTable
{
	color: #000066;
	background-color: #CCCCFF;
}


/* a table row that holds date numbers (either blank or 1-31) */
div#datepicker .dpTR
{
}


/* the top table row that holds the month, year, and forward/backward buttons */
div#datepicker .dpTitleTR
{
}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
div#datepicker .dpDayTR
{
}


/* the bottom table row, that has the "This Month" and "Close" buttons */
div#datepicker .dpTodayButtonTR
{
}


/* a table cell that holds a date number (either blank or 1-31) */
div#datepicker .dpTD
{
	border: 1px solid #000099;
}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
div#datepicker .dpDayHighlightTD
{
	background-color: white;
}


/* 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) */
div#datepicker .dpTDHover
{
	background-color: #CCCCCC;
	color: #000099;
	border: 1px solid #FFFF00;
}


/* the table cell that holds the name of the month and the year */
div#datepicker .dpTitleTD
{
}


/* a table cell that holds one of the forward/backward buttons */
div#datepicker .dpButtonTD
{
}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
div#datepicker .dpTodayButtonTD
{
}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
div#datepicker .dpDayTD
{
	background-color: #000099;
	color: #FFFF00;
}


/* additional style information for the text that indicates the month and year */
div#datepicker .dpTitleText
{
	color: #000066;
}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
div#datepicker .dpDayHighlight
{
	color: black;
}


/* the forward/backward buttons at the top */
div#datepicker .dpButton
{
	color: #FFFF00;
	background: #000099;
}


/* the "This Month" and "Close" buttons at the bottom */
div#datepicker .dpTodayButton
{
	color: #FFFF00;
	background: #000099;
}
.searchstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCFF;
}
.searchstyletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}.yellonblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #000099;
}
.dbbg {
	background-color: #000099;
}
.lbluesides {
	background-image: url(images_06/lbluesides_07.gif);
	background-repeat: repeat-y;
}
.subt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-image: url(images_06/linebg.gif);
	background-repeat: repeat;
}
.filltext {
	background-image: url(images_06/layer_07.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.whiteban {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.yelban {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
}
.sbinputs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #333333;
	line-height: 12px;
}
.c5butnobg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	background-repeat: repeat-y;
	font-weight: bold;
}
.searchstyleCopy {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #333333;
}
.c5btxtCopy {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
}
.calprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.caldate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.springtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3366CC;
}
.springtable {
	background-image: url(images_06/springtable.jpg);
	background-repeat: repeat-y;
}
.springtableblock {
	background-image: url(images_06/flow_block.jpg);
	background-repeat: repeat;
}
.c5btxtboldnavy {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3366CC;
}
.valentinetable {
	background-image: url(images_06/valentinetable.gif);
	background-repeat: repeat-y;
}
.small_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.musicheadline {
	font-family: "Century Gothic";
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
}
.blue149 {
	background-image: url(images_06/149blue.gif);
	background-repeat: repeat-y;
}
.newsearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
