/*
	        __                   __    .__                     .___                        
	  _______/  |_ _____  _______ |  | __|__|  ____    ____    __| _/ ____    _____    ______
	 /  ___/\   __\\__  \ \_  __ \|  |/ /|  | /    \  / ___\  / __ | /  _ \  /     \  /  ___/
	 \___ \  |  |   / __ \_|  | \/|    < |  ||   |  \/ /_/  >/ /_/ |(  <_> )|  Y Y  \ \___ \ 
	/____  > |__|  (____  /|__|   |__|_ \|__||___|  /\___  / \____ | \____/ |__|_|  //____  >
	     \/             \/             \/         \//_____/       \/              \/      \/ 
	 ---------------------------------------------------------------

	 	Star Kingdoms - August 31, 2010
	 	Website: Star Kingdoms
	 	BSG Software <http://webdev.bsgonlinegames.com/>
	 	(c) 2010

	 	License:

		The following style sheet is copyrighted and you
		DO NOT 	have permission to copy or alter it in
		any way.

*/

/* Layout */

html, body, input { font-size: 10pt; font-family: "Trebuchet MS",Verdana,Arial,Sans-serif; background-color: #101320; color: #FFFFFF;  }

html, body { margin: 0px; height: 100%; width: 100%; background-image: url('/images/body.bg.gif'); } /* Body must fill height of page */
img { border-style: none; }

form { margin: 0px; padding: 0px; }

body {  }

img { border-style: none; }

a, a:link, a:active, a:hover {
	text-decoration: none;
	color: #80BA72;
}
a:hover {
	color: #FFF;
}

.error {
	color: #E84938;
}

a.link {
	background-image: url('/images/linkArrow.png');
}

a.popup {
	background-image: url('/images/linkPopupArrow.png');
}

a.link, a.popup {
	padding-right: 14px;
	background-repeat: no-repeat;
	background-position: right center;
}

a.link:hover, a.popup:hover {
}

a.bigLink {
	display: block;
	width: 500px;
	font-size: 20pt;
	line-height: 20pt;
	background-color: #316342;
	color: #FFFFFF;
	padding: 16px;
	border: #458B5A solid 2px;
	border-right-color: #1F3927;
	border-bottom-color: #1F3927;
	padding-right: 16px;
	background-image: url('/images/linkBigArrow.png');
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 4px;
}

a.bigLink:hover {
	background-color: #633139;
	border: #8B4551 solid 2px;
	border-right-color: #3A1E23;
	border-bottom-color: #3A1E23;
}

a.bigLink img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* BSGid Login */
div#bsgidLoginDiv { position: absolute; right: 30px; top: 30px; width: 250px; height: 100px; border: #23274B solid 1px; background-color: #17192F; }
div#bsgidLoginDiv img#bsgidHeader { width: 250px; height: 25px; border-bottom: #23274B solid 1px; }
div#bsgidLoginDiv input#bsgidLoginInp { position: relative; left: 40px; margin: 0px; padding: 0px; border-style: none; width: 175px; height: 25px; }

div#bsgidLoginDiv input { height: 16px; font-size: 10pt; border-style: none; background-color: #5E6CB0; padding: 1px 4px 1px 4px; width: 130px; }

div#bsgidLoginDiv div.row { height: 22px; }
div#bsgidLoginDiv div.left { float: left; width: 80px; text-align: right; padding-right: 10px; }
div#bsgidLoginDiv div.right { float: right; width: 150px; }

/* Page size */
div#page {
	position: relative;
	width: 995px;
	height: 100%;
	min-height: 730px;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url('/images/main.768.bg.jpg');
	background-color: #171B27;
	border-right: #000 solid 3px;
}
div.pageScroll {
	/* gives scrollbars if content too long */
	position: relative;
	left: -15px;
	background-color: #171B27;
	padding: 16px;
	border: #314063 solid 1px;
	height: 840px;
	width: 680px;
	overflow: auto;
	padding-right: 32px;
}

div#main {
	/* Forces page to have scroll bars if smaller than 900px */
	position: relative;
	width: 990px;
}


/* Header */
div#header {
	position: absolute;
	min-width: 990px;
	width: 100%;
	height: 160px;
	background-color: #313F63;
	border-bottom: #242A48 solid 4px;
	background-image: url('/images/header.bg.png');
}
div#main div.header img {
	width: 530px; height: 120px;
}

/* Menu Nav */
div#navmenu {
	position: absolute;
	left: 40px; top: 142px;
}

div#navmenu a, div#navmenu a:active, div#navmenu a:visited, div#navmenu a:hover { 
	width: 9.5em; height: 2em;
	float: left;
	display: block;
	text-align: center;
	line-height: 25px;
	font-size: 10pt;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background-color: #315263;
	border: #31635B solid 2px;
	border-left-color: #244842;
	border-bottom-color: #244842;
}

div#navmenu a:hover, div#navmenu a.selected {
	background-color: #5E6CB0;
	border: #45518C solid 2px;
	border-top-color: #384272;
	border-right-color: #384272;
}

/* Network Nav */
div#navnetwork {
	position: absolute;
	border: #324262 solid 1px;
	background-color: #314063;
	width: 200px;
	right: 20px; top: 190px;
	
}

div#navnetwork div.header {
	background-color: #333665;
	text-align: center;
	font-size: 12pt;
	letter-spacing: 1px;
	font-weight: bold;
	border-bottom: black solid 2px;
	padding: 0px;
	padding-bottom: 4px;
}
div#navnetwork div.content {
	padding: 8px;
	padding-left: 16px;
}

/* Help Nav */
div#navhelp {
	position: absolute;
	border: #324262 solid 1px;
	background-color: #314063;
	width: 200px;
	right: 20px; top: 368px;
	
}

div#navhelp div.header {
	background-color: #333665;
	text-align: center;
	font-size: 12pt;
	letter-spacing: 1px;
	font-weight: bold;
	border-bottom: black solid 2px;
	padding: 0px;
	padding-bottom: 4px;
}
div#navhelp div.content {
	padding: 8px;
	padding-left: 16px;
}

/* Status */
div#status {
	position: absolute;
	left: 0px; bottom: 2px;
	width: 970px;
	border-top: #777 solid 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	cursor: default;
}

div#status div {
	float: left;
	padding-right: 16px;
}

div#status b {
	font-weight: normal;
	color: #726838;
}

div#status div#ticker { display: block; width: 400px; }
div#status div#stardate { }
div#status div#time { }

/* Content */
div#content {
	
	position: absolute;
	left: 10px; top: 170px;
	
	width: 700px;
	padding: 16px;
	letter-spacing: 1px;
	font-size: 10pt;
	line-height: 13pt;
	
	padding-left: 32px;
}

div#content img#signupNow {
	width: 500px; height: 50px;
	border-style: none;
	margin-top: 10px;
}

div#content div.header {
	position: relative;
	left: -16px;
	
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 16px;
	text-align: left;
	line-height: 24pt;
	padding: 16px;
	padding-left: 84px;
	border: #000 solid 1px;
	background-color: #314063;
	cursor: default;
	
	background-repeat: no-repeat;
	background-position: 8px center;
	background-image: url('/images/headerIcon.jpg');
}

/* Screenshots */
div#screenshots {
	position: absolute;
	right: 20px; top: 340px;
	border: #324262 solid 1px;
	background-color: #314063;
	width: 200px;
}
div#screenshots img {
	border-style: none;
	width: 120px;
	margin-bottom: 16px;
	margin-left: 38px;
}
div#screenshots div.header {
	background-color: #333665;
	text-align: center;
	font-size: 12pt;
	letter-spacing: 1px;
	font-weight: bold;
	border-bottom: black solid 2px;
	padding: 0px;
	padding-bottom: 4px;
	margin-bottom: 16px;
}

/* Signup */
div#content div.universe {
	position: relative;
	width: 625px;
	margin-left: 12px;
	background-color: #243C48;
	padding: 8px;
	margin-top: 9px;
	background-image: url('/images/universe.bg.png');
	border: #40687C solid 1px;
	border-bottom-color: #0A0F12;
	border-left-color: #0A0F12;
}
div#content div.universelink {
	height: 5.0em;
	cursor: pointer;
}
div#content div.margin20 {
	margin-top: 20px;
}
div#content div.universelink:hover {
	background-color: #315263;
	background-image: none;
}

div#content div.universe div.universeHeader {
	float: left;
	font-size: 14pt;
	width: 140px;
}

div#content div.newHeader {
	font-size: 14pt;
	margin-bottom: 6px;
}
div#content div.memberStatus {
	float: left;
	width: 298px;
	height: 90px;
	margin-left: 12px;
	background-color: #243C48;
	padding: 8px;
	margin-top: 9px;
	background-image: url('/images/universe.bg.png');
	border: #40687C solid 1px;
	border-bottom-color: #0A0F12;
	border-left-color: #0A0F12;
	cursor: pointer;
}
div#content div.memberStatus:hover {
	background-color: #315263;
	background-image: none;
}

/* Signup Form */
dl.line {
	display: block;
	width: 50em;
	margin: 0px; padding: 0px;
	cursor: default;
}
dl.hidden {
	display: none;
	height: 35px;
}
dl.line dt {
	float: left;
	text-align: left;
	width: 135px;
	margin: 0px; padding: 0px;
	padding-left: 64px;
	padding-top: 6px;
}
dl.line dd {
	margin: 0px; padding: 0px;
	height: 25px;
}
dl.line dd.input {
	float: left;
	padding-right: 2px;
}
dl.line dd.input input {
	border: #000 solid 1px;
	background-color: #372C54;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 2px;
	margin-right: 0px;
	width: 295px;
	letter-spacing: 1px;
	border: #15111F solid 1px;
	border-right-color: #584A86;
	border-bottom-color: #584A86;
}
dl.line dd.input input#code {
	width: 150px; margin-left: 145px;
}
dl.line dd.input input#groupNameCreate, dl.line dd.input input#groupNameJoin {
	width: 100px;
}
dl.line label.group {
	padding-left: 36px;
}
dl.line dd.input input.focus {
	background-color: #316342;
}
dl.line dd.input input.radio, dl.line dd.input input.checkbox {
	width: 20px;
	background-color: transparent;
	border-style: none;
}
input.premium, label.premium {
	position: relative;
	left: -100px;
}
dl.line dd.input label.radio {
	position: relative;
	top: -3px;
}
dl.line dd.input select {
	margin-left: 3px;
	margin-top: 1px;
	background-color: #372C54;
	color: #FFFFFF;
	width: 311px;
	padding-left: 4px;
}
dl.line dd.input select#sirname {
	position: relative;
	left: 3px;
	top: -2px;
	width: 100px;
	margin: 0px;
}
dl.line dd.input input#leadername {
	position: relative;
	left: 3px;
	margin-left: 0px;
	width: 194px;
}

div#content input.submit {
	margin-top: 6px;
	margin-left: 64px;
	width: 455px;
	padding: 4px;
	font-size: 14pt;
	background-image: url('/images/universe.bg.png');
	background-position: bottom center;
	cursor: pointer;
}
dl.line dd.icon img {
	position: absolute;
	padding-top: 2px;
	width: 25px; height: 25px;
}
dl.line dd.icon div {
	visibility: hidden;
	line-height: 25px;
}
dl.line dd.icon div.visible {
	visibility: visible;
}
div#content .verificationCode {
	margin-left: 195px; margin-top: 6px;
	width: 320px; height: 70px;
}
div.errorNoscript {
	position: absolute;
	left: 570px; top: 520px;
	background-color: #FFE0DD;
	border: #000 solid 1px;
	color: #000;
	width: 400px;
	padding: 4px;
}
div.signupHeader {
	position: relative;
	margin-left: 60px;
	padding: 4px;
	width: 444px;
	border: #324262 solid 1px;
	background-color: #333665;
	margin-bottom: 2px;
	margin-top: 8px;
	cursor: default;
}

div.signupHeader img {
	position: absolute;
	width: 18px; height: 18px;
	border-style: none;
	right: 4px;
	cursor: pointer;
}

/* Login Page */
div#content p#loginMessage {
	height: 36px;
}
div#content div.logindiv {
	position: relative;
	background-color: #333665;
	background-image: url('/images/login.bg.jpg');
	padding: 0px;
	height: 196px;
	margin: 16px;
	margin-left: 0px;
	border: #1A1C2A solid 2px;
	border-top-color: #393C5B;
	border-left-color: #393C5B;
}
div#content div.list {
	overflow: auto;
	height: 320px; /* was 270px */
}
div#content div.list div.universe {
	cursor: pointer;
}
div#content div.list div.universe:hover {
	background-image: none;
	background-color: #633139;
	border: #8B4551 solid 1px;
	border-left-color: #3A1E23;
	border-bottom-color: #3A1E23;
}
div#content div.logindiv input {
	border: #000 solid 1px;
	background-color: #372C54;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 2px;
	margin-right: 0px;
	width: 200px;
	letter-spacing: 1px;
	border: #15111F solid 1px;
	border-right-color: #584A86;
	border-bottom-color: #584A86;
}
div#content div.logindiv input.focus {
	background-color: #316342;
}
div#content div.logindiv div#divbsgid { position: absolute; top: 32px; left: 32px; }
div#content div.logindiv input#account { position: absolute; top: 32px; left: 130px; width: 200px; }

div#content div.logindiv div#divpassword { position: absolute; top: 56px; left: 32px; }
div#content div.logindiv input#password { position: absolute; top: 56px; left: 130px; width: 200px; }

div#content div.logindiv div#rememberme { position: absolute; top: 86px; left: 32px; }
div#content div.logindiv input#remember { width: 20px; border-style: none; background-color: transparent; }

div#content div.logindiv div#lost { position: absolute; top: 156px; left: 38px; }

div#content div.logindiv input#loginSubmit { position: absolute; top: 112px; left: 32px; width: 318px; border: #584A86 solid 1px; border-right-color: #15111F; border-bottom-color: #15111F; }
div#content div.logindiv img#loading { position: absolute; top: 112px; left: 356px; width: 32px; height: 32px; visibility: hidden; }

div#content div.logindiv div#icon { position: absolute; top: 32px; right: 36px; width: 132px; height: 132px; border: #000 solid 1px; }
div#content div.logindiv div#icon img { width: 132px; height: 132px; }
div#content a#loginSignup { display: block; width: auto; margin-right: 16px; }

div#content div.logindiv h1 { padding: 0px; margin: 0px; margin-top: 16px; padding-left: 30px; font-size: 16pt; margin-bottom: 16px; }

div#content div.loginlist { height: 82px; }

div#content div.logindiv div.title { font-size: 16pt; margin-bottom: 2px; }
div#content div.logindiv div.info { line-height: 20px; }
div#content div.logindiv a.goto { 
	position: absolute; right: 20px; top: 20px;
	
	width: 150px;
	text-align: center;
	
	font-size: 16pt;
	
	background-color: #316342;
	color: #FFFFFF;
	padding: 16px;
	padding-left: 32px; padding-right: 32px;
	border: #458B5A solid 2px;
	border-right-color: #1F3927;
	border-bottom-color: #1F3927;
}



/* Icons */
span.networth, span.platinum, span.power, span.population, span.planet { 
	padding-left: 19px;
	padding-right: 4px;
	background-repeat: no-repeat;
	background-position: left center;
}

span.networth { background-image: url('/images/icons/networth.png'); }
span.platinum { background-image: url('/images/icons/platinum.png'); }
span.power { background-image: url('/images/icons/power.png'); }
span.population { background-image: url('/images/icons/population.png'); }
span.planet { background-image: url('/images/icons/planet.png'); }


/* Legacy Table Styles */
.td { background-color: #222222; }
.th { background-color: #444444; cursor: default; }
.td2 { background-color: #000022; }
.th2 { background-color: #440000; cursor: default; }
.td3 { background-color: #333333; }
.headerbg { background-color: #00085A; }
.raze { background-color: #720000; }
.defaultborder table { border-width: 1px; border-style: solid; border-color: #444444; background-color: #222222; } .defaultborder td { border-width: 1px; border-style: solid; border-color: #444444; }
.headerborder table { border: #000F99 solid 0px; } .headerborder td { border: #000F99 solid 1px; border-left-width: 0px; padding: 2px; }
.inline table { border-width: 0px; border-spacing: 0px; border-style: none; background-color: transparent; } .inline td { border-width: 0px; padding: 0px; border-style: none; background-color: transparent; }


/* Default height */
body { min-height: 730px; }
body div#status { top: 706px; }

/* Different profiles based on page name */
body.help, body.rules { min-height: 1324px; }
body.help div#status, body.rules div#status { top: 1300px; }
body.login { min-height: 800px; }
body.login div#status { top: 776px; }
body.signupStep3 { min-height: 920px; }
body.signupStep3 div#status { top: 896px; }
body.signupStep4 { min-height: 936px; }
body.signupStep4 div#status { top: 912px; }

