body, table, input {
	font:  normal 13px Helvetica, Arial Arial, serif;
}
body {
	margin-top: 100px;
}
a {
	color: #24B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#header, #wrapper, #footer {
	width: 750px;
	margin: auto;
}
#wrapper {
	overflow: auto;
	position: relative;
	}
#main {
	float: left;
	width: 435px;
	}
#wrapper form table { width: 380px; }
#page-forgot form table {
	margin: 0 auto;
}
#side {
	margin-left: 435px;
	width: 315px;
	}

#side .links-footer {
	position: absolute;
	bottom: 10px;
	right: 0;
}
#side .links-footer a {
	display: block;
	padding: 5px 10px;
	text-align: right;
	font-size: 11px;
	color: #666;
}
#wrapper h3,
#wrapper h4 {
	margin: 0;
	line-height: normal;
	padding: 10px;
	font-size: 17px;
	background-color: rgba(255, 255, 255, .6);
}

#page-new #oauth {
	padding: 0;
	margin: 0;
}

div.footer {
	text-align: center;
	font-size: 11px;
	color: #999;
	margin-top: 25px;
}
div.footer p {
	margin-bottom: 5px;
}
form th, form td {
	padding: 5px 8px;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
}
form th {
	text-align: right;
}
#page-forgot form th {
	width: auto;
}
h3, h4 {
	overflow: hidden;
	font-size: 15px;
	margin: 0 0 1em 0;
	color: #333;
	line-height: 1.3em;
	}
h4 {
	font-size: 13px;

}
.left {
	float: left;
	}
.right {
	float: right;
	}
.clr 		{ min-height: 0px; 			}
* html .clr { height: 1%!important;		}
.clr:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	}

#header img {
	position: relative;
	z-index: 99999;
	padding: 10px;
	display: block;
	background: #fff;
	background: rgba(255, 255, 255, 0.94);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
* html #header img { display: none; }
* html #header span {
	padding: 7px;
	background: #fff url('/img/pathfinder.gif') no-repeat center center;
	width: 183px;
	height: 33px;
	display: block;
}
*+html #header img { background: #fff; }

#footer {
	text-shadow: #333 1px 1px 2px;
}
*+html #footer a { color: #333; }
* html #footer a { color: #333; }

#footer  a {
	color: #fff;
	font-size: 13px;
}
table small {
	font-size: 10px;
	display: block;
	color: #999;
	line-height: 1.3em;
}

h3 .right a {
	font-size: 12px;
	font-weight: normal;
	color: #555;
}

form input {
	margin: 0;
}
input.field {
	width: 100%;
	border: 1px solid #ccc;
	padding: 6px;
	box-shadow: inset 0 20px 2px -18px rgba(0,0,0,.05);
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in;
}
input.field:focus {
	outline: none;
	border-color: #777;
	color: #333;
}
input.field:hover {
	border-color: #999;
}

#wrapper form { padding: 10px 0; }
#wrapper form .username-container {
	position: relative;
}
#wrapper form label,
#wrapper form td {
	color: #555;
}
#wrapper form td a {
	color: #555;
	text-decoration: underline;
}
#wrapper form td a:hover { text-decoration: none; }
#wrapper form .submit-container {
	text-align: right;
}
#wrapper .inner p {
	margin: 0;
	color: #555;
	padding: 10px;
}
#wrapper .inner p a {
	color: #555;
	text-decoration: underline;
}
#wrapper .inner p a:hover {
	text-decoration: none;
}
#page-forgot #forgot-form {
	padding-top: 0;
}
#wrapper form .new-account {
	float: left;
	position: relative;
	top: 9px;
	left: 10px;
	font-size: 11px;
	color: #777;
}
.submit {
	margin: 0;
	padding: 5px 10px;
	background: #004C80;
	color: #fff;
	border: none;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}

#oauth ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#oauth li {
/*	background: #f2f2f2;
*/	padding: 5px;
	margin: 2px 0;
	}

tr.spacer th, tr.spacer td {
	padding-top: 20px;
}

#page-reset #account {
	width: 200px;
	margin: 0 auto 10px;
	display: block;
}
#page-reset #form-container {
	width: 380px;
	margin: 0 0 0 95px;
}

#oauth ul {
	padding-top: 10px;
}
#oauth li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 33%;
}
#oauth li a:hover {
	background-color: rgba(255, 255, 255, .7);
	text-decoration: none;
	color: #333;
}
#oauth li a {
	text-align: center;
	color: #555;
	font-weight: bold;
	font-size: 15px;
	padding: 50px 10px 10px;
	display: block;
	background-color: rgba(255, 255, 255, 0);
	background-repeat: no-repeat;
	background-position: center 10px;
	-webkit-transition: all .1s linear;
	border-radius: 8px;
}
#oauth-facebook a {
	background: url("img/facebook_32.png");
}
#oauth-twitter a {
	background: url("img/twitter_32.png");
}
#oauth-google a {
	background: url("img/google_32.png");
}

.tip {
	color: #6f6f6f;
}
.tip strong {
	color: #0000cc;
	font-weight: normal;
}

#footer {
	margin-top: 10px;
	font-size: 12px;
	color: #fff;
	text-align: right;
}
#page-bind .inner 			{ padding: 10px; }
#page-bind .bind-inner h4 	{ margin-top: 10px !important; }
#page-bind h3,
#page-bind h4 {
	background: none;
	text-align: center;
}
#page-bind .inner {
	background-color: #f9fbfd;
}
#page-bind .buttons-container {
	width: 116px;
	margin: 0 auto;
}
#page-bind.moz .buttons-container { width: 127px; }
#page-bind #choices h4 {
	background: none;
	margin-bottom: 10px;
}
#page-bind .buttons-container button {
	float: left;
	margin-right: 20px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	cursor: pointer;
	display: inline-block;
	overflow: visible;
	outline: none;
	line-height: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border:none;
	text-transform: uppercase;
}
#page-bind .buttons-container button:hover {
	background-color: rgba(2, 129, 202, 1);
    background-color: #0281CA;
}
#page-bind .buttons-container .last {
	margin-right: 0;
}
#page-bind .message {
	position: relative;
	width: 710px;
	text-align: right;
}
#page-bind .message span { padding-right: 100px; }

#page-bind .message .submit {
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 4px;
	right:6px;
}
#page-bind .message .left {
	position: relative;
	top: 3px;
}
#page-bind .message .button:hover {
	border: 1px solid #999;
}

#page-bind form td {
	vertical-align: middle;
}
#choices h4 {
	font-size: 18px;
}
#page-bind #login-form {
	width: 390px;
	margin: 0 auto;
}
#page-bind #signup-form {
	width: 410px;
	margin: 0 auto;
	padding: 0;
}

/* Accounts listing
--------------------------------------------- */
.accounts-listing {
	list-style: none;
}
.accounts-listing li {
	padding: 15px 0;
}
.accounts-listing .user-box {
	float: left;
	width: 300px;
}
.accounts-listing .user-box span {
	float: left;
}
.accounts-listing .user-box .info {
	margin-left: 60px;
}
.accounts-listing .user-box p {
	margin: 0 0 5px 0;
}

/* alert msgs
--------------------------------------------- */
#alert-msg {
	font-size: 15px;
	line-height: 1.4em;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999;
}
* html #alert-msg {
	position: absolute;
}
#alert-msg p {
	-webkit-box-shadow: #333 0px 0px 5px;
	-moz-box-shadow: #333 0px 0px 5px;
	margin: 0 auto;
	width: 500px;
	padding: 10px 20px;
	background: #FF5F5F;
	text-align: center;
	color: #fff;
}
#alert-msg.success p {
	background-color: #B3FFAF;
	color: #196F14;
}

/* Login avatar */
#login-form {
	position: relative;
}
#login-avatar {
	position: absolute;
	right: -5px;
	top: 15px;
	width: 60px;
	overflow: hidden;
}
.moz #login-avatar { right: -20px ;}
#page-bind #login-avatar { right: -50px; }
#page-bind.moz #login-avatar { right: -65px; }

#login-avatar p {
	font-size: 11px;
	margin: 2px 0 0;
	padding: 0 !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

#uStatus {
	position: absolute;
	top: 7px;
	right: 4px;
	background: #fff;
	box-shadow: -13px 0 9px #fff;
}

#uStatus em {
	font-style: normal;
	font-weight: bold;
	padding: 3px;
	white-space: nowrap;
}

#uStatus.success em {
	color: #1a7c2c;
}

#uStatus.error em {
	color: red;
}

/* terms */
#terms-label {
	position: relative;
	top: 5px;
}


/* Backgrounds */
body.background {
	background-repeat: no-repeat;
	background-color: #fff;
  	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: 100% auto;
}
body.background #wrapper {
	overflow: visible;
	background: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.5);
}
*+html body.background #wrapper { background: #fff; }
* html body.background #wrapper { background: #fff; }

body.background #main {
	background: transparent;
	background-color: transparent;
}
*+html body.background #main { background: #f9fbfd; }
* html body.background #main { background: #f9fbfd; }

#page-bind.background .inner 	{
	background: #f9fbfd;
	background-color: rgba(255, 255, 255, 0.5);
}
*+html #page-bind .inner { background: #f9fbfd; }
* html #page-bind .inner { background: #f9fbfd; }

#attribution {
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 9px;
}
#attribution a {
	color: #fff;
	text-decoration: underline;
}

/* iframe */
.iframe body {
	background-image: none !important;
	margin: 0 !important;
}
.iframe #wrapper {
	margin: 0 auto !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.iframe #header,
.iframe #footer 		{ display: none !important; }
.iframe #attribution 	{ display: none !important; }

.iframe-mode .loading-screen {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ddd;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	font-size: 20px;
}
.iframe-mode .loading-screen span {
	position: absolute;
	top: 50%;
	display: block;
	width: 110px;
	height: 23px;
	text-align: center;
	left: 50%;
	margin-top: -10px;
	margin-left: -55px;
}
.iframe-mode {
	margin: 0;
	background-image: none !important;
}
.iframe-mode .message {
	width: 630px !important;
}
.iframe-mode #header,
.iframe-mode #footer,
.iframe-mode #attribution { display: none; }
.iframe-mode #wrapper {
	width: 100%;
}
.iframe-mode #main {
	width: 410px;
}
.iframe-mode #side {
	margin-left: 410px;
	width: 258px;
}
.iframe-mode #login-avatar { right: -8px; }
.iframe-mode #wrapper form table { width: 360px; }
.iframe-mode #alert-msg p { width: 660px; }

/* captcha */
#captcha-img {
	border: 1px solid #ccc;
	margin: 5px 0 5px;
	display: block;
}
#captcha-container label {
	padding-top: 5px;
	color: #333;
	font-size: 11px;
}

/* Page done */
#page-done h3 {
	text-align: right;
}
