@charset "utf-8";

.style22 {
	background-color: #FFFFFF;
}

style2 {
	font-size: xx-large;
	text-align: center;
}

.style11 {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #337ab7;
	text-align: center
}

.style1 {
	font-size: medium;
	font-family: 新細明體;
	cursor: pointer;
	text-align: left;
	background-color: #DFF8FF;
}

.btn_submit {
	background-color: #337ab7;
	padding: 8px;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #27B183;
	border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 9px;
}

li:hover {
	background-color: "#337ab7";
}

.style12 {
	border: 1px solid #FFFFFF;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

#footer {
	float: left;
	width: 100%;
	height: 96px;
	font-size: 12px;
	line-height: 96px;
	color: #FFF;
	background-image: url(../resources/images/departure/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

#main {
	float: left;
	width: 100%;
}

#main #sidebar {
	float: left;
	width: 18%;
	background-repeat: no-repeat;
	background-position: right top;
}

#main #content {
	background-repeat: repeat-x;
	background-position: left top;
	float: right;
	width: 82%;
}

A:link {
	color: \e144

}

A:visited {
	color: \e144

}

A:active {
	color: \e144

}

A:hover {
	color: none
}

A {
	text-decoration: none
}