

/* ALL LINKS ON THIS PAGE WILL HAVE NO DECORATION BY DEFAULT */
/* LINK COLOR TO BE DEFINED PER SECTION */

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

/* IMG TO HAVE NO BORDER BY DEFAULT */
/* BORDERS CAN BE ADDED WHEN NEEDED IN CHILD DIV */

img {
	border: 0px;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.clear {	/* USED TO CLEAR AFTER FLOATS */
	clear: both;
}

.master {
	background-color: #FFFFCC;
    border: 1px solid #CC3333;
    margin: auto;
	width: 90%;
}

* html .master { /* HACK TO FORCE IE6 INTO COMPLIANCE.  DEATH TO IE6 */
	width: 100%;
}

.bannerbar {
	text-align: center;
	width: 100%;
}

.centerwrapper {
	background-position: top right;
	background-repeat: repeat-y;
    color: #000000;
	float: left;
	text-align: justify;
	width: 100%;
	min-height: 250px;
}

* html .centerwrapper { /* HACK TO FORCE IE6 INTO COMPLIANCE.  DEATH TO IE6 */
	height: 250px;
}

.main {
	background-color: #FFFFFF;
    color: #000000;
    font-size: 12px;
	margin: 0px 0px 0px 150px;
	min-height: 420px;
	padding: 10px;
	text-align: justify;
}

* html .main { /* HACK TO FORCE IE6 INTO COMPLIANCE.  DEATH TO IE6 */
	height: 420px;
}

.main a {
	color: #CC3333}

.leftframe {
	float: left;
	margin-left: -100%;
	text-align: center;
	width: 150px;
}

.menubar {
	width: 100%
}

.menubar a {
    border: 1px solid #999999;
	color: #000000;
	display: block;
	font-family: Meiryo, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    margin: auto;
    margin-top: 5px;
	padding: 4px 2px 4px 2px;	
	text-align: center;	
    width: 90%;
}

.menubar a:hover, .menubar .active {
	border: 1px solid #CC3333;
    background-color: #FFFFFF;
	color: #CC3333;
}

.footerbar {
	color: #CC3333;
	font-size: 10px;
	padding: 2px 0px 2px 0px;
    text-align: right;
	width: 100%;
}

.footerbar a {
	color: #CC3333;
}

.ratingsblockleft {
	float: left;
	width: 48%;
}

.ratingsblockright {
	float: right;
    width: 48%
}

.ratingsnumber, .ratingsteam, .ratingsrating {
	float: left;
    font-size: 12px;
    padding: 2px 0px 2px 0px
}

.ratingsnumber {
    text-align: center;
	width: 10%;
}

.ratingsteam {
    font-size: 12px;
	width: 70%;
}

.ratingsrating {
	float: right;
    text-align: right;
	width: 19%;
}

h1 {
	font-size: 16px;
	font-weight: bold;
    margin: 0px;
    padding: 0px;
	text-align: center;
}

h2 {
	font-size: 16px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.champslist {
	margin: auto;
    width: 400px;
}

.champscell {
	float: left;
    font-size: 14px;
    text-align: center;
    width: 99px;
}

.trackerbox {
	margin: auto;
    width: 98%;
}

.trackerteam, .trackerrank {
	border: 1px solid lightgray;
	float: left;
    font-weight: bold;
    padding: 2px 0px 2px 0px;
    text-align: center;
	width: 22%;
}

.trackerrank {
	font-weight: normal;
	width: 7%;
}

.linksblock {
	margin: auto;
    margin-top: 5px;
	width: 95%;
}

.linkstitle {
	font-size: 14px;
	font-weight: bold;
    text-color: #CC3333;
}    