@charset "utf-8";
BODY {
	background-color: #273b3d;
	margin-top: 15px; 
}


/* LAYOUT STUFF */

#container {
	width: 100%;	
}

.outline {
	max-width: 900px;
}

#bracket {
	width: 894px;
	height: 395px;
	float:inherit;
	border-style: solid;
	padding-bottom: 5px;
	background-color: #EEEEEE; /*#a0bdd2;*/
	background: url(images/bracket_bg_2.gif);
}

#topRow {
	width: 100%;
	float: left;
}

#midRow {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

#botRow {
	width: 100%;
	float: left;
}

.bracketQuarter {

}

.bracketCol1 {
	width:100px;
	padding-right: 5px;
	padding-left: 5px;
}.bracketSlotCol1 {
	border-style: solid;
	border-width: 1px;
	height:12px;
	max-width: 98px;
	margin-top: 5px;
}

.bracketCol2 {
	float: left;
	width:100px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: -10px;
}.bracketSlotCol2 {
	border-style: solid;
	border-width: 1px;
	max-width: 98px;
	margin-top: 24px;
}

.bracketCol3 {
	float: left;
	width:100px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: -30px;
}.bracketSlotCol3 {
	border-style: solid;
	border-width: 1px;
	max-width: 98px;
	margin-top: 63px;
}

.bracketCol4 {
	float: left;
	width:100px;
	padding-right: 5px;
	padding-left: 5px;
}.bracketSlotCol4 {
	border-style: solid;
	border-width: 1px;
	max-width: 98px;
	margin-top: 72px;
}



#iframeHeader {
	background-color:#000000;
	height="100%"
	width="100%"
}

#deckprofile {
	width:415px;
	float:left;
	border-style: solid;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	background-color: #c5dfe0;
	background-image: url(images/deckprofile_bg.gif);
	clear: both;
}

#profileHeader {
	background-image:url(images/profileheader.jpg);
	height: 59px;
	width: 500px;
	clear: both;
}




#cardHolder {
	width: 300px;
	height: 420px;
	background-color: #000000;
	float: left;
}

#cardbackHolder {
	width: 300px;
	height: 420px;
	background: url(cardimages/rolando.jpg)s;
	float: right;
}

#cardphoto {
	position: absolute;
	z-index: 1;
}

#cardbackborder {
	position: absolute;
	z-index: 1;
}

#cardborder {
	position: absolute;
	z-index: 2;
}


#archetype {
	position: relative;
	z-index: 4;
	left: 2px;
	top: 2px;
}

#archetypeBack {
	position: relative;
	z-index: 5;
	left: 255px;
	top: 93px;
	width: 32px;
	height: 32px;
}

#playername {
	position: relative;
	z-index: 3;
	right: 10px;
	top: 348px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#playernameBack {
	position: relative;
	z-index: 3;
	left: 15px;
	top: -18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 220px;
}

.tinyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #CCCCCC;
}

.lessTinyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

#teamname {
	position: relative;
	z-index: 3;
	right: 10px;
	top: 348px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}



.rightAlign {
	align: right;
	width: 100%;
}

.leftAlign {
	align: left;
	width: 100%;
}



