﻿/***************************************/
/*      WELCOME TO THE STYLESHEET      */
/*          Copyright Anewczs          */
/*           Author: Anewczs           */
/*	  Contact: Anewczs@gmail.com       */
/***************************************/

/**************************************/
/*            0: GLOBALS              */
/**************************************/
/*
html {
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
* {
	filter:gray;
}
*/
body {
	/*
	font-family: "微软雅黑", "宋体", sans-serif;
	font-size: 14px;
	color: black;
	background-color: white;
	text-align: center;*/
	font-family: "Microsoft YaHei" ! important;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: hidden;
	
	color: black;
	font: normal normal normal 12px/150% simsun;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a, a:visited {
	color: #696969;
}

/**************************************/
/*           CONTENT                  */
/**************************************/
#topLeft, #top, #topRight, #left, #center, #right, #bottomLeft, #bottom, #bottomRight,
.topLeft, .top, .topRight, .left, .center, .right, .bottomLeft, .bottom, .bottomRight {
	position: absolute;
	text-align: left;
}
/*
.center {
	position: absolute;
	left: 35%;
	top: 15%;
	width: 550px;
	height: 330px;
}
*/

/**************************************/
/*         1: TOPLEFT CONTENT         */
/**************************************/
#topLeft {
	min-width: 100px;
	width: 10%;
	height: 60px;
	top: -10px;
	left: 0px;
	z-index: 10;
}
#topLeft a img {
	text-decoration: none;
	border: none;
	width: 85px;
	height: 85px;
}

/**************************************/
/*         2: TOP CONTENT             */
/**************************************/
#top {
	min-width: 800px;
	width: 80%;
	height: 60px;
	top: 0px;
	left: 10%;
	z-index: 200;
}
#top a {
	text-decoration: none;
}

#titleVersionSlogan {
	position: absolute;
	left: 0px;
	cursor: pointer;
	width: 240px;
}
#titleVersion {
	position: absolute;
	left: 0px;
	top: 15px;
}
#title {
	font-size: 38px;
}
#version {
	font-size: 10px;
}
#slogan {
	position: absolute;
	left: 0px;
	top: 42px;
	font-size: 12px;
}

#banner {
	position: absolute;
	top: 0px;
	left: 340px;
	font-size: 20px;
	z-index: 201;
}
#banner img {
	height: 70px;
}

#navTab {
	position: absolute;
	top: 2px;
	right: 0px;
	height: 50px;
	min-width: 570px;
}
#navTab a {
	text-decoration: none;
	display: block;
}
#navTab ul {
	margin: 0px;
	padding: 0px;
}
#navTab ul li {
	list-style: none;
	float: left;
	display: inline;
	margin: 2px;
	padding: 4px 1px 2px 5px;
	height: 24px;
	width: 85px;
	font-size: 20px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#navTab ul li.selected {
	background-color: #aaaaaa;
}
#navTab ul li.selected ul {
	background-color: #aaaaaa;
}
#navTab ul li:hover {
	background-color: #cccccc;
}
#navTab ul li ul {
	visibility: hidden;
	position: absolute;
	top: 25px;
	left: 0px;
	width: 566px;
	height: 27px;
	margin: 4px -2px 2px 2px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#navTab ul li.selected ul {
	visibility: visible;
}
#navTab ul li:hover ul {
	visibility: visible;
	background-color: #cccccc;
	z-index: 1000;
}
#navTab ul li ul li {
	display: inline;
	margin: 2px 4px 2px 4px;
	padding: 2px 5px 5px 5px;
	height: 16px;
	width: auto;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#navTab ul li ul li.now {
	background-color: #999999;
}
#navTab ul li ul li:hover {
	background-color: #bbbbbb;
}

/**************************************/
/*         3: TOPRIGHT CONTENT        */
/**************************************/
#topRight {
	min-width: 100px;
	width: 10%;
	height: auto;
	top: 0px;
	right: 0px;
	text-align: right;
	color: #b5b4a0;
	z-index: 300;
}
#portal {
	display: none;
}
#portalForm {
	width: 148px;
	height: 90px;
	border: 1px dotted gray;
	z-index: 70;
}
#portalFormContent label {
	float: left;
}
#portalFormContent input {
	float: right;
}
#password {
	display: none;
}
#widgetKaiguanxiForm {
	float: right;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.widgetKaiguanxiText {
	width: 100%;
}
#widgetKaiguanxiForm .kaiguanxiButton {
	top: 0px;
	margin-right: 0px;
	height: 40px;
	width: 100%;
}

/**************************************/
/*         4: LEFT CONTENT            */
/**************************************/
#left {
	min-width: 100px;
	width: 10%;
	max-width: 130px;
	height: 80%;
	top: 60px;
	left: 0px;
	z-index: 40;
}
#left button {
	margin: 0 0 1px 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0;
}
#addPerson {
	color: #eee888;
}
#allPerson span {
	font-weight: normal;
}
#classGroup {
	width: 120px;
	overflow: hidden;
	height: 300px;
	float: left;
	position: relative;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
#classGroup ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	list-style: none;
}
#classGroup ul li.class {
	list-style: none;
	float: left;
	display: inline-block;
	overflow: visible;
	margin: 0 0 1px 0;
	padding: 5px 10px 5px 7px;
	border: 1px solid #242424;
	background: transparent;
	width: auto;
	line-height: 100%;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0;
}
#classGroup ul li.class:hover{
	background-color: #666666;
	border: 1px solid #464646;
	color: #8a8a8a;
}
#classGroup ul li.class:active{
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #ffffff;
}
#classGroup ul li.class span.number {
	display: inline;
	font-weight: normal;
	margin-left: 2px;
	display: none;
}
#tagCloud {
	width: 100%;
	text-align: center;
	padding: 2px;
	overflow: auto;
}
#tagList {
	margin: 0px;
	padding: 0px;
}
#tagList li {
	list-style-type: none;
	float: left;
	margin: 1px;
	padding: 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
#tagList li a {
	text-decoration: none;
}
#tagList li:hover {
	color: #ffffff;
	background-color: #cccccc;
}

/**************************************/
/*         5: CENTER CONTENT          */
/**************************************/
#center, .center {
	position: absolute;
	left: 10%;
	top: 60px;
	min-width: 800px;
	width: 80%;
	height: 80%;
	overflow-y: auto;
	z-index: 100;
}

/* contact part start */
#contact {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	border: 2px solid gray;
	display: block;
	table-layout: fixed;
}
.contactHeader {
	background-color: #996666;
	height: 30px;
	font-weight: bold;
	background-image: url(../images/small.gif);
	background-repeat: no-repeat;
	color: #ffffff;
}
.repatedContactHeader {
	background-color: #996666;
	height: 20px;
	font-weight: bold;
}
.contactHeaderSortUp {
	background-image: url(../images/small_asc.gif);
	background-repeat: no-repeat;
}
.contactHeaderSortDown {
	background-image: url(../images/small_desc.gif);
	background-repeat: no-repeat;
}
.contactFooter {
	background-color: #996666;
	height: 20px;
	font-weight: bold;
	color: #ffffff;
}
#contact tr {
	height: 25px;
}
#contact .id {
	width: 2%;
}
#contactContent .id {
	width: 2%;
}
#contactContent .firstName {
	width: 2%;
	font-weight: bold;
	text-align: right;
	word-wrap: break-word;
}
#contactContent .lastName {
	width: 2%;
	font-weight: bold;
	text-align: left;
}
#contactContent .kpi {
	width: 2%;
	font-weight: bold;
}
#contactContent .phoneNumber {
	width: 2%;
	text-align: right;
}
#contactContent .tag {
	width: 2%;
}
#contactContent .tag a {
	margin: 0 5px;
}
#contactContent .douban {
	width: 2%;
}
#contactContent .msn {
	width: 2%;
}
#contactContent tr {
	white-space: nowrap;
}
#contactContent tr:hover {
	color: #ffffff;
	background-color: #cccccc;
	cursor: pointer;
}
/* contact part end */


/* field part start */
#fields {
	position: fixed;
	float: top;
	left: 10%;
	top: 60px;
	/*
	position: absolute;
	float: top;
	left: 0px;
	top: 0px;
	*/
	width: 80px;
	z-index: 200;
	padding: 4px;
	text-align: left;
}
#fieldsTitle {
	font-weight: bold;
	text-align: center;
	background-color: #aaaaaa;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-kHTML-opacity: 0.8;
	opacity: 0.8;
}
#fieldsContent {
	display: none;
	padding-bottom: 2px;
	background-color: #aaaaaa;
}
#fieldsContent div:hover {
	background-color: #999999;
}
#fieldsContent input {
	position: absolute;
	float: left;
	left: 2px;
}
#fieldsContent label {
	margin-left: 20px;
}
/* field part end */


/* card part start */
#card, .card {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -275px;
	margin-top: -165px;
	width: 550px;
	height: 330px;
	border: 2px solid #242424;
	background-color: #eeeeee;
	color: #000000;
	display: none;
	z-index: 200;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/*filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-kHTML-opacity: 0.9;
	opacity: 0.9;*/
	background-image: url(../images/cardStyle.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.card {
	display: block;
	display: relative;
	left: 0px;
	top: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
.center .card {
	margin: auto;
}
#manage {

}
#manage .card {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -275px;
	margin-top: -165px;
	/*left: expression((body.clientWidth-550)/2);
	top: expression((body.clientHeight-330)/2);*/
	width: 550px;
	height: 330px;
	border: 2px solid #242424;
	background-color: #eeeeee;
	color: #000000;
	display: none;
	z-index: 200;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/*filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-kHTML-opacity: 0.9;
	opacity: 0.9;*/
	background-image: url(../images/cardStyle.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.cardWrapper .card {
	top: 5px;
}
#card .id, .card .id {
	display: none;
}
#card .firstName, .card .firstName {
	width: 90px;
	height: 30px;
	left: 0px;
	top: 50px;
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
}
#card .lastName, .card .lastName {
	width: 120px;
	height: 30px;
	left: 90px;
	top: 50px;
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}
#card .kpi, .card .kpi {
	width: 120px;
	height: 30px;
	left: 50px;
	top: 100px;
	position: absolute;
}
#card .tag, .card .tag {
	width: 240px;
	height: 20px;
	left: 50px;
	top: 130px;
	position: absolute;
	color: blue;
	font-size: 18px;
	font-style: italic;
	font-family: 'Microsoft YaHei',STXihei,MingLiu;
	/*font-family: '\5FAE\8F6F\96C5\9ED1','\534E\6587\7EC6\9ED1',MingLiu;
	微软雅黑（Microsoft YaHei），华文细黑（STXihei），細明體（MingLiu） */
	text-align: left;
	vertical-align: bottom;
}
#card .duty, .card .duty {
	width: 200px;
	height: 20px;
	left: 200px;
	top: 60px;
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}
#card .company, .card .company {
	min-width: 240px;
	white-space: nowrap;
	height: 30px;
	left: 300px;
	top: 150px;
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}
#card .address, .card .address {
	min-width: 240px;
	white-space: nowrap;
	height: 20px;
	left: 300px;
	top: 180px;
	position: absolute;
	font-size: 14px;
	text-align: left;
	vertical-align: bottom;
}
#card .phoneNumber, .card .phoneNumber {
	min-width: 240px;
	white-space: nowrap;
	height: 20px;
	left: 300px;
	top: 200px;
	position: absolute;
	font-size: 14px;
	text-align: left;
	vertical-align: bottom;
}
#card .website, .card .website {
	min-width: 240px;
	white-space: nowrap;
	height: 20px;
	left: 300px;
	top: 220px;
	position: absolute;
	font-size: 14px;
	text-align: left;
	vertical-align: bottom;
}
#card .douban, .card .douban {
	min-width: 240px;
	white-space: nowrap;
	height: 20px;
	left: 300px;
	top: 240px;
	position: absolute;
	font-size: 14px;
	text-align: left;
	vertical-align: bottom;
}
#card .msn, .card .msn {
	min-width: 240px;
	white-space: nowrap;
	height: 20px;
	left: 300px;
	top: 260px;
	position: absolute;
	font-size: 14px;
	text-align: left;
	vertical-align: bottom;
}
#card .tab, .card .tab {
	top: 10px;
	position: absolute;
	color: #cccccc;
	border: none;
}
#card .privacy, .card .privacy {
	left: 240px;
}
#card .batch, .card .batch {
	left: 360px;
}
#card .invitation, .card .invitation {
	left: 450px;
}

#saveCard {
	position: absolute;
	left: 180px;
	top: 350px;
}
#cancelCard {
	position: absolute;
	left: 250px;
	top: 350px;
}
#card .share-content, .card .share-content {
	background: #EEEEEE none repeat scroll 0 0;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin: 20px 20px 20px 5.5em;
	padding-left: 10px;
}
#card .inline-edit, .card .inline-edit {
	display: block;
}
#card .inline-edit-hover, .card .inline-edit-hover {
	background: #cccccc none repeat scroll 0 0;
}

/* card part end */


/**************************************/
/*         6: RIGHT CONTENT           */
/**************************************/
.right {
	min-width: 100px;
	width: 10%;
	height: auto;
	top: 60px;
	right: 0px;
	text-align: right;
	color: #b5b4a0;
	z-index: 300;
}
.right .interavtive {
	position: relative;
	padding: 10px 2px;
	font-size: 16px;
}
.right .recommendedUsers {
	width: 110px;
	float: right;
}
.right .recommendedUsers .widgetAvatar {
	margin-right: 0px;
}

/**************************************/
/*         7: BOTTOMLEFT CONTENT      */
/**************************************/


/**************************************/
/*         8: BOTTOM CONTENT          */
/**************************************/


/**************************************/
/*         9: BOTTOMRIGHT CONTENT     */
/**************************************/


/**************************************/
/*         10: OTHERS                 */
/**************************************/
/* frontpage */
.frontpage {
	color: black;
	background-color: white;
	margin: 0;
	padding: 0;
	text-align: center;
}
.mainwrap {
	margin: 0 auto;
	padding: 0px 5px;
	width: 960px;
	
}
.wrapper {
	position: static!important;
	position: absolute;
	float: left;
	width: 960px;
	display: inline;
}

/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}    
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac */
.clearfix {
	display: block;
}
/* End hide from IE Mac */
/* end of clearfix */

.logo {
	position: static!important;
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	z-index: 200;
	text-decoration: none;
	border: none;
	display: inline;
}

.wrapper .banner {
	display: none;
	position: absolute;
	height: 90px;
	top: 0px;
	right: 0px;
	z-index: 200;
	text-decoration: none;
}
.wrapper .passport, .wrapper .news, .wrapper .orderList {
	display: none;
}
/* welcome */
.wrapper .welcome {
	outline: 0;
	vertical-align: baseline;
	position: static!important;
	position: absolute;
	float: left;
	top: 90px;
	width: 950px;/*670px;*/
	height: 500px;
	overflow: hidden;
	z-index: 100;
	padding: 15px 5px 5px 15px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*
	 * border: solid 2px red;
	background: transparent;
	background-color: #d5e9e8;
	background-image: url(../images/welcomeBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	*/
	text-align: left;
}
.welcome .registerButton {
	position: absolute;
	display: none;
	top: 160px; /*212px; 160px*/
	left: 450px; /*205px; 450px*/
	width: 90px;
	height: 90px;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px\0;
	color: #FFFF66;
	background-color: #92D050;
	border: solid 2px  red;
	padding: 2px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-transform: rotate(7.5deg); /* FF3.5+ */
	-o-transform: rotate(7.5deg); /* Opera 10.5 */
	-webkit-transform: rotate(7.5deg); /* Saf3.1+, Chrome */
	/*filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914,M12=-0.1305,M21=0.1305,M22=0.9914,SizingMethod='auto expand');
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9914,M12=-0.1305,M21=0.1305,M22=0.9914,SizingMethod='auto expand')";*/ /* IE8 */
}
.welcome .registerButton:hover {
	color: red;
	background-color: yellow;
}
.purchaseButton {
	position: absolute;
	top: 560px;
	left: 750px;
	width: 200px;
	height: 50px;
	font-size: 30px;
	font-weight: bold;
	z-index: 1000;
	color: #FFA800;
	background-color: #B77239;
	border: solid 2px  yellow;
	padding: 2px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: none;
}
.purchaseButton:hover {
	color: red;
	background-color: yellow;
}
.arrow {
	position: absolute;
	top: 560px;
	left: 691px;
	width: 50px;
	height: 50px;
	z-index: 1100;
	display: none;
}

.kaiguanxiForm {
	position: relative;
	float: left;
	margin: 5px;
	width: auto;
	height: 64px;
	z-index: 1000;
	text-align: center;
	padding: 2px;
}
.frontpage .kaiguanxiForm {
	position: static!important;
	position: absolute;
	float: left;
	top: 300px;
	left: 10px;
	margin-left: 0px;
	text-align: center;
}
.kaiguanxiForm .kaiguanxiText {
	position: static!important;
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	width: 560px;
	height: 50px;
	font-size: 40px;
	font-weight: bold;
	z-index: 1000;
	background: transparent;
}
.frontpage .kaiguanxiForm .kaiguanxiText, .frontpage .kaiguanxiForm .kaiguanxiText:hover, .frontpage .kaiguanxiForm .kaiguanxiText:focus {
	/*font-color: white;
	color: white;*/
}
.kaiguanxiForm .kaiguanxiButton {
	position: static!important;
	position: absolute;
	float: left;
	top: -3px;
	left: 610px;
	width: 190px;
	height: 56px;
	font-size: 30px;
	font-weight: bold;
	color: green;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url(../images/kaiguanxiButton.png) center left no-repeat;
}
.topRight .kaiguanxiForm .kaiguanxiButton, #topRight .kaiguanxiForm .kaiguanxiButton {
	position: absolute;
	top: 24px;
	left: 0px;
}
.frontpageLinks {
	position: static!important;
	position: absolute;
	float: left;
	width: 400px;
	height: 200px;
	top: 400px;
	left: 20px;
	z-index: 1000;
}
.frontpageLink {
	position: relative;
	width: 400px;
	height: 20px;
	margin: 5px auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	text-align: left;
}
.new {
	color: red;
}

.startButton {
	position: absolute;
	top: 558px;
	left: 810px;
	width: 330px;
	height: 330px;
	font-size: 45px;
	font-weight: bold;
	z-index: 1000;
	color: green;
	padding: 2px;
	border: none;
	border-radius: 165px;
	-moz-border-radius: 165px;
	-webkit-border-radius: 165px;
}
.startButton:hover {
	color: red;
	background-color:green;
	background: transparent;
	border: none;
}

.welcome .character {
	outline: 0;
	vertical-align: baseline;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 690px;
	overflow: hidden;
	z-index: 0;
	text-align: left;
	vertical-align: top;
}
.welcome .character img {
	display: none;
	z-index: 0;
	width: 690px;
	height: 520px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top-radius: 10px;
}

.welcome .mission {
	display: none;
	position: absolute;
	top: 40px;
	left: 300px;
	width: 220px;
	font-size: 30px;
	color: #FFA800;
	border: dotted 2px #FFA800;
	padding: 12px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-transform: rotate(7.5deg); /* FF3.5+ */
	-o-transform: rotate(7.5deg); /* Opera 10.5 */
	-webkit-transform: rotate(7.5deg); /* Saf3.1+, Chrome */
	/*filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914,M12=-0.1305,M21=0.1305,M22=0.9914,SizingMethod='auto expand');
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9914,M12=-0.1305,M21=0.1305,M22=0.9914,SizingMethod='auto expand')";*/ /* IE8 */
}
.welcome .feature {
	display: none;
	position: absolute;
	top: 381px;
	left: 285px;
	z-index: 2001;
}
.welcome .service {
	position: absolute;
	top: 120px;
	left: 14px;
	height: 50px;
	width: auto;
	line-height: 50px;
	font-size: 45px;
}
.welcome .service a {
	text-decoration: none;
}
.oneSentenceIntroduction {
	position: static!important;
	position: absolute;
	float: left;
	top: 200px;
	left: 14px;
	height: 80px;
	width: auto;
	line-height: 50px;
	font-size: 45px;
}

.boxgrid {
	width: 160px;
	height: 120px;
	margin: 5px;
	float: left;
	background: #161613;
	border: solid 2px #8399AF;
	overflow: hidden;
	position: relative;
}
* html .boxgrid {
	margin-left: 4px;
	margin-right: 3px;
}
.boxgrid img {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	width: 180px;
	height: 140px;
	opacity: .5;
}
.boxgrid p{ 
	padding: 0 10px;
	color: #afafaf;
	font-weight: bold;
	font: 10pt "Lucida Grande", Arial, sans-serif;
	opacity: .9;
}	
.boxcaption{ 
	float: left;
	position: absolute;
	background: #000;
	height: 140px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);*/
	/* For IE 8 */
	/*-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
}
.captionfull .boxcaption {
	top: 90px;
	left: 0px;
}
.caption .boxcaption {
	top: 100px;
	left: 0px;
}
.cover {
	opacity: 1;
}
.cover h3 {
	margin: 0px 0px 0px 10px;
	color: #FFF;
	font: 18pt Arial, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
}
.cover p {
	margin: 0px -10px 0px 0px;
	font-size: 12px;
}


.comingSoon {
	height: 644px;
	color: yellow;
	background: url(../images/snail.jpg) center center no-repeat;
}
.comingSoon .comingSoonText {
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
}
.comingSoon .comingSoonPoem1 {
	font-size: 40px;
	font-weight: bold;
	text-align: left;
	line-height: 40px;
	position: absolute;
	left: 45%;
	top: 400px;
	width: 400px;
}
.comingSoon .comingSoonPoem2 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	position: absolute;
	left: 45%;
	top: 150px;
	width: 400px;
	color: white;
}


/* passport */
.passport {
	width: 225px;
	width: 225px\9;
	width: 225px\0;
	*width: 225px;
	_width: 225px;
	height: 150px;
	right: 0px;
	top: 90px;
	position: absolute;
	padding: 15px 5px 5px 15px;
	border: solid 2px gray;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
	line-height: 16px;
}
.passport label {
	position: relative;
	top: 5px;
}
.passport div[class|="line"] {
	height: 25px;
}
* html #usernameDiv, * html #passwordDiv, * html #passwordConfirmDiv, * html #emailDiv {
	height: 25px;
	width: 215px;
}
.passport input[type|="text"], .passport input[type|="password"] {
	width: 150px;
	width: 150px\9;
	width: 150px\0;
	*width: 150px;
	_width: 150px;
	height: 20px;
	position: absolute;
	left: 80px;          /*ff的属性*/
	left: 80px\9;      /* IE6/7/8的属性 */
	left: 80px\0;      /* IE8的属性 */
	*left: 80px;        /*IE6/7的属性*/
	_left: 80px;        /*IE6的属性*/
}
* html #usernameLabel, * html #passwordLabel, * html #passwordConfirmLabel, * html #emailLabel {
	position: absolute;
	left: 0px;
	width: 100px;
	height: 20px;
}
* html #usernameInput, * html #passwordInput, * html #passwordConfirmInput, * html #emailInput {
	position: absolute;
	left: 80px;
	width: 150px;
	height: 20px;
}

/* login Form */
#loginDiv {
	display: block;
}
#loginForm {
	width: 225px;
	width: 225px\9;
	width: 225px\0;
	*width: 225px;
	_width: 225px;
}
#loginForm label {
	text-align: left;
	float: left;
	width: 60px;
}
#loginButton input {
	width: 50px;
	width: 50px\9;
	width: 50px\0;
	*width: 50px;
	_width: 50px;
	height: 35px;
	height: 30px\9;
	height: 30px\0;
	*height: 30px;
	_height: 30px;
	position: absolute;
	left: 182px;
	left: 182px\9;
	left: 182px\0;
	*left: 182px;
	_left: 182px;
	top: 128px;
	top: 135px\9;
	top: 132px\0;
	*top: 132px;
	_top: 126px;
}
#registerLink {
	position: absolute;
	left: 28px;
	left: 28px\9;
	left: 26px\0;
	*left: 26px;
	_left: 26px;
	top: 138px;
	top: 138px\9;
	top: 138px\0;
	*top: 138px;
	_top: 138px;
}

/* register Form */
#registerDiv {
	display: none;
}
#registerForm {
	width: 230px;
	width: 225px\9;
	width: 225px\0;
	*width: 225px;
	_width: 225px;
}
#registerForm label {
	text-align: left;
	float: left;
	width: 70px;
}
#registerButton input {
	width: 150px;
	width: 150px\9;
	width: 150px\0;
	*width: 150px;
	_width: 150px;
	height: 35px;
	height: 30px\9;
	height: 30px\0;
	*height: 30px;
	_height: 30px;
	position: absolute;
	left: 15px;
	left: 15px\9;
	left: 15px\0;
	*left: 15px;
	_left: 15px;
	top: 128px;
	top: 128px\9;
	top: 132px\0;
	*top: 132px;
	_top: 128px;
}
#loginLink {
	position: absolute;
	left: 192px;
	left: 192px\9;
	left: 192px\0;
	*left: 192px;
	_left: 192px;
	top: 138px;
	top: 138px\9;
	top: 138px\0;
	*top: 138px;
	_top: 138px;
}

/* news */
.news {
	width: 225px;
	height: 120px;
	right: 0px;
	top: 280px;
	position: absolute;
	padding: 15px 5px 5px 15px;
	border: solid 2px gray;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
	line-height: 16px;
}

/* orderList */
.orderList {
	width: 225px;
	height: 150px;
	right: 0px;
	top: 440px;
	position: absolute;
	padding: 15px 5px 5px 15px;
	border: solid 2px gray;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
	line-height: 16px;
}

/* dashboard */ 
#dashboardSummary {
	position: absolute;
	top: 70px;
	height: 400px;
	min-width: 800px;
	width: 98%;
}
#dashboardSummaryManage, #dashboardSummaryExplore, #dashboardSummaryOptimize {
	margin: 0px 0px 5px 0px;
	padding: 15px 5px 5px 15px;
	border: solid 2px gray;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
}
#dashboardSummaryManage {
	left: 0px;
	top: 0px;
	min-width: 220px;
	width: 38%;
	min-height: 100px;
	height: 38%;
	border: solid 2px gray;
}
#dashboardSummaryExplore {
	left: 0px;
	top: 45%;
	min-width: 220px;
	width: 38%;
	min-height: 200px;
	height: 55%;
}
#dashboardSummaryOptimize {
	right: 0px;
	top: 0px;
	width: 55%;
	height: 100%;
	border: solid 2px gray;
}

#viewPyramid {
	text-align: center;
	position: absolute;
	height: 300px;
}
.pyramidClass {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 24px;
	width: 100px;
	border: solid 2px gray;
	text-align: center;
	position: absolute;
}

/* manage */

/* explore */
.otherGuanxis, otherUsers {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
}
.randomUser {
	position: relative;
	top: 400px;
}
#Pagination {
	position: fixed;
	float: top;
	right: 10%;
	top: 53px;
	width: auto;
	z-index: 1200;
	padding: 4px;
	text-align: left;	
}

/* Styles the div wrapper
the important part is the
width and the height */
#byTagList {
    
    /*Influences layout of list*/
    height: 100%;
    width: 100%;
    
    background-color: #fff;
    
    /* Keeps list inside of wrapper*/
    position:relative;
    margin:0 auto;
    overflow:hidden;
}

/* Reset the list*/
#byTagList ul,
#byTagList li{
    list-style:none;
    margin:0;
    padding:0;
}

/* List requires an absolute position
so jQuery can move the items around
freely */
#byTagList a{
    position:absolute;
    text-decoration: none;
    color:#666;
}
#byTagList a:hover{
    color:#ccc;
}

/* optimize */

/* service */
#serviceDescription, #serviceOrderList, #serviceContactUs {
	margin: 0px 0px 5px 0px;
	padding: 15px 5px 5px 15px;
	border: solid 2px gray;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#serviceDescription {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 525px;
	height: 170px;
}
#serviceOrderList {
	position: absolute;
	top: 0px;
	left: 555px;
	width: 240px;
	height: 380px;
}
#serviceContactUs {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 525px;
	height: 180px;
}
#serviceDescription label, #serviceOrderList label, #serviceContactUs label {
	margin-bottom: 5px;
	padding: 5px 5px 5px 0px;
	font-size: 20px;
	font-weight: bold;
}
.prettyText {
	color: gray;
}
.prettyTextFocus {
	color: black;
}
input.prettyText:focus {
	color: black;
}

/*kaiguanxi*/
.kaiguanxiResults {
	display: block;
	position: absolute;
	top: 60px;
	padding: 5px;
	width: 95%;
}
.kaiguanxiResultsDescription {
	font-size: 20px;
	padding: 10px 0px;
	border-bottom: solid 2px gray;
}
.kaiguanxiResultItem {
	min-height: 150px;
	border-bottom: dotted 2px gray;
	padding: 10px;
}
.kaiguanxiResultItem:hover {
	background-color: #cccccc;
}
.kaiguanxiResultItemNo {
	color: blue;
	font-size: 30px;
}
.kaiguanxiResultItemContent {
	position: relative;
	padding: 5px;
	min-height: 150px;
}
.kaiguanxiResultItemContentText {
	position: relative;
	top: 0px;
	left: 0px;
}
.kaiguanxiResultItemContentPicture {
	position: absolute;
	top: 30px;
	left: 0px;
}
.suggestedResults {
	margin-top: 10px;
	font-size: 20px;
}

/* settings */
.avatarForm {
	position: relative;
	height: auto;
	width: 20%;
}
.avatar {
	text-align: center;
    vertical-align: middle;
}
.avatar img {
	text-align: center;
	vertical-align: middle;
	border: solid 1px blue;
}
.grid {
	display: inline;
}
.grid .avatar {
	display: inline;
	min-width: 100px;
	min-height: 100px;
}
.grid .avatar img {
	margin: 0px;
}

dt {
	position: absolute;
	bottom: 0px;
	height: 26px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	line-height: 26px;
	color: blue;
	background-color: gray;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: .8;
	/* For IE 5-7 */
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);*/
	/* For IE 8 */
	/*-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/
	
}
a.name {
	color: blue;
}
dd {
	float: left;
	clear: none;
	width: 100px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
dl {
	float: left;
	width: 100px;
	height: 100px;
	font-size: 9pt;
	line-height: 1.5em;
	position: relative;
	margin: 5px;
	left: 0px;
	text-align: center;
	vertical-align: middle;
	z-index: 300;
}
dl:hover dt {
	display: block;
}
dl dt {
	display: block;
}
dl.widgetGuanxi {
	border: dashed 1px blue;
}
dl.widgetAvatar {
	border: solid 1px blue;
}
.card dl {
	position: relative;
	top: 160px;
	left: 50px;
}
.wizardwrapper .card {
	position: relative;
	top: 0px;
	left: 0px;
}

.soulSegment {
	border: solid 2px gray;
	margin: 2px;
	padding: 2px;
	height: auto;
	width: 95%;
	float: right;
	right: 0px;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.soulType {
	background-color: #aaaaaa;
}
.soulSource {
	
}
#tooltip {
	position: absolute;
	display: none;
	float: top;
	left: 0px;
	top: 0px;
	width: 80px;
	z-index: 1000;
	padding: 4px;
	text-align: left;
	border: dotted 1px gray;
	background-color: yellow;
}


/* buttons */
button, a.button, input.button {
	display: inline-block;
	/*float: left;*/
	margin:0 0.583em 0.667em 0;
	padding:5px 10px 5px 7px;
	border:1px solid #242424;
	border-top:1px solid #222222;
	border-left:1px solid #222222;
	background-color:#222222;
	background: transparent;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
button {
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
	padding:4px 10px 4px 7px;   /* Firefox */
	line-height:17px;           /* Safari */
}

*:first-child+html .container button[type] {
	padding:4px 10px 3px 7px;   /* IE7 */
}

button img, a.button img{
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
	float:none;
}

/* Standard Buttons */
button:hover, a.button:hover, input.button:hover{
	background-color:#666666;
	border:1px solid #464646;
	color:#8a8a8a;
}
button:active, a.button:active, input.button:active {
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}

a.tag {
	background: transparent;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	cursor:pointer;
}
a.tag:hover {
	background-color: yellow;
}
a.tag:active {
	background-color:#6299c5;
	color:#fff;
}

.box_round {
　　-moz-border-radius: 30px; /* FF1+ */
　　-webkit-border-radius: 30px; /* Saf3+, Chrome */
　　border-radius: 30px; /* Opera 10.5, IE 9 */
}

.box_shadow {
　　-moz-box-shadow: 3px 3px 4px #ffffff; /* FF3.5+ */
　　-webkit-box-shadow: 3px 3px 4px #ffffff; /* Saf3.0+, Chrome */
　　box-shadow: 3px 3px 4px #ffffff; /* Opera 10.5, IE 9.0 */
　　filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3px, OffY=3px, Color='#ffffff'); /* IE6,IE7 */
　　-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=3px, OffY=3px, Color='#ffffff')"; /* IE8 */
}

.box_gradient {
　　background-image: -moz-linear-gradient(top, #444444, #999999); /* FF3.6 */
　　background-image: -webkit-gradient(linear,left top, left bottom, color-stop(0, #444444),color-stop(1, #999999)); /* Saf4+, Chrome */
　　filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#999999', GradientType='0'); /* IE6,IE7 */
　　-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#999999',GradientType='0')"; /* IE8 */
}

.box_rgba {
　　background-color: #B4B490;
　　background:transparent;
　　filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99B4B490',endColorstr='#99B4B490'); /* IE6,IE7 */
　　-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99B4B490',endColorstr='#99B4B490')"; /* IE8 */
　　zoom: 1;
　　background-color: rgba(180, 180, 144, 0.6); /* FF3+, Saf3+, Opera 10.10+, Chrome */
}

.box_rotate {
　　-moz-transform: rotate(7.5deg); /* FF3.5+ */
　　-o-transform: rotate(7.5deg); /* Opera 10.5 */
　　-webkit-transform: rotate(7.5deg); /* Saf3.1+, Chrome */
　　filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914,M12=-0.1305,M21=0.1305,M22=0.9914,SizingMethod='auto expand');
　　-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9914,M12=-0.1305,M21=0.1305,M22=0.9914,SizingMethod='auto expand')"; /* IE8 */
}

@font-face {
　　font-family: 'MyFont';
　　src: url('myfont.eot'); /* IE6+ */
　　src: local('myfont.ttf'),
　　url('myfont.woff') format('woff'), /* FF3.6 */
　　url('myfont.ttf') format('truetype'); /* FF3.5+, Saf3+,Chrome,Opera10+ */
}

/* error and info */
.error {
	color: red;
}

//admin
.adminTable {
	font-size: 20px;
	font-weight: bold;
	color: red;
	border: solid 2px blue;
	display: block;
	table-layout: fixed;
}

.logo img {
	text-decoration: none;
	border-width: 0px 0px 0px 0px;
}


/* tool tip start */
.ui-slider-tooltip{ /* CSS属性顺序按照 字母首字母 排列*/
    background:#fdf9e5;
    border:1px solid #fd7d2c;
    color:#222222;
    display: block;
    text-align: left;
    padding: 5px 3px 5px 3px;
    position: absolute;
    z-index:99999;
}
.ui-corner-all {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-left-radius:5px 5px;
    -webkit-border-top-right-radius:5px 5px;
    -webkit-border-bottom-right-radius:5px 5px;
    -webkit-border-bottom-left-radius:5px 5px;
}
.ui-tooltip-pointer-down {
    border-bottom-width: 0;
    border-left: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-top: 8px solid #fd7d2c;
    bottom: -8px;
    display: block;
    height:0;
    left: 18%;
    margin-left: -7px;
    position: absolute;
    width:0;
}
 
.ui-tooltip-pointer-down-inner {
    border-left: 6px dashed transparent;
    border-right: 6px dashed transparent;
    border-top: 7px solid #fff;
    left: -6px;
    top: -9px;
    position: absolute;
}
.tip
{
    font-size:9pt;
}

.tooltip-card
{
	width: 550px;
	height: 330px;
	z-index:1000;
}
/* tool tip end */