/*
 - form element
 - darren's css
*/

	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		margin-top: 0px;
		margin-bottom: 0px;
		scrollbar-face-color: #ffffff;
		scrollbar-highlight-color: #cccccc;
		scrollbar-shadow-color: #cccccc;
		scrollbar-3dlight-color: #ffffff;
		scrollbar-arrow-color: #cccccc;
		scrollbar-track-color: #ffffff;
		scrollbar-darkshadow-color: #ffffff;
		scrollbar-base-color: #ffffff;
	}

	table{
		font-size: 10pt;
	}

	tr.header {
		background-color:#9AC5F3;
		font-family: 細明體;
		font-weight: bold;
		text-align: center;
		font-size: 10pt;
		height:25px;
	}
	td.t{
		background-color: #f6faff;
		font-weight: bold;
		font-size: 10pt;
		height:25px;
		padding-top:5px;
	}
	td.w{
		background-color: white;
	}
	td.dash{
		border-bottom:1px dashed #adadad;
	}

	.color1{
		text-align: center;
		background-image: url('/fixImages/misc/back_deco_01.gif');
		font-size: 10pt;
		font-weight: bold;
		letter-spacing: 3em;
		color: #333333;
		height:25px;
	}
	
	.color2{
		background-color: #CBD1FE;
		font: 900 12pt;
	}
	
	.rt{
		/*行程抬頭*/
		font : bold 12pt;
		color: #9acd32;
		
	}
	
	.digital{ font-family: Times New Roman; font-size: 20pt; font-weight: bold; }
	.digital12{ font-family: Times New Roman; font-size: 12pt; font-weight: bold; }
	.date{ font-family:Georgia;	font:bold 14pt;	}
	.date12{ font-family:Georgia;	font:12pt;	}
	.date10{ font-family:Georgia;	font:10pt;	}
	.date8{ font-family:Georgia;	font:8pt;	}
	.price{	color: #007FBF; font-family:Georgia; font:bold 18pt; }
	.price10{	color: #007FBF; font-family:Georgia; font:10pt; }
	.price10-2{	font-family:Georgia; font:10pt; }
	.serial14{ font-family:Georgia;	font:bold 14pt; }
	.serial12{ font-family:Georgia;	font:bold 12pt; }
	.serial10{ font-family:Georgia;	font:10pt; }
	.serial8{ font-family:Georgia;	font:8pt; }
	.email{ font-family:Georgia;	font:10pt; }
	.m1{
		border:1px solid #646464;
		padding: 5 0 0 5;
	}
	
A {font-size: 10pt}
A:link    {   text-decoration: none; color: #007FBF}
A:visited {   text-decoration: none; color: #0A4792}
A:hover   {   text-decoration: underline; color: red;position : relative; top:1px; left:2px; }
A.white:link    {   text-decoration: none; color: #FFFFFF}
A.white:visited {   text-decoration: none; color: #FFFFFF}
A.white:hover   {   text-decoration: underline; color: red;position : relative; top:1px; left:2px; }
A.red:link    {   text-decoration: none; color: #ff4500}
A.red:visited {   text-decoration: none; color: #f08080}
A.red:hover   {   text-decoration: underline; color: red;position : relative; top:1px; left:2px; }
A.purple:link    {   text-decoration: none; color: #c71585}
A.purple:visited {   text-decoration: none; color: #db7093}
A.purple:hover   {   text-decoration: underline; color: red;position : relative; top:1px; left:2px; }
A.pink:link    {   text-decoration: none; color: #ff1493}
A.pink:visited {   text-decoration: none; color: #ff69b4}
A.pink:hover   {   text-decoration: underline; color: red;position : relative; top:1px; left:2px; }
A.orange:link    {   text-decoration: none; color: #ff4500}
A.orange:visited {   text-decoration: none; color: #f08080}
A.orange:hover   {   text-decoration: underline; color: red;position : relative; top:1px; left:2px; }
A.black:link    {   text-decoration: none; color: #555555;}
A.black:visited {   text-decoration: none; color: #708090;}
A.black:hover   {   text-decoration: underline; color: #c71585;position : relative; top:1px; left:2px; }
A.green:link    {   text-decoration: none; color: #0071FF;}
A.green:visited {   text-decoration: none; color: #1082FF;}
A.green:hover   {   text-decoration: underline; color: #c71585;position : relative; top:1px; left:2px; }

/******************************************************************************
 - form element
******************************************************************************/
	.button{
		background-image: url("/fixImages/form/button.gif");
		WIDTH : 70px;
		PADDING: 2 1 1 1;
		FONT-SIZE: 9pt;
		HEIGHT: 20px;
		BORDER : 1px solid;
		background-color:#FFFFFF;
		cursor: hand;
	}
	.buttonon{
		background-image: url("/fixImages/form/buttonon.gif");
		WIDTH : 70px;
		PADDING: 2 1 1 1;
		FONT-SIZE: 9pt;
		HEIGHT: 20px;
		BORDER : 1px solid;
		background-color:#FFFFFF;
		cursor: hand;
	}
	.shade{
		background-image: url("/fixImages/form/shadeform.gif");
		FONT: 12px arial, verdana, sans-serif;
		BORDER: #666666 1px solid
	}
	input{
		font-family: Courier New;
	}
	select{
		font-family: Courier New;
	}
