/*=====================================================================||
|| Global Logistics Main Stylesheet
|| Copyright 2008 Ironfist Design Services
|| ====================================================================||
|| Any unauthorized reproduction is against the law - violaters will 
|| be punished to the fullest extent.
|| ====================================================================||
|| Design & Backend Code Copyright 2008 Ironfist Design Services
|| http://ironfistdesign.com 
=======================================================================*/

/*========================================
   Basic Styles & Designs
========================================*/

html {
	margin:0;
	padding:0;
	overflow-x: auto;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	background:#CCCCCC url('images/bgtile.gif') repeat-x;
	text-align: center;
}

img {
	border:0;
	padding:0;
}

#whitelink a:visited,
#whitelink a:link,
#whitelink a:hover {
	color:#FDFDFD;
}

#blacklink a:visited,
#blacklink a:link,
#blacklink a:hover {
	color:#333333;
}

#messageblink {
	text-decoration:blink;
}

#cnl {
	font-size:11px;
	text-align:left;
	color:#333333;
	width:191px;
	margin-top:5px;
	padding-left:7px;
	padding-right:7px;
}

#cnl a:visited,
#cnl a:link {
	text-decoration:none;
/*	color:#2C2C2C;*/
	color:#333333;
}

#cnl a:hover{
	text-decoration:none;
	color:#000000;
}

#aab {
	background:none;
	padding:2px 2px 2px 2px;
	width:540px;
}

/*========================================
   Header Styles & Designs
========================================*/

#ifgn {
	text-align:right;
	margin:0 0 0 0;
	padding-top:2px;
	padding-right:10px;
	height:18px;
}

#logostrip {
	background:url('images/logostrip_blue.png') repeat-x;
	height:100px;
	text-align:left;
	width:960px;
	margin:0 auto 0 auto;
}

#nav {
	background:url("images/nav_blue.gif") repeat-x left top;
	border-top:1px #cccccc solid;
	text-align:center;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:960px;
	height:30px;
	font-size:93%;
	font-size:14px;
	line-height:normal;
}

#nav ul {
	margin:0 auto 0 auto;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
	padding:0 0 0 0;
	list-style:none;
}

#nav li {
	display:inline;
	margin:0;
	padding:0;
}

#nav a {
	float:left;
	background:url("images/nav_blue.gif") repeat-x left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#nav a span {
	float:left;
	display:block;
	background:url("images/nav.gif") repeat-x right top;
	padding:5px 15px 4px 6px;
	color:#000000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#nav a span {float:none;}

/* End IE5-Mac hack */

#nav a:hover {
	background-position:0% -26px;
	color:#ffffff;
}

#nav a:hover span {
	background-position:100% -26px;
	color:#ffffff;
}

#subnav {
	background: #334C66 url("images/nav_blue.gif") repeat-x left top;
	background-position:100% -56px;
	text-align:center;
	margin:0 auto 0 auto;
	padding:6px 0 0 0;
	width:100%;
	height:24px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;
}

.adminmenustyle{
	width: 100%;
	font-weight: bold;
	height:26px;
	color:#fff;
}

.adminmenustyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.adminmenustyle ul{
	width: 100%;
	background: url("images/nav_blue.gif") center center repeat-x; /*THEME CHANGE HERE*/
	background-position:100% -58px;
	padding: 6px 0 0 0;
	margin: 0;
	height:24px;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.adminmenustyle ul li{
	display: inline;
}

.adminmenustyle ul li a{
	color: #494949;
	padding: 8px 7px 8px 7px;
	margin: 0;
	text-decoration: none;
}

.adminmenustyle ul li a:hover, .adminmenustyle ul li a.selected{ 
	background: url("images/nav_blue.gif") center center repeat-x;
	background-position:100% -28px;
}

.dropmenudiv{
	position:absolute;
	top: 0;
	margin-top:0;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	text-align:left;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	padding-left:10px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}

#subnav ul {
	margin:0 auto 0 auto;
	text-align:center;
	list-style:none;
	width:100%;
	padding:0 0 0 0;

}

#subnav li {
	display:inline;
	margin:0;
	text-align:center;
	padding:0;
}

#subnav a {
	background:url("images/nav_blue.gif") repeat-x left top;
	background-position:100% -58px;
	margin:0;
	padding:6px 15px 6px 6px;
	text-decoration:none;
}

#subnav a span {
	background:url("images/nav.gif") repeat-x right top;
	background-position:100% -58px;
	padding:4px 0 4px 0;
	color:#ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#subnav a span {float:none;}

/* End IE5-Mac hack */

#subnav a:hover {
	background-position:0% -28px;
	color:#ffffff;
}

#undernav, #subtitle {
	background:url("images/undergrad.gif") repeat-x top;
	width:100%;
	height:4px;
	font-size:1px;
}

#endshadow {
	background:url("images/undergrad.png") repeat-x top;
	width:100%;
	height:4px;
	font-size:1px;
}

/*========================================
   Wrapper Styles & Designs
========================================*/

#mesh {
	background:#909090;
	width:960px;
	margin:0 auto 5px auto;
	padding:0 3px 3px 3px;
	border-left:3px solid #bbbbbb;
	border-right:3px solid #bbbbbb;
	border-bottom:3px solid #bbbbbb;
}

#wrapper {
	background:#ffffff;
	text-align:center;
}

#inner {
	background:#ffffff;
	width:100%;
	margin:0 auto 0 auto;
}

#container_wide {
	margin:0 auto 0 auto;
	width:100%;
	color:#333333;
	background:#ffffff;
}

/*================================================================================
   Rounded Corner Box Styles & Designs
================================================================================*/

.cbox {
	width:100%;
	margin:0px auto;
	background:#ffffff;
	border:1px solid #334C66;
}

.ctitle {
	width:100%;
	margin:0px auto;
	background:#334C66 url('images/bar.gif') repeat-x;
	height:28px;
	padding:4px;
}

.ctitlespan {
	margin-left:5px;
	color:#FFFFFF;
}

.cboxcontent {
	position:relative;
	padding:5px 4px 0 4px;
}

/*========================================
   Content Styles & Designs
========================================*/

#main {
	float:left;
	width:610px;
	margin-left:5px;
	padding:0 5px 0 5px;
}

#box {
	width:610px;
	margin:5px auto 5px auto;
	text-align:left;
	border:1px solid #616161;
}

#title {
	background:#909090 url("images/TitleTile.png") repeat-x;
	width:600px;
	padding:3px 5px 5px 5px;
	height:17px;
	color:#FFFFFF;
	font-size:14px;
}

#titleicon {
	margin-top:1px;
}

#adminundertitle {
	color:#000000;
	width:98%;
	padding-bottom:3px;
	font-weight:bold;
	border-bottom:1px solid #000000;
	text-align:left;
	margin:0 auto 0 auto;
}

#content {
	padding:0 4px 5px 4px;
	width:602px;
	font-size:12px;
}

#sidebar {
	float:right;
	width:205px;
	margin-top:1px;
	margin-right:10px;
	background:none;
	text-align:center;
}

#sidetitle {
	background: #818181 url("images/TitleTile.png") repeat-x;
	width:195px;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	height:20px;
	padding:3px 5px 5px 5px;
	height:17px;
}

#sidebox {
	background: #e5e5e5;
	width:205px;
	border:1px solid #535353;
	margin-left:6px;
	margin-top:2px;
	margin-bottom:3px;
	text-align:left;
}

#sideboxcontent {
	background: #e5e5e5;
	width:205px;
	font-size:12px;
	color:#000000;
	text-align:center;
}

#cbox {
	background: #f1f2f3;
	width:810px;
	border:1px solid #535353;
	margin:5px auto 5px auto;
	text-align:left;
}

#ctitle {
	background: #526A79 url("images/TitleTile.png") repeat-x;
	width:800px;
	font-size:12px;
	color:#ffffff;
	padding:3px 5px 5px 5px;
	height:17px;
}

.hboxl {
	background: #FFFFFF;
	width:450px;
	margin:0px 2px 5px 15px;
	text-align:left;
	float:left;
}

.hboxr {
	background: #FFFFFF;
	width:450px;
	margin:0px 15px 5px 2px;
	text-align:left;
	float:right;
}

#btitle {
	background: #526A79 url("images/50_bar.gif") repeat-x;
	width:436px;
	font-size:12px;
	color:#ffffff;
	padding:10px 7px 5px 7px;
	height:17px;
}

.hboxcontent {
	width:438px;
	border:1px solid #535353;
	font-size:12px;
	color:#000000;
	padding:3px 5px 5px 5px;
	background: #ffffff url("images/bottombox.gif") repeat-x bottom;
}

#primarycontent {
	float:left;
	width:800px;
}

.nwideboxl {
	background: #FFFFFF;
	width:750px;
	margin:0px 2px 5px 15px;
	text-align:left;
	float:left;
}

#nwidetitle {
	background: #526A79 url("images/widebar.gif") repeat-x;
	width:736px;
	font-size:12px;
	color:#ffffff;
	padding:10px 7px 5px 7px;
	height:17px;
}

.nwideboxcontent {
	width:738px;
	border:1px solid #535353;
	font-size:12px;
	color:#000000;
	padding:3px 5px 5px 5px;
	background: #ffffff url("images/bottombox.gif") repeat-x bottom;
}

#adtitle {
	background: #526A79 url("images/730_bar.gif") repeat-x;
	width:716px;
	font-size:12px;
	color:#ffffff;
	padding:10px 7px 5px 7px;
	text-align:center;
	height:17px;
	margin:5px auto 0 auto;
}

#adunitw {
	width:728px;
	height:90px;
	padding:0;
	border:1px solid #535353;
	text-align:center;
	margin:0 auto 5px auto;
}

#skyadcontainer {
	float:left;
	width:142px;
	margin:0 10px 0 0;
	text-align:center;
}

#skyadtitle {
	background: #526A79 url("images/140bar.gif") repeat-x;
	width:128px;
	font-size:12px;
	color:#ffffff;
	padding:10px 7px 5px 7px;
	text-align:center;
	height:17px;
	margin:5px auto 0 auto;
}

#skyadunit {
	width:130px;
	height:610px;
	padding:5px 5px 5px 5px;
	border:1px solid #535353;
	text-align:center;
	margin:0 auto 0 auto;
}

#widecontent {
	padding:0 4px 5px 4px;
	width:100%;
	font-size:12px;
	text-align:center;
}

#chatboxwide {
	padding:4px 4px 5px 4px;
	width:916px;
	font-size:12px;
	text-align:left;
	overflow:scroll;
	height:300px;
	border:1px solid #333;
}

#chatboxtabs {
	text-align:left;
	width:100%;
}

#chatboxtab {
	padding:3px 5px 3px 5px;
	width:auto;
	font-size:14px;
	text-align:left;
	height:15px;
	border:1px solid #333;
	background:#666;
	color:#000;
	float:left;
	margin-right:1px;
}

#chatboxtab:hover {
	padding:3px 5px 3px 5px;
	width:auto;
	font-size:14px;
	text-align:left;
	height:15px;
	border:1px solid #333;
	background:#333;
	color:#FFFFFF;
	margin-right:1px;
}

#carea {
	padding:2px 10px 4px 10px;
	width:780px;
}

#wtitle {
	background: #526A79;
	width:100%;
	font-size:12px;
	color:#ffffff;
	padding:5px 0 5px 0;
	height:15px;
	border-bottom:2px solid #1C5071;
}

#ntitle {
	background: #FFCC33;
	width:100%;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	padding:5px 0 5px 0;
	height:15px;
	border-bottom:2px solid #996600;
}

#widetitle {
	background: #526A79 url("images/widebar.gif") repeat-x;
	width:926px;
	font-size:12px;
	color:#ffffff;
	padding:10px 7px 5px 7px;
	height:17px;
}

.widebox {
	background: #FFFFFF;
	width:940px;
	margin:0px auto 5px auto;
	text-align:left;
}

.wideboxcontent {
	width:928px;
	border:1px solid #535353;
	font-size:12px;
	color:#000000;
	padding:3px 5px 5px 5px;
	background: #ffffff url("images/bottombox.gif") repeat-x bottom;
}

#errortitle {
	background: #CC3333;
	width:100%;
	font-size:12px;
	color:#ffffff;
	padding:6px 0 5px 0;
	height:14px;
	border-bottom:2px solid #CC0000;
}

.errortitle {
	background: #CC3333;
	width:100%;
	font-size:12px;
	color:#ffffff;
	padding:6px 0 5px 0;
	height:14px;
	border-bottom:2px solid #CC0000;
}

#warea {
	padding:2px 0 4px 0;
	width:100%;
	color:#000000;
}

#clear {
	clear:both;
	height:1px;
	font-size:1px;
}

#homebg {
	background:#000000 url('images/home_bg.gif') no-repeat top left;
	height:150px;
	width:960px;
	padding:0 0 0 0;
}

#homebgcontent {
	float:right;
	margin:0;
	margin-right:10px;
	width:520px;
	color:#FFFFFF;
	text-align:justify;
	height:150px;
}

#airsector {
	width: 305px;
	height: 190px;		
	padding: 10px 5px 0px 5px;	
	float: left;
	display: block;
	margin-right: 1px;
	border: 1px solid #beed65;
	background: #e2ffc0;
	color: #4ca64e;
	text-align: center;
	margin-left:3px;
}

#astitle {
	color:#4ca64e;
	font-size:16px;
	font-weight:bold;
	padding-bottom:3px;
	border-bottom: 1px solid #beed65;
}

#seasector {
	width: 305px;
	height: 190px;	
	padding: 10px 5px 0px 5px;		
	float: left;
	display: block;
	margin-right: 1px;
	border: 1px solid #99CCFF;
	background: #C6E5FC;
	color: #003366;
	text-align: center;
}

#sstitle {
	color:#003366;
	font-size:16px;
	font-weight:bold;
	padding-bottom:3px;
	border-bottom: 1px solid #99CCFF;
}

#landsector {
	width: 305px;
	height: 190px;	
	padding: 10px 5px 0px 5px;		
	float: left;
	display: block;
	margin-right: 1px;
	border: 1px solid #FF6666;
	background: #FFCCCC;
	color: #CC3333;
	text-align: center;
}

#lstitle {
	color:#CC3333;
	font-size:16px;
	font-weight:bold;
	padding-bottom:3px;
	border-bottom: 1px solid #FF6666;
}

#odometer {
	background:#000000 url('http://globallogisticsgame.com/assets/odometer_final.gif') no-repeat top left;
	height:48px;
	width:953px;
	padding:0 5px 0 2px;
}

#odometer_container {
	color:#FFFFFF;
	font-size:24px;
	background:#000000;
	height:48px;
	width:100%;
}

#odometer_text {
	font-size:24px;
	color:#FFFFFF;
	text-align:center;
	padding:10px 0 0 0;
}

#odometervalue {
	height:43px;
	padding:1px 0 0 0;
	color:#FFFFFF;
	font-size:36px;
	float:left;
	margin-right:5px;
	text-align:center;
}

#vp_admin {
	background: #CC3333;
	width:100%;
	font-size:12px;
	color:#ffffff;
	padding:5px 0 5px 0;
	height:15px;
	border-top:2px solid #711C1C;
	border-bottom:2px solid #711C1C;
}

#vp_moderator {
	background: #52795E;
	width:100%;
	font-size:12px;
	color:#ffffff;
	padding:5px 0 5px 0;
	height:15px;
	border-top:2px solid #207139;
	border-bottom:2px solid #207139;
}

#vp_facebook {
	background: #3B5998;
	width:100%;
	font-size:12px;
	color:#ffffff;
	padding:5px 0 5px 0;
	height:15px;
	border-top:2px solid #1C5071;
	border-bottom:2px solid #1C5071;
}

#vp_mobile {
	background: #336699;
	width:100%;
	font-size:12px;
	color:#ffffff;
	padding:5px 0 5px 0;
	height:15px;
	border-top:2px solid #1C5071;
	border-bottom:2px solid #1C5071;
}

#rightsidebox {
	float:right;
	width:140px;
	margin:0 15px 0 0;
	text-align:center;
	z-index:-100;
	right:0;
	position:absolute;
}

#rightsidetitle {
	background: transparent url("images/140bart.png") repeat-x;
	width:128px;
	font-size:12px;
	color:#ffffff;
	padding:10px 7px 5px 7px;
	text-align:center;
	height:17px;
	margin:5px auto 0 auto;
}

#rightsideboxcontent {
	background:#ffffff;
	color:#000000;
	width:136px;
	height:auto;
	padding:5px 2px 5px 2px;
	border:1px solid #535353;
	text-align:center;
	margin:0 auto 0 auto;
}

/*========================================
   Homepage Sector Styles & Designs
========================================*/

#homesectorcontainer {
	width:960px;
	text-align:center;
	margin:0 auto 0 auto;
}

#homesectorbox {
	background:#006699 url('images/homepage_sectorbox.gif') no-repeat top left;
	height:218px;
	width:310px;
	padding: 12px 4px 0px 4px;		
	float: left;
	display: block;
	color: #FFFFFF;
	text-align: center;
}

#homesectortitle {
	text-align:center;
	margin:0 auto 0 auto;
	padding:0;
	font-weight:bold;
	font-size:14px;
	color:#000055;
}

#homesectorcontent {
	text-align:center;
	margin:20px auto 0 auto;
	padding:0;
	color:#FFFFFF;
}

/*========================================
   Error Styles & Designs
========================================*/

#error{
	background: #ffffff;
	border: 1px solid #992A2A;
	color: #992A2A; 
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin: 0 auto 0 auto;
	text-align:center;
	padding: 5px;
	width:70%;
}

#errorr{
	background: #ffffff;
	border: 1px solid #992A2A;
	color: #992A2A; 
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin: 6px auto 2px auto;
	text-align:center;
	padding: 5px;
	width:70%;
}

#errorb{
	background: #ffffff;
	border: 1px solid #2A4F99;
	color: #2A4F99; 
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin: 6px auto 2px auto;
	text-align:center;
	padding: 5px;
	width:70%;
}

#errorg{
	background: #ffffff;
	border: 1px solid #216D17;
	color: #216D17; 
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin: 6px auto 2px auto;
	text-align:center;
	padding: 5px;
	width:70%;
}

#errorgray{
	background: #ffffff;
	border: 1px solid #666666;
	color: #666666; 
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin: 6px auto 2px auto;
	text-align:center;
	padding: 5px;
	width:70%;
}

#bigerror{
	background: #ffffff;
	border: 5px solid #992A2A;
	color: #992A2A; 
	font-size: 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin: 0 auto 0 auto;
	text-align:center;
	padding: 5px;
	width:70%;
}

#alert {
	background: #FFBFBF 15px 50% no-repeat; 
	color:#333333;
	text-align: left; 
	width:80%;
	margin:0 auto 0 auto;
	padding: 5px 20px 5px 45px; 
	border: 1px solid #FF2424;
}

#greenalert {
	background: #CCFFCC 15px 50% no-repeat; 
	text-align: left; 
	width:80%;
	color:#333333;
	margin:0 auto 0 auto;
	padding: 5px 20px 5px 45px; 
	border: 1px solid #33FF33;
}

/*========================================
   Form Styles & Designs
========================================*/

.textfield {
	background: url('images/textfield.png') repeat-x #cccccc;
	border:1px #999999 solid;
	height:16px;
	padding:2px 2px 2px 2px ;
	color:#303030;
}

.textarea {
	background: #ffffff url("images/bottombox.gif") repeat-x bottom;
	border:1px #999999 solid;
	color:#303030;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px 3px 3px 3px;
}

.greybutton {
	background: url('images/bar_black.gif') repeat-x #000000;
	border:1px #999999 solid;
	height:24px;
	color:#FFFFFF;
	padding:1px 1px 1px 1px;
	width:80%;
}

.submit {
	background:url("images/nav_blue.gif") repeat-x left top;
	border:1px #cccccc solid;
	text-align:center;
	height:30px;
	font-size:93%;
	font-size:14px;
	line-height:normal;
}

.divsubmit {
	background:url("images/nav_blue.gif") repeat-x left top;
	border:1px #cccccc solid;
	text-align:center;
	height:24px;
	font-size:14px;
	padding:5px 0 0 0;
	line-height:normal;
	color:#000000;
}

.divsubmit:hover {
	background:url("images/nav_blue.gif") repeat-x left top;
	background-position:100% -56px;
	border:1px #cccccc solid;
	text-align:center;
	height:24px;
	font-size:14px;
	padding:5px 0 0 0;
	line-height:normal;
	color:#FFFFFF;
}

.divsubmit a {
	text-decoration:none;
}

.divsubmit a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

.divsubmit a:visited, a:active {
	text-decoration:none;
	color:#000000;
}

.fakeform {
	text-decoration:none;
	cursor:pointer;
}

/*========================================
   Table Styles & Designs
========================================*/

#tdgray {
	padding:6px 0 6px 0;
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
}

/*========================================
   Footer Styles & Designs
========================================*/

#footer {
	height:75px;
	clear:both;
	font-size: 10px; 
	color:#636363;
	border-top:2px solid #FFFFFF;
	background: url('images/footer.gif') repeat-x #FFFFFF;
	margin:5px auto 0 auto;
	padding:10px 0 10px 0;
	width:100%;
	text-align:center;
}

#footer p { 
	font-size: 10px; 
	color:#636363;
	padding: 0px; 
	margin: 0px; 
}

#footer a { 
	color:#636363; 
	text-decoration: underline;
}

#forumfooter {
	height:90px;
	clear:both;
	font-size: 10px; 
	color:#636363;
	border-top:2px solid #FFFFFF;
	background: url('images/footer.gif') repeat-x #FFFFFF;
	margin:2px auto 0 auto;
	padding:6px 0 6px 0;
	width:100%;
	text-align:center;
}

#forumfooter p { 
	font-size: 10px; 
	color:#636363;
	padding: 0px; 
	margin: 0px; 
}

#forumfooter a { 
	color:#636363; 
	text-decoration: underline;
}