/****************************************************************
WipEout-Game.com 
****************************************************************/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: small;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #fff;
	color: #000;
	cursor: default;
}
a {
	text-decoration: none;
	color: #14626e;
}
#siteContainer {
	width: 990px;
	margin: auto;
	margin-bottom: 5px;
}

form .submit, #submit {
	border: 1px solid #aaa;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;	
}
form .submit:hover, #submit:hover {
	background: #00a0c6;
	color: #fff;
	border: 1px solid #777;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
}

img.alignRight {
	
	float: right;
	border: 1px solid #aaa;
	margin: 5px;	
	margin-right: 10px;
	
	}
	
img.alignLeft {
	
	float: left;
	border: 1px solid #aaa;
	margin: 5px;
	margin-left: 10px;
	
	}
	
img.alignLeft:hover, img.alignRight:hover {
	
	border: 1px solid #00a0c6;
	
	}

img.downloadPackIcon {
	
	border: 0;
	margin: 6px auto 0 1px;
	
	}

/****************************************************************
Header styles
****************************************************************/


#headerContainer {
	/* background: #000 url('images/wo_bg.png') top left repeat-x; */
	color: inherit;
	clear: both;
}
#headerLogo {
	width: auto;
	max-width: 990px;
	height: 100px;
	margin: auto;
}
#headerLogo img {
	width: 357px;
	height: 100px;
	border: 0;
	float: left;
}
#headerLogo img.static {
	width: 633px;
	height: 100px;
	border: 0;
	float: left;
}
/****************************************************************
Language Select styles
****************************************************************/

#languageSelectScreen {
	background: #a4a4a4 url('../images/site/languageSelectBg.gif') center no-repeat;
}
#languageStrip {
	margin: 3px 0 auto auto;
	float: right;
}
#languageStrip form input, #languageStrip form select {
	font-size: 0.75em;
	width: 7em;
}
#languageStrip form select {
	width: 14em;
}

#languageStrip form .submit {
	font-size: 0.75em;
	padding: 0.1em;
}


.languageList {
	font-size: 1em;
	margin: 10px;
	margin-left: 20px;
	list-style-type: none;
}
.languageList li a {
	background: transparent url('../images/site/icon_arrow_right_link.png') left center no-repeat;
	color: #00a0c6;
	padding: 1px 6px 2px 18px;
}
/****************************************************************
Main Navigation styles
****************************************************************/


#skipNav {
	display: none;
}
#navContainer {
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	text-align: justify;
}
#navContainer #mainNav {
	/* cancels gap caused by top padding in Opera 7.54 */
	width: 100%;
	list-style: none;
}
#navContainer #mainNav li {
	float: left;
	width: 160px;
	background: #a4a4a4 url('../images/site/navBgDefault.png') top right no-repeat;
	margin-left: 6px;
	text-transform: uppercase;
}
#navContainer #mainNav li:first-child {
	margin-left: 0;
	width: 160px;
}
#navContainer #mainNav li a {
	display: block;
	width: 100%;
	color: #f8f8f8;
	font-size: 1em;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navContainer #mainNav li a:hover {
	color: #fff;
	background: #01a0c7 url('../images/site/navBgHover.png') top right no-repeat;
}
#navContainer #mainNav li a.current {
	color: #f8f8f8;
	font-weight: bold;
	background: #01a0c7 url('../images/site/navBgCurrent.png') top right no-repeat;
}
/****************************************************************
Sub-Navigation styles
****************************************************************/


#subNavContainer {
	clear: left;
	width: 100%;
	background: url('../images/site/subNavCurrentBg.png') bottom right no-repeat;
}
#subNavContainer .subNav{
	width: 100%;
	height: 2.2em;
}
#subNavContainer .subNav li {
	list-style-type: none;
	font-size: 0.9em;
	float: left;
	padding: 0;
}
#subNavContainer .subNav li a {
	text-decoration: none;
	color: #e8e8e8;
	display: block;
	padding: 6px 14px 6px 4px;
	margin-top: 2px;
}
#subNavContainer .subNav li a:hover {
	color: #fdfdfd;
}

#subNavContainer li a.current {
	font-weight: bold;
	color: #fff;
	background: transparent;
}
/****************************************************************
Base Heading styles
****************************************************************/

h3, h4, h5, h6, p, p.warning {
	background: transparent;
}
h2, h3 {
	clear: left;
	text-transform: uppercase;
	line-height: 1.8em;
	padding: 2px 4px 2px 12px;
	color: #00a0c6;
	background: #e5e5e5 url('../images/site/contentElementBgTop.png') top right no-repeat;
}
h2 {
	padding: 2px 4px;
	font-size: 1.1em;
	padding-left: 10px;
}
h2:before {
	content: url('../images/site/icon_header_marker.png')
}
h3 {
	font-size: 1em;
	padding-right: 3em;
}
h4 {
	clear: left;
	font-size: 0.85em;
	text-transform: uppercase;
	padding: 0 12px;
	margin: 3px auto;
	color: #00a0c6;
	background: transparent;
}
h5 {
	font-size: 0.77em;
	text-transform: uppercase;
	padding: 2px 10px;
	color: #00a0c6;
	background: transparent;
}
h6 {
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 0 0 2px 0;
	padding: 0 4px;
	font-size: 11px;
	color: #69c;
	background: transparent;
}
p {
	font-size: 0.85em;
	margin: 2px 0;
	padding: 0 12px 4px 12px;
	color: #222;
	font-family: Verdana;
	line-height: 1.3em;
}
h4+p {
	background:  url('../images/site/icon_rightarrow_small.png') 2px 4px no-repeat;
}
p small {
	font-size: 0.9em;
}
.more {
	float: right;
	margin-right: 5px;
	font-size: 0.9em;
}

p.warning {
	color: #c33;
}
/****************************************************************
introPanel styles
****************************************************************/

#introPanel {
	clear: both;
	width: 100%;
	margin-top: 5px;
	padding-bottom: 50px;
	background: #f5f5f5 url('../images/site/contentElementBgBottom.png') bottom right no-repeat;
	height: auto;
}
#introPanel #images {
	width: 410px;
	margin-top: 15px;
	padding-left: 25px;
	float: left;
}
#introPanel #images #mainImage {
	float: left;
}
#introPanel #content {
	margin-top: 10px;
	margin-right: 30px;
	width: 490px;
	float: right;
}
#introPanel h4 {
	font-size: 1.1em;
	text-transform: capitalize;
	margin-bottom: 5px;
}
#introPanel #thumbs {
	list-style: none;
	margin-left: 333px;
}
#introPanel #thumbs li {
	margin-bottom: 4px;
}
#introPanel p strong {
	color: #00a0c6;
	text-transform: uppercase;
	background: transparent;
}
#filterContainer {
	margin: 20px 5px 20px 10px;
	width: 210px;
	float: left;
	display: inline;
}
#filterContainer label {
	padding-left: 18px;
	background: transparent url('../images/site/icon_arrow_right_link.png') left center no-repeat;
	color: #00a0c6;
	text-transform: uppercase;
	clear: left;
	display: block;
}
#filterContainer select, #filterContainer #accountName {
	margin: 3px 0 7px auto;
	width: 210px;
	clear: left;
}
#filterContainer #goTo {
	width: 130px;
	margin-left: 0;
	margin-right: 0;
}
#filterContainer #accountName {
	width: 70px;
	margin-left: 0;
}

#filterContainer #submitContainer {
	
	text-align: right;
		
	}

#filterContainer #submit {
	font-size: 0.9em;
	text-transform: uppercase;
	height: 25px;
	width: 100px;
	float: right;
	display: block;
	clear: both;

}
#rankingsContainer {
	display: inline;
	width: 700px;
	margin: 5px auto 20px 15px;
	float: left;
}
#rankingsContainer h4 {
	padding-left: 2px;
}
#rankingsContainer table {
	width: 695px;
}
.rankingsNav {
	
	float: left;
	font-size: 0.85em;
	list-style-type: none;	
	margin-right: 15px;
	margin-left: 2px;
}
.rankingsNav li {
	
	text-transform: uppercase;
}
.rankingsNav li a {	
	color: #00a0c6;	
	background: transparent;
	padding: 4px 6px 4px 12px;
	display: block;
}
.rankingsNav li.up a {	
	background: transparent url('../images/site/iconArrowUp.png') left center no-repeat;
}

.rankingsNav li.down a {	
	background: transparent url('../images/site/iconArrowDown.png') left center no-repeat;
}

.rankingsNav li.left a {	
	background: transparent url('../images/site/iconArrowLeft.png') left center no-repeat;
}

.rankingsNav li.right a {	
	background: transparent url('../images/site/iconArrowRight.png') left center no-repeat;
}


.rankingsNav li.player a {	
	background: transparent url('../images/site/icon_square_link.png') left center no-repeat;
}

.rankingsIcon {
	border: 0;
	float: left;
	margin: 0 6px 10px 0;
}
.rankingsDetails {
	text-transform: uppercase;
	color: #777;
	margin-top: 2px;
	display: block;
	font-size: 0.85em;
	float: left;
}
.rankingsDetails strong {
	color: #444;
}
/****************************************************************
mainPanel styles
****************************************************************/


#mainPanel {
	width: 100%;
	font-size: small;
}
#mainPanel p.teaser {
	color: #01567A;
}
#mainPanel p.teaser img {
	border: 0;
	float: left;
	margin: -15px 5px 5px 0;
}
#mainPanel h4 a {
	color: #01acf3;
}
#mainPanel hr {
	margin: 5px 15px;
	border:0;
	color: #fff;
	background-color: transparent;
	border-bottom: 1px dashed #ccc;
	clear: left;
}
/****************************************************************
Page Element styles
****************************************************************/

div.clearance {
	clear: both;
}
.smallElement, .midElement, .largeElement, .halfElement, .wideElement, .superWideElement, .fullElement {
	background: #f5f5f5 url('../images/site/contentElementBgBottom.png') bottom right no-repeat;
	display: block;
	float: left;
	margin: 5px 0 5px 0;
	height: 25em;
}

.fullElement {
	height: auto;
}
.fullElement h3, .largeElement h3, .midElement h3, .halfElement h3, .smallElement h3, .wideElement h3, .superWideElement h3 {
	background: #e5e5e5 url('../images/site/contentElementBgTop.png') top right no-repeat;
}
.smallElement {
	width: 243px;
}
.midElement {
	width: 323px;
}
.largeElement {
	width: 405px;
}
.halfElement {
	width: 490px;
}

.wideElement {
	width: 658px;
}

.superWideElement {
	width: 738px;
}

.fullElement {
	width:100%;
	margin: 5px 0 10px 0;
}
div.right {
	float: right;
}
.middle {
	margin-left: 10px;
}
.short {
	height: 20em;
}
.tall {
	height: 28em;
}
.superTall {
	height: 33em;
}
.ultraTall {
	height: 53.8em;
}
/****************************************************************
Unique Page element styles 
****************************************************************/

.itemContainer {
	padding: 3px 0;
}
.itemContainer a:focus, .itemContainer a:active {
	outline: none;
}
.contentContainer {
	height: 19.7em;
	overflow: auto;
}
.short .contentContainer {
	height: 15.5em;
}
.tall .contentContainer {
	height: 22.5em;
}
.superTall .contentContainer {
	height: 27.8em;
}

.ultraTall .contentContainer {
	height: 48.8em;
}
.newsBody {
	display: none;
}
/****************************************************************
Page element styles - loginForm
****************************************************************/

#loginStrip {
	padding: 2px;
	background: #ddd;
	text-align: right;
}
#loginForm {
	margin: 15px
}
table.loginForm td {
	border: 1px solid #249399;
	background: #fff;
}
table.loginForm th {
	border: 1px solid #333;
	background: #249399;
	text-align: right;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 4px;
}
#loginForm input, #loginForm label {
	font-size: small;
	border: 0;
}
#loginForm label {
	margin: auto 3px auto 6px;
}
#loginForm .loginButton {
	background: #ccc;
	width: 70px;
}
#loginForm input.username {
	background: #fff;
	color: inherit;
	padding-left: 2px;
	width: 130px;
}
#loginForm input.password {
	padding-left: 2px;
	background: #fff;
	color: inherit;
	width: 70px;
}
/****************************************************************
Page element styles - Tables
****************************************************************/

.contentContainer table {
	margin: auto 2%;
	width: 95%;
}
.statTable {
	width: 96%;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: none;
}
.statTable .statRow {
	color: #00a0c6;
	background: transparent;
	font-weight: bold;
}
.statTable .statRow small {
	
	vertical-align: super;
	
	}
.statTable .statRow img.spacer {
	
	float: left;
	height: 15px
}
.statTable .graphRow {
	text-align: left;
	background: transparent url('../images/site/statGraphBg.png') top right no-repeat;
	height: 18px;
}
.statTable .teamStat {
	background: transparent;
	height: 18px;
}
.statTable td, .statTable th {
	border-style: none;
	border-width: 2px;
	border-color: #f5f5f5;
}
.statTable .graphRow img, .statTable .teamStat img {
	height: 18px;
		background: #01a0c7 url('../images/site/statGraphBarBg.png') top right no-repeat;
}
.statTable th {
	text-transform: uppercase;
	text-align: left;
	font-size: 1em;
	line-height: 1em;
	color: #00a0c6;
	background: transparent;
}
.listTable {
	width: 96%;
	margin: 4px;
}
.listTable th {
	background-color: #01a0c7;
	color: #fff;
}
.listTable td {
	text-transform: uppercase;
	margin: 1px 0;
}
.dark {
	background: #ddd;
}
.light {
	background: #eee;
}
.rankingsTable {
	margin: 10px 0;
	border-color: #e6e6e6;
}
.rankingsTable th {
	text-transform: uppercase;
}

.rankingsTable tbody td {
	color: #444;
	text-align: center;
}
.rankingsTable tbody tr:hover td {		
	color: #111;
	
	}
	
.rankingsTable td.name {	
	padding-left: 5px;
	text-align: left;
}


.rankingsTable tbody tr:hover td.rank {
	
	font-weight: bold;
}
	
.rankingsTable tbody tr.myRanking {
	color: #000;
	font-weight: 700;
}
.rankingsTable td.ghost {
	text-align: center;
}
.rankingsTable td.ghost img {
	border-style: none;
}
.rankingsTable tr.ranking {
	background: #e6e6e6;
	color: #444;
}
.rankingsTable tr.ranking:hover {
	
	background: #f0f0f0;
	color: #111;
}


.rankingsTable tr.ranking td.time {
	background:  url('../images/site/rankingsTrBgDefault.png') top right no-repeat;
}
.rankingsTable tr.ranking:hover td.time {
	
	background:  url('../images/site/rankingsTrBgHover.png') top right no-repeat;
}
tbody td.team {
	width: 100px;
}

tbody td.AG_Systems {
	background: #e6e6e6 url('../images/teams/iconAG_Systems.png') center center no-repeat;
}
tbody td.Assegai {
	background: #e6e6e6 url('../images/teams/iconAssegai.png') center center no-repeat;
}

tbody td.Auricom {
	background: #e6e6e6 url('../images/teams/iconAuricom.png') center center no-repeat;
}

tbody td.EGX {
	background: #e6e6e6 url('../images/teams/iconEGX.png') center center no-repeat;
}
tbody td.Feisar {
	background: #e6e6e6 url('../images/teams/iconFeisar.png') center center no-repeat;
}
tbody td.Goteki {
	background: #e6e6e6 url('../images/teams/iconGoteki.png') center center no-repeat;
}
tbody td.Harimau {
	background: #e6e6e6 url('../images/teams/iconHarimau.png') center center no-repeat;
}
tbody td.Icaras {
	background: #e6e6e6 url('../images/teams/iconIcaras.png') center center no-repeat;
}
tbody td.Mirage {
	background: #e6e6e6 url('../images/teams/iconMirage.png') center center no-repeat;
}

tbody td.Piranha {
	background: #e6e6e6 url('../images/teams/iconPiranha.png') center center no-repeat;
}
tbody td.Qirex {
	background: #e6e6e6 url('../images/teams/iconQirex.png') center center no-repeat;
}
tbody td.Triakis {
	background: #e6e6e6 url('../images/teams/iconTriakis.png') center center no-repeat;
}


/* 	Gah! In order for IE not to make the team cell background totally transparent we need 
	to have another set of TR declarations with greater specificity for the hover state */

tbody tr.ranking:hover  td.AG_Systems {
	background: #f0f0f0 url('../images/teams/iconAG_Systems.png') center center no-repeat;
}
tbody tr.ranking:hover  td.Assegai {
	background: #f0f0f0 url('../images/teams/iconAssegai.png') center center no-repeat;
}

tbody tr.ranking:hover  td.Auricom {
	background: #f0f0f0 url('../images/teams/iconAuricom.png') center center no-repeat;
}

tbody tr.ranking:hover  td.EGX {
	background: #f0f0f0 url('../images/teams/iconEGX.png') center center no-repeat;
}
tbody tr.ranking:hover  td.Feisar {
	background: #f0f0f0 url('../images/teams/iconFeisar.png') center center no-repeat;
}
tbody tr.ranking:hover  td.Goteki {
	background: #f0f0f0 url('../images/teams/iconGoteki.png') center center no-repeat;
}
tbody tr.ranking:hover  td.Harimau {
	background: #f0f0f0 url('../images/teams/iconHarimau.png') center center no-repeat;
}
tbody tr.ranking:hover  td.Icaras {
	background: #f0f0f0 url('../images/teams/iconIcaras.png') center center no-repeat;
}
tbody tr.ranking:hover  td.Mirage {
	background: #f0f0f0 url('../images/teams/iconMirage.png') center center no-repeat;
}

tbody tr.ranking:hover  td.Piranha {
	background: #f0f0f0 url('../images/teams/iconPiranha.png') center center no-repeat;
}
tbody tr.ranking:hover  td.Qirex {
	background: #f0f0f0 url('../images/teams/iconQirex.png') center center no-repeat;
}
tbody tr.ranking:hover  td.Triakis {
	background: #f0f0f0 url('../images/teams/iconTriakis.png') center center no-repeat;
}
/****************************************************************
Ship Skin Gallery Styles
****************************************************************/

#galleryPanel {
	
	min-height: 430px;	
	padding-bottom: 30px;
	
	}

/* 	ship skin gallery items need to be a little 
	smaller than their homepage counterparts. */

#galleryPanel div.galleryItem{
	
	float: left;
	margin: 8px auto auto 6px;
	width: 320px;
	height: 120px;
	background: transparent url('../images/site/galleryItemBg.png') left top no-repeat;
	border-right: 1px solid #A2DCEA;
	
	}
	
div.galleryItem {
	
	float: left;
	margin: 5px auto auto 8px;
	width: 350px;
	height: 120px;
	background: transparent url('../images/site/galleryItemBg.png') left top no-repeat;
	border-right: 1px solid #A2DCEA;
	
	}

div.galleryItem dl{
	
	float: left;
	margin: 10px auto auto 5px;		
	
	}
div.galleryItem dt {
	
	font-size: 0.85em;	
	font-weight: bold;
	text-transform: uppercase;		
	background: transparent url('../images/site/iconArrowRight.png') left center no-repeat;
	padding-left: 12px;
	
	}
	
div.galleryItem dd {
	font-size: 0.82em;
	margin-left: 12px;
	margin-bottom: 8px;
	

	}
div.galleryItem img {
	
	float: right;
	border: 1px solid #A2DCEA;
	margin: 10px 6px 8px auto;
	
	}




div.galleryItem form {
	
	clear: right;	
	float: right;
	
	}

div.galleryItem .submit {
	font-size: 0.85em;
	width: 152px;	
	margin-right: 6px;
	margin-bottom: 10px;
	padding: 2px 0;
}

	
div.gallerySelect {
	
	height: 32px;
	border: 1px solid #A2DCEA;	
	background: #f5f5f5;
	width: auto;
	margin: 8px 6px auto 6px;
	padding: 2px 0;
	text-align: center;
	
	}


	

div.gallerySelect #userSelect {
	
	float: right;	
	
	}


div.gallerySelect #pageSelect {
	
	float: left;	
	
	}
	
div.gallerySelect form .submit {
		
	font-size: 0.85em;
	width: 100px;
	margin: 5px;
	padding: 2px 0;
}


div.gallerySelect #accountName {
	
	margin: 5px 1px;
	font-size: 0.85em;
	width: 120px;	
	padding: 2px 0;
}

div.gallerySelect label {
	
	font-weight: bold;
	
	}

div.gallerySelect p {
	
	margin-top: 8px;
	
	}

div.gallerySelect p img {
	
	margin-top: -4px;
	
	}


/****************************************************************
Page element styles - Unique Tables
****************************************************************/

#teamAllegianceStats {
	margin-left: 5px;
	margin-bottom: 10px;
	width: 210px;
}
#teamShipStats {
	margin-left: 12px;
	width: 620px;
}
#teamShipStats th {
	padding-top: 10px;
}
#performanceIndex {
	width: 202px;
}
/****************************************************************
Page element styles - content
****************************************************************/


img.screenShotThumb {
	margin: 2px
}
/****************************************************************
Page element styles - Team Allegiance
****************************************************************/

.allegianceLogo {
	border: 0;
	margin-top: 10px;
}
/****************************************************************
Page element styles - Team Info Page
****************************************************************/


.leagueLogoContainer {
	height: 55px;
	cursor: pointer;
	margin-left: 10px;
	padding-top: 5px;
}
.leagueLogo {
	float: left;
	margin-right: 10px;
}
.teamLogoContainer {
	background: #eee;
	display: none;
}
.teamLogoContainerRevealed {
	background: #eee;
	display: block;
}
.teamLogoContainer img, .teamLogoContainerRevealed img {
	margin: 10px auto 5px 40px;
}
.teamLogoContainer hidden {
	display: none;
}
.hidden {
	display: none;
}
.teamImages {
	float: left;
	margin: 0;
	padding: 6px 0 3px 0;
}

#teamLogoList {
	height: 150px;
	margin-bottom: 0;
}
.teamButtonBox {
	width: 79px;
	height: 69px;
	margin: 5px 0 0 3px;
	padding: 0;
	float: left;
}
.teamInfoBox {
	display: none;
	clear: left;
}
div.info {
	width: 350px;
	float: left;
	text-align: justify;
}
div.data table {
	margin: auto 10px auto 5px;
	width: 280px;
	float: right;
}
div.data table {
	float: right;
	width: 300px;
	text-align: left;
	background: #fff;
	border: 1px solid #ccc;
}
div.data table th img {
	float: right;
	background-color: #fff;
	height: 18px;
}
div.data table td {
	text-align: right;
}
div.data table th {
	padding: 0 0 0 4px;
	text-align: left;
	vertical-align: middle;
}
#teamButton1 {
	border: 0;
	background: transparent url('../images/teams/button_agsystems.png') top left no-repeat;
}
#teamButton1:hover, #teamButton1.current {
	background: transparent url('../images/teams/button_agsystems.png') 0 -118px no-repeat;
}
#teamButton2 {
	border: 0;
	background: transparent url('../images/teams/button_assegai.png') top left no-repeat;
}
#teamButton2:hover, #teamButton2.current {
	background: transparent url('../images/teams/button_assegai.png') 0 -118px no-repeat;
}
#teamButton3 {
	border: 0;
	background: transparent url('../images/teams/button_auricom.png') top left no-repeat;
}
#teamButton3:hover, #teamButton3.current {
	background: transparent url('../images/teams/button_auricom.png') 0 -118px no-repeat;
}
#teamButton4 {
	border: 0;
	background: transparent url('../images/teams/button_egx.png') top left no-repeat;
}
#teamButton4:hover, #teamButton4.current {
	background: transparent url('../images/teams/button_egx.png') 0 -118px no-repeat;
}
#teamButton5 {
	border: 0;
	background: transparent url('../images/teams/button_feisar.png') top left no-repeat;
}
#teamButton5:hover, #teamButton5.current {
	background: transparent url('../images/teams/button_feisar.png') 0 -118px no-repeat;
}
#teamButton6 {
	border: 0;
	background: transparent url('../images/teams/button_goteki.png') top left no-repeat;
}
#teamButton6:hover, #teamButton6.current {
	background: transparent url('../images/teams/button_goteki.png') 0 -118px no-repeat;
}
#teamButton7 {
	border: 0;
	background: transparent url('../images/teams/button_harimau.png') top left no-repeat;
}
#teamButton7:hover, #teamButton7.current {
	background: transparent url('../images/teams/button_harimau.png') 0 -118px no-repeat;
}
#teamButton8 {
	border: 0;
	background: transparent url('../images/teams/button_icaras.png') top left no-repeat;
}
#teamButton8:hover, #teamButton8.current {
	background: transparent url('../images/teams/button_icaras.png') 0 -118px no-repeat;
}
#teamButton9 {
	border: 0;
	background: transparent url('../images/teams/button_mirage.png') top left no-repeat;
}
#teamButton9:hover, #teamButton9.current {
	background: transparent url('../images/teams/button_mirage.png') 0 -118px no-repeat;
}
#teamButton10 {
	border: 0;
	background: transparent url('../images/teams/button_piranha.png') top left no-repeat;
}
#teamButton10:hover, #teamButton10.current {
	background: transparent url('../images/teams/button_piranha.png') 0 -118px no-repeat;
}
#teamButton11 {
	border: 0;
	background: transparent url('../images/teams/button_qirex.png') top left no-repeat;
}
#teamButton11:hover, #teamButton11.current {
	background: transparent url('../images/teams/button_qirex.png') 0 -118px no-repeat;
}
#teamButton12 {
	border: 0;
	background: transparent url('../images/teams/button_triakis.png') top left no-repeat;
}
#teamButton12:hover, #teamButton12.current {
	background: transparent url('../images/teams/button_triakis.png') 0 -118px no-repeat;
}
/****************************************************************
Page element styles - footer
****************************************************************/

#footer {
	clear: both;
	width: 990px;
	margin: 0 auto;
}
#footer p {
	text-align: center;
	color: #111;
	padding: 4px 0;
	font-size:x-small;
}
#footer img {
	border: 0;
}
/****************************************************************
Styles for the Ship Skinner page
****************************************************************/



.shipSkinList {
	height: 12em;
}
.shipSkinList h3 {
	margin-bottom: 10px;
}
.shipSkinList h4 {
	margin-left: 180px;
	font-size: 1.1em;
	padding-left: 0;
	color: #727272;
}
.shipSkinList p {
	padding-left: 0;
	margin-left: 180px;
}
.shipSkinList .thumb {
	clear: left;
	float: left;
	margin: -20px 20px auto 15px;
	width: 150px;
	height: 70px;
}
.shipSkinList form {
	margin-top: 8px;
}
.shipSkinList .submit {
	font-size: 0.85em;
	text-transform: uppercase;
	height: 25px;
	width: 120px;
	margin-right: 10px;
	float: left;
}
.shipSkinList .teamSelect {
	text-transform: uppercase;
	font-size: 0.9em;
	width: 150px;
	padding: 0.2em;
	border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
}
#skinnerContainer {
	width: 990px;
	margin: 5px 2px auto 2px;
	background: #e6e6e6 url('../images/site/skinner_header.png') top left no-repeat;
}
#skinnerContainer h1 {
	font-family: helvetica, arial;
	color: #00a0c6;
	font-size: 1.2em;
	padding: 20px 20px;
	margin-bottom: 10px;
	text-transform: none;
	background: transparent url('../images/site/skinner_symbols.png') 22px 38px no-repeat;
}
.skinnerLegend {
	list-style-type: none;
	display: block;
	width: auto;
	float: left;
}
.skinnerLegend li {
	display: block;
	clear: both;
	margin: 20px 140px auto 10px;
}
.skinnerLegend li img {
	margin-right: 5px;
	float: left;
}
