﻿body {
	color: black;
    background: url('/images/back-space.jpg') no-repeat center center fixed; 
    background-size: cover;
	background-color: #000000;
   	font-family: Helvetica, Arial, sans-serif;
   	font-size: 12px;
   	font-weight: normal;
   	letter-spacing: normal;
	text-transform: none;
   	word-spacing: normal;
   	text-align: left;
   	margin: 0px;
	padding: 0px;
}

legend          {color: Green;font-weight: bold;}

img             {border-style: none;border-width: 0px;}
img.Platform    {width: 50px;height: 50px;}
img.avatar      {width: 80px;height: 80px; border-radius: 5px;}
img.ScreenShot  {height: 320px;width: auto;}
img.ForumButton {border: 0px;padding: 1px;}
img.ForumIcon   {border: 0px;padding: 2px;}

a:link, a:visited, a:active {text-decoration: none; color: #008aff;}
a:hover, a:visited:hover    {text-decoration: underline; color: Silver;}

a.link-white { text-decoration: none; color: white; }
a.link-white:hover { color: #d8d8d8; }
a.link-blue { text-decoration: none; color: #008aff;}
a.link-blue:hover { color: #4a5fff; }
a.link-red { text-decoration: none; color: darkred;}
a.link-red:hover { color: red; }
a.link-grey { text-decoration: none; color: grey;}
a.link-grey:hover { color: darkgray; }

.align-right {text-align: right;}

.w50 { width: 50px; }
.w60 { width: 60px; }
.w80 { width: 80px; }
.w100 { width: 100px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w300 { width: 300px; }
.w350 { width: 350px; }
.w550 { width: 550px; }
.w700 { width: 700px; }
.w750 { width: 750px; }
.w800 { width: 800px; }

.h20 {height: 20px;}
.h30 {height: 30px;}
.h40 {height: 40px;}
.h50 {height: 50px;}

input {
    color: #000044;
    height: 20px;
    border: 1px solid darkgrey;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 2px;
}

textarea {
    color: #000044;
    height: auto;
    border: 1px solid darkgrey;
    border-radius: 5px;
    min-height: 20px;
    padding: 2px;
}

select {
    color: #000044;
    height: 24px;
    border: 1px solid darkgrey;
    border-radius: 5px;
    padding: 2px;
}

#page-toolbar {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 40px;
    background-color: #424242;
    border-bottom: 1px solid #5c5c5c;
    margin: 0px auto;
    z-index: 300;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    overflow: visible;
}

#toolbar-content {
    position: relative;
    width: 1000px;
    height: 40px;
    margin: 0px auto;
}

#toolbar-logo {
    position: absolute;
    left: 5px;
    bottom: 10px;
}

#page-frame {
  	width: 1000px;
  	position: relative;
  	padding: 0px;
    margin: 0px auto;
  	color: black;
  	vertical-align: top;
	}

#page-toolbar-pad {
    position: relative;
    height: 40px;
}

#page-header {
	width: 1000px;
	height: 110px;
	background-image: url('/images/header.jpg');
	position: relative;
	color: black;
    background-color: black;
	vertical-align: top;
    background-repeat: repeat-x;
    border-radius: 0px 0px 5px 5px;
}

.header-icon {
    position: absolute;
    top: 30px;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
}

.header-icon-games { left: 20px; background: url('/images/header-icons.jpg') 0px 0px; }
.header-icon-locations { left: 100px; background: url('/images/header-icons.jpg') -60px 0px; }
.header-icon-players { left: 180px; background: url('/images/header-icons.jpg') -120px 0px; }
.header-icon-forums { right: 180px; background: url('/images/header-icons.jpg') -180px 0px; }
.header-icon-scores { right: 100px; background: url('/images/header-icons.jpg') -240px 0px; }
.header-icon-other { right: 20px; background: url('/images/header-icons.jpg') -300px 0px; }

.page-title {
    height: 37px;
    width: 798px;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    vertical-align: middle;
    border-radius: 6px;
    color: white;
    padding-top: 8px;
    background-color: #008aff;
    background-image: url('/images/page-title.jpg');
    text-shadow: 0px 2px 4px rgba(0, 2, 0, 1);
    margin-bottom: 10px;
}

#page-search {
    position: absolute;
    height: 24px;
    width: 350px;
    color: black;
    font-weight: bold;
    font-size: 13px;
    padding-left:6px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid silver;
    left: 130px;
    bottom: 6px;
}

#search-results {
    display: none;
    position: absolute;
    top: 42px;
    left: 130px;
    color: black;
    background-color: white;
    padding: 8px;
    width: 400px;
    height: auto;
    border-radius: 0px 0px 5px 5px;
}

#create-account {
    position: absolute;
    top: 12px;
    left: 570px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.user-online {
    position: absolute;
    top: 12px;
    left: 570px;
    width: auto;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.user-name {

}

.user-options {

}

.user-icon {
    position: absolute;
    top: 10px;
    left: 540px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

#page-navigation {
	color: white;
	background-color: black;
	background-image: url('/images/navigation.png');
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	height: 19px;
	width: 998px;
}

#page-core {
    position: relative;
    height: auto;
}

.page-content {
    position: relative;
    border-radius: 5px;
    background-color: white;
    opacity:0.9;
    filter:alpha(opacity=90); /* For IE8 and earlier */
    overflow: hidden;
}

.content-area {
    position: relative;
    padding: 6px;
    color: black;
}

.content-min {
    min-height: 700px;
}

.side-topper {
    background-image: url('/images/box-fade.png');
    background-position: top;
    background-repeat: repeat-x;
    height: 20px;
    width: 192px;
    border-radius: 5px;
}

.side-title {
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
    text-align: center;
}

.side-subtitle {
    display: table-cell;
}

.side-item {
    padding-bottom: 10px;
}

.side-post {
    padding-bottom: 8px;
    border-bottom: 1px solid silver;
    margin-bottom: 8px;
}

.side-post-date {
    font-weight: normal;
    font-size: 11px;
    padding: 2px;
    float:right;
}

.side-post-user {
    color: gray;
    font-weight: normal;
    font-size: 11px;
    padding: 2px;
    padding-left: 16px;
}

.side-post-title {
    font-weight: bold;
    font-size: 11px;
    padding: 2px;
}

.side-score {
    padding-bottom: 8px;
    border-bottom: 1px solid silver;
    margin-bottom: 8px;
}

.side-score-game {
    font-weight: bold;
    font-size: 11px;
    padding: 2px;
}

.side-score-name {
    font-weight: normal;
    font-size: 11px;
    padding: 2px;
    padding-left: 16px;
}

.side-score-no {
    color: black;
    font-weight: bold;
    font-size: 11px;
    padding: 2px;
    float:right;
}

.side-score-date {
    color: gray;
    font-weight: normal;
    font-size: 11px;
    padding: 2px;
    padding-left: 16px;
}

.side-stream-dual {
    text-align: center;
    width: auto;
    padding-top: 4px;
}

.side-stream { 
    height: 32px;
    margin-bottom: 10px;
    font-size: 11px; 
    color: black;
}

.side-stream-image {
    width:30px;
    height:30px;
    padding-right: 10px;
    float:left;
}

.top-record-section {
    text-align: center;
    padding: 4px;
    margin: 4px;
}

.top-record-marquee {
    width: 100px;
    height: 30px;
}

.top-record-score {

    font-weight: bold;
    font-size: 14px;
    color: #4a5fff;
    padding: 2px;
}

.side-event-title {
    display: table-cell;
    font-weight: bold;
    font-size: 13px;
    padding: 2px;
    padding-left: 6px;
}

.side-event-date {
    padding-left: 30px;
}

#page-footer-area {
    position: relative;
    width: 798px;
}

#page-footer {
    display: table-cell;
	color: white;
    border-radius: 5px;
    background-color: #424242;
    border-bottom: 1px solid #5c5c5c;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	height: 19px;
	width: 1000px;
}

#menu-home {
    position: absolute;
    top: 10px;
    right: 104px;
    background: url('/images/nav-icons.png') 0px 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#menu-messages {
    position: absolute;
    top: 10px;
    right: 72px;
    background: url('/images/nav-icons.png') -20px 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#menu-settings {
    position: absolute;
    top: 10px;
    right: 38px;
    background: url('/images/nav-icons.png') -80px 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#menu-more {
    position: absolute;
    top: 10px;
    right: 6px;
    background: url('/images/nav-icons.png') -100px 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.pad-v {
    position: relative;
    height: 8px;
}

.pad-h {
    display: table-cell;
    position: relative;
    width: 8px;
}

.drop-shadow {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
}

.news-listing {
    position: relative;
    width: 798px;
}

.page-text {
    position: relative;
    width: 798px;
}

#panels-top {
    height: 200px;
}

.panel-top {
    position: absolute;
    top: 0px;
    width: 192px;
}

#panel-focus-game { left: 0px; height: 190px; background-size: cover; }
#panel-focus-player { left: 202px; height: 190px; }
#panel-focus-location { left: 404px; height: 190px; }
#panel-focus-records { left: 606px; height: 190px; background-image: url('/images/records.png'); }
.panel-focus-name { 
    position: absolute;
    bottom: 2px;
    margin: 4px;
    padding: 2px;
    display: table-cell;
    height: auto;
    width: 180px;
    color: white;
    border-radius: 4px; 
    background-color: black; 
    font-weight: bold;
    text-align: center;
}

#panels-right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 192px;
}

.news-title {
    color: #008aff;
    font-weight: bold;
    font-size: 16px;
}

.news-byline {
    color: grey;
    font-size: 10px;
    padding: 4px;
    padding-left: 8px;
}

.news-content {
    margin: 16px;
}

/* INPUT */

.in-edit      {font-family: arial, verdana, helvetica, sans-serif;font-size: 12px;font-weight: normal;width: 300px;}
.in-editW     {font-family: arial, verdana, helvetica, sans-serif;font-size: 12px;font-weight: normal;width: 500px;}
.in-editN     {font-family: arial, verdana, helvetica, sans-serif;font-size: 12px;font-weight: normal;width: 200px;}
.in-editS     {font-family: arial, verdana, helvetica, sans-serif;font-size: 12px;font-weight: normal;width: 100px;}

.in-editOS
{
	color: White;
	background-color: Black;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 65px;
	font-weight: bold;
	width: 618px; 
	height: 75px;
	vertical-align: middle;
	border: 1px Gray solid;
}

/* ICONS */

.icon-calendar {
    display: table-cell;
    width: 16px;
    height: 16px;
    background: url('/images/icons-16.png') 0px 0px;
    background-repeat: no-repeat;
}

/* FONTS */

.new-items {
    position: absolute;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    top: -6px;
    right: -6px;
    color: white;
    background-color: red;
    padding-top: 3px;
    height: 15px;
    width: 18px;
    font-size: 9px;
    font-family: Tahoma;
    border-radius: 9px;
}

.sub-title {
	font-family: Verdana; 
	font-weight: bold; 
	font-size: 12px;
	color: #1f33ec;
	font-weight: bold;
	padding: 4px; 
}

/* DIALOG */

.dialog-wrapper {
	z-index: 9998;
	background-image: url(/images/overlay.png); 
	background-color: Transparent;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	text-align: center;
	vertical-align: middle;
}

.dialog-body {
	color: Black;
	background-image: none;
	background-color: White;
   	font-family: Verdana, Helvetica, Arial, sans-serif;
   	font-size: 11px;
   	font-weight: normal;
   	letter-spacing: normal;
	text-transform: none;
   	word-spacing: normal;
   	text-align: left;
}

.dialog-content {
	z-index: 9999;
	position: relative;
	color: black; 
	background-color: White;
	font-weight: normal;
	vertical-align: top;
	width: 450px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	top: 150px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    overflow: hidden;
}

/* TABS */

.tab-area {
    border-radius: 6px;
    overflow: hidden;
}

.tab-active {
    display: table-cell;
	background-image: url('/images/page-title.jpg');
	border: 1px solid silver; 
    border-radius: 6px;
	text-align: center;
	color: white; 
	background-color: #EEEEEE;
	background-repeat: repeat-x;
	font-weight: bold;
    font-size: 13px;
	vertical-align: middle;
    margin-right: 8px;
	height: 30px;
	width: 150px;
}

.tab-inactive {
    display: table-cell;
	background-color: White;
	border: 1px solid silver; 
    border-radius: 6px;
	text-align: center;
	color: Black; 
	background-color: inherit;
    margin-right: 6px;
	font-weight: bold;
	vertical-align: middle;
	height: 30px;
	width: 150px;
}

.tab-inactive:hover  {cursor: pointer;background-color: #eeeeee;}
.tab-filler         {width: auto;}
.tab-page           {padding-top:8px;}

.media-frame {
	float: right;
	width: 425px; 
	height: 344px; 
	border: 0px solid silver; 
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
	background-color: inherit;	
	background-repeat: no-repeat;
	background-position: top;
}

.media-image {
	display: table-cell;
	width: 352px; 
	height: 352px; 
	border: 0px solid silver; 
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background-color: Black;
}

.submission-image {
	float: right;
	width: auto; 
	height: auto;
	max-width: 400px;
	max-height: 320px; 
	border: 0px solid silver; 
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
	background-color: inherit;	
	background-repeat: no-repeat;
	background-position: top;
}

.icon-edit       {width: 14px;height: 14px;float: left;cursor: pointer;}
.icon-left       {width: 14px;height: 14px;float: left;cursor: pointer;}
.icon-right      {width: 14px;height: 14px;float: right;cursor: pointer;}
.icon-comment    {width: 22px;height: 14px;cursor: pointer;}
.icon-base       {width: 14px;height: 14px;cursor: pointer;}

.section    {display: table-cell;padding: 6px;position: relative;}

.fieldset-de {
    display: table-cell;
    width: 400px;
    height: auto;
    border: 1px solid Silver;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 6px;
    min-height: 200px;
}

/* CELLS */

.cell-label {
    display: table-cell;
  	position: relative;
    width: 90px;
  	color: inherit;
  	padding: 2px;
  	text-align: left;
  	vertical-align: top;
}

.cell-labeld {
    display: table-cell;
  	position: relative;
    width: auto;
  	color: inherit;
  	padding: 2px;
  	text-align: left;
  	vertical-align: top;
}

.cell-data {
	display: table-cell;
  	position: relative;
  	color: inherit;
  	padding: 2px;
  	text-align: left;
  	vertical-align: top;
  	height: auto;
}

.cell-indent {
	padding-left: 16px;
	text-align: left;
}

.link-button{
	position: relative;
	display: table-cell;
    width: auto;
    min-width: 50px;
    height: 26px;
    padding-left: 6px;
    padding-right: 6px;
    color: White;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 0px;
	background-color: green;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
	cursor: pointer;
}

.link-button:hover {
    background-color: lightgreen;
}

.link-button-b{
	position: relative;
	display: table-cell;
    width: auto;
    min-width: 50px;
    height: 21px;
    padding-top: 5px;
    padding-left: 6px;
    padding-right: 6px;
    color: White;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 0px;
	background-color: green;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
    margin-left: 6px;
	cursor: pointer;
}

.link-button-small {
	position: relative;
	display: table-cell;
    width: auto;
    min-width: 25px;
    height: auto;
    padding: 3px;
    color: White;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 0px;
	background-color: green;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
	cursor: pointer;
}

.link-button-blue       {background-color: blue;}
.link-button-blue:hover {background-color: lightblue;}
.link-button-red        {background-color: darkred;}
.link-button-red:hover  {background-color: red;}

.table-main {
    position: relative;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	padding: 0px;
  	border: 0px;
    border-spacing: 0px;
    border-collapse: separate;
  	vertical-align: top;
  	width: 100%;
}
									
.table-padded {
	position: relative;
  	font-family: Verdana,Arial,Helvetica,sans-serif;
  	font-size: 11px;
  	padding: 4px;
  	border: 0px;
    border-spacing: 0px;
    border-collapse: separate;
  	vertical-align: top;
  	width: 100%;
}

.table-details {
  	font-family: Verdana, Arial,Helvetica,sans-serif;
  	font-size: 11px;
  	padding: 0px;
  	border: 0px;
  	vertical-align: top;
  	width: 100%;
}
	
.table-header {
    display: table-cell;
	background-image: url('/images/table-header-small.png');
    background-repeat: repeat-x;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	color: white;
  	background-color: #1f33ec;
  	padding: 2px;
    border-radius: 0px 0px 0px 0px;
}

.table-footer {
	background-image: url('/images/table-header-small.png');
    background-repeat: repeat-x;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	color: white;
  	background-color: #1f33ec;
  	padding: 2px;
    border-radius: 0px 0px 4px 4px;
}

.format-platform {
    display: table-cell;
    width: 50px;
    background-color: Silver;
    vertical-align: middle;
    text-align: center;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.format-listing {
    display: table-cell;
    width: 640px;
    font-size: 14px;
}

.format-top-score {
    font-size: 20px;
    font-weight: bold;
    color: #1f33ec;
}

.section-header {
  	color: blue;
  	border-left: 1px solid white;
  	border-right: 1px solid #DBDAC9; 
  	border-bottom: 1px solid #C5C1B1; 
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 14px;
  	font-style: italic;
  	font-weight: bold;
	background-color: #E9E7D7;
	padding: 3px;
}

.forum-list-topic {
    min-height: 60px;
    height: auto;
}

/* OLD STYLES TO CONVERT LATER */

.RoundedEdge        {-moz-border-radius: 10px;border-radius: 10px;}
.SmallRoundedEdge   {-moz-border-radius: 3px;border-radius: 3px;}
.Hatch              {background-image: url('images/hatch.png');background-color: Gray;border: 1px solid Gray;}
.ListHover:hover    {cursor: pointer;color: White;background-color: blue;}

.list-odd {
  	background-color: #eeeeee;
  	vertical-align: middle;
  	padding: 3px;
  	height: auto;
}

.list-even {
  	background-color: #dddddd;
  	vertical-align: middle;
  	padding: 3px;
  	height: auto;
}

.list-unread {
    background-color : #cbd1ff;
}

.list-field {
    display: table-cell;
	border-bottom: inherit;
	background-image: inherit;
  	font-family: Tahoma,Helvetica,sans-serif;
  	font-size: 11px;
  	color: inherit;
  	background-color: inherit;
  	vertical-align: top;
  	padding: 3px;
  	height: auto;
}

.SectionHeader {
	position: relative;
	width: auto;
	height: 27px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
    padding-top: 3px;
	color: White;
	background-image: url('/images/trans50.png');
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}

/* SPECIALS */

.float-right    {float: right;}
.Centered       {text-align: center;}
.Hidden         {display: none;}
.bold           {font-weight: bold;}

/* BOTTOM FOR PRIORITY */
.hidden {
    display: none !important;
}
.invisible {
    visibility: hidden;
}
.invisible.fading {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s .5s, opacity .5s linear;
}