@charset "UTF-8";

@font-face {
	font-family: woo;
	src: url('../fonts/wooLight.eot');
	src: local('woo'), local('wooLight'), url('../fonts/wooLight.eot?#iefix') format('embedded-opentype'), url('../fonts/wooLight.ttf') format('truetype');
}

.fontface-hack {
	font-family: woo;
	height: 1px;
	width: 1px;
	overflow: hidden;
}



* {
	margin: 0;
	padding: 0;
}

html, body {
	min-height: 100%;	
}

body {
	background: #000 url(/h/images/img/bg-shared_hq_70.jpg) no-repeat top center;
	font-family: Verdana, 'DejaVu Sans', Arial;
	font-size: 12px;
	color: #9aa;
}

.clear {
	clear: both;
}

h1, h2, h3 {
	color: #cee;
	font-family: woo;
	font-weight: normal;
	text-transform: uppercase;
	white-space: nowrap;
}

h1 {
	/*background: url(/h/images/img/bg-h1.png) no-repeat 195px 11px;*/
	background: url(/h/images/img/bg-h1.png) no-repeat 0 11px;
	font-size: 36px;
	padding: 5px 0 0;
	border-top: 1px solid #344;
	border-bottom: 1px solid #344;
	margin: 0 0 25px;
}

h2 {
	padding: 5px 0 2px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h1 a {
	color: #cee;
	text-decoration: none;
}

h1 a:hover {
	color: #6cc;
}

a {
	color: #6cc;
	cursor: pointer;
	text-decoration: none;
}

a span {
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: 0 none;	
}

a img {
	border: none;
}

p {
	line-height: 2.3;
	text-align: justify;	
	margin: 0 0 15px;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ol {
	padding: 0 0 0 20px;
}

ol li {
	list-style: decimal;
	margin: 0 0 10px;
}

span {
	cursor: default;
}

form p {
}

label {
	font-family: woo;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 10px 0 0;
	display: inline-block;
}

input[type="text"], input[type="password"], textarea {
	background: #122;
	border: 1px solid #344;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #cee;
	padding: 3px;
	width: 250px;
	font-family: Verdana, 'DejaVu Sans', Arial;
	font-size: 11px; 
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background: #233;
}

input[type="submit"] {
	/*font-size: 24px;
	background: none;
	border: none;
	color: #cee;*/
	font-size: 15px;
	font-family: woo;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	min-width: 100px;
}

input[type="submit"]:hover {
	/*color: #6cc;*/
}

input[type="submit"]:active {
	top: 1px;
}

input:-webkit-autofill {
       color: #122 !important;
}

*::selection {
	background:#6ce;
	color:#fff;
}

*::-moz-selection {
	background:#6ce;
	color:#fff;
}

*::-webkit-selection {
	background:#6ce;
	color:#fff;
}

table {
	border-collapse: collapse;
	margin: 0 0 20px;
}

table tr td {
	background: url(/h/images/img/bg-forum-index.png) repeat-x;
	height: 40px;
	border: 1px solid #344;
	padding: 5px;
	font-size: 10px;
}

table tr.odd td {
	background: url(/h/images/img/bg-forum-index.png) repeat-x 0 -40px;
}

table th {
	font-family: woo;
	font-size: 18px;
	font-weight: normal;
	color: #cee;
	white-space: nowrap;
	padding: 0 0 5px;
}

.error {
	color: #c30;
}

.success {
	color: #6ff;
}

.masthead {
	width: 910px;
	/*margin: 0 0 0 50%;
	left: -455px;
	position: absolute;*/
	margin: 30px auto 28px;
}

.masthead h1 {
	width: 244px;
	height: 109px;
	background: url(/h/images/img/brand_244.png) top center;
	text-indent: -999px;
	margin: 0 5px;
	padding: 0;
	border: none;
}

.masthead h1 a {
	display: block;
	height: 100%;
}

.content-wrapper {
	width: 910px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	/*margin: 132px 0 0 50%;
	left: -455px;
	background: url(/h/images/img/bg-content_65.jpg) top center;
	position: absolute;*/
}

.ship {
	position: absolute;
	top: -110px;
	left: 573px;
	width: 273px;
	height: 230px;
	background: url(/h/images/img/ship.png) top center;
	z-index: 2;
}

.nav {
        padding: 20px 10px 20px 15px;
	width: 100px;
	font-family: woo, arial;
	font-size: 15px;
	text-transform: uppercase;
	float: left;
	height: 100%;
	background: url(/h/images/img/bg-content-bottom.png) no-repeat -5px 813px
}

.nav ul {
	border-bottom: 1px solid #344;
	list-style: none;
	margin-bottom: 11px;
	padding-bottom: 11px;
}

/*.nav ul:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}*/

.nav ul li {
	background: url(/h/images/img/bg-nav.png) repeat-x 0 7px;
	text-align: center;
	margin: 0 0 6px;
}

.nav ul li a {
	color: #9aa;
	text-decoration: none;
	padding: 0 5px;
	cursor: pointer;
	background: #000;
}

.nav ul li .subnav a {
	background: none;
}

.nav ul li.noline {
	background: none;	
}

.nav ul li.noline a {
	padding: 0;
}

.nav ul li a:hover {
	color:#cee;
	text-decoration: none;
}

.nav ul li .subnav {
	margin: 8px 0;
	padding: 8px 0;
	background: #122;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(/h/images/img/bg-subnav.png) no-repeat;
}

.nav ul li .subnav a {
	margin: 0 0 6px;
	display: block;
}

.nav a.social.facebook {
	width: 101px;
	padding: 90px 0 0 20px;
	background: url(/h/images/img/icon-fb.png) no-repeat;
	display: block;
	position: relative;
	left: -10px;
}

.nav a.social.facebook span {
	font-size: 18px;
	color: #9aa;
}

.nav a.social.facebook span:last-child {
	font-size: 26px;
}

.nav a.social.twitter {
	width: 83px;
	padding: 110px 0 0 12px;
	background: url(/h/images/img/icon-twitter.png) no-repeat;
	display: block;
	position: relative;
	left: -4px;
	margin: 0 0 20px;
}

.nav a.social.twitter span {
	font-size: 15px;
	color: #9aa;
	text-align: center;
}

.nav a.social.twitter span:last-child {
	font-size: 20px;
}

.nav a.social.facebook:hover, .nav a.social.facebook span:hover, .nav a.social.twitter:hover, .nav a.social.twitter span:hover {
	text-decoration: none;
}

.login-subnav input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #222222;
	border: 1px solid #344;
	padding: 2px;
	width: 	90px;
	color: #899;
}

.border-hack {
	width: 5px;
	height: 100%;
	background: url(/h/images/img/bg-content-bottom.png) no-repeat 0 813px;
	float: left;
	padding: 20px 0;
}

.main-content {
	width: 700px;
	min-height: 1000px;
	margin: 0 0 0 130px;
	padding: 20px 40px;
	background: url(/h/images/img/bg-content-bottom.png) no-repeat 775px 813px
}

div.main-content > div {
	position: relative;
	background: url(/h/images/img/bg-trans-black-85.png) repeat;
	background: rgba(0,0,0,0.85);
	z-index: 3;
}

p.intro {
	font-style: italic;
}

.options {
	height: 28px;
	border-bottom: 1px solid #344;
	margin: 0 0 25px;
	padding: 5px 0 0;
}

.options a {
	font-family: woo;
	color: #788;
	text-decoration: none;
	font-size: 18px;
	margin: 0 0 0 5px;
	position: relative; /* Forces the z-index above the ship/station */
}

.options a.active, .options a:hover {
	color: #cee;
}

.main-content div.splash {
	padding: 20px 0 0;
	background: none;
	z-index: 1;
        margin-bottom: -20px;
}

.cta-1 {
    background: url(/h/images/img/bg-cta_71.jpg) no-repeat;
    display: block;
    height: 220px;
    margin: 0;
    width: 170px;
    padding: 80px 0 0 530px;
}
       
.cta-1 a {
    width: 150px;
    height: 40px;
    display: block;
    margin: 0 0 3px;
    text-indent: -9999px;
}

.cta-1 a.cta-ios {
    background: url(/h/images/img/icon-ios.png);
}
       
.cta-1 a.cta-android {
    background: url(/h/images/img/icon-android.png);
}
       
.cta-1 a.cta-windows {
    background: url(/h/images/img/icon-windows.png);
}
       
.cta-1 a.cta-osx {
    background: url(/h/images/img/icon-osx.png);
}
       
.cta-1 a.cta-linux {
    background: url(/h/images/img/icon-linux.png);
    margin: 0;
}

.game-info {
	border-top: 1px solid #344;
	padding-top: 15px;
	margin-top: 15px;
}

.game-info .col-01 {
	width: 402px;
	float: left;
}

.game-info .col-02 {
	margin: 0 0 0 420px;
}

/*.video {
	cursor: pointer;
	width: 402px;
	height: 250px;
	background: url(/h/images/img/vid-poster.jpg) no-repeat;
	margin: 0 0 15px;
	border-bottom: 1px solid #344;
}*/

.video {
	width: 402px;
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px solid #344;
}

.video video {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.game-screens {
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px solid #344;
}

.game-screens a {
	margin: 0 0 0 16px;
	cursor: pointer;
}

.game-screens a:first-child {
	margin: 0;
}

#fullGameScreen, #screenClose {
	z-index: 200;
}

#screenClose {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(/h/images/img/bg-trans-black-85.png) repeat;
	background: rgba(0,0,0,0.85);
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
}

#fullGameScreen {
	overflow: hidden;
	display: none;
	height: 600px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -300px;
}

#fullGameScreen img {
	height: 100%;
	margin: 0 auto;
	display: block;
}

.news {
	margin-bottom: 30px;
}

.news h2, .events h2 {
	background: url(/h/images/img/bg-h2.png) no-repeat -520px 3px;
	text-align: right;
	font-family: woo, arial;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	border-bottom: 1px solid #344;
	padding: 0 0 10px 0;
	margin: 0 0 15px;
}

.events h2 {
	padding-top: 15px;
	border-top: 1px solid #344;
	background-position: -540px 19px;
}

.news h3, .events h3 {
	font-family: woo;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 28px;
	white-space: normal;
}

.news h3 a, .events h3 a {
	color: #cee;
}

.news .rss {
    background: url("/h/images/img/icons.png") no-repeat -5px -144px;
    padding: 5px 0 5px 20px;
    border-top: 1px solid #344;
    border-bottom: 1px solid #344;
}

.news .rss a {
    color: #788;
    font-family: woo;
    font-size: 18px;
    margin: 0 0 0 5px;
    position: relative;
    text-decoration: none;
}

.news .rss a:hover {
	color: #cee;
}

.news .date, .events .date {
	font-family: woo, arial;
	font-weight: normal;
	float: left;
	color: #566;
	line-height: 28px;
	margin: 0 15px 0 5px;
}

.news .date span, .events .date span {
	display: block;
	text-align: center;
}

.news .date .month, .events .date .month {
	font-size: 20px;
	text-transform: uppercase;
}

.news .date .day, .events .date .day {
	font-size: 24px;
}

.news p {
	margin: 0 0 10px;
}

.news a.more, .events a.more {
	font-family: woo, arial;
	font-weight: normal;
	font-size: 14px;
	color: #899;
	text-decoration: none;
}

.events a.more {
	margin: 0 0 0 40px;
}

.news a.more:hover, .events a.more:hover {
	color: #cee;	
}

.event-item {
	margin: 0 0 25px;
}

.footer {
       clear: both;
       height: 80px;
       width: 940px;
       padding: 80px 0 0 300px;
       background: url(/h/images/img/bg-footer_70.jpg) no-repeat;
       margin: 0 -620px;
       position: absolute;
       left: 50%;
}

.footer ul {
	border-left: 1px solid #222;
	float: left;
	color: #444;
	padding: 0 20px;
	height: 70px;
}

.footer ul:first-child {
	border-left: none;
}

.footer ul li {
	margin: 0 0 10px;
}

.footer ul a {
	opacity: 0.5;
	filter: alpha(opacity = 50);
	text-decoration: none;
	cursor: pointer;
}

.footer ul a:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.footer ul.esrb-rating li a {
	background: url(/h/images/img/esrb.png) no-repeat;
	display: block;
	width: 44px;
	height: 60px;
}

.footer ul.guild-sw li a {
	background: url(/h/images/img/guildsw.png) no-repeat;
	display: block;
	width: 116px;
	height: 33px;
	text-indent: -20000px;
	margin: 10px 0 0;
}

.footer ul.links li a {
	margin: 0 10px;
}

.footer ul.links li.friends a {
	text-indent: -20000px;
	display: inline-block;
	vertical-align: middle;
}

.footer ul.links li.friends a.colomachine {
	background: url(/h/images/img/colo.png) no-repeat 0;
	width: 150px;
	height: 21px;
}

.footer ul.links li.friends a.lefora {
	background: url(/h/images/img/lefora.png) no-repeat 0;
	width: 40px;
	height: 12px;
}

.footer ul.links li.friends a.litespeed {
	background: url(/h/images/img/litespeed.png) no-repeat 0;
	width: 50px;
	height: 18px;
}

.footer ul.links li.friends a.redanvil {
	background: url(/h/images/img/redanvil.png) no-repeat 0;
	width: 110px;
	height: 29px;
}

.footer ul.links li.friends a.squadcar {
	background: url(/h/images/img/squadcar.png) no-repeat 0;
	width: 84px;
	height: 29px;
}

.footer ul.links li a:first-child {
	margin-left: 0;
}


/*------------
=Media=
------------*/

.media .game-screens {
	margin: 0 0 20px;
}

.media .game-screens a {
	margin: 0 10px 10px 0;
	display: inline-block;
}


/*------------
=Login=
------------*/

.login-form label {
	width: 60px;
}

.login-form .login-submits {
	padding: 0 0 0 70px;
}

.login-form .login-submits input {
	margin: 0 10px 0 0;
}

.login-instructions {
	border-top: 1px solid #344;
	padding: 10px 0 0;
}



/*------------
=Signup=
------------*/

ul.signup-intro {
	width: 50%;
	padding: 0 0 0 20px;
	margin: 0 0 20px;
}

ul.signup-intro li {
	list-style: disc;
}

ul.vo-form {
	margin: 0 0 20px;
}

ul.vo-form li {
	margin: 0 0 10px;
}

ul.vo-form.account-info label {
	width: 100px;
}

ul.vo-form.account-info label.checkbox {
	width: auto;
}

ul.vo-form.your-info label {
	width: 100px;
	vertical-align: top;
}

ul.vo-form.your-info label.checkbox {
	width: auto;
}



/*------------
=About=
------------*/

.about .game-screens {
	border-top: 1px solid #344;
	border-bottom: 1px solid #344;
	padding: 20px 0;
}

.about .game-screens a {
	margin: 0 0 0 35px;
}

.about .game-screens a:first-child {
	margin: 0;
}

.about .game-screens a img {
	border: 1px solid #344;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/*------------
=Backstory=
------------*/

.backstory {
	position: relative;
	z-index: 2;
	background: url(/h/images/img/bg-trans-black-85.png) repeat;
	background: rgba(0,0,0,0.85);
}

.backstory h1 {
	margin: 0;
}

.backstory h3, .backstory .backstory-nav {
	border-top: 1px solid #344;
	padding: 20px 0 0;
	margin: 20px 0 10px;
}

.backstory .story-intro h3 {
	margin: 0;
}

.backstory p {
}

.backstory .intro {
	font-style:  italic;
}

.backstory .byline {
	font-family: woo;
	/*color: #cee;
	text-indent: 20px;*/
	font-size: 16px;
	margin: 0;
}

.backstory .backstory-image {
	border: 1px solid #344;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
	margin: 5px 0 0 20px;
}

.backstory .backstory-nav a {
	font-family: woo;
	font-size: 24px;
	text-decoration: none;
	color: #677;
	cursor: pointer;
}

.backstory .backstory-nav a:hover {
	color: #cee;
}

.backstory .backstory-nav a.next {
	float: right;
}

.backstory .backstory-nav a.disabled {
	color: #333;
	cursor: default;
}


/*------------
=News=
------------*/

.news h1 {
	margin: 0;
}

.news .news-options {
	background: url("/h/images/img/icons.png") no-repeat -5px -144px;
	padding-left: 20px;
}

.news-item {
	border-bottom: 1px solid #344;
	padding: 0 0 20px;
	margin: 0 0 40px;
}

.news-item:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}


/*------------
=FAQ=
------------*/

.faq h3 a {
	color: #cee;
	text-decoration: none;
}

.faq h3 a:hover {
	color: #6ff;
}


/*------------
=Community Sites (Links)=
------------*/


.community-sites .intro {
	padding: 0 0 20px;
	margin: 0 0 40px;
	border-bottom: 1px solid #344;
}

.community-sites ul li {
	border-bottom: 1px solid #344;
	padding: 0 0 20px;
	margin: 0 0 40px;
}

.community-sites ul li:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.community-sites ul li label {
	width: 50px;
}

.community-sites ul li p {
	margin: 0 0 5px
}



/*------------
=Forums=
------------*/

.forums {
	font-size: 12px;
	position: relative;
	background: url(/h/images/img/bg-trans-black-85.png) repeat;
	background: rgba(0,0,0,0.85);
}

.forums h1 {
	margin: 0;
	overflow: hidden;
}

.forums h2 {
	display: inline-block;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
	text-transform:  none;
}

.forum-options {
	padding: 0 0 0 520px;
	position: relative;
}

.forum-options a.forum-new {
	background: url("/h/images/img/icons.png") no-repeat -5px -92px;
	position: absolute;
	left: 0;
	top: 3px;
	padding: 0 0 0 23px;
}

.forum-options a.type-size {
	visibility: hidden;
}

.forum-options a.type-small {
	font-size: 12px;
}

.forum-options a.type-medium {
	font-size: 16px;
}

.forum-options a.type-large {
	font-size: 20px;
}

.forum-options a.forum-search {
	margin: 0 0 0 10px;
	background: url("/h/images/img/icons.png") no-repeat -5px -123px;
	padding: 0 0 0 23px;
}

.page-list {
	font-family: woo;
	font-size: 15px;
}

.page-list .prev-page, .page-list .next-page {
	font-size: 18px;
}

.page-list a, .page-list span {
	margin: 0 5px;
	display: inline-block;
	text-align: center;
}

.page-list a {
	color: #9aa;
}

.page-list a:hover {
	color: #6cc;
	text-decoration: none;
}

.page-list .current-page {
	color: #cee;
}


/*------------
=Forums (Index)=
------------*/

.forum-forum {
	width: 160px;
}

.forum-desc {
	width: 310px;
}

span.forum-desc {
	cursor: help;
	overflow: hidden;
	white-space: nowrap;
}

.forum-msgs {
	width: 180px;
}

.forum-index-section {
	border: 1px solid #344;
	height: 40px;
	background: url(/h/images/img/bg-forum-index.png) repeat-x;
	border-top: none;
}

.forum-index-section:nth-child(odd) {
	background: url(/h/images/img/bg-forum-index.png) repeat-x 0 -40px;
}

.forum-index-section.first-section {
	border-top: 1px solid #344;
	margin-top: 10px;
}

.forum-index-section:first-child {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	margin: 0;
	border-top: 1px solid #344;
	margin-top: 10px;
}

.forum-index-section:last-child {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

.forum-index-section a, .forum-index-section span {
	padding: 0 0 0 10px;
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #344;
	height: 25px;
}

.forum-index-section a {
	font-size: 18px;
	font-family: woo;
	color: #cee;
	text-decoration: none;
	border: none;
	padding-top: 10px;
}

.forum-index-section a:hover {
	color: #6cc;
}

.forum-index-section span {
	padding-top: 15px;
}



/*------------
=Forums (Threads)=
------------*/

.forum-subject {
	width: 400px;
}

.forum-replies {
	width: 60px;
}

.forum-author {
	width: 90px;
}

.forum-last {
	width: 90px;
}

h2.forum-replies, h2.forum-author, h2.forum-last {
	text-align: center;
}

.forum-thread-section {
	border: 1px solid #344;
	height: 40px;
	background: url(/h/images/img/bg-forum-index.png) repeat-x;
	border-top: none;
}

.forum-thread-section.odd-row {
	background-position: 0 -40px
}

.forum-thread-section:first-child {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	margin: 0;
	border-top: 1px solid #344;
}

.forum-thread-section:last-child {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

.forum-thread-section span {
	padding: 0 0 0 10px;
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #344;
	height: 25px;
}

.forum-thread-section span:first-child {
	border: none;
}

.forum-thread-section span.locked a, table td.locked a {
	background: url(/h/images/img/icons.png) no-repeat -8px -36px;
	padding-left: 25px;
}

.forum-thread-section span.sticky a, table td.sticky a {
	background: url(/h/images/img/icons.png) no-repeat -5px -7px;
	padding-left: 25px;
}

.forum-thread-section span.locked.sticky a, table td.locked.sticky a {
	background: url(/h/images/img/icons.png) no-repeat -5px -65px;
	padding-left: 45px;
}

.forum-thread-section span {
	padding-top: 15px;
	text-align: center;
        overflow: hidden;
}

span.forum-subject {
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

span.forum-subject a {
	height: 16px;
	display: inline-block;
}

span.forum-subject a {
	margin: 0 5px 0 0;
}

span.forum-subject span {
	border: none;
	padding: 0;
}

span.forum-subject span.thread-pages a {
	margin: 0;
	background: none;
	padding: 0;
}

span.user-dev {
	border: none;
	color: #c30;
	font-weight: bold;
	padding: 0;
}

span.forum-last {
	padding-top: 5px;
	height: 35px;
}

span.forum-last span {
	border: none;
	width: auto;
	padding: 0;
	margin: 0;
	height: auto;
}

ul.forum-newthread li {
	margin: 0 0 10px;
}

ul.forum-newthread li label {
	width: 50px;
	vertical-align: top;
}

ul.forum-newthread li textarea {
	width: 600px;
	height: 200px;
}

.post-reply textarea {
	width: 600px;
	height: 200px;
	margin: 0 0 10px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #9aa;
	padding: 10px;
}

.post-reply input {
	display: block;
}


.forum-breadcrumb {
    border-top: 1px solid #344;
    border-bottom: 1px solid #344;
    padding: 5px 0;
    line-height: 18px;
}

/*------------
=Forums (Messages)=
------------*/

.forums.msgthread .msgthread-header {
	margin: 0 0 15px;
}

.forums.msgthread h2 {
	padding: 0;
	max-width: 80%;
	overflow: hidden;
	margin: 0;
}

.forums.msgthread h2.sticky {
	background: url(/h/images/img/icons.png) no-repeat -5px -2px;
	padding-left: 25px;
}

.forums.msgthread h2.locked {
	background: url(/h/images/img/icons.png) no-repeat -8px -31px;
	padding-left: 25px;
}

.forums.msgthread h2.locked.sticky {
	background: url(/h/images/img/icons.png) no-repeat -5px -60px;
	padding-left: 45px;
}

.forums.msgthread .msgthread-header span.page-list {
	vertical-align: top;
	padding: 5px 0 0;
	display: inline-block;
}

.msgthread-admin {
	margin: 0 0 15px;
}

.msgthread.header {
	background:url(/h/images/img/bg-forum-index.png) repeat-x;
	border: 1px solid #344;
	height:40px;
}

.msgthread.header:first-child {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

.msgthread.header span {
        color: #cee;
	padding: 10px;
	height: 20px;
	display: inline-block;
	border-left: 1px solid #344;
}

.msgthread.header span.user-dev {
	height: auto;
	border: none;
	color: #c30;
	font-weight: bold;
	padding: 0;
}

.msgthread.header span:first-child {
	border-left: none;
}

.msgthread.header span.msgthread-actions {
	float: right;
}

.msgthread.header span.msgthread-actions a {
	margin: 0 5px;
}

.msgthread-body {
	/*background: url(/h/images/img/bg-forum-index.png) repeat-x center bottom;*/
	background: #233;
	min-height: 20px;
	border: 1px solid #344;
	border-top: none;
	margin: 0 0 15px;
	padding: 10px;
	line-height: 1.8em;
	overflow: hidden;
	color: #bcc;
}

.msgthread-body * {
	max-width: 100%;
}

.thread-options.options {
	border-bottom: none;
	padding: 0;
}

.thread-options.options .forum-new {
	position: relative;
	top: auto;
	left: auto;
}

.thread-options.options .page-list a {
	font-size: 15px;
}


/*------------
=CAPTURE THE CARGO=
------------*/

.capture-the-cargo h1 {
	margin: 0;
}

.capture-the-cargo .week-controls {
	padding: 5px 0;
}

.capture-the-cargo .week-controls h2 {
	margin: 0;
	padding: 0;
}

.capture-the-cargo table {
	width: 100%;
}

.capture-the-cargo .deliveries, .capture-the-cargo .cargo {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #344;
}

.capture-the-cargo .deliveries h2, .capture-the-cargo .cargo h2, .capture-the-cargo .participants h2 {
	margin: 0 0 10px;
}

.capture-the-cargo .cargo table {
	margin: 0 0 5px;
}


/*------------
=EVENT SUBMISSION=
------------*/


.event-submission.form form ul li {
	margin: 0 0 10px;
}

.event-submission.form form label {
	width: 195px;
	vertical-align: top;
}

.event-submission.form form label.radio {
	width: auto;
	margin: 0 5px;
	vertical-align: middle;
}



/*------------
=MANUAL=
------------*/

.manual h1:first-child {
	margin: 0;
}

.manual h2 {
	margin: 10px 0 10px;
}

.manual .manual-options a {
	margin: 0 10px 0 0;
}

.manual .manual-options a.active {
	color: #cee;
}

.manual img {
	max-width: 100%;
}

/*------------
=CHARACTER STATS=
------------*/


table.characters {
	width: 700px;
	margin: 20px 0 10px;
}

table.characters tr td div {
	text-align: center;
}

table.characters tr td.name div {
	width: 100px;
	overflow: hidden;
}

table.characters tr td.location div {
	width: 100px;
	overflow: hidden;
}

table.characters tr td.missions div {
	width: 120px;
	overflow: hidden;
}

.Neutral {
	color: #fc3;
}

.Itani {
	color: #6ce;
}

.Serco {
	color: #c30;
}


/*------------
=ACTIVE PLAYERS=
------------*/


.buddies-list {
	margin: 0 0 20px;
}

.activity-image {
	margin: 0 0 20px;
}


/*------------
=DUEL STATS=
------------*/


.duelstats {
	position: relative;
	background: url(/h/images/img/bg-trans-black-85.png) repeat;
	background: rgba(0,0,0,0.85);
}

duelstats h2 {
	margin: 0 0 20px;
}

form.duel-findplayer {
	margin: 0 0 20px;
}

table.duel-stats {
	width: 100%;
	margin: 0 0 5px;
}

table.duel-stats td {
	text-align: center;
}

table.duel-stats td.duel-name {
	text-align: left;
}

table.duel-stats.duel-wins, table.duel-stats.duel-losses, table.duel-stats.duel-draws {
	margin: 20px 0 40px;
}


/*------------
=Account Info=
------------*/

ul.account-info li {
	margin: 0 0 10px;
	font-family: woo;
	font-size: 18px;
}

ul.account-info li label {
	/*font-size: 18px;
	color: #cee;*/
}

a.upgrade-account {
	font-family: woo;
	font-size: 18px;
	text-transform: uppercase;
}

form.account-info {
	border-top: 1px solid #344;
	padding: 20px 0 0;
	margin: 20px 0 0;
}

ul.vo-form.comp-info label {
	width: 130px;
}


/*------------
=GUILDS=
------------*/

table.guild-list {
	width: 100%;
}


/*------------
=SEARCH RESULTS=
------------*/

table.search-results {
	width: 100%;
}


/*------------
=BILLING OPTIONS=
------------*/

.payment-options h2.payment-package {
}

.payment-options form {
	margin: 0 0 40px;
}

.payment-options form label {
	font-size: 18px;
	vertical-align: middle;
	margin: 0 0 0 5px;
	width: 120px;
}

.payment-options form select {
	margin: 10px 0 20px 20px;
	width: 220px;
}

.payment-options form ul {
	padding: 0 0 0 20px;
	margin: 0 0 20px;
}

.payment-options form ul li {
	border-bottom: 1px solid #344;
	padding: 10px 0;
}

.payment-options form ul li p.info {
	padding: 0 0 0 20px;
	font-style: italic;
	margin: 0;
	width: 500px;
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #344;
}

.payment-options form ul li p.info span {
	display: block;
}

.payment-options form ul li img {
	vertical-align: middle;
	margin: 0 5px;
}

table.payment-history {
	width: 100%;
}

.important {
	color: #c30;
	text-transform: uppercase;
	font-weight: bold;
}

.payment-details ul.payment-cc label {
	width: 170px;
}

.payment-details ul.payment-cc input[name="expmonth"], .payment-details ul.payment-cc input[name="expyear"] {
	width: 25px;
}

.payment-options form ul li p.info span.ccard {
	width: 37px;
	height: 23px;
	display: inline-block;
}

.payment-methods .visa {
	background: url(/h/images/extras/visa.gif);
}

.payment-methods .mc {
	background: url(/h/images/extras/mc.gif);
}

.payment-methods .amex {
	background: url(/h/images/extras/amex.gif);
}

.payment-methods .discover {
	background: url(/h/images/extras/discover.gif);
}


/*------------
=SUPPORT=
------------*/

.support table {
	width: 100%;
}

.support table td.support-id {
	width: 60px;
}

.support select {
	width: 220px;
	margin: 0 0 10px;
}

.support input.support-submit {
	display: block;
}

.support form.support-req h2 {
	margin: 20px 0;
}

.support form.support-req ul li {
	margin: 0 0 10px;
}

.support form.support-req label {
	width: 90px;
	vertical-align: top;
}

.support form.support-req input[type="text"], .support form.support-req textarea {
	width: 250px;
}

.support form.support-req input[type="submit"] {
	margin: 0 0 0 90px;
}


/*------------
=DOWNLOAD CLIENT=
------------*/


textarea.download-license {
	width: 100%;
	height: 600px;
	margin: 0 0 10px;
}

.download-links {
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #344;
}

.linux-sha {
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #344;
}

form.license-action {
	display: inline;
}

form.download-os-form {
}

input.download-os {
	height: 40px;
	width: 150px;
	background: url(/h/images/img/icon-os.png);
	border: none;
	cursor: pointer;
	margin: 10px 10px 10px 0;
}

input.download-os:first-child {
	margin: 20px 10px 10px 0;
}

input.download-os.android {
	background-position: 0 -00px;
}

input.download-os.windows {
	background-position: 0 -40px;
}

input.download-os.macos{
	background-position: 0 -80px;
}

input.download-os.linux {
	background-position: 0 -120px;
}


/*------------
=ROC=
------------*/

.roc ol, .roc ul {
	line-height: 2.3;
	margin: 0 0 20px;
}

.roc h3 {
	white-space: normal;
	margin: 0 0 20px;
}

.roc ul {
	padding: 0 0 0 20px;
}

.roc ul li {
	list-style: disc;
}


/*------------
=EULA=
------------*/

.eula {
	background: url(/h/images/img/bg-trans-black-85.png) repeat;
	background: rgba(0, 0, 0, 0.85);
	position: relative;
}


/*------------
=PCC=
------------*/

.pcc-info {
	border-bottom: 1px solid #344;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.pcc-info a {
	font-family: woo;
	font-size: 18px;
	text-transform: uppercase;
}

.pcc-info a:before {
	content: "»";
}
/*------------
 * =RECAPTCHA=
 * ----------*/

table.recaptchatable tr td {
    height: auto;
}
