/*GLOBAL TYPOGRAPHY DEFINITIONS*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
}

a {
	color: #006ddd;
}

a:hover{
	color: #6da401;
}

a.white:hover{
	color: white;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #006ccb;
}

p{
	color:#4c4c4c;
	line-height:17px;
}

input{
	background:none;
	border:0;
	margin:0;
	padding:0;
	height:25px;
	width:100%;
	color:#000000;
	font-size:12px;
}

label{
	float:left;
	font-weight:bold;
	color:#000000;
	padding-top:6px;
}

strong{
	font-weight:bold;
	color:#000000;
}

/*GLOBAL HEADER*/
h1.logo span{
	visibility:hidden;
	display:inherit;
}

h1.logo{
	position:absolute;
	left:-37px;
	top:0px;
}

h1.logo a{
	/*background:transparent url(assets/logosSprite.png) no-repeat 0 0;*/
	background:transparent url(assets/logo_header.png) no-repeat 0 0;
	behavior: url(lib/script/iepngfix.htc);
	width:234px;
	height:89px;
	display:block;
}

/*-- HOME STEPS --*/
.homeSteps h2{
	color: #79ad00;
}

.homeSteps h4{
	display: block;
	float: left;
	background: transparent url(assets/homeStepSprite.png) no-repeat top left;
	width: 41px;
	height: 52px;
	margin: 9px 9px 0 0;
}

.homeSteps h4.first{
	background-position: 0 0;
}

.homeSteps h4.second{
	background-position: -44px 0;
}

.homeSteps h4.third{
	background-position: -88px 0;
}

.homeSteps p{
	line-height: 16px;
	margin-top:1px;
}

/*-- PLAY DEMO BUTTON --*/
.demoButton{
	float:right;
	position:relative;
	bottom:14px;
}
.demoButton h4 a{
	background:transparent url(assets/demoButtonSprite.png) no-repeat 0 0;
	background-position: 0 0;
	width:299px;
	height:95px;
	display:block;
}

.demoButton h4 a:hover{
	background-position: 0px -95px;
}

.demoButton h4 span{
	visibility:hidden;
	display:inherit;
}


/*LEADERBOARD*/
#leaderboardChart h3{
	background:transparent url(assets/headers.png) no-repeat 0 0;
	text-align:left;
	width:615px;
	height: 32px;
	padding:9px 0 0 15px;
	
	color:#ffffff;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#leaderboardChart .title{
	padding-right: 10px;
	border-right: solid 1px #639f00;
}

#leaderboardChart .subtitle{
	padding-left: 10px;
	padding-top: 4px;
	border-left: solid 1px #82b933;
	font-size:12px;
	font-weight:normal;
}

#leaderboardChart .pipe{
	display:none;
}

#leaderboardChart li,
div.matchDetails li {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

#leaderboardChart li.sporeName{
	font-weight:bold;
	color:#000000;
}

#leaderboardChart li.creator{
	margin-top:19px;
	display:block;
}

#leaderboardChart li.creator .username{
	color:#529d01;
	font-weight: bold;
	display:block;
}

#leaderboardChart span.numValue{
	font-weight:bold;
	color:#000000;
}

#leaderboardChart a.nextLink{
	display: block;
	float: left;
	background: transparent url(assets/pag_next.gif) no-repeat top right;
	padding: 0 23px 0 0;
	line-height: 17px;
	font-weight: bold;
}

/*NEW SPORES*/
#newSpores h3{
	background:transparent url(assets/headers.png) no-repeat 0 -41px;
	width:248px;
	height: 30px;
	padding:10px 0 0 15px;
	
	color:#ffffff;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}

#newSpores li{
	font-family:Tahoma;
	font-size:11px;
	color:#737373;
}

#newSpores .username{
	color:#3c9300;
	font-weight:bold;
}

#newSpores .time{
	color:#000000;
}

/*ACCOUNT DETAILS*/
.accountDetails h4{
	float:left;
	background:transparent url(assets/myAccountSprite.png) no-repeat 0 0;
	border-style: none;
	width:inherit;
	height:inherit;
	display:block;
}

.accountDetails .versionBadges h6{
	font-size: 18px;
	font-weight: bold;
}


/*SIDEBAR*/
.sidebar .sporeSearchSB h2,
.sidebar .sporeHelpSB h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
	line-height: 140%;
}

.sidebar .sporeSearchSB label,
.sidebar .sporeHelpSB label{
	float:none;
	font-family:Tahoma;
	font-weight:normal;
	font-size:11px;
	display:inline;
}


.asterisk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}


/*FOOTER*/
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.footer a{
	color: #006ddc;
}

.footer h4 span{
	visibility:hidden;
	display:inherit;
}

.footer h4 a{
	background:transparent url(assets/logosSprite.png) no-repeat 0 0;
	width:inherit;
	height:inherit;
	display:block;
}

h4.eaLogo a{
	background-position:0px -259px;
	width:64px;
	height:56px;
}

h4.sporeLogo a{
	background-position:0px -105px;
	width:135px;
	height:54px;
}

h4.trusteLogo a{
	background-position:0px -186px;
	width:172px;
	height:52px; 
}

/*-- DATAGRID TABLE --*/
table.dataGrid {
	width: 100%;
}

table.dataGrid th{
	/*padding: 8px 8px 8px 15px;/**/
	padding: 8px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	/*border-right: 1px outset #ddd;/**/
	border-right: 1px solid #d3d3d3;
	background: transparent url(assets/bg-tableHeader.png) repeat-x top left;
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4b4b4a;
	
	text-align: center;
	
}

table.dataGrid th.last{
	border-right: none;
}

table.dataGrid tr{
	background:#ffffff;
}

table.dataGrid tr.alt{
	background: #fafafa;
}

table.dataGrid td{
	height:65px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#595858;
	/*padding-left:15px;/**/
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

table.dataGrid td.battle {
	padding: 0 20px;
	width: 80px;
}

table.dataGrid td.date{
	font-weight:normal;
}

.error {
	color: #ba1b00;
	font-weight: bold;
}

.success {
	color: #001bba;
	font-weight: bold;
}
