/* general style declarations */
html.parent {
	height: 100%;
}

body.parent {
	height: 100%;
	background-color: #f2f3f7;
	background-image: url('../images/esea/main_bg.jpg');
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
	display: block;
}

form.rating {
	display: inline;
}

iframe#form_target {
	width: 0;
	height: 0;
	border: 0;
}

small {
	font-weight: normal;
	font-size: 8px;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; line-height: 1em; }

body, td, th, select, input, textarea, h1, h2, h3, h4, h5, h6, div, span, label {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

acronym, acronym a, acronym a:hover { text-decoration: none; color: #000000; font-weight: bold; cursor: help; border-bottom: 1px dotted #000000; }

thead th, thead td, .sub-header {
	background-color: #fafafa;
	padding: 3px;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}

.footer {
	border-bottom: 1px solid #eaeaea;
}

.actions {
	height: 18px;
	margin: 5px 0 0 0;
	padding: 4px 6px 0 6px;
	background-color: #fdfdfd;
	background-image: url('../images/esea/actions_bg.png');
	background-repeat: repeat-x;
	border: 1px solid #ececec;
	border-width: 1px 0 1px 0;
	color: #646464;
}

ul, ol {
	padding: 5px 0 5px 10px;
	margin: 0 0 0 10px;
}

/* links */
a {
	color: #517099;
	text-decoration: underline;
}

a:hover {
	color: #517099;
	text-decoration: none;
}

a.new { color: #00AC17; }
a.black { color: #000000; text-decoration: none; }

.karma { text-decoration: none; }
.karma#plus { color: #3366FF; }
.karma#minus { color: #FF0000; font-weight: bold; }

div#recaptcha_image { border: 1px solid #000000; margin-bottom: 5px; }

/* page layout */
div#layout-container {
	width: 985px;
	margin: 0 auto 0 auto;
	background-position: 0 181px;
	background-repeat: repeat-y;
	text-align: left;
	clear: none;
}

div.layout-standard {
	background-image: url('../images/esea/layout-standard_bg.png');
}

div.layout-home {
	background-image: url('../images/esea/layout-home_bg.png');
}

div.layout-stats {
	background-image: url('../images/esea/layout-stats_bg.png');
}

div#layout-header {
	width: 985px;
	height: 102px;
	text-align: left;
}

div#layout-header #header-logo {
	position: absolute;
	width: 208px;
	height: 56px;
	margin: 23px 0 0 24px;
	z-index: 50;
}

div#layout-header .game-badge {
	position: relative;
	width: 41px;
	height: 40px;
	margin: 27px 0 0 -10px;
	overflow: hidden;
	cursor: pointer;
}

div#layout-header .add {
	position: relative;
	width: 30px;
	height: 40px;
	margin: 27px 0 0 -9px;
	cursor: pointer;
	z-index: 0;
}

div#popup div.fade {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .60; -moz-opacity: .60; filter: alpha(opacity=60);
}

div#popup div.content {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 201;
	width: 450px;
	background-color: #ffffff;
	padding: 25px;
	text-align: left;
	margin: -250px 0 0 -200px;
	font: normal 12px 'tahoma';
}

div#popup li {
	list-style-position: inside;
	list-style-image: url('../images/global/icon_sortable.png');
	border: 1px solid #dddddd;
	padding: 1px 0 1px 8px;
	margin: 0 0 2px 0;
}

div#layout-header #ad-banner-top {
	display: block;
	float: right;
	width: 468px;
	height: 60px;
	margin: 20px 21px 0 0;
}
div#layout-mmenu {
	width: 971px;
	height: 34px;
	padding: 0 7px 0 7px;
	background-image: url('../images/esea/mmenu_bg.jpg');
}

div#layout-mmenu div.right {
	width: 133px;
	height: 29px;
	padding: 5px 0 0 9px;
	margin: 0;
}

div#layout-mmenu input.text {
	float: left;
	width: 104px;
	height: 20px;
	padding: 3px 0 0 0;
	border: 0;
	background-image: url('../images/esea/search_bg.jpg');
	color: #ffffff;
	font-family: "verdana";
	font-size: 12px;
}

div#layout-mmenu input.image {
	float: right;
	margin: 3px 5px 0 0;
}

div#layout-mmenu div.smenu-container {
	position: absolute;
	margin: -3px 0 0 -1px;
	z-index: 3;
	display: none;
	width: 176px;
	padding: 12px 0 0 0;
	background-image: url('../images/esea/smenu_bg.png');
	background-repeat: no-repeat;
}

div#layout-mmenu div.smenu-container a {
	display: block;
	color: #ffffff;
	padding: 0 0 3px 3px;
	margin: 0 11px 1px 7px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #bababa;
}

div#layout-mmenu div.smenu-container a.last {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

div#layout-mmenu div.smenu-container a:hover {
	color: #000000;
	background-color: #ffffff;
}

div#layout-mmenu div.smenu-container img {
	margin-bottom: -14px;
}

div#layout-ticker {
	width: 966px;
	height: 34px;
	background-image: url('../images/esea/ticker_bg.png');
	background-repeat: repeat-x;
	padding: 10px 9px 0 10px;
}

div#layout-ticker div.right {
	color: #464646;
}

.status-normal div.left, .status-normal div.left * {
	color: #464646;
	font-family: "tahoma";
	font-size: 11px;
}

.status-alert div.left, .status-alert div.left * {
	color: #ff0000;
	font-family: "tahoma";
	font-size: 11px;
}

div#layout-column-left {
	float: left;
	width: 183px;
	padding: 6px 6px 10px 6px;
	margin: 0 10px 0 0;
}

div.layout-standard div#layout-column-center {
	float: left;
	width: 563px;
	padding: 6px 6px 0 6px;
	background-color: #ffffff;
}

div.layout-home div#layout-column-center {
	float: left;
	width: 422px;
	padding: 6px 6px 0 6px;
	background-color: #ffffff;
}

div.layout-stats div#layout-column-center {
	float: left;
	width: 768px;
	padding: 6px 6px 0 6px;
}

div.layout-standard div#layout-column-right {
	float: left;
	width: 183px;
	padding: 6px 6px 10px 6px;
	margin: 0 0 0 10px;
	overflow: hidden;
}

div.layout-home div#layout-column-right {
	float: left;
	width: 324px;
	padding: 6px 6px 10px 6px;
	margin: 0 0 0 10px;
	text-align: center;
}

div.layout-stats div#layout-column-right {
	display: none;
}

div#layout-footer-container {
	width: 985px;
	min-height: 56px;
	margin: 10px auto 0 auto;
	padding: 0 0 24px 0;
	background-image: url('../images/esea/footer_bottom_bg.png');
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-color: #e8e9ef;
}

div#layout-footer-content {
	width: 947px;
	min-height: 40px;
	text-align: left;
	padding: 0 19px 0 19px;
	background-image: url('../images/esea/footer_top_bg.png');
	background-repeat: no-repeat;
}

div#layout-footer-container img {
	float: left;
	width: 46px;
	height: 52px;
	margin: 14px 19px -10px 0;
}

div#layout-footer-container span {
	margin: 22px 0 0 0;
	font: 12px 'tahoma';
	color: #788cb4;
}

div#layout-footer-container a {
	text-decoration: none;
	font: 12px 'tahoma';
	color: #788cb4;
}

div#layout-footer-container a:hover {
	text-decoration: underline;
}

div#layout-footer-container span.right {
	width: 530px;
}

/* modules */
div.module {
	width: 100%;
	padding: 0 0 16px 0;
	margin: 0 0 4px 0;
	background-image: url('../images/esea/content_div.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align: left;
}

div.module-header {
	margin: 0 0 7px 0;
	padding: 7px 0 0 10px;
	height: 20px;
	background: url('../images/esea/module_header_right.jpg') top right no-repeat, url('../images/esea/module_header_bg.jpg') no-repeat;
	text-align: left;
	font: bold 10px 'verdana';
	color: #ffffff;
}

div#module-ads-skyscraper {
	text-align: center;
	padding-top: 20px;
}

div#module-ads-support {
	padding-bottom: 31px;
	text-align: center;
}

div#module-ads-support a img {
	margin-top: 10px;
}

div#module-events-small h1 {
	padding: 2px;
	margin: 7px 0 2px 0;
	background-color: #f5f5f5;
	font-weight: bold;
}

div#module-events-small table.calendar {
	width: 183px;
}

div#module-events-small table.calendar th.month {
	height: 18px;
}

div#module-events-small table.calendar * td, div#module-events-small table.calendar * th {
	padding: 1px;
}

div#module-promotions {
	text-align: center;
}

div#module-recruit h1 {
	padding: 2px;
	margin: 7px 0 2px 0;
	background-color: #f5f5f5;
	font-weight: bold;
}

div#module-recruit div.left {
	width: 65%;
	border: 0px solid red;
	overflow: hidden;
	white-space: nowrap;
}

div#module-recruit div.right {
	white-space: nowrap;
}

div#module-recruit span.left {
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
}

div#module-poll input.submit {
	background-color : #000000;
	border : 1px solid #000000;
	color : #FFFFFF;
	font-weight : bold;
}

div#module-poll div.left {
	width: 85%;
}

div#module-whos-playing a.tab {
	padding: 3px 4px 0 4px;
	margin: 0 5px 0 0;
}

div#module-whos-playing h1 b {
	float: left;
	width: 37%;
}

div#module-whos-playing h3 {
	font-weight: normal;
	margin: 0 0 5px 0;
}

div#module-whos-playing h3.last {
	margin: 0 0 7px 0;
}

div#module-league h1 span.left {
	width: 54%;
	overflow: hidden;
}

div#module-recent-discussion, div#module-recent-downloads {
	width: 183px;
	overflow: hidden;
}

.recent-items {
	padding: 0;
	margin: 0;
}

.recent-items li {
	white-space: nowrap;
	text-overflow: ellipsis;
	list-style-type: none;
}

.recent-items li img {
	width: 16px;
	height: 13px;
	margin: 0 3px 2px 0;
	vertical-align: middle;
}

div.summary {
	display: none;
	position: absolute;
	width: 171px;
	background-color: #FFFFE1;
	border: 1px solid #000000;
	padding: 5px;
	color: #000000;
	overflow: visible;
	white-space: normal;
}

div.filter {
	display: none;
	position: absolute;
	left: 33px;
	border: 1px solid #000000;
	width: 112px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #000000;
	border-color: #b2b2b2 #000000 #000000 #b2b2b2;
	background-color: #ffffff;
	z-index: 1;
}

div.filter .left {
	width: 80%;
	height: 20px;
}

div.filter .right {
	width: 15%;
	height: 20px;
}

div#module-recent-downloads a.tab {
	padding: 3px 3px 0 3px;
	margin: 0 5px 0 0;
}

div#module-headlines .tab {
	padding: 3px 8px 0 8px;
	margin: 0 6px 0 0;
}

div#module-headlines .tabContent {
	border-bottom: 0;
	margin-bottom: 0;
}

div#module-headlines .actions {
	text-align: right;
}

div#module-headlines h1 {
	border-bottom: 1px solid #ececec;
	padding: 10px 10px 10px 10px;
	cursor: pointer;
	font: normal 10px 'verdana';
	color: #c8c8c8;
}

div#module-headlines h1:hover {
	background-color: #fdfdfd;
}

div#module-headlines h2 {
	border-bottom: 1px solid #ececec;
	padding: 6px 10px 6px 10px;
	cursor: pointer;
}

div#module-headlines h1 img.content-preview {
	width: 52px;
	height: 30px;
	float: left;
	border: 1px solid #000000;
	-webkit-border-radius: 2px; -moz-border-radius: 2px;
	margin: 0 9px 0 0;
}

div#module-headlines h1 img.game-icon {
	width: 16px;
	height: 13px;
	float: left;
	margin: 1px 4px 0 0;
}

div#module-headlines h2 img {
	float: left;
	width: 16px;
	height: 13px;
	margin: 1px 7px 0 0;
}

div#module-headlines h1 a.headline {
	display: block;
	color: #323232;
	font: bold 12px 'verdana';
	text-decoration: none;
	margin: 0 0 4px 0;
}

div#module-headlines h1 a.type {
	color: #14be00;
	font: bold 10px 'verdana';
	text-decoration: none;
}

div#module-headlines h2 a.headline {
	color: #323232;
	font: 12px 'verdana';
	text-decoration: none;
}

div#module-headlines h1 div.comments {
	min-width: 32px;
	height: 27px;
	float: right;
	text-align: center;
	padding: 5px 0 0 0;
	background-image: url('../images/esea/comments_large_off.png');
	background-repeat: no-repeat;
	font: bold 12px 'verdana';
	color: #646464;
}

div#module-headlines h1:hover div.comments {
	background-image: url('../images/esea/comments_large_on.png');
	color: #148C00;
}

div#module-headlines h2 div.comments {
	height: 15px;
	float: right;
	text-align: right;
	padding: 0 21px 0 0;
	background-image: url('../images/esea/comments_small_off.png');
	background-repeat: no-repeat;
	background-position: 100% 2px;
	font: bold 12px 'verdana';
	color: #969696;
}

div#module-headlines h2:hover div.comments {
	background-image: url('../images/esea/comments_small_on.png');
	color: #148C00;
}

div#module-headlines h1 div.preview {
	font-weight: normal;
	margin: 11px 0 0 0;
	font: 11px 'verdana';
	color: #323232;
}

#module-stats div.stats-container {
	width: 206px;
	margin: 0 0 20px 0;
	text-align: left;
}

#module-stats .actions {
	text-align: right;
}

div#module-your-activity ul {
	padding: 0;
	margin: 0;
}

div#module-your-activity li {
	list-style-type: none;
	border-bottom: 1px solid #ececec;
	padding: 3px 0 4px 0;
}

div#module-your-activity li:hover {
	background-color: #fafff9;
	border-bottom: 1px solid #d3e8d0;
}

div#module-your-activity li img {
	width: 16px;
	height: 13px;
	float: left;
	margin: 0 5px 0 0;
}

div#module-events-large .day {
	margin: 0 0 8px 0;
}

div#module-events-large ul {
	float: right;
	width: 230px;
	min-height: 19px;
	padding: 3px 0 0 5px;
	margin: 0;
	border-bottom: 1px solid #ebebeb;
}

div#module-events-large li {
	list-style-type: none;
	margin: 0 0 6px 0;
}

div#module-events-large h1 {
	float: left;
	width: 67px;
	height: 16px;
	padding: 3px 13px 0 6px;
	background-color: #fbfbfb;
	background-image: url('../images/esea/cal_day_off.png');
	background-repeat: no-repeat;
	font-weight: normal;
}

div#module-events-large li img {
	float: left;
	width: 16px;
	height: 13px;
	margin: 0 5px 0 0;
}

div#module-events-large li span.right {
	height: 11px;
	padding: 0 1px 0 1px;
	line-height: 9px;
	background-color: #f5f5f5;
	color: #7d7d7d;
	border: 1px solid #f5f5f5;
	-webkit-border-radius: 2px; -moz-border-radius: 2px;
}

div#module-events-large li span.right b {
	color: #000000;
}

div#module-events-large .day:hover h1, div#module-events-large .active h1 {
	background-image: url('../images/esea/cal_day_on.png');
	color: #009600;
}

div#module-media-player div#flvplayer {
	width: 320px;
	height: 200px;
	border: 1px solid #ececec;
	padding: 1px;
}

div#module-media-player div.footer {
	border: 1px solid #ececec;
	border-width: 1px 0 1px 0;
	margin: 7px 0 0 0;
	padding: 3px 0 3px 0;
}

div#module-media-player img.icon {
	float: left;
	margin: 1px 6px 0 0;
}

/* content item declarations */
div.content-note {
	background-color: #FFFFFF;
	padding: 3px;
}

div.content-details {
	padding: 9px 5px 9px 5px;
	background-color: #fafafa;
	border: 1px solid #f1f1f1;
	border-width: 1px 0 1px 0;
}

div.content-details h1 {
	font: 12px 'tahoma';
	font-weight: bold;
	margin: 0 0 4px 0;
}

div.content-text {
	padding: 10px 10px 15px 10px;
	text-align: justify;
	background-color: #ffffff;
	font: 12px 'arial';
}

div.content-block {
	background-color: #ffffff;
}

div.content-text li {
	padding-bottom: 5px;
}

div.content-footer {
	padding: 2px;
	background-color: #fafafa;
	border: 1px solid #f1f1f1;
	border-width: 1px 0 1px 0;
}

div.content-div {
	width: 100%;
	height: 9px;
	margin: 7px 0 4px 0;
	background-image: url('../images/esea/content_div.jpg');
	background-repeat: repeat-x;
}

/* bbcode style */
div.bbcode-image {
	background-color: #ffffff;
	width: 144px;
	text-align: center;
	margin: 10px;
}

div.bbcode-match {
	text-align: center;
	margin: 0 0 10px 0;
}

div.bbcode-match div.team, div.bbcode-team {
	text-align: center;
	margin: 0 0 10px 0;
}

div.bbcode-match img, div.bbcode-team img {
	max-width: 65px;
	margin: 0 0 7px 0;
}

div.bbcode-match h1 {
	padding: 25px 0 8px 0;
	font-size: 12px;
}

div.bbcode-match div.prediction-content {
	text-align: left;
	margin: 12px 0 0 0;
}

div.bbcode-match h2 {
	margin: 0 0 5px 0;
}

/* tab style */
.tabArea {
	width: 100%;
	text-align: left;
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #ececec;
}

.tab {
	display: block;
	float: left;
	height: 16px;
	background-color: #fbfbfb;
	background-image: url('../images/esea/tab_off_bg.png');
	background-repeat: repeat-x;
	padding: 3px 5px 0 5px;
	margin: 0 6px 0 0;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 2px; -moz-border-radius: 2px;
	text-decoration: none;
	color: #969696;
	font: bold 10px 'verdana';
}

.tab:hover, .activeTab {
	color: #148200;
	background-color: #e7fce3;
	background-image: url('../images/esea/tab_on_bg.png');
	background-repeat: repeat-x;
}

.tabContent {
	margin-bottom: 5px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ececec;
}

/* whos playing module */
.server-container h1, .server-container h2 {
	margin-bottom: 2px;
	border-width: 1px;
	border-style: solid;
	padding: 0 2px 1px 2px;
	cursor: pointer;
	width: 177px;
	height: 12px;
	white-space: nowrap;
	position: relative;
	z-index: 2;
	font-weight: normal;
}

.server-container:hover h1 {
	border-right-width: 0;
	padding-right: 12px;
}

.server-container div {
	display: none;
	overflow: hidden;
	white-space: nowrap;
	min-width: 180px;
	padding: 0 5px 3px 5px;
	position: absolute;
	margin: -17px 0 0 191px;
	border-width: 1px;
	border-style: solid;
	z-index: 1;
}

.server-container:hover div {
	display: block;
}

.server-container a, .server-container a:hover {
	color: #000000;
}

.open, .live {
	background-color: #f3fff2;
	border-color: #b2dcad;
}

.full {
	background-color: #fef7f7;
	border-color: #ebc0c0;
}

.upcoming {
	background-color: #eff6fc;
	border-color: #a9c0d5;
}

.completed {
	background-color: #fdfae9;
	border-color: #d4d0a7;
}

/* ajax status box */
div#ajax-status {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #FFFFE1;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	font-family: "Tahoma";
	padding: 4px;
	width: 100%;
	border-top: 1px solid #000000;
	text-align: left;
	z-index: 2;
}

* html div#ajax-status { position: absolute; }

/* generic form input stuff */
label {
	width: 80px;
	font-weight: bold;
	float: left;
	clear: left;
	text-align: left;
	margin-bottom: 2px;
}

.data {
	text-align: left;
	margin-left: 80px;
	display: block;
	margin-bottom: 2px;
}

/* form errors */
#form-status div.content-note {
	padding: 10px 3px 10px 3px;
}

#form-status ul {
	margin-left: 65px;
	padding: 0;
}

/* pro shop */
#coupon-details div.left {
	width: 39%;
}

#coupon-details div.right {
	width: 55%;
	text-align: left;
}

#coupon-details label {
	width: 120px;
}

#coupon-details div.data {
	margin-left: 120px;
}

/* comments */
.comment-parent-actions {
	padding: 0 0 7px 0;
	line-height: 18px;
}

.comment-container {
	width: 563px;
	background-color: #ffffff;
}

.comment-container .sub-header {
	padding: 2px 3px 3px 0;
}

.comment-container .comment-number {
	display: block;
	float: left;
	width: 50px;
	margin-right: 11px;
}

.comment-container .comment-controls {
	float: left;
	width: 50px;
	padding: 3px 0 15px 3px;
}

.comment-container .comment-controls-rating {
	padding: 0 0 0 5px;
}

.comment-container .comment-controls-rating a.increase {
	font: 11px 'tahoma';
	text-decoration: none;
	color: #165c00;
	line-height: 10px;
	padding: 0 4px 0 0;
}

.comment-container .comment-controls-rating a.decrease {
	font: 11px 'tahoma';
	text-decoration: none;
	color: #FF0000;
	line-height: 10px;
	padding: 0 0 0 4px;
}

.comment-container .comment-content {
	overflow: hidden;
	float: right;
	padding: 3px 0 20px 0;
	width: 501px;
	text-align: left;
}

.comment-content-switch {
	color: #8a8a8a;
	cursor: pointer;
}

.comment-content textarea {
	width: 95%;
	height: 100px;
}

.comment-page-marker {
	border: 1px dashed gray;
	width: 547px;
	margin: 10px 0 10px 0;
	padding: 7px;
	text-align: center;
	cursor: pointer;
}

a.media-preview div {
	display: none;
	background-color: #ffffff;
	position: absolute;
	padding: 10px;
	border: 1px solid #dedede;
}

a.media-preview div img {
	max-width: 200px;
	max-height: 275px;
}

.comment-nuked {
	color : #FF0000;
}

#commentControl {
	text-align: right;
}

.comment-quote { border: 1px dashed #808080; margin: 5px 5px 5px 0; padding: 5px; color: #606060; }
.comment-quote span { color: #606060; }
.comment-quote-header { margin-bottom: 5px; }
.comment-quote-footer { display: block; margin-top: 5px; }

/* demos */
#featured-demo div.note2 {
	float: right;
	width: 220px;
}

#featured-demo div.note2 b {
	display: block;
	margin-bottom: 5px;
}

#demo-details div.left {
	width: 345px;
}

#demo-details div.left .data {
	width: 260px;
}

#demo-details div.right {
	width: 170px;
	text-align: center;
}

/* downloads */
#cotw-intro div.left {
	width: 55%;
}

#cotw-intro div.right {
	width: 39%;
	text-align: left;
}

#cotw-view div.sub-header {
	margin-bottom: 10px;
}

#cotw-view div.clip-header {
	margin: 10px 0 0 0;
	padding: 4px 0 4px 0;
	background-color: #EBEFF2;
}

div.clip-preview {
	float: left;
	padding: 5px 0 0 0;
	text-align: center;
	margin: 10px 0 0 13px;
}

div.clip-preview img {
	width: 120px;
	height: 90px;
	border: 1px solid #999999;
}

div.clip-preview div {
	position: relative;
	top: -14px;
	height: 13px;
	width: 118px;
	padding: 1px 1px 0 1px;
	white-space: nowrap;
	overflow: hidden;
	background-color: #ffffff;
	border: 1px solid #999999;
	border-top: 0;
}

#featured-download .right {
	width: 60%;
	text-align: left;
}

#upload-progress {
	padding: 2px;
	width: 376px;
	border: 1px inset #555555;
	height: 14px;
}

#upload-progress .progress-bar {
	height: 100%;
	background-color: #44d033;
	width: 0;
}

/* events */
#events-next div.right {
	width: 415px;
	text-align: left;
}

#events-upcoming div.right {
	width: 450px;
	text-align: left;
}

#events-upcoming div.left {
	width: 66px;
	text-align: left;
}

#events-recent div.right {
	width: 450px;
	text-align: left;
}

#events-recent div.left {
	width: 66px;
}

#events-recent div.player-list {
	float: left;
	width: 150px;
}

#events-recent div.player-list div {
	margin-bottom: 4px;
}

/* forums */
#forum img.game-icon {
	width: 16px;
	height: 13px;
	float: left;
	margin: 0 4px 0 0;
}

#forum .forum-details {
	padding-left: 28px;
}

/* my esea */
#myesea-activate label {
	width: 120px;
}

#myesea-activate div.data {
	margin-left: 120px;
}

#myesea-cancel label {
	width: 250px;
}

#myesea-default label {
	width: 160px;
}

#myesea-loyalty-points label {
	width: 160px;
}

#myesea-orders-details div.invoice-data {
	width: 40%;
	text-align: left;
}

#myesea-suspects div.right {
	margin: 0 0 15px 15px;
	padding: 12px 5px 12px 5px;
}

#myesea-suspects label {
	font-weight: normal;
	width: 95px;
}

#myesea-suspects div.data {
	margin-left: 95px;
	text-align: right;
}

#myesea-suspects div.data input, #myesea-suspects div.data select, #myesea-suspects div.data textarea {
	width: 160px;
}

/* support */
#support-faq div.search {
	background-color: #FAFAFA;
	border: 1px solid #F0F1F3;
	border-width: 1px 0 1px 0;
	margin: 0 0 10px 0;
	padding: 26px 10px 26px 10px;
}

#support-faq input.text {
	width: 471px;
	height: 24px;
	padding: 2px 0 2px 0;
	margin: 0;
	font: 18px 'tahoma';
}

#support-faq input.submit {
	float: right;
	height: 30px;
	width: 64px;
	padding: 0;
	margin: 0;
	font: 18px 'tahoma';
}

#support-faq div.left {
	margin: 6px 10px 0 5px;
	width: 165px;
	line-height: 1.6em;
}

#support-faq div.left li {
	list-style-type: circle;
	list-style-position: inside;
}

#support-faq div.left a {
	font-weight: bold;
	font-size: 10px;
}

#support-faq h1 {
	background-color: #EBEFF2;
	margin: 18px 0 2px 0;
	padding: 6px 2px 6px 2px;
	border: 1px solid #95b3d7;
	border-width: 1px 0 1px 0;
}

#support-faq h1 span {
	float: right;
	font-weight: normal;
}

#support-faq div.question {
	padding: 10px 4px 10px 2px;
	border-bottom: 1px solid #F0F1F3;
}

#support-faq .row2 {
	background-color: #F8F8F8;
}

#support-faq div.question img {
	margin: 2px 0 0 0;
	float: left;
	clear: left;
}

#support-faq div.question span {
	float: right;
	clear: right;
	width: 36px;
	text-align: right;
}

#support-faq div.question a.section {
	float: right;
	width: 110px;
	text-align: right;
}

#support-faq div.question a.question {
	margin: 0 146px 0 15px;
	display: block;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

#support-faq div.answer {
	padding: 8px 5px 0 5px;
	line-height: 1.4em;
	font-size: 12px;
}

#support-faq div.answer li {
	list-style-position: inside;
}

#support-tickets-default input.submit {
	height: 30px;
	padding: 0;
	margin: 0;
	font: 18px 'tahoma';
}

#support-tickets-open label {
	width: 120px;
}

#support-tickets-open div.data {
	margin-left: 120px;
}

#support-tickets-open #st-incident-match span {
	margin-left: 197px;
}

#support-tickets-open #st-filter {
	position: absolute;
	top: 330px;
	margin: 0 0 0 40px;
	width: 415px;
	border: 1px solid #000000;
	padding: 15px;
	background-color: #ffffff;
	font-size: 11px;
}

#support-tickets-open #st-filter li {
	margin-bottom: 10px;
}

#support-tickets-view label {
	width: 120px;
}

#support-tickets-view div.data {
	margin-left: 120px;
}

/* poll */
#poll-comments div.footer {
	border-top: 1px solid #F0F1F3;
	padding: 10px 0 10px 0;
}

body.poll-popup {
	margin: 0;
}

#region-results {
	width: 180px;
	background-color: #ffffff;
	border: 1px solid #000000;
	position: absolute;
	display: none;
	padding: 5px;
}

#region-results .graph {
	height: 10px;
	border: 1px solid #000000;
	background-color: #ff0000;
	float: left;
}

#region-results .percent {
	font-size: 8px;
	margin-left: 5px;
	color: #444444;
	float: left;
}

#region-results .text {
	font-size: 10px;
	padding: 2px 0 10px 0;
}

#region-results .title {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
}

/* premium */
#premium-signup-pay div.subscription-period {
	padding: 18px 0 18px 0;
	margin: 5px 0 1px 0;
	border-top: 1px solid #ebebeb;
}

#premium-signup-pay h1 {
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	margin: 0 25px 0 0;
	text-align: center;
	font-size: 13px;
}

#premium-signup-pay small {
	display: block;
	margin: 10px 0 0 0;
	font-size: 11px;
}

#premium-signup-pay img {
	margin: 10px 0 0 0;
}

#premium-signup-pay span {
	vertical-align: middle;
	font: 12px 'arial';
}

#premium-default div.switch {
	border-top: 1px solid #ebebeb;
	width: 100%; 
	margin-top: 10px; 
	padding-top: 10px;
}

#premium-default label {
	width: 120px;
}

#premium-default div.data {
	margin-left: 120px;
}

#premium-signup div.note2 {
	float: right;
	width: 260px;
}

#premium-karma-cleanup span.right {
	width: 60px;
	height: 60px;
	padding-top: 50px;
	display: block;
	background-color: #E8E8E8;
	text-align: center;
}

#premium-karma-cleanup div.right {
	width: 230px;
	text-align: left;
	margin-right: 10px;
}

#premium-karma-cleanup div.row1, #premium-karma-cleanup div.row2 {
	padding-left: 3px;
}

#premium-trial label {
	width: 140px;
}

#premium-trial div.note {
	width: 205px;
	float: right;
}

/* recruitment center */
#body-search-teams span.right, #body-search-players span.right {
	width: 200px;
	text-align: left;
	margin-right: 10px;
}

#body-search-teams, #body-search-players {
	padding-top: 0;
}

#body-search-teams div.sub-header, #body-search-players div.sub-header {
	margin-bottom: 5px;
}

#recruit-search-results .row1 th img {
	width: 59px;
	height: 77px;
	border: 1px solid #d4d0c8;
}

#recruit-search-results .row1 td, #recruit-search-results .row1 th {
	padding: 8px 0 5px 0;
	vertical-align: top;
}

#recruit-search-results li {
	list-style-position: inside;
}

.relevancy-meter-container {
	float: left;
	padding: 0;
	width: 65px;
	border: 1px solid #555555;
	height: 6px;
	margin: 2px 5px 0 0;
	font-size: 0;
}

.relevancy-meter {
	height: 100%;
	background-color: #44d033;
	width: 0;
	font-size: 0;
}

.manage-transactions {
	width: 325px;
	float: left;
	padding: 0 0 10px 0;
}

.manage-ads {
	width: 221px;
	float: right;
	padding: 0 0 10px 0;
}

#recruit-manage-ad label {
	width: 140px;
}

#recruit-manage-ad div.data {
	margin-left: 140px;
}

/* profile pages (user, team, ad) */
#profile-content label { width: 150px; }
#profile-column-right label { width: 60px; }
#profile-column-right div.data { margin-left: 60px; }
#profile-column-right li { list-style-position: inside; }
#profile-column-right div.footer { padding: 3px 0 4px 0; }
#profile-image { position: absolute; z-index: 0; margin: -15px 12px 0 12px; }
#profile-header { width: 100%; float: right; height: 30px; text-align: left; }
#profile-header img { float: left; margin: 3px 5px 0 0; }
#profile-header h1 { font: bold 18px 'tahoma'; margin: 3px 0 0 155px; }
#profile-info { width: 65%; float: left; margin: 0 0 18px 0; min-height: 160px; }
#profile-info div.content { margin-left: 155px; }
#profile-column-left { float: left; width: 65%; padding: 0 0 10px 0; overflow: hidden; }
#profile-column-right { width: 32%; float: right; padding: 0 0 10px 0; }
#profile-content { float: left; width: 100%; padding: 0 0 10px 0; }
#profile-footer { float: left; width: 100%; text-align: center; }

/* search */
#search-default input.text {
	width: 491px;
	height: 24px;
	padding: 2px 0 2px 0;
	font: 18px 'tahoma';
}

#search-default input.submit {
	float: right;
	height: 30px;
	width: 64px;
	padding: 0;
	margin: 0;
	font: 18px 'tahoma';
}

#search-default input.checkbox {
	vertical-align: middle;
	margin: 0 0 3px 0;
}

#search-default .tab {
	padding: 3px 4px 0 4px;
	margin: 0 5px 0 0;
}

#search-default .tabContent {
	line-height: 2.5em;
	padding: 0 0 6px 0;
	margin: 0 0 10px 0;
}

#search-default .source-container {
	margin: 10px 0 0 0;
}

#search-default .source-container small {
	display: block;
	float: left;
	margin: -9px 45px 0 53px;
}

#search-default .result-container {
	margin: 0 0 24px 0;
	padding: 0 5px 0 0;
}

#search-default .result-container a {
	font: small 'arial';
}

#search-default a.result {
	font: medium 'arial';
	color: #0d4895;
}

#search-default h2 {
	margin: 1px 0 1px 0;
	font: small 'arial';
}

#search-default a.more {
	color: #ff5736;
	font: 11px 'arial';
}

/* servers */
#servers-admin-application label {
	width: 140px;
}

/* stats */
#stats-match-view span {
	font: 12px 'arial';
	padding: 0 10px 10px 10px;
	display: block;
}

#stats-match-view div.match-details {
	float: right;
	width: 155px;
	text-align: center;
}

#stats-match-view div.match-details table {
	margin: 10px 0 0 0;
	text-align: left;
	width: 154px;
}

.match-header {
	background-color: #FAFAFA;
	border: 1px solid #F0F1F3;
	border-width: 1px 0 1px 0;
	margin: 0 0 10px 0;
	padding: 0 0 3px 3px;
}

.match-roster {
	width: 162px;
	margin: 0 0 10px 0;
}

.match-preview {
	float: left;
	width: 239px;
	margin: 0 0 10px 0;
	text-align: center;
}

#stats-match-view h2 {
	margin: 6px 0 2px 0;
	padding: 0 0 2px 0;
	font-weight: normal;
	border-bottom: 1px dotted #bbbbbb;
}

.match-header div {
	width: 267px;
}

.match-header h1 {
	font-size: 20px;
	margin: 10px 0 10px 0;
}

.match-map {
	width: 120px;
	padding: 3px;
	background-color: #EBEFF2;
	border: 1px solid #B8B8B8;
	margin: auto;
}

#stats-match-view .actions {
	margin: 15px 0 10px 0;
}

#stats-match-view .box {
	border: 0;
}

img.stats-game {
	opacity: .70; -moz-opacity: .70; filter: alpha(opacity=70);
	padding: 1px;
}

img.stats-game-selected, img.stats-game:hover {
	opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100);
	padding: 1px;
	background-color: #000000;
}

#stats-leaders {
	padding: 5px 0 0 0;
}

.stats-row-header {
	background-color: #EBEFF2;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	padding: 2px 5px 2px 5px;
	margin: 0 5px 5px 5px;
}

.stats-container h1 {
	font-size: 20px;
}

.stats-cat-leader {
	width: 59px;
	height: 77px;
}

.stats-container div.center {
	height: 60px;
	padding-top: 3px;
	margin-bottom: 5px;
}

.stats-container h2 {
	display: block;
	float: left;
	clear: both;
	margin: 10px 0 0 0;
	font-weight: bold;
	color: #00AF00;
}

.stats-container {
	float: left;
	display: inline;
	width: 175px;
	height: 210px;
	margin: 0 5px 30px 5px;
}

.stats-container .stat {
	float: right;
	margin-left: 8px;
}

.stats-container div.sub-header {
	margin-left: 66px;
	padding: 3px 0 4px 0;
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
	color: #969696;
	font-weight: bold;
	text-align: center;
}

.stats-container .row1 {
	padding: 0 0 2px 0;
	margin: 0;
}

#stats-leaders-map div.stats-container, #stats-leaders-weapon div.stats-container, #stats-leaders-class div.stats-container {
	float: left;
	display: inline;
	width: 265px;
	height: auto;
	min-height: 260px;
	margin: 0 5px 30px 5px;
}

#stats-leaders-map div.sub-header, #stats-leaders-weapon div.sub-header, #stats-leaders-class div.sub-header {
	margin-left: 115px;
}

/* teams */
#teams-filter {
	text-align: left;
}

#teams-filter div {
	margin: 7px 0 0 0;
	padding: 0px 0 0 0;
}

#teams-filter a {
	color: #000000;
	padding: 0px 3px 0px 3px;
	margin: 0 2px 0 2px;
	border: 1px solid #ffffff;
	font-family: verdana;
	text-decoration: none;
}

#teams-filter a:hover, #teams-filter a.active {
	color: #000000;
	border: 1px solid #95b3d7;
	background-color: #f3f8fd;
}

#teams-list table td, #teams-list table th {
	padding: 2px;
}

#teams-manage #profile-header h1 {
	margin-left: 0;
}

#teams-manage table {
	width: 100%;
}

#teams-manage label {
	width: 120px;
}

#teams-manage .tabArea {
	margin-top: 6px;
}

#teams-manage .tabContent {
	padding: 18px 0 15px 0;
	text-align: justify;
	background-color: #ffffff;
	font: 12px 'arial';
}

#teams-manage input.checkbox {
	vertical-align: middle;
	margin: 0 0 3px 0;
}

#body-manage-roster .row1 {
	width: 320px;
}

/* league */
#league-register h1 {
	display: block;
	font-size: 18px;
	padding: 4px;
	margin: 0 0 10px 0;
}

#league-register h1.incomplete {
	border-top: 2px solid #ff0000;
	background-color: #fae9e9;
}

#league-register h1.complete {
	border-top: 2px solid #44d033;
	background-color: #e6ffe3;
}

#league-register label {
	width: 30px;
}

#league-register div.data {
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0 0 0;
	margin: 0 0 10px 30px;
}

#league-register div.reg-option {
	border-top: 1px dotted #bbbbbb;
	margin-top: 5px;
	padding-top: 10px;
}

#league-register div.reg-option label {
	width: 100px;

}

#league-register div.reg-option div.data {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 0 100px;
	padding: 0;
}

#league-register table {
	width: 400px;
}

#league-standings .division {
	background-color: #FAFAFA;
	border: 1px solid #F0F1F3;
	border-width: 1px 0 1px 0;
	margin: 0 0 10px 0;
	padding: 8px 3px 3px 3px;
}

#league-standings .division form {
	float: right;
	margin: 5px 3px 0 0;
}

#league-standings .division h1 {
	font-size: 20px;
	margin: 0 0 10px 0;
}

#league-standings table {
	width: 100%;
	margin: 0 0 0 0;
}

#league-standings table td, #league-standings table th {
	padding: 2px;
}

#league-standings tr.conference-header td {
	background-color: #EBEFF2;
	padding: 6px 2px 6px 2px;
	border: 1px solid #95b3d7;
	border-width: 1px 0 1px 0;
}

#league-standings tr.conference-header td h2 {
	display: inline;
	font-size: 11px;
	font-weight: bold;
}

#league-standings tr.conference-legend th {
	background-color: #F8F8F8;
	padding: 4px 2px 4px 2px;
	font-weight: bold;
}

#league-standings tr.group td {
	background-color: #FDFDFD;
	padding: 4px 0 4px 2px;
	border: 1px solid #F0F1F3;
	border-width: 1px 0 1px 0;
}

#league-standings th.stat {
	text-align: right;
	width: 30px;
}

#league-standings td.stat {
	text-align: right;
	width: 35px;
}

#league-free-agents .note2 {
	margin: 0 0 60px 15px;
}

#league-free-agents .note2 select {
	float: right;
}

#league-predictions .division {
	background-color: #FAFAFA;
	border: 1px solid #F0F1F3;
	border-width: 1px 0 1px 0;
	margin: 0 0 20px 0;
	padding: 8px 3px 3px 3px;
}

#league-predictions .division form {
	float: right;
	margin: 5px 3px 0 0;
}

#league-predictions .division h1 {
	font-size: 20px;
	margin: 0 0 10px 0;
}

#league-predictions .prediction-container {
	margin: 0 0 28px 0;
	padding: 0 0 10px 0;
	border-bottom: 0 solid #ececec;
}

#league-predictions .prediction-team {
	width: 110px;
	padding: 5px 0 0 0;
	text-align: center;
	overflow: hidden;
}

#league-predictions .logo {
	max-width: 65px;
	margin: 0 0 7px 0;
}

#league-predictions .prediction-stats {
	margin: 3px 0 0 0;
}

#league-predictions .prediction-content {
	float: left;
	width: 319px;
	margin: 0 12px 0 12px;
}

#league-predictions h2 {
	margin: 5px 0 4px 0;
	padding: 0 0 4px 0;
	font-weight: normal;
	border-bottom: 1px dotted #bbbbbb;
}

#league-predictions h2 b {
	color: #444444;
}

#league-predictions h3 {
	margin: 0 0 12px 0;
	font-weight: normal;
	line-height: 1.3em;
}

#league-predictions h4 {
	width: 80px;
	padding: 4px;
	margin: 14px 11px 0 11px;
	text-align: center;
	font: bold 12px 'verdana';
}

#league-predictions h4.winner {
	background-color: #e6ffe3;
	border: 1px solid #44d033;
}

#league-predictions h4.loser {
	background-color: #fae9e9;
	border: 1px solid #ff0000;
}

#league-predictions .actions {
	margin: 0 0 10px 0;
}

div.prediction {
	width: 319px;
	margin: 10px auto 0 auto;
}

div.prediction textarea {
	width: 225px;
	height: 55px;
	float: right;
}

div.prediction label {
	width: 55px;
}

div.prediction div.data {
	margin-left: 55px;
}

div.prediction input.submit {
	width: 80px;
	margin: 3px 0 5px 0;
}

#league-lan img.header {
	margin: 0 0 8px -6px;
}

#league-lan a.button {
	display: block;
	width: 125px;
	height: 19px;
	border: 2px solid #ebebeb;
	color: #000000;
	font: bold 11px 'tahoma';
	margin: 0 0 6px 0;
	padding: 5px 0 0 21px;
	text-decoration: none;
	background-image: url('../images/esea/button_arrow_off.png');
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

#league-lan a.button:hover, #league-lan a.button-highlight {
	background-color: #ed1c24;
	background-image: url('../images/esea/button_arrow_on.png');
	border-color: #ed1c24;
	color: #ffffff;
}

#league-lan div.media-player {
	float: right;
	width: 383px;
	height: 236px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ececec;
}

#league-lan div.videos {
	float: right;
	width: 395px;
	border-bottom: 1px solid #ececec;
	padding: 5px 0 6px 0;
}

#league-lan img.icon {
	float: left;
	margin: 1px 6px 0 0;
}

#league-lan img.sponsors {
	margin-top: 20px;
}

#league-all-star-game .note2 {
	margin: 0 0 10px 15px;
}

#league-all-star-game .note2 select {
	float: right;
}

#league-all-stars div.left {
	width: 46%;
	margin: 0 0 0 15px;
	line-height: 2.2em;
}

#league-all-stars input.checkbox {
	float: left;
	margin: 7px 5px 0 0;
}

#league-match-setup .opponents {
	background-color: #FAFAFA;
	border: 1px solid #F0F1F3;
	border-width: 1px 0 1px 0;
	padding: 5px;
	text-align: center;
}

#league-match-setup a.bold {
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
	color: #000000;
}

#league-match-setup .opponents .left, #league-match-setup .opponents .right {
	width: 212px;
}

#league-match-setup .opponents .center {
	float: left;
	width: 120px;
	padding: 3px;
	background-color: #EBEFF2;
	border: 1px solid #B8B8B8;
}

#league-match-setup .opponents .center h1 {
	padding: 2px 0 0 0;
}

#league-match-setup table {
	width: 100%;
	margin: 10px 0 10px 0;
}

#league-match-setup table th, #league-match-setup table td {
	padding: 2px;
}

#league-match-setup table td.offer {
	text-align: left;
	padding: 8px 0 5px 50px;
}

#league-match-setup #new-offer {
	margin-top: 8px;
}

#league-match-setup #accepted-offer {
	background-color: #faffbd;
}

#league-match-setup .force-default {
	text-align: center;
	margin: 15px 0 15px 0;
	font-weight: bold;
}

#league-schedule .header {
	background-color: #FAFAFA;
	border: 1px solid #F0F1F3;
	border-width: 1px 0 1px 0;
	margin: 0 0 10px 0;
	padding: 10px 5px 10px 3px;
}

#league-schedule .header h1 {
	font-size: 20px;
	margin: 0 0 8px 0;
}

#league-schedule .stats-leaders {
	width: 350px;
	font-weight: bold;
	font-size: 11px;
	margin: 18px 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #bbbbbb;
}

#league-schedule .stats-leader {
	width: 115px;
	float: left;
	margin: 0 8px 0 0;
	line-height: 1.4em;
}

#league-schedule .stats-leader a {
	color: #000000;
}

#league-schedule .stats-leader img.profile {
	float: left;
	max-width: 40px;
	margin-right: 6px;
}

#league-schedule table.calendar {
	margin-bottom: 8px;
	width: 165px;
}

#league-schedule table.calendar th.month {
	height: 18px;
}

#league-schedule table.calendar * td, #league-schedule table.calendar * th {
	padding: 1px;
}

#league-schedule div.note {
	margin: 0 8px 10px 8px;
	padding: 8px;
}

#league-schedule div.note a {
	font-weight: bold;
}

#league-schedule div.match-container {
	float: left;
	width: 265px;
	margin: 0 0 10px 8px;
}

#league-schedule div.match-overview {
	width: 259px;
	height: 103px;
	border: 1px solid #d4d0c8;
	border-bottom: none;
	line-height: 1.3em;
	padding: 3px;
}

#league-schedule div.match-footer {
	width: 259px;
	color: #5e5e5e;
	border: 1px solid #d4d0c8;
	border-top: none;
	padding: 3px;
	white-space: nowrap;
	overflow: hidden;
}

#league-schedule div.match-overview table {
	width: 100%;
	margin-bottom: 6px;
}

#league-schedule div.match-overview table a {
	font-weight: bold;
}

#league-schedule div.match-overview table th {
	padding: 2px;
	text-align: left;
}

#league-schedule div.match-overview table td {
	padding: 2px;
	border-bottom: 1px dashed #d4d0c8;
}

#league-schedule div.match-overview table .stat {
	text-align: center;
	width: 20px;
}

#league-schedule div.match-overview table .winner {
	background-color: #F8F8F8;
}

/* upanel */
#body-edit-profile input.checkbox {
	vertical-align: middle;
	margin: 0 0 3px 0;
}

#body-edit-profile label, #body-edit-password label {
	width: 140px;
}

#body-edit-settings label, #body-edit-mobile label, #body-edit-privacy label {
	width: 285px;
}

#body-edit-settings div.data, #body-edit-mobile div.data, #body-edit-privacy div.data {
	margin-left: 285px;
}

.message-unread td, .message-unread a {
	font-weight: bold;
}

#message-header {
	padding: 6px 5px 10px 5px;
	background-color: #FAFAFA;
	border: 1px solid #F0F1F3;
	border-width: 1px 0 1px 0;
}

#upanel-profile div.clip-preview {
	margin: 0;
	border-bottom: 1px solid #F0F1F3;
}

#upanel-profile div.clip-preview img {
	width: 174px;
	height: 131px;
}

#upanel-profile div.clip-preview div {
	width: 172px;
	margin-bottom: -8px;
}

#upanel-profile #profile-column-left label {
	width: 120px;
}

#upanel-profile #profile-column-left div.data {
	margin-left: 120px;
}

#upanel-profile .top-items {
	width: 49%;
	text-align: left;
}

#upanel-profile .top-items .stat {
	font-family: arial;
	font-size: 10px;
	white-space: nowrap;
	text-align: right;
	padding-right: 2px;
}

#upanel-profile .top-items .rank, #upanel-profile .top-items .rank * {
	font: normal 10px 'arial';
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding-left: 2px;
}

#upanel-profile table.box {
	width: 100%;
}

#displayGraph {
	margin-top: -1px;
}

#editGraph {
	display: none;
	position: absolute;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #B8B8B8;
	padding: 8px 0 8px 0;
}

#upanel-register label {
	width: 180px;
}

#upanel-register div.data {
	margin-left: 180px;
}

#upanel-lostpass label, #upanel-recover label {
	width: 180px;
}

#upanel-lostpass div.data, #upanel-recover div.data {
	margin-left: 180px;
}

/* calendar */
table.calendar { background-color: #FFFFFF; border-collapse: collapse; }
table.calendar * td, table.calendar * th { text-align : center; border: 1px solid #E0E0E0; padding: 3px; }
td.cal-highlight { background-color : #E0E0E0;}
tr.weekdays th { background-color: #F5F4D3; }
th.month { height: 25px; }

/* row style */
#sorted { background-color: #F0F0F0; }
.row1 { background: #FFFFFF; }
.row1, .row1 td, .row1 th { border-bottom: 1px solid #F0F1F3; }
.row1 td, .row1 th { background: inherit; }
.row1hover { background-color: #E8E8E8; }
.row1hover #sorted { background-color: #D8D8D8; }
.row2 { background: #F5F5F5; }
.row2, .row2 td, .row2 th { border-bottom: 1px solid #F0F1F3; }
.row2 td, .row2 th { background: inherit; }
.row2hover { background-color: #E8E8E8; }
.row2hover #sorted { background-color: #D8D8D8; }
.icon-sort { margin-left: 1px; border: 0; }

/* box scores */
.box { border-collapse: collapse; margin: 0; border: 1px solid #B8B8B8;}
.box .header th { font-weight: normal; background-color: #EBEFF2; padding: 0 3px 1px 3px; line-height: 1.8em; }
.box th, .box td, .box .row1 th, .box .row1 td { border: 1px solid #B8B8B8; font-size: 10px; }
.box .acronym { padding: 0 0 2px 0; text-align: center; }
.box .tabArea { width: auto; border: 0; padding: 0 0 4px 4px; text-align: right; background: transparent; }
.box .ct { color: #0000ff; }
.box .t { color: #ff0000; }
.box .stat { font: normal 10px 'arial'; white-space: nowrap; text-align: center; }
.box .rank, .box .rank * { font: normal 10px 'arial'; color: #000000; text-decoration: none; white-space: nowrap; text-align: center; }

/* tweaks for methods of payment logos */

#payment-mobilpay {
	margin: 3px 0 22px 0;
}

#payment-google-checkout {
	margin: 11px 0 11px -2px;
}

/* general modifiers */
.left {
	float: left;
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	float: right;
	text-align: right;
}

.hidden {
	display: none;
}

.middle {
	vertical-align: middle;
}

.spacer {
	clear: both;
	font-size: 0;
}

.margin {
	margin: 10px;
}

.no-margin {
	margin: 0;
}

.margin-top {
	margin-top: 10px;
}

.margin-right {
	margin-right: 10px;
}

.margin-bottom {
	margin-bottom: 10px;
}

.margin-left {
	margin-left: 10px;
}

.padding {
	padding: 10px;
}

.padding-top {
	padding-top: 10px;
}

.padding-bottom {
	padding-bottom: 10px;
}

.no-padding {
	padding: 0;
}

.bold {
	font-weight: bold;
}

.gray {
	color: #666666;
}

.white {
	color: #ffffff;
}

.red {
	color: #ff0000;
}

.note {
	background-color: #FFFFCC;
	border: 2px solid;
	border-color: #efd1b2 #713900 #713900 #efd1b2;
	padding: 7px;
	line-height: 1.5em;
}

.note2 {
	border-top: 2px solid #95b3d7;
	padding: 7px;
	background-color: #f3f8fd;
}

.online {
	background-color: #f5fff1;
}

.strikethrough {
	text-decoration: line-through;
}
