﻿body {
	color: white;
    background: url('/images/back-space.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: black;
   	font-family: Arial, sans-serif;
   	font-size: 14px;
   	font-weight: normal;
   	letter-spacing: normal;
	text-transform: none;
   	word-spacing: normal;
   	text-align: left;
   	margin: 0px;
	padding: 0px;
}

:root {
    --main-color: #49acff;
}

td {
    vertical-align: top;
}

hr { border: 1px solid #008aff; }

.relative       {position:relative;}
.float-right    {float: right;}
.float-left     {float: left;}
.centered       {text-align: center;}
.hidden         {display: none;}
.bold           {font-weight: bold;}
.padded         {padding: 6px;}
.padded2        {padding: 12px;}
.padded3        {padding: 18px;}
.padded-left    {padding-left: 6px;}
.font-small     {font-size: 11px;}
.font-small2    {font-size: 12px;}
.font-large     {font-size: 16px;}
.font-xlarge     {font-size: 20px;}
.text-shadow    {text-shadow: 0px 1px 2px rgba(0, 2, 0, 1); }
.align-right    {text-align: right;}
.align-top      {vertical-align: top;}
.align-full     {text-align: justify;}
.table-cell     {display: table-cell;vertical-align:top;}
.inline         {display: inline-block;}
.rounded        {border-radius: 6px; -moz-border-radius: 6px;}
.light-grey     {color: #a3a3a3}
.font-arial     {font-family: Arial, Helvetica;}
.bad-input      {background-color: #f37171}

.gold           {color: gold;}
.red            {color: red;}


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; }
.link:hover { cursor: pointer; }

a.menu-button {
    display: table-cell;
    text-decoration: none;
    color: white;
}

img.forum-button {border: 0px;padding: 1px;}
img.forum-icon   {border: 0px;padding: 2px;vertical-align: middle;}
img.forum-avatar {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
img.forum-image {
    width: auto;
    max-width: 600px;
    height: auto;
    max-height: 600px;
}
img.small-preview {
    width: 150px;
    height: auto;
    padding-bottom: 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

img.medium-preview {
    width: 300px;
    height: auto;
    padding-bottom: 8px;
    border-radius: 4px;
    overflow: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


img.crew-avatar {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-right: 12px;
    margin-bottom: 24px;
}

img.country-icon {
    width: 16px;
    height: 11px;
    vertical-align: middle;
}
img.country-icon-l {
    width: 30px;
    height: 20px;
    vertical-align: middle;
}

table {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

input {
    color: #000044;
    height: 20px;
    border: 1px solid darkgrey;
    border-radius: 5px;
    padding: 2px;
}
input:focus     {background-color: #daffdc;}
input[type="submit"]:focus { background-color: transparent; border: none;}
input.bad       {background-color: #ffd5d5;border: 1px Solid Red;}

textarea {
    color: #000044;
    height: auto;
    border: 1px solid darkgrey;
    border-radius: 5px;
    min-height: 20px;
    padding: 2px;
}
textarea:focus  {background-color: #daffdc;}
select {
    color: #000044;
    height: 24px;
    border: 1px solid darkgrey;
    border-radius: 5px;
    padding: 2px;
}
select:focus    {background-color: #daffdc;}

.ui-datepicker-header {font-size: 11px; }
.ui-datepicker-calendar {font-size: 11px; }
.ui-timepicker-hours {font-size: 11px; }
.ui-timepicker-minutes {font-size: 11px; }

.title-callsign {
    font-family: Arial, Helvetica;
    font-size: 18px;
    font-weight: bold;
    color: #008aff;
}

.table-main {
  	padding: 0px;
  	border: 0px;
    border-spacing: 0px;
    border-collapse: separate;
  	vertical-align: top;
  	width: 100%;
}

.table-header {
    display: table-cell;
    background-repeat: repeat-x;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	color: white;
  	background-color: #1f33ec;
    border-top: 1px solid #566eff;
    border-left: 1px solid #566eff;
    border-right: 1px solid #162476;
    border-bottom: 1px solid #162476;
  	padding: 2px;
    border-radius: 0px 0px 0px 0px;
}

.table-header-w {
    display: table-row;
    background-repeat: repeat-x;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	color: white;
  	background-color: #1f33ec;
    border-top: 1px solid #566eff;
    border-left: 1px solid #566eff;
    border-right: 1px solid #162476;
    border-bottom: 1px solid #162476;
  	padding: 2px;
    border-radius: 0px 0px 0px 0px;
}

.table-footer {
    background-repeat: repeat-x;
  	font-family: Arial,Helvetica,sans-serif;
  	font-size: 12px;
  	font-weight: bold;
  	color: white;
  	background-color: #1f33ec;
    border-top: 1px solid #566eff;
    border-left: 1px solid #566eff;
    border-right: 1px solid #162476;
    border-bottom: 1px solid #162476;
  	padding: 2px;
    border-radius: 0px 0px 4px 4px;
}

.list-odd {
    display: table-row;
  	background-color: #333;
  	vertical-align: middle;
  	padding: 3px;
  	height: auto;
}

.list-even {
    display: table-row;
  	background-color: #444;
  	vertical-align: bottom;
  	padding: 3px;
  	height: auto;
}

.list-hover:hover {
    color: white;
    background-color: #1f1db4;
    cursor: pointer;
}

.list-unread {
    background-color : #cbd1ff;
}

.list-header {
    display: table-cell;
	border-bottom: inherit;
	background-image: inherit;
  	font-family: Tahoma,Helvetica,sans-serif;
  	font-size: 12px;
    font-weight: bold;
  	color: inherit;
  	background-color: inherit;
  	vertical-align: top;
  	padding: 3px;
  	height: auto;
}

.list-field {
    display: table-cell;
	background-image: inherit;
  	font-family: Tahoma,Helvetica,sans-serif;
  	font-size: 12px;
  	color: inherit;
  	background-color: inherit;
  	vertical-align: top;
  	padding: 3px;
  	height: auto;
    border-bottom: 1px solid #2b2b2b;
}

.bridge-1 {
    background-color: darkblue;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding:2px;
}
.bridge-2 {
    background-color: darkred;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding:2px;
}
.bridge-3 {
    background-color: darkgreen;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding:2px;
}
.bridge-4 {
    background-color: darkgoldenrod;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding:2px;
}
.bridge-5 {
    background-color: darkcyan;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding:2px;
}
.bridge-6 {
    background-color: #ff4600;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding:2px;
}
.bridge-7 {
    background-color: #ff0085;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding:2px;
}
.bridge-8 {
    background-color: darkviolet;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding:2px;
}

.fancybox { 
    padding: 12px; 
}

.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);
}

.is-valid {
    color: green;
    font-size: 10px;
    padding: 3px;
    background-color: #daffdc;
    border: 1px solid green;
    border-radius: 5px;
}

.not-valid {
    color: red;
    font-size: 10px;
    padding: 3px;
    background-color: #ffc1c1;
    border: 1px solid red;
    border-radius: 5px;
}

.menu-button {
    position: relative;
    display: table-cell;
    padding: 4px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 0px 1px 2px rgba(0, 2, 0, 1); 
    background-color: #2b2b2b;
    width: 132px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

 .menu-button:hover {
    background-color: #878787;
 }

#page-frame {
  	width: 1000px;
  	position: relative;
  	padding: 0px;
    margin: 0px auto;
  	color: black;
  	vertical-align: top;
	}

#page-header {
	width: 1000px;
	height: 150px;
	background-image: url('/images/page-banner.jpg');
	position: relative;
	color: black;
    background-color: black;
	vertical-align: top;
    background-repeat: repeat-x;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
}

.page-title {
    height: 37px;
    width: 798px;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    vertical-align: middle;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-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-core {
    position: relative;
    height: auto;
}

.page-text {
    position: relative;
    width: 798px;
}

.page-content {
    position: relative;
    border-radius: 5px;
    color: white;
    background-color: #2b2b2b;
    /*opacity:0.9;
    filter:alpha(opacity=90);  For IE8 and earlier */
    overflow: hidden;
}

.content-min {
    min-height: 700px;
}

#page-footer-area {
    position: relative;
    width: 798px;
}

#page-footer {
    display: table-cell;
	color: white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: blue;
	text-decoration: none;
    background-image: url('/images/page-title.jpg');
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	height: 19px;
	width: 1000px;
}

.content-area {
    position: relative;
    padding: 6px;
}

.content-area-title {
    color: var(--main-color);
    font-size: 18px;
    font-weight: bold;
}

.subtitle {
    color: #989898;
    font-size: 12px;
    font-style: italic;
    margin-top: 4px;
    margin-left: 10px;
    padding: 2px;
}

/* ICONS */

.icon-calendar {
    display: table-cell;
    width: 16px;
    height: 16px;
    background: url('/images/icons-16.png') 0px 0px;
    background-repeat: no-repeat;
}

.social-icon {
    position: absolute;
    top: 8px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
}

.social-icon-fb { left: 8px; background: url('/images/social-icons.png') 0px 0px; }
.social-icon-tw { left: 56px; background: url('/images/social-icons.png') -40px 0px; }
.social-icon-yt { left: 104px; background: url('/images/social-icons.png') -80px 0px; }
.social-icon-dc { left: 152px; background: url('/images/social-icons.png') -120px 0px; }

/* SIZES */

.w40 { width: 40px;}
.w50 { width: 50px;}
.w60 { width: 60px;}
.w70 { width: 70px;}
.w80 { width: 80px;}
.w100 { width: 100px;}
.w110 { width: 110px;}
.w125 { width: 125px;}
.w160 { width: 150px;}
.w175 { width: 175px;}
.w200 { width: 200px;}
.w300 { width: 300px;}
.w400 { width: 400px;}
.w500 { width: 500px;}
.w600 { width: 600px;}
.w660 { width: 660px;}
.w700 { width: 700px;}
.w750 { width: 750px;}
.w800 { width: 800px;}
/* SIDE */

#panels-right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 192px;
}

/* DIALOG */

.shader {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url('/images/overlay.png');
    z-index: 1000;
}

.dialog {
    display: none;
    position: relative;
    top: 150px;
    margin: 0px auto;
    padding: 0px;
    width: 600px;
    height: 500px;
    background-color: White;
    border: 1px solid Black;
    -moz-border-radius: 6px;
	border-radius: 6px;
    -moz-box-shadow: 0 0 5px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 5px 15px Black;
    overflow: hidden;
	z-index: 100;
}

.dialog-body {
    background-image: none;
    background-color: #2b2b2b;

}

#dialog-title {
	position: relative;
    height: 22px;
    padding-top: 4px;
    padding-left: 6px;
    padding-right: 6px;
    border-bottom: 1px solid Black;
    text-align: center;
    color: White;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica;
    vertical-align: middle;
	background-color: Blue;
    background-image: url('/images/page-title.jpg');
    -moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);   
}

#dialog-icon {
	display: table-cell;
	width: 30px;
	height: 30px;
}

#dialog-content {
    position: relative;
    padding: 6px;
}

/* LABELS, INPUT AND MORE */

.label-m {
	display: table-cell;
  	position: relative;
  	padding: 1px;
  	padding-right: 6px;
  	text-align: right;
  	width: 60px;
  	vertical-align: middle;
  	height: auto;
}

.label-f {
	display: table-cell;
  	position: relative;
  	padding: 1px;
  	padding-right: 6px;
  	text-align: right;
  	width: 80px;
  	vertical-align: middle;
  	height: auto;
}

.label-s {
	display: table-cell;
  	position: relative;
  	padding: 1px;
  	padding-right: 6px;
    color: #d5d5d5;
  	text-align: left;
  	width: 80px;
  	vertical-align: middle;
  	height: auto;
}

.label-w {
	display: table-cell;
  	position: relative;
  	padding: 1px;
  	padding-right: 6px;
  	text-align: right;
  	width: 100px;
  	vertical-align: middle;
  	height: auto;
}

.label-a {
	display: table-cell;
  	position: relative;
  	padding: 1px;
  	padding-right: 6px;
  	text-align: right;
  	width: auto;
  	vertical-align: middle;
  	height: auto;
}

.section {
    display: table-cell;
    padding: 6px;
}

.cell-data {
	display: table-cell;
  	position: relative;
  	min-height: 28px;
  	height: auto;
  	word-wrap: break-word;
  	padding: 1px;
  	text-align: left;
  	vertical-align: middle;
  	height: auto;
}

.good-text { color: lightgreen; }
.error-text { color: red; }

.button {
	position: relative;
	display: table-cell;
    width: auto;
    min-width: 50px;
    padding: 6px;
    color: White;
    font-family: Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: 0px;
	background-color: #0073e3;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
	cursor: pointer;
}

.button-solo { display: inline-block; }
.button-web { display: inline-block;height: 26px; }
.button-green { background-color: darkgreen; }
.button-red { background-color: darkred; }

.signup-slot {
    height: 24px;
    padding-top: 6px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 1px solid green;
    background-color: darkgreen;
    border-radius: 6px;
    -moz-border-radius: 6px;
    margin-top: 6px;
    cursor: pointer;
}

.signup-in {
    height: 24px;
    padding-top: 6px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    border: 1px solid green;
    background-color: darkgreen;
    border-radius: 6px;
    -moz-border-radius: 6px;
    margin-top: 6px;
    cursor: pointer;
    min-width: 250px;
}

.signup-slot:hover {
    background-color: green;
}

.signup-note {
    text-align: center;
    padding: 2px;
    font-size: 9px;
    border: 1px solid green;
    background-color: darkgreen;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.signup-unused {
    height: 24px;
    padding-top: 6px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 1px solid gray;
    background-color: #262626;
    border-radius: 6px;
    -moz-border-radius: 6px;
    margin-top: 6px;
    cursor: pointer;
}

.signup-taken {
    height: 24px;
    padding-top: 6px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 1px solid red;
    background-color: darkred;
    border-radius: 6px;
    -moz-border-radius: 6px;
    margin-top: 6px;
    cursor: pointer;
}

.signup-taken2 {
    height: 24px;
    padding-top: 6px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 1px solid blue;
    background-color: darkblue;
    border-radius: 6px;
    -moz-border-radius: 6px;
    margin-top: 6px;
    cursor: pointer;
}

.signup-taken:hover {
    background-color: red;
}

/* TABS */

.tabs {
    position: relative;
}

.side-tabs {
    display: table-cell;
    position: relative;
    top: 0px;
    left: 0px;
    color: lightblue;
    position: relative;
    width: 125px;   
    height: auto;
    vertical-align: top;
    background-position: right;
}


.side-tab {
    width: 116px;
    height: 20px;
    padding: 4px;
    padding-top: 7px;
    font-weight: bold;
    vertical-align: middle;
    background-image: url('/images/tabback.png');
    background-position: right;
    background-repeat: repeat-y;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid silver;
    cursor: pointer;
}
.side-tab-s {
    width: 100px;
    padding-left: 20px;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
    height: 14px;

}
.side-tab-top {
    height: 20px;
    width: 124px;
    border-right: 1px solid silver;
    background-image: url('/images/tabstop.png');
    background-position: right;
    background-repeat: no-repeat;
}
.side-tab-bottom {
    height: 20px;
    width: 124px;
    border-right: 1px solid silver;
    background-image: url('/images/tabsbottom.png');
    background-position: right;
    background-repeat: no-repeat;
}

.side-tab-page {
    display: table-cell;
    vertical-align: top;
    top: 0px;
    left: 0px;
    width: 660px;
    height: auto;
    min-height: 400px;
    padding: 12px;
}

.tab-focus {
    background-color: transparent;
    background-image: none;
    color: white;
    border-bottom: 1px solid silver;
    border-top: 1px solid silver;
    border-right: 1px solid transparent;
}

/* FORUMS */

.forum-section {
    height: 40px;
}

.forum-section-name {
    font-size: 13px;
}

.forum-topic-name {
    color: white;
    /*font-weight: bold;*/
    font-size: 13px;
}

.forum-post-row {
    height: 40px;
}

.forum-post-author {
    width: 100px;
    vertical-align: top;
}

.forum-post-time {
    font-size: 11px;
    margin-top: 3px;
    margin-left: 12px;
    color: silver;
    vertical-align: top;
}

.forum-post-detail {
    font-size: 13px;
    vertical-align: top;
}

.forum-post-options {
    float: right;
    font-weight: bold;
    margin-top: 4px;
}

.forum-post-content {
    height:auto;
    min-height: 140px;
    margin-top: 8px;
    font-size: 13px;
}

.date-since {
    color: lightblue;
    font-weight: bold;
}

/* SIDE */

.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-title2 {
    color: #008aff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.side-subtitle {
    display: table-cell;
}

.side-item {
    padding-bottom: 10px;
}

.side-min {
    height: auto;
    min-height: 45px;
}

.side-link {
    cursor: pointer;
}

.side-link:hover {
    background-color: darkblue;
}

.id-card {
    position: relative;
    color: black;
    font-size: 11px;
    width: 192px;
    height: 220px;
    border-radius: 5px;
    background-image: url('/images/id-card.png');
}

.id-card-image {
    position: absolute;
    top: 43px;
    left: 7px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-image: url('/images/profile-male.png');
    background-size: contain;
}

.id-card-message {
    position: absolute;
    top: 120px;
    width: 192px;
    height: 184px;
    text-align: center;
}

.id-card-callsign {
    position: absolute;
    top: 50px;
    left: 75px;
    width: 117px;
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
}

.id-card-name {
    position: absolute;
    top: 63px;
    left: 75px;
    width: 117px;
    overflow: hidden;
}

.id-login-link {
    width: 192px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.feature-section {
    padding: 2px 2px 20px 2px;
}
.feature-title {
    font-weight: bold;
    color: #00b9ff;
    padding: 4px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .3);
}

.feature-media {
    float: left;
    width: 150px;
    height: 84px;
    margin-right: 12px;
}
.feature-content {
    display: inline-block;
    font-weight: normal;
    color: white;
    padding: 6px 6px 6px 12px;
}

.pad-mv {
    border-collapse: separate;
    border-spacing: 8px;
}
.pad-mh { border-collapse: separate; border-spacing: 8px; }
.pad-v  { position: relative; height: 8px; }
.pad-h  { display: table-cell; position: relative; width: 8px; }