﻿/* @function:   演出公共样式表
* @author:   lianchang
* @data:     2011-02-28
* @modify:
* @updated:   改：5.23 ; 5.31 ; 6.2
*/

/* 演出 header 样式，覆盖公共 header 样式*/

.header_nav {
	border-bottom: 3px solid #da1d73;
}
.header_nav a:hover{
	color:#DA1D73;	
}
.inside_top a:hover{
	color:#DA1D73;	
}
.header_nav_on a, .header_nav_on a:hover {
 	color: #FFFFFF;
    cursor: default;
    text-decoration: none;
}
li.header_nav_on .hns_main {
	background: url(http://img.17u.cn/new_ui/public/images/cn_common_new.png?v=520) no-repeat -285px -91px;
}
.header_nav_on .hns_side {
	background: url(http://img.17u.cn/new_ui/public/images/cn_common_new.png?v=520) no-repeat 100% -91px;
}

/* 演出 header 样式，覆盖公共 header 样式   end */
/**  覆盖关闭X  */
.pb_close img{
	left:-400px;
	top:-75px;
}

.none{
	display:none;
}
.mtop{
	margin-top:10px;
}
.bor_tops{
	border-top:1px solid #DDDDDD;
}
.bor_botd{
	border-bottom:1px dashed #DDDDDD;
}
.bor_bots{
	border-bottom:1px solid #DDDDDD;
}
.color_red{
	color:#DA1D73;
}
.color_666{
	color:#666666;
}
.strong{
	font-weight:bolder;
}
	/**
	 *   默认红色链接
	 */
a {
	color: #333333;
	text-decoration: none;
}
a:hover, a:focus{
	color: #DA1D73;
}
a:hover {
	text-decoration: underline;
}
	/**
	 * 灰色999链接
	 */
.grean a {
	color: #999999;
	text-decoration: none;
}
.grean a:hover, .grean a:focus{
	color: #DA1D73;
}
.grean a:hover {
	text-decoration: underline;
}
	/**
	 * 蓝色链接
	 */
.blue a {
	color: #005BB5;
	text-decoration: none;
}
.blue a:hover, .blue a:focus{
	color: #DA1D73;
}
.blue a:hover {
	text-decoration: underline;
}
	/**
	 * 黑色带下划线链接
	 */
.black_underline a {
	color: #333;
	text-decoration: underline;
}
.black_underline a:hover, .black_underline a:focus{
	color: #DA1D73;
}
.black_underline a:hover {
	text-decoration: underline;
}
	/**
	 * 白色带下划线链接
	 */
.white a {
	color: #FFF;
	text-decoration: none;
}
.white a:hover, .white a:focus{
	color: #FFF;
}
.white a:hover {
	text-decoration: underline;
}

	/*
	 *    图片链接只有边框
	 */
.bora{
	border:1px solid #DDDDDD;
}
.bora:hover {
	border:1px solid #FFC9E1;
}
.bora img{
	float:left;
}
	/*
	 *    图片链接有边框和背景
	 */
.borimg{
	border:1px solid #DDDDDD;
	background-color:#EFEFEF;
	padding:3px;
}
.borimg:hover {
	border:1px solid #FFC9E1;
	background-color:#FFF7FD;
}
.borimg img{
	float:left;
}

	/**
	 * 以下为零件框01样式,包含230,720两种宽度
	 */
.widget_piece01{
	float:left;
	border:1px solid #DDDDDD;
	overflow:hidden;
}
.widget_width01{ 
	width:228px;
}
.widget_width01 .piece_main{
	width:208px;
}
.widget_width02{ 
	width:718px;
}
.widget_width02 .piece_main{
	width:698px;
}
.widget_piece01 .piece_head{
	height:26px;
	background:url(http://img.17u.cn/new_ui/ticket/images/common/ticket_common.png?v=520) 0 0 no-repeat;
	overflow:hidden;
}
.widget_width01 .piece_head h3{
	float:left; 
	line-height:20px; 
	font-size:12px;
	font-weight:bolder;
	padding:4px 0 0 10px;
}
.widget_width01 .piece_head .wid_over{
	width:170px;
	overflow:hidden;
}
.widget_width01 .piece_more{
	float:right;
	padding:5px 10px 0 0;
	font-family:"\5B8B\4F53" ;
	font-size:12px;
	line-height:20px;
}
.widget_width02 .piece_head h3{
	float:left; 
	line-height:24px; 
	font-size:14px;
	font-weight:bolder;
	padding:1px 0 0 10px;
}
.widget_width02 .piece_more{
	float:right;
	font-family:"\5B8B\4F53" ;
	font-size:14px;
	line-height:24px;
	padding:1px 10px 0 0;
}
.piece_main{ 
	float:left;
	padding:10px;
}
	/**
	 * 零件框01样式结束
	 */
	
	/**
	 * 零件框  切换样式开始
	 */

.cut_over{
	width:720px;
	float:left;
}
.cut_over .cut_nav{
	width:720px;
	border-bottom:2px solid #F34694;
	background:url(http://img.17u.cn/new_ui/ticket/images/common/ticket_common.png?v=520) 0 -35px no-repeat;
	height:27px;
	float:left;
	overflow:hidden;
}
.cut_over .cut_nav li{
	float:left;
	width:89px;
	background:url(http://img.17u.cn/new_ui/ticket/images/common/ticket_common.png?v=520) -105px -75px no-repeat;
	height:24px;
	text-align:center;
	font-size:14px;
	line-height:24px;
	padding-top:3px;
	margin-left:1px;
	cursor:pointer;
	display:inline;
}
.cut_over .cut_nav li a{
	width:100%;
	float:left;
}
.cut_over .cut_nav li a:hover{
	color:#DA1D73;
	text-decoration:none;
}
.cut_over .cut_nav .at{
	width:90px;
	background:url(http://img.17u.cn/new_ui/ticket/images/common/ticket_common.png?v=520) 0 -75px no-repeat;
	color:#fff;
	margin:0;
	font-weight:bolder;
}
.cut_over .cut_nav .at a{
	color:#fff;
}
.cut_over .cut_nav .at a:hover{
	color:#fff;
	cursor:text;
}
.cut_over .cut_mian{
	border:1px solid #D9D9D9;
	border-top:none;
	padding:10px;
	width:698px;
	float:left;
}
	/**
	 * 零件框  切换样式结束
	 */
.av_box{
	float:left;
}
.av_box img{
	float:left;
}
	/*
	 *   帮助中心
	 */
.help_cen{
	background:url(http://img.17u.cn/new_ui/ticket/images/common/ticket_common.png?v=520) 0 -115px no-repeat;
	width:208px;
	float:left;
}
.help_cen td{
	padding-left:20px;
}
.help_cen td a{
	float:left;
	margin-top:2px\0;
}
	/**
	 *   购物车 
	 */		
.shop_car{
	background:url(http://img.17u.cn/new_ui/ticket/images/common/ticket_common.png?v=520) -260px -75px no-repeat;
	display:inline-block;
	width:92px;
	height:57px;
	overflow:hidden;
}	
.shop_car .p_info{
	width:64px;
	color:#DA1D73;
	font-size:12px;
	line-height:20px;
	padding:7px 0 0 28px;
}
.shop_car .p_close{
	font-size:12px;
	line-height:20px;
	width:92px;
	text-align:center;
	padding-top:5px;
}
.shop_car .p_close a{
	font-weight:bolder;
	font-family:\5B8B\4F53;
}


/*--------------左部搜索-------------------*/
/* 
 *CN搜索
 *@author 蔡天旭	
 *@data 2011-04-27
 *@modify 
 */

/**搜索框樣式**/
.soso_bg{
	background:#3e97e9;
	float:left;
}
#soso_17u{
	width:224px;
	overflow:hidden;
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) 0 0 no-repeat;
	height:277px;
	float:left;
	padding:0 3px 3px 3px;
}

#soso_17u h3{
	font-size:12px;
	font-weight:bold;
	padding:5px 0 0 13px;
	color:#fff;
	height:26px;
	overflow:hidden;
	width:217px;
}
#soso_17u .search_info{
	width:225px;
	height:246px;
	float:left;
	overflow:hidden;
}
#soso_17u .search_left{
	width:40px;
	float:left;
	border-right:#da1d73 2px solid;
	position:relative;
}
#soso_17u .search_left li{
	width:40px;
	height:40px;
	cursor:pointer;
	float:left;
	border-bottom:1px #ffc0cb solid;
	line-height:40px;
	text-align:center;
}

#soso_17u .search_left li span{
	float:left;
	width:40px;
	height:40px;
	position:absolute;
	left:0;
	*margin-top:-13px;
}
* html #soso_17u .search_left li span{
	margin-top:-13px;
}
*+ html #soso_17u .search_left li span{
	margin-top:-14px;
}

#top_hotel .at{
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) -231px -123px no-repeat;
	border-bottom:1px #da1d73 solid;
}
#top_airplane .at{
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) -231px 0 no-repeat;
	border-bottom:1px #da1d73 solid;
}
#top_scenic .at{
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) -231px -205px no-repeat;
	border-bottom:1px #da1d73 solid;
}
#top_perform .at{
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) -231px -164px no-repeat;
	border-bottom:1px #da1d73 solid;
}
#top_holiday .at{
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) -231px -82px no-repeat;
	border-bottom:1px #da1d73 solid;
}
#top_car .at{
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) -231px -41px no-repeat;
	border-bottom:1px #da1d73 solid;
}

#top_hotel .not{
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) -272px -123px no-repeat;
}
#top_airplane .not{
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) -272px 0 no-repeat;
}
#top_scenic .not{
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) -272px -205px no-repeat;
}
#top_perform .not{
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) -272px -164px no-repeat;
}
#top_holiday .not{
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) -272px -82px no-repeat;
}
#top_car .not{
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) -272px -41px no-repeat;
}
#soso_17u .search_right{
	float:left;
	width:162px;
	height:232px;
	padding:7px 9px 7px 9px;
	overflow:hidden;
	background:#fff;
}
#tab_top_hotel{
	width:162px;
}
#tab_top_airplane{
	width:162px;
}
#tab_top_scenic{
	width:162px;
}
#tab_top_scenic td{
	line-height:30px;
}
#tab_top_perform{
	width:162px;
}
#tab_top_perform td{

}
#tab_top_holiday{
	width:162px;
}
#tab_top_holiday td{

}
#tab_top_car{
	width:162px;
}
.errMasBorder{
	position:absolute;
	z-index:1001;
	margin-left:108px;
	margin-top:-27px;
	float:left;
	width:500px;
	display:none;
}
#soso_17u .errMasBorder .lefSpan{
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) -394px 0 no-repeat;
	float:left;
	height:27px;
	width:6px;
}
.errMasBorder .rgtSpan {
    background-color:#FFF7FB;
	border:1px solid #FFC9E1;
	border-left:none;
    color: #DA1D73;
    float: left;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
}
#soso_17u .input_div{
	border:1px solid #7F9DB9;
	padding:1px;
}

#soso_17u .search_right .scenic_list04{
	border-top: 1px dashed #CCCCCC;
    margin-top: 10px;  
    width: 162px;
	line-height:20px;
	padding-top:5px;
	height:86px;
	overflow: hidden;
}
#soso_17u .search_right .scenic_list04 li{
	float:left;
	padding: 0 14px 1px 0;
    white-space: nowrap;
}
#soso_17u .search_right .scenic_list03{
	border-top: 1px dashed #CCCCCC;
    margin-top: 10px;
    overflow: hidden;
    width: 162px;
	line-height:20px;
	padding-top:5px;
}
#soso_17u .search_right .scenic_list05{
	border-top: 1px dashed #CCCCCC;
    margin-top: 15px;
	margin-bottom:5px;
    overflow: hidden;
    width: 162px;
	line-height:20px;
	padding-top:8px;
}
#soso_17u .search_right .scenic_list06{
	border-top: 1px dashed #CCCCCC;
    margin-top: 10px;
	margin-bottom:5px;
    overflow: hidden;
    width: 162px;
	line-height:20px;
	padding-top:8px;
}
#soso_17u .scenic_list01,.scenic_list02{
	width:162px;
	overflow:hidden;
	line-height:20px;	
}
#soso_17u .search_right .scenic_list01 li{
	float:left;
	padding-right: 6px;
	white-space: nowrap;
}
#soso_17u .scenic_list02 li{
	float:left;
	width:81px;
}
#soso_17u .search_right .hotel_rad{
	overflow: hidden;
    width: 162px;
}
#soso_17u .search_right .hotel_rad li{
	float:left;
	margin-right:15px;
	display:inline;
	*margin-right:10px;
}
#soso_17u .search_right .hotel_rad label{
	cursor:pointer;
}


#soso_17u .search_right .hotel_list01{
	width:162px;
	overflow:hidden;
	border-top:#cccccc dashed 1px;
	margin-top:14px;
	padding-top:4px;
	line-height:27px;
}
#soso_17u .search_right .hotel_list01 li{
	float:left;
	width:79px;
}
#soso_17u .search_right .input02{
	color: #999999;
    font-family: Arial,"宋体";
    height: 17px;
    line-height: 17px;
    padding-left: 3px;
    width: 101px;	
}
#soso_17u .search_right .input06{
	color: #999999;
    font-family: Arial,"宋体";
    height: 17px;
    line-height: 17px;
    padding-left: 3px;
    width: 91px;
	margin-right:10px;
}
#soso_17u .up_cityvalue{
	position:absolute;
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) left -463px no-repeat;
	width:14px;
	height:37px;
	margin-left:100px;
	margin-top:-13px;
	cursor:pointer;
}
#soso_17u .up_cityvalue1{
	position:absolute;
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) left -413px no-repeat;
	width:14px;
	height:37px;
	margin-left:100px;
	margin-top:-13px;
	cursor:pointer;
}
#soso_17u .search_right .input03{
	width:154px;
	height:20px;
	line-height:20px;
	padding-left:4px;
	color:#999999;
	font-family:Arial,"宋体";
}
#soso_17u .search_right .input04{
	float:left;
	cursor:pointer;
	margin-top:4px;
	margin-right:5px;
	*margin-top:-3px;
	*margin-right:2px;
	margin-top:3px\0;
}
#soso_17u .sp_input04{
	float:left;
	margin-left:-3px;
}
#soso_17u .search_right .select01{
	color: #999999;
    float: left;
    font-family: Arial,"宋体";
    height: 22px;
    line-height: 19px;
    margin-bottom: 1px;
    padding: 1px 0;
    width: 108px;
}
#soso_17u .search_right .btn01{
	width:73px;
	height:25px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) right -34px no-repeat;
	float:left;
	border:0;
	cursor:pointer;
	margin-top:4px;
	text-align:center;
	line-height:25px;
	text-decoration:none;
}
#soso_17u .search_right .btn02{
	width:73px;
	height:25px;
	font-size:14px;
	font-weight:bold;
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) right -60px no-repeat;
	float:left;
	border:0;
	cursor:pointer;
	margin-top:4px;
	color: #fff;
	text-align:center;
	line-height:25px;
	text-decoration:none;
}
/***********************************城市搜索*****************************/
.six_iframe_city {
    width: 347px;
    position: absolute;
    z-index: 9999;
    height: 150px;
	opacity:0;
	border:none! important;
	filter: Alpha(Opacity=0);
}
.six_city {
    width: 347px;
    position: absolute;
    font-size: 12px;
    z-index: 10000;
    overflow: hidden;
}

.six_city_head {
    padding-left: 10px;
    width: 337px;
    height: 27px;
    line-height: 24px;
    overflow: hidden;
    color: #fff;
    background: #da1d73;
}

.six_city_head span {
    font-weight: bolder;
}

.six_city_body {
    border-bottom: 2px solid #ff91c3;
    border-left: 2px solid #ff91c3;
    border-right: 2px solid #ff91c3;
    padding: 5px;
    width: 333px;
    overflow: hidden;
    background: #fff;
}

.six_city_ul01 {
    padding: 0 5px;
    width: 323px;
    background: url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) 0 -290px no-repeat;
    height: 21px;
    overflow: hidden;
}

.six_city_ul01 li {
    float: left;
    text-align: center;
    cursor: pointer;
}

.six_city_ul01 .at {
    width: 61px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    line-height: 20px;
    font-weight: bolder;
    background: #ffffff;
}

.six_city_ul01 .not {
    width: 63px;
    line-height: 20px;
    padding-top: 1px;
}

.six_city_ul02 {
    width: 313px;
    overflow: hidden;
}

.six_city_ul02 li {
    float: left;
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 20px;
}
.six_city_ul02 span{
	float:left;
    padding-right: 5px;
    padding-left: 5px;
    white-space: nowrap;
}

.six_city_body .at02 {
    background: #ffffff;
    border: 1px solid #ffffff;
	line-height:18px;
	float:left;
    padding-right: 4px;
    padding-left: 4px;
    white-space: nowrap;
	display:block;
}
.six_city_body .at02:hover {
    background: #fff7fb;
    border: 1px solid #ff91c3;
	color:#DA1D73;
	text-decoration:none;
}

.six_city_body01 {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
    width: 313px;
    padding-top: 5px;
}

.six_dl01 {
    width: 313px;
	margin:2px 0;
    overflow: hidden;
	float:left;
}

.six_dl01 dt {
    float: left;
    width: 25px;
    color: #DB2377;
    text-align: center;
}

.six_dl01 dd {
    float: left;
    width: 288px;
	display:block;
	*margin-top:2px;
}


.six_dl01 dd span {
    float: left;
    white-space: nowrap;
}
.selectCity{
	position:absolute;
	z-index:999;
	margin-top:0px;
	display:none;
	*margin-top:-1px;
}
.block{
	display:block;
}
.none{
	display:none;
}
/*******************************城市 搜索*****************************************/
/********************************城市模糊搜索**************************************/
.soso_tbl{
	background:#FFF7FB;
	border:1px #FFC9E1 solid;
	width:108px;
	position:absolute;
	z-index:99999;
	font-size:12px;
}
.soso_tbl .tbl_td1{
	font-family:Simyou; 
	border-bottom:1px #dddddd dashed;
	/*color:#005BB5;*/
	color:#666;
}
.soso_tbl td{
	white-space:nowrap;
	padding-left:5px;
	padding-right:5px;
	line-height:1.6;
}

.soso_tbl img{
	float:left;
	width:9px;
	height:11px;
	padding-top:4px;
	*padding-top:3px;
}
.soso_tbl .aOut{
	color:#333;
	cursor:pointer;	
}
.soso_tbl .aOut1{
	cursor:pointer;	
	color:#666;
}
.soso_tbl .aHover{
	color:#fff;	
	cursor:pointer;	
	background:#F34694;
}
.soso_tbl .aHover1{
	color:#fff;	
	cursor:pointer;	
	background:#F34694;
}
.soso_tbl .td_lef{
	text-align:left;
}
.soso_tbl .td_rgt{
	text-align:right;
}
.six_iframe {
    width: 150px;
    position: absolute;
    z-index: 9999;
    height: 150px;
	opacity:0;
	border:none! important;
	filter: Alpha(Opacity=0);
}
.dimCity{
	position:absolute;
	z-index:999;
	*margin-top:-1px;
}
/****************************城市模糊搜索*************************************/
/****************************酒店关键字搜索**********************************/
.hotel_sou_xinxi {
    position: absolute;
    width: 413px;
    border: 1px solid #FFCAE2;
    background: #FFF7FB;
    padding-left: 10px;
    font-size: 12px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-top: 0px;
	*margin-top: -1px;
	display:none;
	z-index:9999;
}

.hotel_sou_xinxi01 {
    float: left;
    width: 403px;
}

.hotel_sou_xinxi01_01 {
    float: left;
    border-bottom: 1px dashed #ccc;
    width: 403px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.hotel_sou_xinxi01 h4 {
    float: left;
    font-weight: bolder;
    font-size: 12px;
}

.hotel_sou_xinxi01 img {
    float: right;
    padding-top: 5px;
}

.hotel_sou_xinxi01_02 {
    float: left;
    width: 413px;
    padding-top: 5px;
}

.hotel_sou_xinxi01_02 li {
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 20px;
    white-space: nowrap;
    line-height: 20px;
}
.hotel_sou_xinxi .claseSp1{
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) right -120px no-repeat;
	width:11px;
	height:11px;
	float:right;
	cursor:pointer;
}
/****************************酒店关键字搜索**********************************/	
/*******************************日历控件样式*****************************/
/*
 *日历控件样式
 *author  蔡天旭
 *date 2011-02-23
 *modify
 */
.date_list {
    border: 2px solid #FF92C3;
    clear: both;
    float: left;
    width: 350px;
    position: absolute;	
	background:#ffffff;
	display:inline;
	z-index:10000;
	-moz-user-select: none;
}

.date_list .top {
    float: left;
    height: 27px;
    line-height: 27px;
    width: 350px;
	background:url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) 0 -330px no-repeat;
	
}

.date_list .lastMonth {
    float: left;
    background: url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) right -381px no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
	margin-left:5px;
	margin-top:5px;
	display:inline;
}

.date_list .nextMonth {
    float: right;
    background: url(http://css.17u.cn/comm/images/cn/public/searchBox_Perform.png?v=520) left -381px no-repeat; 
    width: 15px;
    height: 15px;
    cursor: pointer;
	margin-right:5px;
	margin-top:5px;
	display:inline;
}

.date_list .lastText {
    float: left;
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    margin-left: 35px;
    display: inline;
	font-weight:bolder;
}

.date_list .nextText {
    float: right;
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    margin-right: 35px;
    display: inline;
	font-weight:bolder;
}

.date_list .contentTime1 {
    float: left;
    width: 169px;
}

.date_list .contentTime2 {
    float: right;
    width: 169px;
}

.date_list table {
    margin: 0px;
    padding: 0px;
    width: 169px;
    font-size: 12px;
    font-family: Arial;
    text-align: center;
    color: #005bb5;
    border-left: 1px #f1f1f1 solid;
}

.date_list table th {
    font-weight: normal;
    color: #999999;
    background: #f5f5f5;
    width: 23px;
    height: 23px;
	text-align:center;
}

.date_list table .td01 {
    color: #005bb5;
    border-right: 1px #f1f1f1 solid;
    border-bottom: 1px #f1f1f1 solid;
    cursor: pointer;
    width: 23px;
    height: 23px;
}

.date_list table .td02 {
    color: #cccccc;
    border-right: 1px #f1f1f1 solid;
    border-bottom: 1px #f1f1f1 solid;
    cursor: pointer;
    width: 23px;
    height: 23px;
}

.date_list .spanHover {
    background: none repeat scroll 0 0 #FFF7FB;
    border: 1px solid #FFC9E1;
    color: #FF91C3;
    float: left;
    height: 21px;
    line-height: 21px;
    width: 21px;
}

.date_list .spanOut {
    border: 1px solid #FFFFFF;
    color: #333333;
    cursor: default;
    float: left;
    height: 21px;
    line-height: 21px;
    width: 21px;
}

.date_list  .spanDay {
    color: #DA1D73;
    float: left;
    border: 1px #ffffff solid;
    width: 21px;
    height: 21px;
    line-height: 21px;
    background: #F5F5F5;
    font-weight: bolder;
}

.date_list .spanOver {
    color: #cccccc;
    float: left;
    border: 1px #ffffff solid;
    width: 21px;
    height: 21px;
    line-height: 21px;
	cursor:default;
}
.date_list .clickDate {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DDDDDD;
    color: #333333;
    float: left;
    height: 21px;
    line-height: 21px;
    width: 21px;
}
.if{
	position:absolute;
	width:350px;
	height:160px;
	opacity:0;
	border:none;
	z-index:9999;
}
#carSubmit{
	margin-left:55px;
}
/*******************************日历控件样式*****************************/
/*
 * 弹出层需要加入样式
 */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:hidden;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxOverlay{background:url(http://img.17u.cn/new_ui/public/images/overlay.png) repeat 0 0;}
#colorbox{}
#cboxContent{background:#fff;}