body{
	background-color:#3C7FAF;
	font-family:arial;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin: 1px auto;
	text-align: center;
}
img {
	border: none;
}

a {
	color: #3B6097;
	text-decoration: none;
}

a:hover, a:active{
	color: #E6A22E;
	text-decoration: underline;
}

ul{
	padding:0;
	margin: 0;
	list-style:none; 
}

li{
	margin:0;
	padding:0;
}

input {
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
	margin-bottom: -1px;
	font: 11px Arial,sans-serif;
}

#container{
	background-color:white;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-left:1px solid white;
	border-right:1px solid white;
}

#header{
	width: 100%;
}

#header-logo{
	height: 90px;
	background: url(./images/headerbg.jpg) no-repeat center center;
}

#language_bar{
	float: right;
	padding: 1px;
}

#language_bar li{
	display:inline;
	padding:1px;
}

#topnav{
	background:#3B6097 url(./images/nav-bg.gif) repeat-x scroll left bottom;
	margin-bottom:1px;
	padding: 3px 0 5px 3px;
	text-align:left;
}


#topnav-menu{
	padding:0;
	margin:0;
}

#topnav a{
	font-size:12px;
	font-weight:bold;
	padding:7px 13px 2px;
	border-right:1px solid #FFFFFF;	
	margin-left:-3px;
}

#topnav li{
	padding: 0;
	display: inline;
}

#topnav-menu li.menu_active a {
	padding-top:6px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	background: #fc951a url(./images/tr.gif) no-repeat top right;
	
}

#topnav-menu li.menu_default a {
	padding:5px 15px 2px;
	color:#FFFFFF;
}

#main {
	width: 100%;	
}

#main-header{
	background-color:#3C7FAF;
	height:75px;
	text-align: center;
}

#invi_input{
	text-align: left;
	margin: auto;
	width:400px;
}

.instruction{
	color: orange;
	margin: 0 0 -5px 5px;
	padding: 5px 0 2px 0;
	font-size: 13px;
	
}

.input_label{
	position: absolute;
	padding: 16px 0 0 12px;
	color: orange;
	font-size: 11px;
}

#invi_nick_input
{
	-moz-border-radius: 5px;
	font-size:20px;
	font-weight: bold;
	color: #333333;
	width:380px;
	margin: 5px;
	padding: 1px 3px 3px 55px;
	border-color: orange;
	border-width: 0.11em;
}

#invi_nick_submit{
	font-size:18px;
	background: transparent url(./images/checkinvi1.jpg) no-repeat center right;
	border: none;
	margin: 0 0 3px -58px;
	width:47px;
}

.faq{
	border-bottom:1px solid #3C7FAF;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
}

.faq li{
	display: inline;
	margin: 0 40px;
}

#main-body{
	width:100%;
	text-align: center;
}
.leftcol {
	width: 20%;
	float: left;
	display: inline;
	text-align: left;
}
.rightcol {
	float: right;
	width: 34%;
	clear: right;
	overflow: hidden;
	text-align: left;
}

.content {
	float: left;
	width: 45%;
	text-align: left;
	margin-left: 4px;
}

#footer {
	width: 99%;
	#width:100%;
	margin:0;
	padding: 10px 0 10px 10px;
	color: #ABABAB;
	background: #333333;
	font-size: 11px;
	text-align: left;
	clear: both;
}

#footer li {
	padding: 0;
	display: inline;
	background: none;
	line-height: normal;
}
#footer a {
	color: #CCCCCC;
	border-right: 1px solid #585C68;
	padding: 0px 12px;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
}
#copyright {
	padding: 6px 12px 0;
}
#copyright a {
	padding: 0;
	border: none;
}

.invi-result{
	margin-top: 5px;
	margin-bottom: 10px;
	border:1px solid #C0C0C0;
	-moz-border-radius: 5px;
}

.loading{
	text-align:center;
	margin: auto;
}

.status{
	padding: 5px;
	width: 100%;
}
#recent-check{
	margin-top: 5px;
	border:1px solid #C0C0C0;
	padding: 3px 0;
	-moz-border-radius: 5px;
}

.rec {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-topleft:10px;
	cursor:pointer;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 1px;
	padding:3px 0px;
}

.idd{
	background-color: #708090;
}

.odd{
	background-color: #c6c7c8;
}
.rec img{
	display: inline-block;
	margin-left: 3px;
	margin-right: 5px;
	margin-bottom: -3px;
}


.online-status{
	text-align: center;
	font-weight: bold;
	font-size: 2em;
}

.avatar{
	width: 27%;
	float: left;
}

.avatarbg{
	background:transparent url(./images/avatarbg.jpg) no-repeat;
	float: left;
	height:117px;
	width:119px;
	text-align: center;
	margin-bottom: 7px;
}

.ymavatar{
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}

.downloadav{
	width: 98%;
	padding-left: 2px;
}
.profile{
	float: right;
	width: 70%;
}

.information{
	width: 87%;
	float: left;
	clear: both;
	border:1px solid #C0C0C0;
	-moz-border-radius: 5px;
}

.information .col1{
	float: left;
	margin-left: 5px;
}

.information .col2{
	float: left;
	margin-left: 28px;
}

.information .col3{
	float: left;
	margin-left: 28px;
}

.information .info{
	text-align: center;
	margin: 2px;
	font-weight: bold;
}

.information ul{
	margin-bottom: 2px;
}

.information img{
	height: 20px;
	width: 56px;
}

.tools{
	clear: both;
	width:100%;	
	padding: 5px;
	text-align: center;
}

.tools ul{
	
}
.tools li{
	display: inline;
	padding: 0px 0px;
	border-right:1px solid #585C68;
}

.user-profile{
}

.user-profile li{
	margin: 0;
	padding: 0;
}
.recheck{
	text-align:center;
}

.user-profile ul li span{
	padding-left: 17px;
}

.user-profile ul li{
	margin-bottom: 1px;
}
.iconstatus{
	background: url(./images/online.gif) no-repeat left center;
	font-size: 12px;
	font-weight: bold;
}

.icongender{
	background: url(./images/gender.gif) no-repeat left center;
}

.icondefault{
	background: url(./images/heart.gif) no-repeat left center;
}

.icondownload{
	background: url(./images/download.gif) no-repeat left center;
}

.iconmainid{
	background: url(./images/ghost.gif) no-repeat left center;
}

.iconprofile{
	background: url(./images/profile.gif) no-repeat left center;
}

.iconblog{
	background: url(./images/360plus.gif) no-repeat left center;
}

.iconcavatar{
	background: url(./images/c_avatar.jpg) no-repeat left center;
}

.iconcount{
	background: url(./images/count.jpg) no-repeat left center;
}

.ymtool li{
	display :inline;
	margin-right: 4px;
}

.ymtool a img{
	width: 40px;
	height: 40px;
	border:1px solid #C0C0C0;
	-moz-border-radius: 5px;
	padding:1px;
	margin-top: 5px; 
	text-align: center;
}

#buddylist{
	-moz-border-radius: 5px;
	border:1px solid #C0C0C0;
	text-align: center;
	margin-bottom: 10px;
}

#buddylist li{
	display :inline;
	margin: 1px;
}

#buddylist a img{
	width: 40px;
	height: 40px;
	border:1px solid #C0C0C0;
	-moz-border-radius: 5px;
	padding:1px;
	margin-top: 5px; 
	text-align: center;
}

.titletext{
	font-weight: bold;
	font-size: 1.1em; 
	color: #707070;
}

#welcome{
	width: 100%;
	text-align:center;
	color:#2B74C2;
	font-size:16px;
	font-weight:bold;
	padding:20px 0 5px 0;
}
#introduce{
	width:100%;
}


#introduce .quest{
	text-align: left;
	color: #FF2025;
	font-size: 15px;
	font-weight: bold;	
	padding-top: 15px;
}

#introduce .ans{
	text-align: left;
	color: #606060;
	font-size: 11px;	
	text-align: justify;
}

.left-qc a img{
	width: 176px;
	border:1px solid #C0C0C0;
	-moz-border-radius: 5px;
	padding:1px;
	margin-top: 5px;
	padding: 1px;
	text-align: center;
}

#deny_input {
	color: #9E5205;
	font-weight: bold;
	font-size: 1.2em;
}

.deny_input_ins{
	margin: 10px 5px 2px 5px;
}

#deny_input input{
	-moz-border-radius: 5px;
	font-size:20px;
	font-weight: bold;
	color: #333333;
	width:380px;
	margin: 5px;
	padding: 1px 3px 3px 3px;
	border-color: orange;
	border-width: 0.11em;
}

#deny-success {
	font-size: 20px;
	color: blue;
	text-align: center;
	margin: 30px 0;
	text-decoration:blink;
}

#deny-fail {
	font-size: 20px;
	color: red;
	text-align: center;
	margin: 30px 0;
	text-decoration:blink;

}