
body {
    background-color: black;
	padding: 0px;
	margin: 0px;
}

div.playername {
	white-space: nowrap;
	overflow: hidden;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	color: black;
	font-size:12px; 
	vertical-align: middle;
	text-align: left;
}

td div.flowsegment {
	overflow: hidden;
	font-family: Arial, Verdana, Helvetica;
	color: white;
	font-size: 12px; 
	white-space: nowrap;
	vertical-align: middle;
}

td div.statictext {
	overflow: hidden;
	font-family: Arial, Verdana, Helvetica;
	color: black;
	font-weight: bold;
	font-size: 14px; 
	white-space: nowrap;
	text-align: right;
	vertical-align: middle;
	background-color: white;
}

div.hbar1 {
    position: absolute;
	height: 10;
    top: 140px;
    left: 10px;
    right: 10px;
	border: 0px solid;
	border-color: #0A82FF;
	background-image:url('images/hbar10.jpg');
}

div.hbar2 {
    position: absolute;
	height: 10;
    top: 180px;
    left: 10px;
    right: 10px;
	border: 0px solid;
	border-color: #0A82FF;
	background-image:url('images/hbar10.jpg');
}

div.buttonLine {
    position: absolute;
	height: 30;
    top: 150px;
    left: 10px;
    right: 10px;
	background-color: #303030;
}

div.pbutton {
	float: left;
	height: 18;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
	background-color: transparent;
    font-family: Arial, Verdana, Helvetica;
    font-weight: bold;
    text-align: left;
	vertical-align: middle;
    color: gold;
    font-size: 14px;
}

div.pbutton a:link { color: gold; text-decoration: none; }
div.pbutton a:visited { color: gold; text-decoration: none; }
div.pbutton a:hover { color: gold; text-decoration: overline underline; }

div.pageWrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
	border: 0px solid;
	background-color: yellow;
}

div.headerWrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
	border: 0px solid;
	background-color: black;
}

div.headerBox {
    overflow:hidden;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    height: 130px;
	border: 0px solid;
	border-color: #0A82FF;
	background-image:url('images/boxfill.jpg');
    color: white;
}

div.headertext {
    position: absolute;
    font-family: Arial, Verdana, Helvetica;
    font-weight: bold;
    text-align: left;
    color: gold;
    font-size: 36px;
	z-index: 0;
}

div.headermsg {
	position: absolute;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	text-align: center;
	color: gold;
	right: 10px;
	z-index: 0;
}

div.gameFlowWrapper {
	position: absolute;
	top: 190px;
	left: 10px;
	padding: 10px;
	color: white;
	background-color: white;
}

.data           { font-family: Courier; font-size:12px }
.runtext	{ font-family: Arial, Verdana, Helvetica; font-weight: bold; font-size:12px; text-align:center }

.text1 {
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-size:12px
}

div.bigtitle {
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold; font-size:14px;
	white-space: nowrap;
	overflow: hidden;
}

div.playerendstatheader {
	width: 35px;
	white-space: nowrap;
	overflow: hidden;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	color: Black;
	font-size:12px;
	vertical-align: middle;
	text-align: center;
}

div.playerendstat {
	width: 35px;
	white-space: nowrap;
	overflow: hidden;
	font-family: Arial, Verdana, Helvetica;
	color: white;
	font-size:12px;
	vertical-align: middle;
	text-align: center;
}

/* Tool Tip Stuff */

.canvasInternalDiv {
    position: absolute;
    width: 1px;
    height: 1px;
    background-color:transparent; 
    visibility:hidden;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: black;
    color: white;
    text-align: left;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
    
.tooltip .canvastooltiptext {
    min-width: 300px;
    background-color: white;
	border: 2px solid #73AD21;
    color: black;
    text-align: left;
    border-radius: 6px;
    position: absolute;
    z-index: 24;
    bottom: -166%;
    left: 50%;
    margin-left: 12px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
}

.tooltip .canvastooltiptext .tablecontainer {
	max-height: 400px;
	padding-left:15px;
	padding-right:15px;
	overflow-y: scroll;
}

.tooltip .canvastooltiptext table {
	border-collapse: collapse;
	overflow-y: scroll;
	font-size: 12px;
	white-space: nowrap;
}

.tooltip .canvastooltiptext td {
	border: 1px solid black;
	padding: 3px 3px;
	text-align: center;
}

.tooltip .teamlinetooltiptext {
	visibility: hidden;
    min-width: 100px;
    background-color: white;
    border-radius: 6px;
	border: 2px solid #73AD21;
    padding: 5px 5px;
    position: absolute;
    z-index: 24;
    bottom: 250%;
    left: -125%;
	color: black;
    text-align: left;
    margin-left: 12px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	white-space: nowrap;
}

.tooltip:hover .teamlinetooltiptext {
    visibility: visible;
}

.tooltip .playernametooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: white;
    text-align: left;
    border-radius: 6px;
    border: 2px solid #73AD21;
    padding: 5px 5px;
    position: absolute;
    z-index: 24;
    bottom: 150%;
    left: 150%;
    margin-left: -60px;
	color: black;
}

.tooltip:hover .playernametooltiptext {
    visibility: visible;
}

.tooltip .playerlinetooltiptext {
	visibility: hidden;
	width:240px;
	overflow-y: scroll;
	overflow-x: hidden;
    background-color: white;
    border-radius: 6px;
	border: 2px solid #73AD21;
    padding: 5px 5px;
    position: absolute;
    z-index: 24;
	color: black;
    text-align: left;
    margin-left: 12px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	white-space: nowrap;
}

/* positional divs */
.pcontainer {
    border-width:0x;
    width:240px;
	height:200px;
    position: relative;
}
.container1 {
    border-width:0x;
    width:100px;
    position: relative;
    height:90px;
}
.container2 {
    border-width:0x;
    width:140px;
    position: relative;
    height:90px;
}
.center {
    text-align:center;
    display:table-cell;
    vertical-align:middle;
    position: absolute;
    left: 45%;
    top: 50%;
}
.centerRight {
    text-align:right;
    display:table-cell;
    vertical-align:middle;
    position: absolute;
    right: 0;
    top: 40%
}
.topLeft {
    text-align:left;
    display:table-cell;
    vertical-align:top;
    position: absolute;
    left:0;
}
.topRight {
    text-align:right;
    display:table-cell;
    vertical-align:top;
    position: absolute;
    right:0;
}
.bottomLeft {
    text-align:left
    display:table-cell;
    vertical-align:bottom;
    position: absolute;
    left: 0%;
	top: 85%;
}
.bottomRight {
    text-align:right;
    display:table-cell;
    vertical-align:bottom;
    position: absolute;
    right: 0%;
	top: 85%
}
