/*

Custom Style Sheet For <passport.mx>

@file    : custom.css
@codex   : CSS v0.2
@version : 1.0.0
@author  : Jinjiang
@update  : 2009-01-07 1:45 PM
@note    : none.

*/


﻿﻿* {}

/****** Layout ******/

/* sidebar */
.sidebar .mark,
.sidebar .mini-profile {
	text-align: center;
}
.sidebar .mini-profile table {
	margin: 0 auto 10px;
}
.sidebar .mini-profile .sub-title {
	width: 100%;
	overflow: hidden;
}
.sidebar .mini-profile .description {
	text-align: left;
	margin-left: 32px;
}
.sidebar .sub-menu {
	margin: 0;
	padding: 0;
}
.sidebar .sub-menu li {
	margin: 0;
	list-style: none;
	margin-bottom: 3px;
	position: relative;
	line-height: 18px;
	height: 36px;
}
.sidebar .sub-menu li a {
	display: block;
	padding: 9px;
	color: black;
	text-decoration: none;
}
.sidebar .sub-menu li span {
	display: none;
}
.sidebar .sub-menu li.current {
	background: #3C8DD2 url('custom/submenu-left.png') no-repeat scroll left top;
}
.sidebar .sub-menu li.current a {
	color: white;
}
.sidebar .sub-menu li.current span {
	display: block;
	position: absolute;
	background: transparent url('custom/submenu-right.png') no-repeat scroll left top;
	width: 15px;
	height: 36px;
	top: 0;
	right: -15px;
}


/* guide content */
.guide-content .content-block,
.guide-content .content-block a {
/*	color: #666; */
}
.guide-content h3.title {
	margin-left: 8px;
}
.guide-content ul {
	margin: 0 0 0 10px;
	padding: 0;
}
.guide-content li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
.guide-content .tips {
	padding: 0 8px 15px;
	margin-bottom: 15px;
	border: none;
	border-bottom: 1px #f0f0f0 solid;
}


/* index */
.index-left {
	float: left;
}
.index-left p {
	color: #666;
}
.index-right {
	float: right;
	line-height: 200%;
	width: 140px;
}


/* global layers */
.layer-block {
	position: absolute;
	display: none;
}


/****** Input ******/
input.text-answer,
input.text-username {
	width: 320px;
}
input.text-password,
input.text-email,
input.text-contact {
	width: 200px;
}
input.text-vcode {
	width: 60px;
}
input.text-date {
	width: 80px;
}


/****** Table ******/

/* form table */
.form-table th {
	text-align: right;
	width: 120px;
	padding: 8px 0;
	padding-right: 15px;
	vertical-align: top;
}
.process {
	margin-left: 10px;
	color: #3193CB;
}
h3.title .process {
	font-size: 75%;
	font-weight: normal;
}


/* account email table */
.account-email-table th {
	width: 100px;
	text-align: right;
	padding-right: 5px;
}


/* log table */
.log-table {
	width: 100%;
}
.log-table th {
	background: #EAEAEA;
	color: #666;
	text-align: left;
}
.log-table th,
.log-table td {
	padding: 3px 8px;
}
.log-table .odd td {
	background: #FCFCFC;
}
.log-table .even td {
	background: #F8F8F8;
}


/* account protection table */
.account-protection-table {
	width: 100%;
}
.account-protection-table td {
	padding-right: 20px;
}
.account-protection-table h3.title {
	font-size: 120%;
	margin-bottom: 5px;
}
.account-protection-table p {
	margin-left: 38px;
}


/* invite table */
.invite-table th {
	text-align: left;
}
.invite-table input.text-username {
	width: 180px;
}
.invite-table input.text-email {
	width: 240px;
}


/* account preview */
.account-preview {
	border: 1px #318CCB solid;
	border-top-width: 5px;
	border-bottom-width: 5px;
	padding: 8px 12px;
	top: 10px;
	right: 10px;
	background: white;
}
.account-preview .icon {
	margin-bottom: 0;
}
.account-preview .beside-icon {
	padding-top: 5px;
	margin: 0 0 0 12px;
}
.account-preview .sub-title {
	font-size: 125%;
	margin-bottom: 3px;
}


/****** Notes ******/

/* step by step */
h4.step-title {
	color: #666;
	font-size: 120%;
	padding-bottom: 5px;
	border-bottom: 1px #e9e9e9 solid;
	margin-bottom: 10px;
}
h4.step-title:first-letter {
	font-size: 200%;
	margin-right: 10px;
}


/* pagination */
.pagination {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.pagination .page-list {
	float: left;
	display: inline;
	margin-left: 5px;
}
.pagination .records {
	margin-right: 5px;
	display: inline;
	float: right;
}
.page-list * {
	float: left;
	display: inline;
	margin-right: 10px;
}
.page-list .current {
	font-weight: bold;
}


/* password strength */
.password-strength {
	margin-left: 10px;
	border-left: 1px #CCC solid;
	padding: 5px 0 !important;
	padding: 0;
}
.password-strength span {
	padding: 4px 12px;
	background: #F9F9F9;
	border: 1px #CCC solid;
	border-left: none;
	color: #999;
}
.password-strength span.current {
	background: #B8EBF1;
	color: #666;
	font-weight: bold;
}


/* register flow */
.register-flow {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
.register-flow li {
	background: #f0f0f0 url('custom/register-flow-left.png') no-repeat scroll left top;
	float: left;
	display: inline;
	width: 170px;
	margin: 0 3px 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.register-flow li span {
	display: block;
	padding: 11px 0 7px 36px;
	line-height: 18px;
	background: transparent url('custom/register-flow-right.png') no-repeat scroll right top;
}
.register-flow li .order-number {
	position: absolute;
	font-size: 200%;
	left: 10px;
	top: 9px;
}
.register-flow li.finished {
	color: white;
	background: #3C8DD2 url('custom/submenu-left.png') no-repeat scroll left top;
}
.register-flow li.finished span {
	font-weight: bold;
	background: transparent url('custom/submenu-right.png') no-repeat scroll right top;
}


/****** Avatar ******/

/* beside icon */
.icon {
	float: left;
	margin-bottom: 20px;
}
.beside-icon {
	float: left;
	padding-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}


/* avatar */
.avatar {
	width: 130px;
	height: 130px;
	text-align: center;
	background: transparent url('custom/avatar.png') no-repeat;
}
.avatar-list {
	width: 500px;
	overflow: hidden;
	padding: 4px 0 0 4px;
}
.avatar-list li {
	position: relative;
	list-style: none;
	float: left;
	width: 96px;
	height: 96px;
	padding: 0;
	margin: 0 4px 4px 0;
}
.avatar-list a {
	width: 96px;
	height: 96px;
	display: block;
}
.avatar-list a:hover {
	position: absolute;
	top: -4px;
	left: -4px;
	background: transparent url('custom/avatar-current.png') no-repeat;
	padding: 4px;
}
.green {
	color: #336600;
}
.blue {
	color: #006699;
}
.red {
	color: #CB5931;
}

