@charset "utf-8";
@import url("reset.css");
/* CSS Document */
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	color: #222;
	line-height: 150%;
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif, "微軟正黑體";
}
p, h1, h2, h3 {
	line-height:150%;
}
a {
	color: #09C;
}
a:hover {
	color: #F00;
}
input, textarea, select {
	font-family:Tahoma, Geneva, sans-serif, "微軟正黑體";
	font-size:13px;
	padding: 3px;
	color: #222;
	/*避免select長度不一*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input:focus {
	outline: none;
}
.red {
	color: #F00;
}
.green {
  color: #080;
}
.gray {
  color: #777;
}
.align_r {
	text-align:right;
}
.align_c {
	text-align:center;
}
.clear {
	clear:both;
}
.bold {
	font-weight: bold;
}
.divider {
	width: auto;
	height: 10px;
	line-height: 10px;
}
.tip {
	color:#999;
}
.linebreak {
	border-bottom:solid 1px #ccc;
}
ol.number {
	margin-left: 20px;
	list-style: decimal;
}
ol.number li {
	margin-bottom:3px;
}
.uppercase {
	text-transform:uppercase;
}
.LargeFont {
	font-size:18px;
}
.border {
	padding:5px 10px;
	border:1px solid #E3BE6F;
	background:#FFFFE8;
}
.squareThumb{ width:80px; height:80px;}
#submenu ul li a{
	padding:8px;
	background:#E5E5E5;
	border:1px solid #ccc;
	display:block;
	text-decoration:none;
	float:left;
	margin-left:2px;
	color:#000;
}

#submenu ul li a:hover{
	background:#F3F3F3;
	color:#107EB3;
}
/*-------------header--------------------*/
#header {
	width: 100%;
	height: 100px;
	position: relative; background:#FFF
}
#header h1 {
	position: absolute;
	left:30px;
	top: 20px;
}
#header p {
	position: absolute;
	right:30px;
	line-height:170%;
	top:15px;
}
/*-------------menu--------------------*/
#menuWrapper {
	width:auto;
	padding:0 20px 0 20PX;
	background:#FFF;
	overflow:auto;
}
#menuWrapper ul li {
	display: block;
	float: left;
	margin:0 5px 5px 0;
}
#menuWrapper ul li a {
	display: block;
	padding: 5px 12PX;
	text-decoration: none;
	background: #2D2D2D;
	color: #FFF;
	font-size:16px;
	text-align: center;
	font-family:"微軟正黑體";
 	font-weight:;
}
#menuWrapper ul li a:hover {
	background: #585858;
}
#menuWrapper ul li.select a {
	background: #585858;
	color: #fff;
}
#menuWrapper ul li a span {
	font-size:13px;
	display:block;
}
/*-------------contact--------------------*/
#content {
	width: auto;
	background: #FFF;
	overflow:NONE;
	margin:30px;
}
#content h1 {
	color: #000000;
	font-size:19px;
	font-weight:normal;
	font-family:"微軟正黑體";
	position: relative;
}
#content h1 span {
	font-size: 15px;
	font-weight:normal;
	color:#999;
	padding:0 3px;
}
#content h2 {
	font-size: 15px;
	font-family:"微軟正黑體";
}
.btn {
	width:auto;
	padding:10px 20px;
	font-size:15px;
	border:0;
	background:#2D2D2D;
	color:#FFF;
	cursor:pointer;
	-webkit-border-radius:5px;text-decoration:none;
}
.btn:hover {
	background:#d6a83b;color:#FFF;
}
/*-------------form Table--------------------*/
.light {
	background: #f5f5f5;
}/*table 變色*/
.title {
	font-weight: bold;
	font-size: 14px;
}
.font {
	font-family:Tahoma, Geneva, sans-serif;
}
.formTable {
	border-bottom: #ddd 1px solid;
}
.formTable th {
	border-top: #ddd 1px solid;
	background: #f5f5f5;
	padding: 8px 6px;
}
.formTable td {
	border-top: #ddd 1px solid;
	padding: 8px 6px;
}
.formTable tr.noborder td {
	border: 0;
}
.contentBox {
	width: 100%;
	padding: 3px;
}
.largeText {
	width: 70%;
}
.smallText {
	width: 90px;
}
.VerifyCodeField {
	width: 10px;
}
.midText {
	width: 250px;
}
.checkbox li {
	float:left;
	width:50%;
	height:24px;
}
/*-------------display Table--------------------*/
.displayTable {
}
.displayTable th {
	border: #bbb 1px solid;
	background: #ddd;
	padding: 3px 5px;
}
.displayTable td {
	border: #bbb 1px solid;
	padding: 3px 5px;
	word-wrap: break-word;
	word-break: break-all;
}
/*---------page--------*/
#page {
	text-align: center;
}
#page span a {
	display: inline-block;
	border: #ccc 1px solid;
	padding: 1px 7px;
	color: #222;
	text-decoration: none;
	background: #f1f1f1;
	margin-left: 5px;
}
#page span.current {
	padding: 1px 5px;
	margin-left: 5px;
}
#page span a:hover {
	background: #666;
	color: #fff;
	border: #666 1px solid;
}
#invitediv {
	overflow:hidden;
}
.invite {
	height:32px;
}
/*-------------login--------------------*/
#login_header {
	width:500px;
	height:100px;
	text-indent: -9999px;
	margin:20px auto;
	background-image: url(../../images/logo.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
#login_title {
	padding:10px 20px;
	width:460px;
	margin:0 auto;
	background:#2D2D2D;
	text-align:center;
	color:#FFF;
	font-size:21px;
}
#login_title span {
	font-size:15px
}
#login {
	padding:25px 20px;
	width:460px;
	margin:0 auto;
	background:#f1f1f1;
}
#login a {
	font-size:12px;
}
#login td {
	padding:3px 4px;
}
#login .text {
	width:240px;
}
#login .validcode {
	width:155px;
}
input:read-only { 
    /*border:none;
	text-align:center;
	background:none;*/
}
ul.checkbox li {
	display:inline-block;
	float:left;
	height:20px;
	line-height:20px;
	width:100%;
}
/*-------------JQ Validate--------------------*/
label.error {
	color: #fff;
	margin-left: 5px;
	line-height: 100%;
	display: inline-block;
	font-style: italic;
	background: url(../../images/alert.png) no-repeat left center;
	padding: 10px 10px 10px 20px;
	font-size: 14px;
}
.errorContainer {
	display: block;
}
.errorContainer label.error {
	margin-top: 5px;
	background: url(../../images/alertTop.png) no-repeat left center;
	padding: 18px 10px 12px 10px;
}
.vcard{
	font-size:15px;
	background:#FFF;
	padding:15px;
	width:400px;
	height:280px;
	float:left;
	border:solid 1px #ccc;
	margin-right:15px;
	margin-top:15px;
}
.vcard h1{
	font-size:35px;
}
.vcard .company{
	font-size:20px;
	font-weight:bold;
}

.vcard.scale{
	-ms-transform: scale(1.3,1.3); /* IE 9 */
    -webkit-transform: scale(1.3,1.3); /* Safari */
    transform: scale(1.3,1.3); /* Standard syntax */
	position:absolute;
	left:740px;
	top:230px;
}
ul.invTab li a{
	background:#6A6A6A;
	border-bottom:none;
	padding:5px 25px;
	float:left;
	margin-right:2px;
	border-radius: 5px 5px 0 0;
}
ul.invTab li a.selected{
	background:#4483BD;
	
}
ul.invTab li a{
	color:#FFF;
	text-decoration:none;
}