/*
    Global Stats Pages
*/
#stats h1 {
    font-size:30pt;
    color:rgb(255,255,255);
    outline:0px solid red;
    margin:8px 0px;
}
/*
    Global Pages - Death Counts
*/
.jp100_DeathCount_global {
    outline:0px solid blue;
    width:671px;
    height:166px;
    background-image:url('https://community.fastly.steamstatic.com/public/images//gamestats/201830/JurassicPark100_MrDNA_global.png');
    background-repeat:no-repeat;
}
.jp100_DeathCount_global_number {
    outline:0px solid red;
    display:table;
    position:relative;
    width:453px;
    height:100px;
    position:relative;
    left:184px;
    top:34px;
    text-align:center;
    font-size:40pt;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color:rgb(204,35,35);
    overflow:hidden;
    text-shadow:1px 1px 1px black;
}
.jp100_DeathCount_global_number_center {
    display:table-cell;
    vertical-align:middle;
    width:280px;
    height:60px;
}


/*
    All Personal pages & compares
*/
#statsContainer {
    padding-left:16px;
}
#statsContainer h1 {
    color:rgb(255,255,255);
    margin:8px 0px;
}
#statsContainer h2 {
    color:rgb(255,255,255);
    border-bottom:2px solid rgb(255,255,255);
    width:400px;
}
#statsContainer h3 {
    color:rgb(255,255,255);
    font-size:13pt;
    padding-bottom:5px;
}
#compRightCol {
    float:right;
    width:400px;
    text-align:right;
    padding-right:16px;
    margin-right:20px;
}


/*
    Personal Pages - Scenarios
*/
.jp100_scenarioArea {
    margin-top:20px;
    margin-bottom:30px;
}
.jp100_scenarioArea h3 {
    margin-bottom:4px;
}
.senarioImage {
    border: 1px solid white;
    margin-right:15px;
    margin-left:15px;
}


/*
    Personal Pages - Death Counts
*/

.jp100_DeathCount_player {
    outline:0px solid blue;
    width:425px;
    height:105px;
    background-image:url('https://community.fastly.steamstatic.com/public/images//gamestats/201830/JurassicPark100_MrDNA_player_left.png');
    background-repeat:no-repeat;
}
.jp100_DeathCount_player_number {
    outline:0px solid rgb(255,0,0);
    display:table;
    position:relative;
    width:287px;
    height:63px;
    left:117px;
    top:22px;
    text-align:center;
    font-size:40pt;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color:rgb(256,256,256);
}
/*
    Modifications for right-justified death count. You'll only need the class
    "jp100_DeathCount_player_right" defined at the same DIV as "jp100_DeathCount_player" class is defined.
*/
.jp100_DeathCount_player_right {
    background-image:url('https://community.fastly.steamstatic.com/public/images//gamestats/201830/JurassicPark100_MrDNA_player_right.png');
}
.jp100_DeathCount_player_right .jp100_DeathCount_player_number {
    left:23px;
}
/*
    Death Number formating and position.
*/
.jp100_DeathCount_player_number_center {
    display:table-cell;
    vertical-align:middle;
    width:280px;
    height:60px;
    text-shadow:1px 1px 1px rgb(0,0,0);
}
/* For coloring text at compare mode. */
.jp100_DeathCount_player_number_center.winner {
    color:rgb(0,204,0);
}
.jp100_DeathCount_player_number_center.looser {
    color:rgb(204,0,0);
}
.jp100_DeathCountEpisode_player {
    width:400px;
    margin-right:14px;
    margin-left:14px;
}
.jp100_DeathCountEpisode_player_episodeRow {
    display:table-row;
    padding:2px;
}
.jp100_DeathCountEpisode_player_episodeTitle {
    display:table-cell;
    width:300px;
    padding:2px;
    font-size:12pt;
    border-bottom:2px solid rgb(100,100,100);
}
.jp100_DeathCountEpisode_player_episodeCount {
    display:table-cell;
    width:100px;
    text-align:right;
    padding:2px;
    font-size:16pt;
    border-bottom:2px solid rgb(100,100,100);
}
.jp100_DeathCountEpisode_player_right .jp100_DeathCountEpisode_player_episodeCount {
    text-align:left;
}
.compBetter {
    color:rgb(85,170,85);
}
.compWorse {
    color:rgb(170,85,85);
}
.compSame {}

/*
    This is CSS that was stolen from the Puzzle Agent 2 stats compare page.
*/
  
  
#subtabs {
	width:918px;
	height:43px;
	background-image:url('https://community.fastly.steamstatic.com/public/images//skin_1/statsSubtabsBG.gif');
	padding-left:14px;
	clear:left;
}
.subtab {
	float:left;
	height:31px;
	padding:10px 0px 0px 2px;
}
.subtabOnL,.subtabOnR,.subtabOn,.subtabOffL,.subtabOffR,.subtabOff,.subtabOffC,.subtabOnC {
	float:left;
}
.subtabOnC {
	background-image:url('https://community.fastly.steamstatic.com/public/images//skin_1/subtabBGOn.gif');
	padding:10px 32px 0px 32px;
	height:21px;
	min-height:21px;
}
.subtabOffC {
	background-image:url('https://community.fastly.steamstatic.com/public/images//skin_1/subtabBGOff.gif');
	padding:10px 32px 0px 32px;
	height:21px;
	min-height:21px;
}
.rankImg {
	float:left;
	margin-right:16px;
}
.CrankImg {
	float:right;
	margin-left:16px;
}
.taxDollarHolder {
	background-color:#000000;
	border:solid #808080 1px;
	width:350px;
	font-family:courier;
	font-size:28px;
	color:#aa0000;
	text-align:center;
	padding:6px;
}
