@charset "utf-8";
#logo h1 {
	color: #ff69b4;
}
.menu li a{
	color: #FFF;
}
div.line {
	color: #FFF;
}
.button_booking, .right_theme_button {
	border: 1px solid #ff2a98;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #ff5db1;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5db1), color-stop(100%, #ef007c));
	background-image: -webkit-linear-gradient(top, #ff5db1, #ef007c);
	background-image: -moz-linear-gradient(top, #ff5db1, #ef007c);
	background-image: -ms-linear-gradient(top, #ff5db1, #ef007c);
	background-image: -o-linear-gradient(top, #ff5db1, #ef007c);
	background-image: linear-gradient(top, #ff5db1, #ef007c);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff5db1, endColorstr=#ef007c);
}
.button_booking:hover, .right_theme_button:hover{
	border:1px solid #ff2a98; background-color: #ff2a98;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2a98), color-stop(100%, #bc0062));
	background-image: -webkit-linear-gradient(top, #ff2a98, #bc0062);
	background-image: -moz-linear-gradient(top, #ff2a98, #bc0062);
	background-image: -ms-linear-gradient(top, #ff2a98, #bc0062);
	background-image: -o-linear-gradient(top, #ff2a98, #bc0062);
	background-image: linear-gradient(top, #ff2a98, #bc0062);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff2a98, endColorstr=#bc0062);
}
.input_tabel_caption {
	background: url("/images/theme/pink/circle.png") no-repeat scroll 3px 7px transparent;
}
.news_month {
	background: url("/images/theme/pink/circle.png") no-repeat scroll 0px 1px transparent;
}
div.current {
	color: #ff69b4;
	font-weight: bold;
}
table.table_step_navi td.current {
	border: 1px solid #ff69b4;
}
table.table_step_bar td.current {
	background:#ff69b4;
	border: 1px solid #ff69b4;
}
div.booking_step {
	background: url("/images/theme/pink/arrow_16_16.png") no-repeat scroll 5px 7px transparent;
}
div.booking_step strong{
	color: #ff69b4;
}
.title h2, .title h3 {
	border-left: 5px solid #ff69b4;
}
a.small_right_rebon:hover {
	background: url("/images/sfum-dx-bg.png") repeat-x scroll 0 0 #ff69b4;
}
.reserveLinkFromExcelMode:hover {
	background-color: #ff69b4;
}