/* 
 * -------------------------------------------------------------------
 * Basic Page Properties 
 * -------------------------------------------------------------------
 */

html,
body {
	margin: 0 auto;
	padding: 0;
	/*width: 100%;*/
	background-color: #fff;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
}

img {
	border: none;
}

/* 
 * -------------------------------------------------------------------
 * Header
 * -------------------------------------------------------------------
 */

#header {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 79px;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#title {
	display: block;
	float: left;
	width: 95px;
	height: 80px;
	background: transparent url("images/logo.gif") no-repeat 0 0;
}

#header h1 br {
	display: none;
}

#subtitle {
	display: block;
	margin: 0;
	padding: 17px 0 0 0;
	font-size: 16pt;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0.1em;
	text-align: right;
	color: #bfbfbf;
}

#sponsors {
	float: right;
	width: 329px;
	height: 47px;
	margin: 0;
	padding: 0;
}

#sponsors a {
	display: block;
	float: left;
}

#LPGA {
	width: 38px;
	height: 47px;
}

#LET {
	width: 64px;
	height: 47px;
}

#ALPGT {
	width: 49px;
	height: 47px;
}

#LGU {
	width: 53px;
	height: 47px;
}

#LPGAJ {
	width: 56px;
	height: 47px;
}

#KLPGA {
	width: 69px;
	height: 47px;
}

#sponsors .preamble,
#sponsors .punct {
	display: none;
}

#main_nav {
	display: none;
}


/* 
 * -------------------------------------------------------------------
 * Footer
 * -------------------------------------------------------------------
 */

#footer,
.overlay {
	display: none;
}

/* 
 * -------------------------------------------------------------------
 * Rankings as of ...
 * -------------------------------------------------------------------
 */

h2 {
	margin: 36px auto 18px auto;
	padding: 0 10px;
	width: 100%;
	color: #bfbfbf;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

/* 
 * -------------------------------------------------------------------
 * Rankings
 * -------------------------------------------------------------------
 */

.rankings-container {
	margin: 0 auto;
	width: 100%;
	min-height: 390px;
}

#rankings_data {
	width: 100%;
	border-collapse: collapse;
	empty-cells: hide;
	background-color: #fff;
}

#rankings_data tbody {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

#rankings_data tr {
	border-bottom: 1px solid #eee;
}

#rankings_data .odd {
	background-color: #ececec;
}

#rankings_data .odd .change,
#rankings_data .odd .country,
#rankings_data .odd .avg_pts {
	background-color: #f1f1f1;
}

#rankings_data th {
	vertical-align: middle;
	padding: 4px 21px 4px 6px;
	text-align: center;
	font-weight: normal;
}

#rankings_data td {
	vertical-align: top;
	padding: 6px 24px;
}

#rankings_data .rank,
#rankings_data .change,
#rankings_data .events {
	width: 2em;
}

#rankings_data .country,
#rankings_data .avg_pts,
#rankings_data .tot_pts {
	width: 5em;
}

#rankings_data .rank,
#rankings_data .change,
#rankings_data .events,
#rankings_data .avg_pts,
#rankings_data .tot_pts {
	text-align: right;
}

#rankings_data .player {
	text-align: left;
}

#rankings_data .country {
	padding-left: 20px;
}

#rankings_data .change.positive {
	color: #4e8c0b;
	font-weight: bold;
}

#rankings_data .change.negative {
	color: #d1175d;
	font-weight: bold;
}

#rankings_data .rank {
	font-weight: bold;
}

#rankings_data .avg_pts {
	color: #4e8c0b;
	font-weight: bold;
}

/* 
 * -------------------------------------------------------------------
 * Utils and Misc
 * -------------------------------------------------------------------
 */

/* Image replacement */

.imgrep {
	text-indent: 0px;
	/* font-size: 0; */
}

.imgrep img {
	display: block;
}

/* Two ways of clearing floats */

.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	position: static;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

