﻿/*
*-----------------------------------------------------------------------------------
*YgGridView默认样式
*/
.GridViewStyle
{
	width: 100%;
	border-collapse: collapse;
	border:1px solid #DFB871;
}
.GridViewStyle tr
{
	text-align:center;
}
.GridViewStyle tr td
{
	border:1px solid #DFB871;
	text-align:center;
	font-size:14px;
	line-height:25px;
	color: #754A06;
}
.GridViewMouseOver
{
	background: #FEEFBF;
}
.GridViewMouseOut
{
	background: #EEEFBF;
}
/*表头*/
.GridViewStyle tr th
{
    font-size:14px;
	border:1px solid #DFB871;
	line-height: 30px;
}
.GridViewStyle_Head
{
	/*background-image:url(/images/Control/table_title.gif);*/
}
/*分页*/
.PagerStyle
{
	width: 100%;
	background: #EEEFBF;
	
}
.PagerStyle tr td
{
	border-width: 0px;
	line-height: 22px;
	text-align:right;
}
.PagerStyle_Active,.PagerStyle_Disable
{
	font-size:15px;
	text-decoration: none;
	color:#FFFFFF;
	height:25px;
	border: solid #DFB871;
	border-width:1px 1px 1px 1px;
	padding:0px 3px 0px 3px;
	margin-right:3px;
	margin-left:3px;
	background: #DFB871;
}
.PagerStyle_Disable
{
	background: #cccccc;
}
/*跳转按钮*/
.PagerStyle_Button
{
	font-size:12px;
	border: solid #DFB871;
	border-width:1px 1px 1px 1px;
	margin-right:3px;
	margin-left:3px;
	background: #DFB871;
	padding:15px auto auto atuo;
	color:#FFFFFF;
}
/*跳转文本框*/
.PagerStyle_TextBox
{
	font-size:12px;
	border: solid #297EA3;
	border-width:1px 1px 1px 1px;
	margin-right:3px;
	margin-left:3px;
	padding:2px auto auto atuo;
	width:25px;
}


/*
*-----------------------------------------------------------------------------------
普通文本框样式控件样式
*/
.NormalTextBox
{
	border: 1px solid #A5C0C2;
	font-size: 12px;
	padding-top: 2px;
}


.ButtonPay
{
	cursor:hand;
	width:131px;
	height:32px;
	background:url(./images/pay.gif) no-repeat;
	line-height:20px;
	text-align:center;
	color:Blue;
	padding-left:15px;
	text-decoration:none;
	display:block;
}

.ButtonLink
{
	cursor:hand;
	width:40px;
	height:100px;
	background:url(./images/qc_mini_top.jpg) no-repeat;
	line-height:20px;
	text-align:center;
	color:Blue;
	padding-left:15px;
	text-decoration:none;
}

.ButtonLinkLang, a.ButtonLinkLang:link,a.ButtonLinkLang:visited,a.ButtonLinkLang:hover
{
	cursor:hand;
	width:40px;
	height:100px;
	line-height:30px;
	text-align:center;
	color:#FFFFFF;
	padding-left:5px;
	text-decoration:none;
}
/*按钮*/
.Button,.Button2,.Button3,.Button4 ,.Button5,.Button6 ,.Button7            
{
    float:left;
	color:#FFFFFF;
	font-size:12px;
	display:inline;
	border:0;
	font-family:"宋体";
} 
.Button                             /* 放两个字的按扭 */
{
	width:97px;
	background:url(./images/qc_searh.gif) no-repeat;
	height:22px;
	text-align:center;
	line-height:22px;
	color: #000000;
	font-weight: bold;
	padding-left: 5px;
}
.Button2                              /* 放三个字的按扭 */
{
	width:56px;
	height:30px;
	padding-right:5px;
	line-height:30px;
	color:#000000;
	background:url(./images/qc_xx.gif) no-repeat;

}
.Button3                                      
{
	width:65px;
	background:url(./images/Button_x1.gif) no-repeat;
	line-height:25px;
	height:25px;
	text-align:center;
	margin-left:3px;
	color:#000;
	padding:1px 0 0 0;
	cursor: hand; 
	font-family:"宋体";

}
.Button4                              /* 放四个字的按扭 */                
{
	width:85px;
	background:url(./images/Button_x2.gif) no-repeat;
	line-height:25px;
	height:25px;
	text-align:center;
	margin-left:3px;
	padding:1px 0 0 0;
	color:#000;
	cursor: hand; 
	font-family:"宋体";

}
.Button5                              /* 放四个字的按扭 */                
{
	width:40px;
	background:url(./images/qc_xg.jpg) no-repeat;
	line-height:30px;
	text-align:center;
	margin-left:3px;
	color: #000000;
	padding-top: 2px;
	padding-left: 15px;

}

/* 放2个字的按扭 */   
.ButtonSubmit                                           
{
	width:65px;
	background:url(./images/Button_x1.gif) no-repeat;
	line-height:25px;
	height:25px;
	text-align:center;
	margin:10px;
	color:#000;
	padding:1px 0 0 0;
	cursor: hand; 
	font-family:"宋体";
}
/* 放3、4个字的按扭 */     
.ButtonSubmit2                                         
{
	width:85px;
	background:url(./images/Button_x2.gif) no-repeat;
	line-height:25px;
	height:25px;
	text-align:center;
	margin-left:3px;
	padding:1px 0 0 0;
	color:#000;
	cursor: hand; 
	font-family:"宋体";
}

/* 编辑、取消、明细、查看、预订的共用样式 */  
.ButtonModify,.ButtonDetail,.ButtonCancel ,.ButtonView ,.ButtonBooking ,.ButtonEvaluation ,.ButtonSeeEvaluation                                               
{
    position:relative;
	width:16px;
	height:20px;
    color:#000;
    cursor:pointer;
}
/* 编辑的按扭 */  
.ButtonModify                                           
{
	background:url(./images/Modify.gif) no-repeat;padding-left:18px;

}
/* 明细的按扭 */  
.ButtonDetail                                         
{
	background:url(./images/Detail.gif) no-repeat;

}
/* 取消的按扭 */  
.ButtonCancel                                          
{
	background:url(./images/Cancel.gif) no-repeat; padding-left:18px;

}
/* 查看的按扭 */  
.ButtonView                                          
{
	background:url(./images/View.gif) no-repeat;

}
/* 预订的按扭 */  
.ButtonBooking                                          
{
	background:url(./images/ButtonBooking.gif) no-repeat;

}
/* 评价的按扭 */  
.ButtonEvaluation                                         
{
	background:url(./images/Evaluation.gif) no-repeat;

}
/* 查看评价的按扭 */  
.ButtonSeeEvaluation                                         
{
	background:url(./images/SeeEvaluation.gif) no-repeat;
}


 /* 删除的按扭 */
.ButtonDelete                                           
{
	width:18px;
	background:url(./images/Delete.gif) no-repeat;
	line-height:17px;
	height:17px;
	text-align:center;
	margin-left:3px;
	color:#000;
}
/* 增加的按扭 */  
.ButtonPlus                                      
{
	width:25px;
	background:url(./images/Plus.gif)  0px -3px no-repeat;
	line-height:25px;
	height:25px;
	text-align:center;
	margin-left:3px;
	color:#000;
}
 /* 查看的按扭 */
.ButtonView                                           
{
	width:18px;
	background:url(./images/textSelect.gif) no-repeat;
	line-height:17px;
	height:17px;
	text-align:center;
	margin-left:3px;
	color:#000;
}
 /* 提示的按扭 */
.ButtonHint                                         
{
	width:18px;
	background:url(./images/dot.gif) no-repeat;
	line-height:22px;
	height:17px;
	text-align:center;
	margin-left:3px;
	color:#000;
	vertical-align: middle;
}
/* 登陆按钮 */
.Button_login                           
{
	width:73px;
	background:url(./images/qc-login_8.gif) no-repeat;
	height:20px;
	text-align:center;
	line-height:20px;
	color:#4A301B;
	font-weight:bold;
	font-size:12px;
	margin-left: 80px;
	display: inline;
	position:inherit;
	left: 25px;
	cursor:pointer;
}
/*注册*/
.Register                          
{
	width:73px;
  height:20px;
	text-align:center;
	line-height:20px;
	color:#4A301B;
	font-weight:bold;
	font-size:12px;
	margin-left: 150px;
	display: inline;
	position: absolute;
	top:50px;
	left: 25px;
	cursor:pointer;
}
  
   
   
/*列表样式center*/
.Datalist_center ,.Datalist_center-item td,.Datalist_center-head td
{ 
	border:1px solid #DFB871;
	border-collapse:collapse;
}
.Datalist_center
{ 
	width:100%;
}
.Datalist_center-item
{

	
}
.Datalist_center-item td
{ 
	border:1px solid #DFB871;
	text-align:center;
	font-size:12px;
	line-height:22px;
	color:#754A06;
}
.Datalist_center-head
{ 
	 font-weight:bold;
	 background:#EEEDAB; 
    height:25px;
}
.Datalist_center-head td
{
	padding:0 5px 0 5px;
	text-align: center;
	height:25px;
	color:#754A06;
}
   
   
/*列表样式Left*/
.Datalist ,.Datalist-item td,.Datalist-head td
{ 
	border:1px solid #CB9855;
	border-collapse:collapse;
	 font-weight:bold;
	 table-layout:fixed;
}
.Datalist
{ 
	width:100%;
}
.Datalist-item
{
	
}
.Datalist-item td
{ 
	border:1px solid #CB9855;
	font-size:12px;
	line-height:20px;
	color:#754A06;
	padding-left:10px;
}
.Datalist-head
{ 
	background:#EEEDAB; 
}
.Datalist-head td
{
	padding:2px 0px 2px 10px;
	height:35px;
	color:#754A06;
}
 
 /*留言详情*/
.ClientMessage { text-align:left;
                  width:95%; 
                  background:url(./images/pin_3.gif) no-repeat; 
                  border-collapse:collapse; 
                  border:0;
                  table-layout:fixed;
                  word-break : break-all; 
}
.ClientMessage td { float:left; width:95%; border:0;  text-align:left; padding-left:25px; word-break:break-all; overflow:auto;} 




   
   
   
   
   
   
   
   
   
   
