﻿html {min-height:100%;}
		Body {
			font-family: helvetica, arial, sans-serif;Cursor:url(mouse.cur); /*�Զ���������*/
			background:#e9e9e9;FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#C0C0C0); /*IE 6 7 8*/
			background: -ms-linear-gradient(top, #ffffff,  #C0C0C0);        /* IE 10 */  
		    background:-moz-linear-gradient(top,#ffffff,#C0C0C0);/*���*/   
			background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffffff), to(#C0C0C0));/*�ȸ�*/   
			background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#C0C0C0));      /* Safari 4-5, Chrome 1-9*/  
			background: -webkit-linear-gradient(top, #ffffff, #C0C0C0);   /*Safari5.1 Chrome 10+*/  
			background: -o-linear-gradient(top, #ffffff, #C0C0C0);
			margin: auto;
			width:96%;
		}
		.main{ margin: auto;}
		.c{ margin: auto;}
		.c span{
			display:block; text-align: center; padding: 5px; 
			font-family: helvetica, arial, sans-serif; 
			font-size: 20px; font-weight: bold; color: #5B4B00;  
			text-shadow: -1px -1px white, 1px 1px #333;text-decoration:none;
		}
		.button {
			width:100%;
			height:50px;
			display: inline-block;
			position: relative;
			margin: 10px;
			padding: 0 20px;
			text-align: center;
			text-decoration: none;
			font: bold 12px/25px Arial, sans-serif;
			font-size:24px;
		
			text-shadow: 1px 1px 1px rgba(255,255,255, .22);
		
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			border-radius: 30px;
		
			-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
			-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
			box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
		
			-webkit-transition: all 0.15s ease;
			-moz-transition: all 0.15s ease;
			-o-transition: all 0.15s ease;
			-ms-transition: all 0.15s ease;
			transition: all 0.15s ease;
		}
		
		/* Green Color */
		
		.green {
			color: #3e5706;
		
			background: #a5cd4e; /* Old browsers */
			background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* IE10+ */
			background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* W3C */
		}
		
		/* Blue Color */
		
		.blue {
			color: #19667d;
		
			background: #70c9e3; /* Old browsers */
			background: -moz-linear-gradient(top,  #70c9e3 0%, #39a0be 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70c9e3), color-stop(100%,#39a0be)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* IE10+ */
			background: linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* W3C */
		}
		
		/* Gray Color */
		
		.gray {
			color: #515151;
		
			background: #d3d3d3; /* Old browsers */
			background: -moz-linear-gradient(top,  #d3d3d3 0%, #8a8a8a 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* IE10+ */
			background: linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* W3C */
		}
		/*圆角文本框*/
		.txt {
		 clear:both;
			width:100%;
			/*height:50px;*/
			display: inline-block;
			position: relative;
			margin: 10px;
			padding: 0 5px;
			text-align: center;
			text-decoration: none;
			font: bold 12px/25px Arial, sans-serif;
			/*font-size:24px;*/
		
			text-shadow: 1px 1px 1px rgba(255,255,255, .22);
		
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			border-radius: 10px;
		
			-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
			-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
			box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
		
			-webkit-transition: all 0.15s ease;
			-moz-transition: all 0.15s ease;
			-o-transition: all 0.15s ease;
			-ms-transition: all 0.15s ease;
			transition: all 0.15s ease;
			
			background: -moz-linear-gradient(top,  #d3d3d3 0%, #8a8a8a 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* IE10+ */
			background: linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* W3C */
		}
		.txtCode {
		 clear:both;
			width:100%;
			height:50px;
			display: inline-block;
			position: relative;
			margin: 10px;
			padding: 0 5px;
			text-align: center;
			text-decoration: none;
			font: bold 12px/25px Arial, sans-serif;
			/*font-size:24px;*/
		
			text-shadow: 1px 1px 1px rgba(255,255,255, .22);
		
			-webkit-border-radius: 30px;
			-moz-border-radius: 30px;
			border-radius: 10px;
		
			-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
			-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
			box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
		
			-webkit-transition: all 0.15s ease;
			-moz-transition: all 0.15s ease;
			-o-transition: all 0.15s ease;
			-ms-transition: all 0.15s ease;
			transition: all 0.15s ease;
			
			
		}
		
		
		        	
		.classContainer{float:left;position:relative;overflow:scroll;border-right:1px solid #C2C2C2;}
		.schedule{background:#17D1FF;position:absolute;line-height:16px;text-align:center;font-size:14px;color:#ffffff;border:2px solid #C2C2C2;}
		.pgtitle{position:absolute;line-height:16px;text-align:left;font-size:14px;color:#000000;letter-spacing:1px;}
		.pgline{border-bottom:1px solid #C2C2C2;height:100px;}
		.scheduleTitle{height:25px;font-size:18px;font-family:'����'; font-weight:bold; position:absolute;border-bottom:1px solid #C2C2C2;}
		.order{margin:auto;margin-top:0px;background:#e9e9e9;float:left;position:relative;height:200px;width:1000px;}
		.orderTable{width:100%;  border-top:1px solid #C2C2C2;border-left:1px solid #C2C2C2; border-bottom:1px solid #C2C2C2; background:#F0F0F0;border-collapse:collapse ;}
		.orderTable td{ font-size:13px; text-align:left; border-bottom:1px solid #C2C2C2; border-right:1px solid #C2C2C2; height:25px; padding-left:5px;line-height:16px;}
		.selDiv{border-bottom:1px dashed #C2C2C2;padding-bottom:1px;padding-top:1px;}
		
		.findTable{width:100%;  border-left:1px solid #C2C2C2; border-bottom:1px solid #C2C2C2; background:#F0F0F0;border-collapse:collapse ;}
		.findTable th{
			border-bottom:1px solid #cccccc; height:20px; background:#C0C0C0;border-bottom:1px solid #C2C2C2;  
			color:#000000; font-size:14px;Letter-spacing: 0.1em;
			FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#C0C0C0); /*IE 6 7 8*/   
			background: -ms-linear-gradient(top, #ffffff,  #C0C0C0);        /* IE 10 */  
			background:-moz-linear-gradient(top,#ffffff,#C0C0C0);/*���*/   
			background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffffff), to(#C0C0C0));/*�ȸ�*/   
			background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#C0C0C0));      /* Safari 4-5, Chrome 1-9*/  
			background: -webkit-linear-gradient(top, #ffffff, #C0C0C0);   /*Safari5.1 Chrome 10+*/  
			background: -o-linear-gradient(top, #ffffff, #C0C0C0);  /*Opera 11.10+*/  
		}
		.findTable td{ font-size:13px; text-align:left; border-bottom:1px solid #C2C2C2;  height:30px; padding-left:5px;line-height:16px;}
		.styleA{
			FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#E6E6E6,endColorStr=#ffffff); /*IE 6 7 8*/   
			background: -ms-linear-gradient(top, #E6E6E6,  #ffffff);        /* IE 10 */  
			background:-moz-linear-gradient(top,#E6E6E6,#f6f6f8);/*���*/   
			background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#E6E6E6), to(#ffffff));/*�ȸ�*/   
			background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E6E6E6), to(#ffffff));      /* Safari 4-5, Chrome 1-9*/  
			background: -webkit-linear-gradient(top, #E6E6E6, #ffffff);   /*Safari5.1 Chrome 10+*/  
			background: -o-linear-gradient(top, #E6E6E6, #ffffff);  /*Opera 11.10+*/  
		}	
		.styleTitle{
			FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#C0C0C0); /*IE 6 7 8*/   
			background: -ms-linear-gradient(top, #ffffff,  #C0C0C0);        /* IE 10 */  
			background:-moz-linear-gradient(top,#ffffff,#C0C0C0);/*���*/   
			background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffffff), to(#C0C0C0));/*�ȸ�*/   
			background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#C0C0C0));      /* Safari 4-5, Chrome 1-9*/  
			background: -webkit-linear-gradient(top, #ffffff, #C0C0C0);   /*Safari5.1 Chrome 10+*/  
			background: -o-linear-gradient(top, #ffffff, #C0C0C0);
		}
		
		.inputTxt {
		    background:#fff;
		    border: 1px solid #000;
		    padding:5px;
		    border-radius:5px;
		    -webkit-border-radius:5px;
		    -moz-border-radius:5px;
		    width:100%;
		    height:30px;
		    font-size: 20px;
		}
		.lableTxt{
			font-size: 25px;
			line-height: 25px;
			height:30px;		
		}
		.productInfoLeft{ 
			background-color:#33FFFF ;
			font-family: Arial; 
			border: 2px solid #379082; 
			border-radius: 20px; 
			padding: 10px 10px; 
			width: 70%; 
			clear:both;
		
		}
		
		.productInfoRight{ 
			font-family: Arial; 
			border: 2px solid #379082; 
			border-radius: 20px; 
			padding: 10px 10px; 
			width: 70%; 
			float:right;
			clear:both;
		}
		.txt .div1{
			margin:0px;
			font-size:14px;
			font-weight:bold;
			color: #064a97;
			
		}
		.txt p{
			margin:0px;
			font-size:14px;
			font-weight:normal;
			padding-left: 8px;
			color: #030000;
		}

		