/* Global - Widespread */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, sans serif;
	background: #fff url("../../images/header.png") top center no-repeat;
	overflow: scroll;
	overflow-x: hidden !important;
}
a:link, a:visited {
	text-decoration: none;
	outline-style: none;
	cursor: default;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	cursor: default;
}
.loading {
	background-image: url("../../images/spinner.gif");
	background-position: center center;
	background-repeat: no-repeat;
}
#meebo {
	z-index : 10;
}

/* Header */
#header {
	position: absolute;
	z-index: 1;
	top: 45px;
	left: 50%;
	margin: 0px 0px 0px -125px;
	width: 620px;
}
.headerList {
	float: right;
	margin: 0px;
	list-style-type: none;
	color: #eee;
}
.headerList li {
	float: left;
	padding: 1px 4px;
	color: #eee;
}
#puzzleList {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	border-bottom: 1px dotted #eee;
	color: #22b225;
}
.pl-puzzleBig {
	font-size: 16px;
}
.pl-divider {
	display: block;
	line-height: 100%;
}
#functionList {
	clear: right;
	padding: 2px 0px 0px 0px;
	font-size: 12px;
	line-height: 14px;
}
.fl-functionBig {
	font-size: 13px;
}
.fl-divider {
	display: block;
	line-height: 50%;
}
.fl-new {
	position: absolute;
	display: block;
	margin: 12px 0px 0px 14px;
	font-size: 10px;
	vertical-align: top;
	color: #ffee37;
	font-weight: bold;
}

/* Content */
#content {
	position: absolute;
	z-index: 2;
	top: 150px;
	left: 50%;
	margin: 0px 0px 0px -500px;
	padding: 0px 0px 20px 0px;
	background-color: #fff;
	width: 742px;
}
#puzzleDescription {
	margin: 0px 10px 10px;
	padding: 0px 8px 8px;
	cursor: default;
}
#puzDescExtra {
	font-size: 0px;
}
.puzzleHeader {
	display: block;
	margin: 0px 0px 2px 0px;
	font-size: 18px;
}
.puzzleHeaderAddon {
	display: none;
	padding: 0px;
	text-align: right;
	font-size: 15px;
	font-style: italic;
}
.puzzleHowToPlay {
	display: block;
	text-indent: 20px;
	font-size: 12px;
	line-height: 16px;
}
#messageScreen {
	display: none;
	position: absolute;
	z-index: 3;
	top: 140px;
	left: 50%;
	margin: 0px 0px 0px -500px;
	padding: 10px;
	width: 742px;
	border: 1px solid #000;
	background: #fff url("../../images/screen.png") top left repeat;
}
#messageBox {
	display: none;
	position: absolute;
	z-index: 4;
	top: 140px;
	left: 50%;
	border: 3px solid #3177cd;
	background-color: #fff;
	text-align: center;
	color: #444;
	font-size: 20px;
}
.playAgainLink {
	display: block;
	margin: 0px auto 20px;
	color: #3177cd !important;
	font-size: 15px !important;
	font-weight: bold;
	width: 120px;
}
.palBig {
	font-size: 17px !important;
}

/* Navbar */
#navbar {
	position: absolute;
	z-index: 1;
	top: 180px;
	left: 50%;
	margin: 0px 0px 0px 280px;
	width: 180px;
}
#tabNav {
	margin: 0px 5px;
}
#statsTab, #accountTab, #loginTab, #joinTab {
	float: left;
	margin: 0px 3px;
	padding: 4px 6px;
	border-width: 2px 2px 0px 2px;
	border-color: #777;
	border-style: dotted;
	background-color: #fff;
	width: 60px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #444;
	cursor: pointer;
}
#statsContent, #accountContent, #loginContent, #joinContent {
	clear: both;
	padding: 8px;
	border-width: 2px 0px;
	border-style: dotted;
	border-color: #777;
	font-size: 11px;
	overflow: hidden;
	cursor: default;
}
.activeTab {
	border-color: #777 !important;
}
.inactiveTab {
	border-color: #bbb !important;
}
#statsUsername {
	display: block;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
}
.statsHeaderLabel {
	display: block;
	margin: 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #eee;
	font-size: 12px;
}
.statsHeaderTotal {
	display: block;
	float: right;
	width: 90px;
	overflow: hidden;
	text-align: right;
}
.statsGraph {
	margin: 0px auto;
	width: 90%;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border: 1px solid #fff;
}
.sG-Color {
	height: 11px;
	border: 1px solid #fff;
}
.sG-Color1 {
	background-color: #2263b2;
}
.sG-Color2 {
	background-color: #4481cb;
}
.sG-Color3 {
	background-color: #6da3e5;
}
.sG-Color4 {
	background-color: #97c5fc;
}
.sG-ColorAlt1 {
	background-color: #22b225;
}
.sG-ColorAlt2 {
	background-color: #43cc46;
}
.sG-ColorAlt3 {
	background-color: #6ee570;
}
.sG-ColorAlt4 {
	background-color: #97fc99;
}
.statsData {
	margin: 5px auto;
	width: 80%;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	color: #777;
}
.sD-Puzzle {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #eee;
	white-space: nowrap;
}
.sD-Score {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #eee;
	text-align: right;
	white-space: nowrap;
}
.sD-Color {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #eee;
	width: 10px;
}
.sG-ColorCube {
	display: block;
	margin: 0px 0px 0px 3px;
	width: 8px;
	height: 8px;
	overflow: hidden;
}
#viewRankSpan {
	display: block;
	text-align: right;
}
#viewRank {
	font-size: 11px;
	font-weight: bold;
	color: #3177cd;
}
#accountUsernameTransferValue, #accountEmailTransferValue {
	display: none;
}
#accountUpdateMessage {
	display: none;
	margin: 0px 0px 5px;
	padding: 1px 2px;
	background-color: #fff696;
	text-align: center;
}
.accountLabel {
	display: block;
	margin: 5px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}
#accountTopLabel {
	margin: 0px;
}
.accountValue {
	display: block;
	white-space: nowrap;
	height: 15px;
	overflow: hidden;
}
.accountLink {
	color: #1831a0 !important;
}
.accountLinkCancel {
	visibility: hidden;
	color: #ff0000 !important;
}
.formTable {
	width: 100%;
	border-spacing: 0px 0px;
	border-collapse: collapse;
}
.formTableLabel {
	width: 50%;
	padding: 2px 4px 2px 0px;
	white-space: nowrap;
}
.formTableField {
	width: 50%;
	padding: 2px 0px;
}
.formTableMessage {
	visibility: hidden;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #ff0000;
}
.formTableField-Text {
	width: 98%;
	border: 1px solid #1831a0;
	padding: 1px 0px;
	font-size: 11px;
	font-family: Arial;
}
.formTableField-Checkbox {
	display: block;
	margin: 1px 0px 0px;
}
.formTableSubmitCell {
	padding: 5px 20px 0px 0px;
	text-align: right;
}
.formTableField-Submit {
	float: right;
	display: block;
	border: 1px solid #eee;
	background-color: #3177cd;
	color: #eee;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;
	letter-spacing: 1px;
	padding: 1px 6px;
	cursor: pointer;
}
#cPForm, #cEForm, #cAForm {
	display: none;
	margin: 5px 0px 0px;
}
#oldPassword, #newPassword, #newPasswordB {
	width: 96%;
}
#lRetrieveAccountSpan {
	position: absolute;
	display: block;
	margin: 3px 0px 0px 80px;
	text-align: right;
}
#lRetrieveAccount {
	color: #1831a0 !important;
	font-size: 10px;
}
#lRetrieveWaiting {
	display: none;
	margin: 0px 0px 0px 4px;
	width: 16px;
	height: 16px;
}
#sendRetrievalURLUpdate {
	display: block;
	padding: 1px 2px;
	background-color: #fff696;
	color: #000;
	text-align: center;
}
#lJoinMessage {
	display: block;
	margin: 10px 0px 0px;
	padding: 2px;
	border: 1px solid #eee9b8;
	background-color: #fffaca;
	line-height: 15px;
}
#lJoinLink {
	font-weight: bold;
	color: #1831a0 !important;
}
#navAd {
	margin: 0px auto;
	padding: 10px 0px;
	width: 125px;
	height: 125px;
}
#topScoresNav {
	margin: 8px auto;
	text-align: center;
}
#topScoresHeader {
	display: block;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #444;
}
#topScoresContent {
	margin: 2px 5px;
	border-width: 2px 0px;
	border-style: dotted;
	border-color: #777;
	padding: 8px;
	font-size: 11px;
	overflow: hidden;
	cursor: default;
}
#topScoresTable {
	border-spacing: 0px 0px;
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}
.scorerRowAlt {
	background-color: #f7f7f7;
}
.scorerRank {
	padding: 1px 2px 1px 4px;
	border-right: 1px dotted #777;
	text-align: right;
}
.scorer {
	width: 75%;
	padding: 1px 4px 1px 4px;
}
.scorerScore {
	width: 25%;
	padding: 1px 4px 1px 0px;
	text-align: right;
}
#viewAllTopScores {
	font-size: 11px;
	font-weight: bold;
	color: #3177cd;
}
#copyright {
	margin: 10px 0px;
	font-size: 11px;
	text-align: right;
}
