@charset "utf-8";

/*content CSS, organized by use*/
body {
	background: #0a55a2;
}

a {
	text-decoration: none;
	font-weight: bold;
	color:gold;
}

h2 {
	color: whitesmoke;
	cursor: pointer;

}

tbody {
	outline: double #000000;
	width: 750px;
}

td {
	padding-right: 10px;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	text-align: center;
	color: whitesmoke;
	text-transform: capitalize;
	
}



/*CSS classes, organized alphabetically*/
.banner {
	align-self: center
	width: auto;
	height: auto; 
    margin:auto;
}

.center{
	margin: auto;
}

.content{
	width: 750px;
	margin: auto;
	color: whitesmoke;
	padding-bottom: 10px;
}

.decklist{
	width: 750px;
	margin: auto;
}

.decklistHeader {
	text-align: left;
	font-size: 20px;
	margin: 3px;
	color: whitesmoke;
	text-transform: capitalize;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
}

.decklistBody{
	background-color: gray;
	outline: auto;
	align-content: center;
	color: whitesmoke;
}

.default{
	align-content: center;
	color: whitesmoke;
}	

/* This is the header image that appears behind the navigation bar on each page.
*  If you wish to change this image, please overwrite the images/headerimg.png file
*/

.header {
	width: 875px;
	height: 367px; 
	background-image: url(images/headerimg.png)
	
}


.hidden {
  display: none !important;
}

.main {
	background-color: #464646;
	margin: 0 auto;
  	width: 875px;
  	height: auto;
  	z-index: -1;
	align-content: center;
	box-shadow: 0px 0px 7.39px 5.61px #000000; 	
}

.nav {
	text-align: justify
}

.playerHeader {
	text-align: left;
	font-size: 40px;
	padding: 10px;
	margin-top: auto;
	margin-bottom: auto;
	color: whitesmoke;
	text-transform: capitalize;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
}

.playerStats{
	background-color: dimgrey;
	outline: auto;
	color: whitesmoke;
	margin: auto;
}

.playerRatings {
	text-emphasis: bold;
	float: right;
	text-align: left;
	font-size: 14px;
	margin: 0px;
	padding: 10px;
	color: whitesmoke;
	text-transform: capitalize;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
}

/* The following four classes affect tables on the findSatellite.php page.
*  Names are queried directly from the database. DO NOT CHANGE THE NAMES.
*  Please only edit the CSS for these if ABSOLUTELY necessry.
*/ 

.satelliteBronze{
	background: linear-gradient(#CD7F32, goldenrod, #CD7F32);
	text-shadow: 2px 2px 2px black, 4px 2px 2px black;
	width: 750px;
	font-size: 30px;
	
}

.satelliteGold{
	background: linear-gradient(#a48b27, #c0aa3d, #a48b27);
	text-shadow: 1px 1px 0px black, 4px 2px 2px black;
	width: 750px;
	font-size: 30px;	
}

.satellitePlatinum{
	background: linear-gradient(#7B7979, #C7C2C2, #F3F3F3, #C7C2C2, #7B7979);
	text-transform: uppercase;
	text-shadow: 2px 2px 2px black, 4px 2px 2px black;
	width: 750px;
	font-size: 60px;	
}

.satelliteSilver{
	background: linear-gradient(#7B7979, #C7C2C2, #7B7979);
	text-shadow: 2px 2px 2px black, 4px 2px 2px black;
	width: 750px;
	font-size: 30px;
}

/* END OF EVENT PAGE CLASSES */

.satelliteState:hover{
	text-decoration: none
}

.tableHeader {
	font-weight: bold;
	text-transform: uppercase;
}