* {
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	background-color: #FFF;
	background-image: url(/objects/images/backs/slash.png);
	margin: 0;
	font-family: Cambria, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: center;
}

.body-print {
	background-image: none;
	background-color: #FFF;
	margin: 15px;
	font-family: Cambria, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.body-gallery {
	background-image: none;
	background-color: #000;
	margin: 15px;
	font-family: Cambria, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: center;
}

.body-login {
	background-image: none;
	background-color: #EEE;
	margin: 15px;
	font-family: Cambria, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

pre {
	font-family: monospace;
	font-size: 12px;
	line-height: 15px;
}

#container-double {
	width: 100%;
	background-position: top center;
	background-image: url(/objects/images/backs/1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#container {
	width: 965px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #EFEFEF;
}

#container-pad {
	padding: 10px;
}

.birthday {
	background-color: #000;
	color: #FFF;
	padding: 5px 10px;
}

#league {
	position: relative;
	color: #FFF;
	font-size: 20px;
	height: 60px;
	overflow: hidden;
}

#league .tabs {
	margin-bottom: 2px;
}

#league .tabs a {
	display: block;
	float: left;
	padding: 2px 4px;
	font-size: 11px;
}

#league .tabs a.on {
	color: #FFF;
}

#league .tabs a.off {
	color: #DDD;
}

#league-navigation {
	padding: 8px 10px 10px 14px;
}

#league-navigation a {
	display: block;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	color: #FFF;
}

#league-navigation a:hover {
	text-decoration: underline;
}

#features {
	padding: 5px 14px;
	margin-bottom: 10px;
	font-size: 12px;
	border-bottom: 1px dotted #CCC;
}

#features a {
	text-decoration: underline;
	display: block;
	float: left;
	margin-right: 10px;
}

.organization {
	z-index: 1000;
	width: 785px;
	font-size: 12px;
	min-height: 90px;
}

.organization a {
	display: block;
	color: #FFF;
	padding: 1px 7px 2px;
	text-decoration: none;
}

.organization a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	background-color: #FFF;
}

.organization .date {
	display: block;
	float: left;
	color: #999;
	padding: 2px 0;
	text-decoration: none;
}

.organization .form-select {
	height: 20px;
	width: 141px;
	padding: 2px;
	border: 1px solid #94989e;
	font-size: 10px;
}

.organization .form-field {
	height: 26px;
	width: 232px;
	padding: 2px;
	border: 1px solid #94989e;
	font-size: 22px;
}

.organization .shortcut {
	display: inline;
	padding: 0;
	color: #F90;
}

.organization .shortcut:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	color: #F90;
}

.organization .navigation-panel {
	padding: 0;
	margin: 0;
}

.organization #navigation {
	z-index: 1000;
	width: 465px;
	height: 160px;
	border-bottom: 2px solid #94989e;
	display: none;
}

.header {
	height: 71px;
	width: 785px;
}

.header .title {
	margin-top: 20px;
	background-color: #FFF;
	padding: 4px 7px;
	border-right: 1px solid #b4b8bd;
	border-bottom: 1px solid #b4b8bd;
}

.header .bump {
	margin-top: 20px;
	padding: 0 17px;
}

.header .form-field {
	height: 19px;
	width: 40px;
	padding: 2px;
	border: 1px solid #CCC;
	background-color: #f0f0f0;
	font-size: 13px;
}

.header .league {
	color: #000;
}

.content {
	width: 785px;
}

.content ul {
	margin-left: 7px;
	list-style: none;
}

.content li {
	float: left;
	position: relative;
	color: #94989e;
	padding: 3px 6px;
}

.content .sub {
	border-left: 2px solid #DDD;
	height: 19px;
	color: #000;
}

.content .on {
	background-color: #FFF;
	height: 19px;
	border-right: 1px solid #b4b8bd;
}

.content li a {
	color: #94989e;
}

.content-hash {
	background-image: url(/objects/images/background-hash.png);
	padding: 7px;
	margin-bottom: 15px;
}

.content ul.sort {
	margin-left: 0;
	list-style: none;
}

.content li.sort {
	clear: both;
	color: #000;
	padding: 3px;
	width: 98%;
	border-bottom: 1px dotted #CCC;
}

.content #comment-add {
	z-index: 1000;
	display: none;
}

.content .subnav-on {
	display: block;
	float: left;
	padding: 6px 12px;
	margin-right: 4px;
	background-color: #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.content .subnav-off {
	display: block;
	float: left;
	padding: 6px 12px;
	margin-right: 4px;
	background-color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.content .sort-on {
	text-decoration: underline;
	font-weight: 700;
}

.content .sort-off {
	text-decoration: none;
}

.c-half {
	float: left;
	width: 65px;
}

.c1 {
	float: left;
	width: 145px;
}

.c1-half {
	float: left;
	width: 225px;
}

.c1r2 {
	float: left;
	width: 305px;
}

.c1r3 {
	float: left;
	width: 465px;
}

.c1r3s {
	float: left;
	width: 225px;
}

.c1r4 {
	float: left;
	width: 625px;
}

.c1r5 {
	width: 785px;
}

.c1r5t {
	float: left;
	width: 251px;
}

.c2r1 {
	float: left;
	width: 385px;
}

.c3r1 {
	float: left;
	width: 142px;
}

.c3r2 {
	float: left;
	width: 299px;
}

.c3r4 {
	float: left;
	width: 613px;
}



.fl {
	float: left;
}

.fr {
	float: right;
}

.sp {
	margin-right: 10px;
}

.r1 {
	float: left;
	width: 145px;
}

.content .b1 {
	background-color: #FFF;
}

.content .b2 {
	background-color: #333;
	color: #EEE;
}

.content .b2 a {
	color: #c60;
}

.content .inner {
	border-right: 1px solid #b4b8bd;
	border-bottom: 1px solid #b4b8bd;
	padding: 7px 7px 60px;
}

.content .no {
	margin-top: 25px;
}

.content-note {
	margin-bottom: 10px;
	padding: 7px;
	background-color: #DDD;
}

.content-solid-slim {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

.content-solid-fat {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #CCC;
}

.content-break {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}

.content-break-mail {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dotted #CCC;
}

.content-break-slim {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dotted #CCC;
}

.content-block {
	margin-bottom: 10px;
}

.content-block-slim {
	margin-bottom: 5px;
}

.content-pad {
	padding: 7px;
}

.content-pad-reduce {
	padding: 4px;
}

.content .teammates {
	height: 20px;
	width: 141px;
	padding: 2px;
	border: 1px solid #94989e;
	font-size: 10px;
}

.link-compose {
	display: block;
	padding: 10px;
	background-color: #F90;
	border-right: 1px solid #C60;
	border-bottom: 1px solid #C60;
	padding: 7px;
	color: #FFF;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
}

.ce {
	float: left;
	width: 15px;
}

.cl {
	clear: both;
	height: 0;
	max-height: 0;
	font-size: 1px;
}

.note {
	border-top: 1px dotted #999;
	padding: 4px 2px;
}

.note-highlight {
	border-top: 1px solid #f8e2ad;
	padding: 4px 2px;
	background-color: #fff3e1;
}

.comments-new {
	background-color: #390;
	color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
}

.lead-on {
	display: block;
	font-size: 12px;
	padding: 1px 8px;
	background-image: url(/objects/images/leader-background.png);
	background-repeat: no-repeat;
}

.lead-of {
	display: block;
	font-size: 12px;
	padding: 1px 8px;
	background-image: url(/objects/images/leader-item.png);
	background-repeat: no-repeat;
}

/* !Replay */
.replay-field {
	background-image: url(/objects/images/replay-field.png);
	background-repeat: no-repeat;
	width: 480px;
	height: 380px;
}
.replay-current {
	background-color: #333;
	color: #FFF;
	padding: 5px;
	height: 370px;
}
.replay-content {
	background-color: #111;
	color: #FFF;
	padding: 5px;
	height: 370px;
}

.pp-up {
	background-image: url(/objects/images/icon-pp-up.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #090;
	color: #C6EAC3;
	padding: 4px 14px 3px 4px;
	margin-bottom: 1px;
	text-align: center;
}

.pp-down {
	background-image: url(/objects/images/icon-pp-down.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #900;
	color: #EBC2C4;
	padding: 4px 14px 3px 4px;
	margin-bottom: 1px;
	text-align: center;
}

.pp-none {
	background-color: #000;
	color: #CCC;
	padding: 4px 14px 3px 4px;
	margin-bottom: 1px;
	text-align: center;
}


/* !Mail CSS */
#mail {
	position: relative;
}

#mail .mail-folders {
	font-size: 12px;
	display: block;
	border-top: 1px solid #CCC;
	padding: 5px 3px;
	width: 59px;
}

#mail .mail-folders-on {
	font-size: 12px;
	color: #EEE;
	display: block;
	border-top: 1px solid #CCC;
	padding: 5px 3px;
	width: 59px;
	background-image: url(/objects/images/icon-mail-mailbox-on.png);
	background-repeat: no-repeat;
}

#mail .message {
	background-color: #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px;
	min-height: 400px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#mail .message-header {
	text-align: left;
}

#mail .message-subject {
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 5px 0;
	margin-bottom: 10px;
	font-family: Helvetica, Arial;
	font-size: 26px;
	font-weight: 700;
}

#mail .message-date {
	font-family: Cambria, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #999;
	margin-bottom: 3px;
}

#mail .message-logo {
	width: 50px;
	height: 50px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#mail .message-author {
	font-size: 12px;
	padding-top: 10px;
}

/* !End Mail CSS */
.boxscore-pagination {
	background-color: #4F4F4F;
	padding: 5px;
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
}

.pagination-prev {
	background-image: url(/objects/images/icon-page-prev.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #676767;
	color: #FFF;
	display: block;
	padding: 3px 3px 3px 6px;
	width: 90px;
	text-align: center;
}

.pagination-next {
	background-image: url(/objects/images/icon-page-next.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #676767;
	color: #FFF;
	display: block;
	padding: 3px 6px 3px 3px;
	width: 90px;
	text-align: center;
}

.scoreboard-home {
	background-color: #4F4F4F;
	padding: 5px;
	margin-bottom: 0;
	border-bottom: 1px solid #3F3F3F;
	border-right: 1px solid #3F3F3F;
}

.scoreboard-home a {
	color: #F90;
}

.scoreboard-link {
}

.scoreboard-notes {
	color: #EEE;
}

.scoreboard-scores {
	background-color: #676767;
	color: #FFF;
	margin-right: 3px;
	margin-bottom: 3px;
	font-size: 11px;
	width: 50px;
	padding: 5px;
}

.scoreboard-scores-highlight {
	background-color: #676767;
	color: #FFF;
	margin-right: 3px;
	margin-bottom: 3px;
	font-size: 11px;
	width: 50px;
	padding: 3px;
	border: 2px solid #F90;
}

.scoreboard-scores-medal {
	background-image: url(/objects/images/icon_player_awards.png);
	background-repeat: no-repeat;
	background-position: 30px 0;
	background-color: #676767;
	color: #FFF;
	margin-right: 3px;
	margin-bottom: 3px;
	font-size: 11px;
	width: 50px;
	padding: 5px;
}

.scoreboard-scores-bomb {
	background-image: url(/objects/images/icon-scores-bomb-small.png);
	background-repeat: no-repeat;
	background-position: 30px 0;
	background-color: #676767;
	color: #FFF;
	margin-right: 3px;
	margin-bottom: 3px;
	font-size: 11px;
	width: 50px;
	padding: 5px;
}

.scoreboard-scores-lastnote {
	background-color: #676767;
	color: #FFF;
	margin-right: 3px;
	margin-bottom: 3px;
	font-size: 11px;
	width: 50px;
	padding: 3px;
	border: 2px solid #F90;
}

.scores-highlight {
	background-color: #C90;
	padding: 8px 5px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}

.scores-highlight-icon-medal {
	background-image: url(/objects/images/icon_player_awards.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	margin-left: 16px;
	padding: 2px 0;
	padding-left: 16px;
	text-align: left;
	display: inline;
	font-size: 12px;
}

.scores-highlight-icon-bomb {
	background-image: url(/objects/images/icon-scores-bomb-small.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	margin-left: 16px;
	padding: 2px 0;
	padding-left: 16px;
	text-align: left;
	display: inline;
	font-size: 12px;
}

.scores-medal {
	background-image: url(/objects/images/icon-scores-medal.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.scores-bomb {
	background-image: url(/objects/images/icon-scores-bomb.png);
	background-repeat: no-repeat;
	background-position: top right;
}

h1 {
	font-size: 26px;
	padding-bottom: 2px;
	margin: 0;
	color: #000;
}

h1.padoff {
	font-size: 26px;
	padding: 0;
	margin: 0;
	color: #000;
}

h2 {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 10px;
}

h2.padoff {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 0;
}

h3.dark-curve {
	font-weight: 400;
	margin: 1px 0 2px;
	background-color: #5c5c5c;
	color: #FFF;
	font-size: 12px;
	padding: 5px 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

h4 {
	font-weight: 700;
	margin: 0 0 8px;
	background-color: #c60;
	color: #FFF;
	text-transform: uppercase;
	font-size: 9px;
	display: inline-block;
	padding: 4px 4px 3px;
}

h4.padoff {
	font-weight: 700;
	margin: 0;
	background-color: #c60;
	color: #FFF;
	text-transform: uppercase;
	font-size: 9px;
	display: inline-block;
	padding: 4px 4px 3px;
}

h4.update {
	font-weight: 700;
	margin: 5px 0 0;
	background-color: #6C0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 9px;
	display: inline-block;
	padding: 4px 4px 3px;
}

h5 {
	font-weight: 700;
	margin: 0 0 2px;
	background-color: #999;
	color: #FFF;
	text-transform: uppercase;
	font-size: 9px;
	padding: 4px 4px 3px;
}

h5.noback {
	font-weight: 700;
	margin: 0 0 2px;
	background-color: transparent;
	color: #FFF;
	text-transform: uppercase;
	font-size: 9px;
	padding: 4px 4px 3px;
}

h5.dark {
	font-weight: 700;
	margin: 0 0 2px;
	background-color: #5c5c5c;
	color: #FFF;
	text-transform: uppercase;
	font-size: 9px;
	padding: 4px 4px 3px;
}

h5.dark-curve {
	font-weight: 700;
	margin: 0 0 2px;
	background-color: #5c5c5c;
	color: #FFF;
	text-transform: uppercase;
	font-size: 9px;
	padding: 4px 4px 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

h5.nav {
	font-weight: 700;
	margin: 0 0 2px;
	background-color: #759996;
	color: #FFF;
	text-transform: uppercase;
	font-size: 9px;
	padding: 4px 4px 3px;
}

h6 {
	font-weight: 400;
	margin: 0;
	color: #999;
	font-size: 9px;
	padding: 4px 4px 3px;
}

h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

b {
	font-weight: 700;
}

i {
	font-style: italic;
}

p {
	display: block;
	margin-bottom: 15px;
}

.dim {
	color: #999;
}

.alert {
	color: #900;
}

.open {
	color: #990;
}

.content .alt {
	background-color: #EEE;
}

.link-block {
	background-image: url(/objects/images/icon-dot.png);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCC;
	display: block;
	padding: 2px 4px 2px 8px;
	color: #777;
	font-size: 9px;
	text-decoration: underline;
	margin-top: 2px;
	text-transform: uppercase;
	font-weight: 700;
}

.warning-vintage {
	background-image: url(/objects/images/icon_player_warning.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #555;
	font-size: 12px;
	margin-bottom: 4px;
}

.warning-legend {
	background-image: url(/objects/images/icon_player_star.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #555;
	font-size: 12px;
	margin-bottom: 4px;
}

.warning-rings {
	background-image: url(/objects/images/icon_player_ring.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #555;
	font-size: 12px;
	margin-bottom: 4px;
}

.warning-awards {
	background-image: url(/objects/images/icon_player_awards.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #555;
	font-size: 12px;
	margin-bottom: 4px;
}

.warning-trade {
	background-image: url(/objects/images/icon_player_trade.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #555;
	font-size: 12px;
	margin-bottom: 4px;
}

.warning-injury {
	background-image: url(/objects/images/icon_player_injury.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	color: #555;
	font-size: 12px;
	margin-bottom: 4px;
}

.warning-drafted {
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #555;
	font-size: 12px;
	margin-bottom: 4px;
}

.vote-back {
	background-image: url(/objects/images/background-hash.png);
	height: 14px;
}


.background {
	display: none;
	background-color: #121110;
	padding: 10px;
	font-size: 12px;
}

.bar {
	position: absolute;
	top: 10px;
	left: 810px;
	width: 145px;
	background-color: #3d3f43;
	color: #FFF;
}

.bar .inner {
	padding: 7px;
}

.bar a {
	display: block;
	background-color: #2b2c2f;
	color: #FFF;
	font-size: 11px;
	padding: 2px 4px 3px;
	margin-bottom: 1px;
	text-decoration: none;
}

.bar .admin {
	display: block;
	background-color: #F90;
	color: #FFF;
	font-size: 11px;
	padding: 2px 4px 3px;
	margin-bottom: 1px;
	text-decoration: none;
}

.bar-break {
	border-bottom: 1px dotted #2b2c2f;
	padding: 4px;
}

.bar-break a {
	display: inline;
	padding: 0;
	margin-bottom: 0;
	text-decoration: underline;
	color: #F90;
	background-color: transparent;
}

.bar-alert {
	background-color: #900;
	color: #e1b3b3;
	font-size: 16px;
	padding: 5px 10px;
	margin-bottom: 20px;
}

.bar-alert a {
	display: inline;
	color: #FFF;
	text-decoration: underline;
}

.statistics-hide {
	display: none;
}

.footer {
	width: 785px;
	color: #555;
	margin-top: 100px;
	margin-bottom: 14px;
	padding-top: 14px;
	border-top: 2px solid #DDD;
}

.footer a {
	display: block;
	color: #666;
	padding: 1px 7px 2px;
	text-decoration: none;
}

.footer .wall {
	padding: 0 4px;
}

.footer .normal {
	text-decoration: underline;
	display: inline;
	padding: 0;
	color: #C60;
}

.footer-time {
	display: inline-block;
	background-color: #DDD;
	color: #999;
	font-size: 10px;
	padding: 4px;
}

form {
	display: inline;
}

.form-submit {
	background-color: #F90;
	border-right: 1px solid #C60;
	border-bottom: 1px solid #C60;
	padding: 7px;
	color: #FFF;
}

.form-submit:active {
	background-color: #F90;
	border: 0;
	border-left: 1px solid #C60;
	border-top: 1px solid #C60;
	padding: 7px;
	color: #FFF;
}

.form-submit-dim {
	background-color: #BBB;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 7px;
	color: #FFF;
}

.form-submit-dim:active {
	background-color: #BBB;
	border: 0;
	border-left: 1px solid #AAA;
	border-top: 1px solid #AAA;
	padding: 7px;
	color: #FFF;
}

.form-submit-slim {
	display: block;
	background-color: #F90;
	border-right: 1px solid #C60;
	border-bottom: 1px solid #C60;
	padding: 2px 7px;
	color: #FFF;
}

.form-submit-slim:active {
	background-color: #F90;
	border: 0;
	border-left: 1px solid #C60;
	border-top: 1px solid #C60;
	padding: 2px 7px;
	color: #FFF;
}

.form-submit-slim-dim {
	display: block;
	background-color: #BBB;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 2px 7px;
	color: #FFF;
}

.form-submit-slim-dim:active {
	background-color: #BBB;
	border: 0;
	border-left: 1px solid #AAA;
	border-top: 1px solid #AAA;
	padding: 2px 7px;
	color: #FFF;
}

.form-submit-admin {
	background-color: #F90;
	border-right: 1px solid #C60;
	border-bottom: 1px solid #C60;
	padding: 2px;
	color: #FFF;
	font-size: 11px;
}

.form-submit-admin-fail {
	background-color: #AAA;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 2px;
	color: #FFF;
	font-size: 11px;
}

.form-field {
	display: block;
	width: 98%;
	padding: 2px;
	border: 1px solid #94989e;
}

.form-field-dim {
	display: block;
	width: 98%;
	padding: 2px;
	border: 1px solid #DDD;
}

.form-select {
	display: block;
	padding: 2px;
	border: 1px solid #94989e;
}

.form-textarea {
	display: block;
	width: 98%;
	padding: 2px;
	border: 1px solid #94989e;
}

.alert-page {
	display: block;
	padding: 10px;
	background-color: #D7E9EA;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
}

.warning-page {
	display: block;
	padding: 10px;
	background-color: #D7E9EA;
	margin-bottom: 10px;
	font-size: 12px;
}

.help {
	visibility: ;
}

.lead {
	background-color: #D7E9EA;
	padding: 4px 2px;
	font-weight: bold;
	font-style: italic;
}


.statistics {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Cambria, Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
}

table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
}

tr.header {
	border-bottom: 2px solid #999;
	height: 20px;
	vertical-align: bottom;
	font-weight: bolder;
	font-size: 11px;
	background-color: #CCC;
}

tr.break {
	border-bottom: 2px solid #CCC;
}

tr {
	display: table-row;
}

td {
	display: table-cell;
	padding: 4px;
}

td.no2 {
	padding: 2px;
}

td.no {
	padding: 0;
}

td.col {
	border-right: 1px solid #DDD;
}

td.bold {
	font-weight: 700;
}

td.r {
	text-align: right;
}

td.leader {
	font-style: italic;
	font-weight: bold;
	background-image: url(/objects/images/background-leader.png);
	background-repeat: no-repeat;
}

td.dim {
	color: #999;
}

td.center {
	text-align: center;
}

td.c {
	text-align: center;
}

tr.dim {
	color: #999;
}

tr.color {
	background-color: #f8f6da;
}

tr.color2 {
	background-color: #f8e9da;
}

tr.alt {
	background-color: #EEE;
}

tr.normal {
	background-color: #FFF;
}

tr.alt-dark {
	background-color: #DDD;
}

tr.alt-dark2 {
	background-color: #444;
}

tr.solid-fat {
	border-bottom: 2px solid #CCC;
}

tr.total {
	border-top: 1px solid #CCC;
}

.ajax-loading {
	padding: 40px 0;
	background: url(/objects/images/spinner.gif) no-repeat center;
}

.ajax-profile {
	padding: 10px 0;
	background: url(/objects/images/spinner.gif) no-repeat center;
}

.log-change {
	background-color: #DDD;
	padding: 4px;
	margin-bottom: 1px;
}

.log-error {
	background-color: #FFC;
	padding: 4px;
	margin-bottom: 1px;
	font-weight: 700;
}

/* Profile Styles */
.profile-block {
	clear: both;
	padding: 4px;
	background-color: #EEE;
	margin-bottom: 1px;
}

.profile-position {
	float: left;
	width: 30px;
	text-align: center;
	padding: 4px;
	background-color: #FFF;
	border-bottom: 1px solid #999;
	margin-right: 10px;
}

.profile-name {
	float: left;
	z-index: 20000;
}

.profile-select {
	width: 155px;
	border: 0;
	border-bottom: 1px solid #999;
	padding: 2px 2px 1px;
	background-image: url(/objects/images/background_statistics.png);
}

.profile-table {
	border-collapse: collapse;
}

.profile-table tr {
	border-top: solid 1px #CCC;
}

.profile-status {
	border: 1px solid #DDD;
	background-color: #EEE;
	padding: 6px;
	color: #666;
}

.profile-change {
	font-weight: 700;
	color: red;
	font-size: ;
}

.profile-same {
	font-weight: 400;
}

/* Profile Landing Styles */
div.profile-lhp {
	display: block;
}

div.profile-rhp {
	display: none;
}

div.profile-title {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 140px;
	background-color: #FFF;
	border: 2px solid #333;
	padding: 3px;
}

div.profile-positions-ca {
	position: absolute;
	top: 380px;
	left: 160px;
	width: 120px;
	background-color: #FFF;
	border: 2px solid #333;
	padding: 3px;
}

div.profile-positions-1b {
	position: absolute;
	top: 260px;
	left: 295px;
	width: 120px;
	background-color: #FFF;
	border: 2px solid #333;
	padding: 3px;
}

div.profile-positions-2b {
	position: absolute;
	top: 200px;
	left: 235px;
	width: 120px;
	background-color: #FFF;
	border: 2px solid #333;
	padding: 3px;
}

div.profile-positions-3b {
	position: absolute;
	top: 260px;
	left: 25px;
	width: 120px;
	background-color: #FFF;
	border: 2px solid #333;
	padding: 3px;
}

div.profile-positions-ss {
	position: absolute;
	top: 200px;
	left: 85px;
	width: 120px;
	background-color: #FFF;
	border: 2px solid #333;
	padding: 3px;
}

div.profile-positions-lf {
	position: absolute;
	top: 110px;
	left: 25px;
	width: 120px;
	background-color: #FFF;
	border: 2px solid #333;
	padding: 3px;
}

div.profile-positions-cf {
	position: absolute;
	top: 60px;
	left: 160px;
	width: 120px;
	background-color: #FFF;
	border: 2px solid #333;
	padding: 3px;
}

div.profile-positions-rf {
	position: absolute;
	top: 110px;
	left: 295px;
	width: 120px;
	background-color: #FFF;
	border: 2px solid #333;
	padding: 3px;
}

#NewsTicker {
	width: 100%;
	height: 340px;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 12px;
}

#NewsVertical {
	width: 100%;
	height: 340px;
	display: block;
	overflow: hidden;
	position: relative;
	border-bottom: 1px dotted #CCC;
}

#TickerVertical {
	width: 100%;
	height: 340px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#TickerVertical li {
	color: #000;
	width: 100%;
	background-color: #DDD;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0px;
	margin-bottom: 4px;
}

#TickerVertical li a {
	text-decoration: none;
}

/* DMB Styles (DO NOT EDIT)*/
p.dmrpt {
	background-color: #FFF;
	font-family: Cambria, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a.dmrpt {
	background-color: #FFF;
	font-family: Cambria, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

table.dmrpt {
	background-color: #FFF;
	width: 100%;
	font-family: Cambria, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

tr.dmrptsecttitle {
	background-color: #666;
	color: #FFF;
	font-family: Cambria, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

tr.dmrptsecthdr {
	background-color: #CCC;
	color: #666;
	font-family: Cambria, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

tr.dmrptbody {
	background-color: #FFF;
	color: #333;
	font-family: Cambria, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

tr.dmrptbody2 {
	background-color: #EEE;
	color: #333;
	font-family: Cambria, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

td.dmrptbodyhdr {
	background-color: #666;
	color: #FFF;
	font-family: Cambria, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

#toolbar {
	list-style: none;
	padding: 0;
	margin: 4px 0 0;
	margin-bottom: 8px;
	font-size: 11px;
}

#toolbar ul {
	margin: 0;
}

#toolbar li {
	display: inline;
	padding: 4px 0;
	margin-left: 0;
	margin-right: 3px;
	color: #b1adab;
}

#toolbar li a {
	color: #fff;
	text-decoration: none;
	background-color: #322d29;
	padding: 4px 6px;
	margin: 0;
}

#toolbar li a:hover {
	background-color: #131f1d;
}

#demo-portrait {
	float: left;
	position: relative;
	width: 450px;
	height: 65px;
	border: 1px solid #999;
	background-position: 1px 1px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#demo-portrait a {
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 1px;
	padding: 0;
	line-height: 22px;
	display: block;
	text-align: center;
}

#demo-list {
	padding: 0;
	list-style: none;
	margin: 0;
	display: block;
	clear: both;
}

#demo-list li {
	clear: both;
	display: block;
}

#demo-list .file-invalid {
	cursor: pointer;
	color: #514721;
	padding-left: 48px;
	line-height: 24px;
	background: url(/objects/definitions/third/uploader/assets/error.png) no-repeat 24px 5px;
	margin-bottom: 1px;
}

#demo-list .file-invalid span {
	background-color: #fff6bf;
	padding: 1px;
	display: block;
}

#demo-list .file {
	display: block;
	line-height: 2em;
	padding-left: 22px;
	background: url(/objects/definitions/third/uploader/assets/attach.png) no-repeat 1px 50%;
}

#demo-list .file span,#demo-list .file a {
	padding: 0 4px;
}

#demo-list .file .file-size {
	color: #666;
}

#demo-list .file .file-error {
	color: #8a1f11;
}

#demo-list .file .file-progress {
	width: 125px;
	height: 12px;
	vertical-align: middle;
	background-image: url(/objects/definitions/third/uploader/assets/progress-bar/progress.gif);
}

/***
 *  - mooRainbow: defaultCSS
 * author: w00fz <w00fzIT@gmail.com>
 */

#mooRainbow { font-size: 11px; color: #000; }

.moor-box {
	width: 390px; 
	height: 310px; 
	border: 1px solid #636163; 
	background-color: #f9f9f9;
}
.moor-overlayBox {
	width: 256px; /* Width and Height of the overlay must be setted here: default 256x256 */
	height: 256px; 
	margin-top: 9px; 
	margin-left: 9px;
	border: 1px solid #000;
}
.moor-slider {
	border: 1px solid #000;
	margin-top: 9px; 
	margin-left: 280px;
	width: 19px; /* if you want a bigger or smaller slider... */
	height: 256px;
}
.moor-colorBox {
	border: 1px solid #000; 
	width: 59px; 
	height: 68px; 
	margin-top: 20px; 
	margin-left: 315px;
}
.moor-currentColor { /* Bottom Box Color, the backup one */
	margin-top: 55px; 
	margin-left: 316px; 
	width: 59px; 
	height: 34px;
}
.moor-okButton {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	margin-top: 278px;
	margin-left: 8px;
	background: #e6e6e6;
	height: 23px;
	border: 1px solid #d6d6d6;
	border-left-color: #f5f5f5;
	border-top-color: #f5f5f5;
}
#mooRainbow label {
	font-family: mono;
}
/* Following are just <label> */
.moor-rLabel {
	margin-top: 100px;
	margin-left: 315px;
}
.moor-gLabel {
	margin-top: 125px;
	margin-left: 315px;
}
.moor-bLabel {
	margin-top: 150px;
	margin-left: 315px;
}
.moor-HueLabel {
	margin-top: 190px;
	margin-left: 315px;
}
span.moor-ballino { /* Style hue ¡ (degree) !! */
	margin-top: 190px;
	margin-left: 370px;
}
.moor-SatuLabel {
	margin-top: 215px;
	margin-left: 315px;
}
.moor-BrighLabel {
	margin-top: 240px;
	margin-left: 315px;
}
.moor-hexLabel {
	margin-top: 275px;
	margin-left: 280px;
}

/* <input> */
.moor-rInput, .moor-gInput, .moor-bInput, .moor-HueInput, .moor-SatuInput, .moor-BrighInput { 
	width: 30px;
}
.moor-hexInput {
	width: 55px;
}
.moor-cursor {
	background-image: url(/objects/images/moor_cursor.gif); 
	width: 12px;
	height: 12px;
}
.moor-arrows {
	background-image: url(/objects/images/moor_arrows.gif);
	top: 9px; 
	left: 270px;
	width: 41px;
	height: 9px;
}
.moor-chooseColor { /* Top Box Color, the choosen one */
	margin-top: 21px; 
	margin-left: 316px; 
	width: 59px; 
	height: 34px;
}


/* New Header */



/* Rules */
#rulesnav ol {
	float: none;
	color: #000;
	list-style-position: outside;
	list-style-type: upper-alpha;
	margin-bottom: 10px;
}
#rulesnav ol.subsection {
	float: none;
	color: #000;
	list-style-position: outside;
	list-style-type: decimal;
}
#rulesnav li {
	float: none;
	color: #333;
	margin-left: 20px;
	padding-left: 5px;
	font-weight: normal;
}
#rulesnav li a {
	text-decoration: underline;
	color: #333;
}


#rules ol {
	float: none;
	color: #000;
	list-style-position: outside;
	list-style-type: upper-roman;
}

#rules ol.subrule {
	float: none;
	color: #000;
	list-style-position: outside;
	list-style-type: upper-alpha;
	font-size: 14px;
}

#rules ol.subsection {
	float: none;
	color: #000;
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 14px;
}


#rules li {
	float: none;
	color: #333;
	margin-left: 40px;
	padding-left: 10px;
	font-weight: normal;
}

#rules li a {
	text-decoration: underline;
	color: #F90;
}


#rules .hdrule {
	font-size: 20px;
	font-weight: bold;
}

#rules .foot {
	font-size: 10px;
	margin-bottom: 20px;
}
