﻿/*--------内页公用样式文件 add by Lyd (2009-10-28)------------*/

/*******************************/
/****LineDetail 日期样式*****/
/*******************************/
.calendarCss
{
	font-size: 12px;
	border: solid 1px #999999;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	line-height:10px;
}
.calendarCss td, .calendarCss tbody td, .calendarCss tbody tr td
{
	border: solid 1px #ECE9D8;
	border-collapse: collapse;
	height: auto;
	vertical-align: middle;
	padding: 0px;
	line-height:10pt;
}
.calendarCss th
{
	border: solid 1px #ECE9D8;
	border-collapse: collapse;
	height: auto;
}
.calendarTitleCss
{
	font-weight: bold;
	background: #FFFFFF;
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}
.calendarTitleCss tbody tr td
{
	border: none;
	border-collapse: collapse;
	vertical-align: middle;
	line-height:18pt;
}
.calendarCss th.calendarDayHeadCss
{
	font-weight: bold;
	height: 20px;
	background: #F9F9F9;
}
.calendarCss .calendarDayCss
{
	font-weight: normal;
	border: solid 1px #ECE9D8;
	border-collapse: collapse;
	color: #999999;
	height: 36px;
}
.calendarCss .calendarTodayFont
{
	padding-top:2px; 
	color:Red;
}
.calendarCss .calendarBookFont
{
	padding-top:2px; 
	color:#696969;
}
.calendarSelectedDayCss
{
	background: #fdfeee;
}
.calendarTodayCss
{
	background: #fdfeee;
	color: #006dd7;
	font-weight: bold;
}
.calendarCss .calendarTodayFdCss
{
	font-weight: normal;
	border: solid 1px #ECE9D8;
	border-collapse: collapse;
	color: Black;
	height: 36px;
	background-color:#EFEFEF;
}
.calendarCss .calendarOtherMonthDayCss
{
	color: #999;
	height: 36px;
}
.calendarCss .seatStatus
{
	float: right;
	font-size: 11px;
	color: #e67d01;
}
.calendarCss .price
{
	float: none;
	color: #006dd7;
	font-size: 11px;
}
.calendarCss .calendarDay
{
	float: none;
	font-weight: bold;
	color: #555;
}
.calendarCss .tourDays
{
	float: none;
	width: 50px;
}
.calendarCss .seatFull
{
	float: right;
	color: red;
	font-size: 11px;
	font-family: MingLiU;
}
.calendar_tourDateHover
{
	background: #fff9d0;
	color: red;
	cursor: pointer;
}

/*************************************/
/*****LineDetail 浮动价格层****start/
/*************************************/
.jqmWindow
{
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -300px;
	width: 620px;
}
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow
{
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.jqmDialog
{
	height: auto;
	width: auto;
	margin: auto;
	width: 400px;
	padding: 0px;
	border: solid 1px #4d2f69;
	background: #fff;
}
.dialogLay_tourePrice
{
	border: solid 2px #006dd7;
	background: #edf9ff;
	width: 420px;
}
.dialogLay_tourePrice .jqmTitle
{
	padding: 6px;
	background: #006dd7;
	font-size: 1.3em;
	color: #fff;
}
.dialogLay_tourePrice a.jqmTitleClose:link, .dialogLay_tourePrice a.jqmTitleClose:visited
{
	float: right;
	text-decoration: underline;
	color: #fff;
}
.dialogLay_tourePrice a.jqmTitleClose:link, .dialogLay_tourePrice a.jqmTitleClose:visited
{
	font-size: 14px;
	text-decoration: underline;
	color: #fff;
}
.dialogLay_tourePrice a.jqmTitleClose:hover
{
	text-decoration: none;
	color: #fff000;
}
.jqmBody
{
	padding: 10px;
}
.dialogLay_tourePrice_table
{
	color: #333;
}
.dialogLay_tourePrice_table th
{
	text-align: right;
}
.dialogLay_tourePrice_table .priceName
{
	text-align: left;
}
.dialogLay_tourePrice_table .priceNum
{
	text-align: right;
	font-weight: bold;
}
.dialogLay_tourePrice_table .seat
{
	text-align: right;
}
.dialogLay_tourePrice_table .priceNumUnderline
{
	text-decoration: line-through;
}
dialogLay_toureVenue_table
{
	color: #333;
}
.dialogLay_toureVenue_table th
{
	text-align: center;
	color: #333;
}
.dialogLay_toureVenue_table td
{
	text-align: center;
	color: #333;
}
.dialogLay_toureVenue_table .stationName
{
	text-align: left;
}
.dialogLay_tourePrice .aboutPrice
{
	border: solid 1px #d3e6f0;
	padding: 10px;
	margin: 10px 0px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 22px;
	color: #000;
	background: #fff;
}
.dialogLay_tourePrice .expPrice
{
	color: #666;
	padding: 0px 8px;
	margin-bottom: 10px;
}
.dialogLay_price_btn
{
	text-align: center;
}
.routeOrderBtn
{
	background: url(images/routeOrderBtn.gif);
	float: left;
	width: 110px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 51px;
	border-bottom-style: none;
	cursor:pointer;
}
.fontSpecial
{
	color:#FF6600;
	font-weight:bold;
	font-size:20px;
}
.fontSpecialBlack
{
	color:#000000;
	font-weight:bold;
	font-size:18px;
	text-decoration:line-through;
}

/*************************************************/
/*****div divPageBar 分页公用样式**********start/
/*************************************************/
.pageBar
{
	text-align:right;
}
.pageBar .pagelistselected
{
	color: Red;
}
/*************************************************/
/*****div divPageBar 分页公用样式**********end/
/*************************************************/

/**************************************************************/
/*****div emailInfo 线路详细页面发送邮件样式**********start/
/**************************************************************/
.sendEmailStyle
{
	border:2px solid #DEBEA1;/*silver; */
	width:260px; 
	height:auto; 
	position:absolute; 
	background-color:White; 
	z-index:900;	
}
.sendEmailStyle .sendEmailTable
{
	margin-top:5px;
	width:100%;
	background-color:White; 
}
.sendEmailStyle .sendEmailTable tr .thead
{
	font-weight:bold; 
	text-align:center;
}
.sendEmailStyle .sendEmailTable td h3{
	color:#FFF;
	background:url(images/col_jumpHead.png) repeat-x;/*http://www.remai.cn/shop/img/col_jump.png*/
	font-size:15px;
	line-height:31px;
	height:31px;
	padding:0 15px;
	text-align:center;
	margin:0;
	margin-bottom:15px;
}
.sendEmailStyle .sendEmailTable td .txtInput
{
	border:1px solid #c4a487;
	background:#f7f3e0;
}
.sendEmailStyle .sendEmailTable td .sendEmailBtn
{
	width:73px;
	height:27px;
	border:none;
	padding:0px;
	margin:0px;
	background:url(images/send_btnBg.gif); /*http://trips114.com/App_Themes/Default/Images/login_btnBg.gif*/
	color:#fff;
	cursor:pointer;
}
/*.sendEmailStyle .sendEmailTable td  .close
{
	float:right;
	display:inline;
	color:#000;
	text-decoration:none;
	background:url(images/ico_close.png) no-repeat;*/ /*http://www.remai.cn/shop/img/ico_close1.png*/
	/*width:48px;
	height:18px;
	line-height:20px;
	overflow:hidden;
	text-indent:18px;
	margin:-45px 0 0 0;
	padding-right:3px;
}*/
.sendEmailStyle .sendEmailTable .tdShow
{
	font-weight:bold; 
	text-align:right;
}
.sendEmailStyle .sendEmailTable .endtd
{
	text-align:center; 
	height:56px;
}
/*************************************************************/
/*****div emailInfo 线路详细页面发送邮件样式**********end/
/**************************************************************/