﻿/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.1.0pr1
build: 1914
*/
html {
	color:#3E3E3E;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

.ValidationgUI{
 background-color:White;
 position: relative;
 }

table {
	/*border-collapse:collapse;
	border-spacing:0;*/
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color:#000;
}
a{
	text-decoration:none;
	color:#3E3E3E;
	}
a:hover{
	text-decoration:underline;
}
/* definition font color */
a.undLine{
	text-decoration:underline;
}
.orange,a.orangeHover:hover{
	color:#F66013;	
	}
a.whiteHover:hover{
	color:white;
}
.white{
	color:#FFFfff;
	}
.gray{
	color:#666666;
	}
.green{
	color:green;
	}
.red{
	color:#DB0000;
	}
.deeppink{
    color:#f00839;
}
.black{
	color:#000000;
}
/* definition font style */
.bold{
	font-weight:bold;
	}
a.noUnderLine:hover{
	text-decoration:none;
	}
.nobold{
	font-weight:normal;
	}
.fontSize14{
	font-size:14px;
	}
.fontSize16{
	font-size:16px;
	}
.fontSize18{
	font-size:18px;
	}
.fontSize20{
	font-size:20px;
	}
.fontSize22{
	font-size:22px;
	}
.txtAlignCenter{
	text-align:center;
	}
.lAlign{
	text-align:left;
}
.rAlign{
	text-align:right;
}
.txtAlignR{
	text-align:right;
	}
.arial24px{
	font-family:arial;
	font-size:24px;
	}
.arial22px{
	font-family:arial;
	font-size:22px;
	}
.arial20px{
	font-family:arial;
	font-size:20px;
	}
.arial18px{
	font-family:arial;
	font-size:18px;
	}
.arial16px{
	font-family:arial;
	font-size:16px;
	}
.arial14px{
	font-family:arial;
	font-size:14px;
	}
.arial12px{
	font-family:arial;
	font-size:12px;
	}
.yaBlack{
	font-family:"微軟雅黑";
}
.italic{
	font-style:italic;
	}
.through{
	text-decoration:line-through;
}
/* definition display and overflow style */	
.clear{
	clear:both;
	}
.overflowDiv {
	overflow:hidden;
}
.block{
	display:block;
	}
.inlineBlock{
	display:inline-block;
}
.hide{
	display:none;
}
.pointer{
	cursor:pointer;
	}
.fLeft{
	float:left;
}
.fRight{
	float:right;
}
.absPosi{
	position:absolute;
}
.relPosi{
	position:relative;
}
.heig36{
	height:36px;
}
.heig18{
	height:18px;
}
.spaceB10{
	margin-bottom:10px;
}
.spaceT10{
	margin-top:10px;
}
.spaceL10{
	margin-left:10px;
}
.spaceR10{
	margin-right:10px;
}
.w986{
	width:986px;
	margin:0 auto;
	text-align:left;
}
/*  borderStyle */
.solid1pxCCC
{
    border:1px solid #cccccc
    }