@charset "utf-8";
#logo h1 {
	color: #191970;
}
.menu li a{
	color: #FFF;
}
div.line {
	color: #FFF;
}
.button_booking, .right_theme_button {
	border: 1px solid #1a1a72;
	-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: #23239C;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #23239C), color-stop(100%, #191970));
	background-image: -webkit-linear-gradient(top, #23239C, #191970);
	background-image: -moz-linear-gradient(top, #23239C, #191970);
	background-image: -ms-linear-gradient(top, #23239C, #191970);
	background-image: -o-linear-gradient(top, #23239C, #191970);
	background-image: linear-gradient(top, #23239C, #191970);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#23239C, endColorstr=#191970);
}

.button_booking:hover, .right_theme_button:hover{
	border:1px solid #1a1a72; background-color: #1a1a72;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a1a72), color-stop(100%, #101046));
	background-image: -webkit-linear-gradient(top, #1a1a72, #101046);
	background-image: -moz-linear-gradient(top, #1a1a72, #101046);
	background-image: -ms-linear-gradient(top, #1a1a72, #101046);
	background-image: -o-linear-gradient(top, #1a1a72, #101046);
	background-image: linear-gradient(top, #1a1a72, #101046);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1a1a72, endColorstr=#101046);
}
.input_tabel_caption {
	background: url("/images/theme/midnightblue/circle.png") no-repeat scroll 3px 7px transparent;
}
.news_month {
	background: url("/images/theme/midnightblue/circle.png") no-repeat scroll 0px 1px transparent;
}
div.current {
	color: #191970;
	font-weight: bold;
}
table.table_step_navi td.current {
	border: 1px solid #191970;
}
table.table_step_bar td.current {
	background:#191970;
	border: 1px solid #191970;
}
div.booking_step {
	background: url("/images/theme/midnightblue/arrow_16_16.png") no-repeat scroll 5px 7px transparent;
}
div.booking_step strong{
	color: #191970;
}
.title h2, .title h3 {
	border-left: 5px solid #191970;
}
a.small_right_rebon:hover {
	background: url("/images/sfum-dx-bg.png") repeat-x scroll 0 0 #191970;
}
.reserveLinkFromExcelMode:hover {
	background-color: #191970;
}