body {
	font-family: Arial;
}

.container
{
    margin: 0px;
	padding: 0px;
    width: 780px;
    height: 610px;
	top:0px;
	left: 0px;
    position:absolute;
    background-color: #fff;
	overflow: hidden;
	/*background-image:url('../images/template.png');*/
}

#graph-view
{
	position: absolute;
	top: 50px;
	left: 0px;
	width: 780px;
	height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
}

#medal-table
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 400px;
}

.medal-container {
	position: absolute;
	right: 0px;
	width: 220px;
	height: 75px;
	background: #fff;
}

.medal-row {
	position: absolute;
	left: 580px;
	top: 0px;
	width: 170px;
	height: 27px;
	background: #efefef;
	padding-left: 10px;
}

.medal {
	float: left;
	width: 27px;
	height: 27px;
	font-size: 13px;
	margin-left: 6px;
	margin-right: 6px;
	line-height: 27px;
	text-align: center;
	color: #333;
}

.gold-total {
	background-repeat: no-repeat;
	background-position: 1px 1px;
	background-image:url('../images/gold-medal.png');
}

.silver-total {
	background-repeat: no-repeat;
	background-position: 1px 1px;
	background-image:url('../images/silver-medal.png');
}

.bronze-total {
	background-repeat: no-repeat;
	background-position: 1px 1px;
	background-image:url('../images/bronze-medal.png');
}

.bar {
	position: absolute;
	left: 150px;
	width: 420px;
	height: 27px;
	background: #efefef;
}

.faded {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.bar-container {
	position: absolute;
	left: 0px;
	width: 450px;
	height: 27px;
	background: #fff;
}

.flag {
	position: absolute;
	left: 0px;
	top:0px;
	width: 40px;
	height: 27px;
	background: #ddd;
}
.rank {
	position: absolute;
	font-size: 12px;
	font-family: Arial;
	top: 2px;
	left: 47px;
	color: #333;
	font-weight: bold;
}

.gold {
	position: absolute;
	height: 27px;
	background: #f7ba3b;
}

.silver {
	position: absolute;
	height: 27px;
	background: #c3c3c3;
}

.bronze {
	position: absolute;
	height: 27px;
	background: #9e7952;
}

.year-label {
	
	position: absolute;
	font-size: 12px;
	font-family: Arial;
	top: 2px;
	left: -83px;
	color: #666;
	display: block;
	width: 80px;
}

.year-label-faded {
	position: absolute;
	top: 10px;
	left: -40px;
	color: #ccc;
}

#blocker {
    margin: 0px;
	padding: 0px;
    width: 780px;
    height: 600px;
	top:0px;
	left: 0px;
    position:absolute;
    background-image:url('../images/trans.gif');
	display: none;
	z-index: 999999999;
    
}

#day-readout {
	position: absolute;
	font-family: Georgia;
	font-size: 20px;
	color: #333;
	left: 0px;
}

#frm {
	position: absolute;
	font-family: Arial;
	font-size: 14px;
	color: #333;
	right: 0px;
	z-index: 8888888;
}

#totals-text {
	position: absolute;
	font-family: Arial;
	font-size: 14px;
	color: #666;
	top: 30px;
	right: 140px;
}

#rank-text {
	position: absolute;
	font-family: Arial;
	font-size: 14px;
	color: #666;
	left: 0px;
	top: 30px;
	right: 142px;
}



#loading {
	font-size: 14px;
	background-color: #fff;
	height: 460px;
	padding-top: 240px;
	text-align: center;
	width: 780px;
	position: absolute;
	z-index: 999999999;
	left: 0;
	top: 0;
	color: #777;
}

#intro-text {
	position: absolute;
	width: 400px;
}

#intro-text h2 {
	position: absolute;
	font-family: Georgia;
	font-size: 30px;
	color: #333;
}

#intro-text h3 {
	position: absolute;
	font-family: Georgia;
	font-size: 24px;
	top: 60px;
}

#intro-text p {
	position: absolute;
	font-family: Georgia;
	font-size: 16px;
	width: 600px;
	top: 10px;
	left: 0px;
	color: #666;
}

#category-buttons {
	width:940px;
	height: 90px;
	position: absolute;
}

.category-button {
	width:94px;
	height: 70px;
	padding: 20px 5px 0px 5px;
	float: left;
	background: #ff0000;
	text-align: center;
	cursor: pointer;
}

.category-button:hover {
	background: #000;
	color: #fff;
}

#footer {
	width:940px;
	height: 40px;
	position: absolute;
	bottom: 0px;
}

#scroll-bar {
	position: absolute;
	right: 0px;
	top:0px;
	width: 32px;
	height: 610px;
	z-index: 999999;
	background-color: #ddd;
}
#scroll-bar .handle {
		bottom: 0px;
		width: 32px;
		height: 100px;
		color: #fff;
		font-size: 14px;
		line-height: 36px;
		background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image:url('../images/handle-background.png');
}
