body {
	margin: 0px;
	font-family: Arial;
}

.gia-h4 {
	font-size: 12px;
	margin: 0px;
	font-family: Arial;
	font-weight: bold;
	line-height: 12px;
}

a, a:visited {
	color: #165085;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#tableContainer {
	width: 940px;
	margin: 0px auto;
	position: relative;
	float: left;

}

#tableHeader {
	width: 940px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	height: 43px;
	position: absolute;
	top: 0;
}
#tableHeaderSpacer {
	width: 940px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	height: 43px;

}

#tableContent {
	position: relative;

}

#rankHeader {
	float: left;
}

#tabs {
	display: inline;

}

.rankCell {
	padding: 5px;
	width: 40px;

	text-align: center;
	float: left;
	font-size: 13px;
	line-height: 30px;
}

#tabs .rankCell {
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	height: auto;

	margin-top: 5px;
	float: left;
	width: 39px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#tabs .firstCell {
	border-right: 0px;
}



#nameHeader {
	float: left;
	width: 175px;
	height: 20px;
}

#chartHeader {
	float: left;
	width: 395px;
}

#averageHeader {
	width: 100px;

	float: left;
}

#medalHeader {
	float: left;
	width: 150px;
}

#countryHeader {
	width: 90px;
	float: left;
}

.row {
	position: absolute;

	height: 40px;
/*	margin-bottom: 1px;*/
/*	border-bottom: 1px dotted #ccc;*/

}

.rowR {
	right: 0px;
}



.nameCell {

	padding-left: 10px;

	font-size: 13px;
	float: left;
}

.nameCell img {
	width: 32px;
	height: 40px;
	margin-right: 1px;
}

.nameCellName {
	margin-top: 11px;
	display: block;
}

.nameCellSport {
	display: block;
	font-size: 10px;
	color: #666;
}




.chartCell {
	width: 375px;
	margin-right: 20px;
	height: 40px;
	float: left;
}

.avgCell {
	height: 40px;
	width: 120px;

	float: right;
}
.avgBarContainer {
	margin-top: 14px;
	float: left;
	width: 120px;
	height: 10px;
	background-color: #eee;
}

.avgBar {

	height: 10px;
	float: left;
	background-color: #5E843A;
}
.avgNum {
	width: 80px;
	font-size: 10px;
	color: #666;
	float: left;
}

.medalCell {
	margin-right: 20px;
	width: 130px;

	float: right;
	text-align: left;
	margin-top: 15px;
	font-size: 11px;
	color: #ccc;
}
.hasMedals {
	color: #000;
}


.countryCell{
	width: 95px;
	height: 40px;
	float: left;
	
}

.countryCell img {
	float: left;
	margin-top: 15px;
	margin-right: 5px;
}

#tableCanvas {
	position: absolute;
	width: 940px;
	height: 4000px;
	z-index: -10;
}

#gia-floater {
	width: 160px;

	pointer-events:none;
	padding: 5px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #bbb;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	background-color: #fefefe;
	position: absolute;
	z-index:600;
	display: none;
}

.floaterRow {
	width: 160px;
	float: left;
	
}

.floaterRowData {
	width: 160px;
	float: left;
	padding-bottom: 5px;
	border-top: 1px solid #eee;
}

#floaterDate {
	font-size: 14px;
	font-family: Georgia;
	font-weight: bold;
	margin-bottom: 5px;
	float: left;
}


#medalCountData{
	float: right;
	font-size: 11px;
	color: #666;
	margin-top: 5px;
}

#changeClicksData{
	margin-top: 5px;
	width: 160px;
	float: left;
	text-align: left;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
}
.rowHeader {
	margin-top: 5px;
	width: 100px;
	float: left;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}

.rowData {
	margin-top: 5px;
	width: 60px;
	float: left;
	text-align: right;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
}

#actualClicksData {
	width: 60px;
}

.rowDailyNews {


	margin-bottom: 5px;
	float: left;
	width: 160px;
	font-size: 10px;
	font-family: Arial;
	font-style: italic;
	color: #165085;
}

.medalListContainer {
	margin: 5px;
	background-color: #fff;
	width: 140px;
	display: none;

	border: 1px solid #eee;

/*	border-left: 1px solid #eee;
	
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;*/
	position: absolute;
	top: 25px;
	left: -10px;
}

.moreInfo {
	cursor: pointer;
	color: #165085;
	display: inline;
}

.numMedals img {
	margin-right: 5px;
}

.medalList {
	margin: 5px 5px 0px 5px;
	padding-left: 0px;
	list-style: none;
	float: left;
}

.medalList li {
	padding-left: 15px;
	margin-bottom: 5px;
	float: left;
}

.gold {
	background: url('../img/gold.png') top left no-repeat;
}

.bronze {
	background: url('../img/bronze.png') top left no-repeat;
}

.silver {
	background: url('../img/silver.png') top left no-repeat;
}










