/* CSS Document */

body { 
	padding: 0;
	margin: 0;
	background-color:#999999;
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	color: #666666;
	}

h2 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	}

h3 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	padding-top: 8px;
	line-height: 17px;
	}
	
h4 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	}
	
	.pointerhand{
	cursor:pointer;
	cursor:hand;
	}

.small {
	font-size: 11px;
	line-height:18px;
	font-style:inherit;
	}


/* ----- general page properties --- */

#wrapper {
	margin-top:10px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(./images/bg-strip.gif);
	background-repeat: repeat-y;
}

#splash {
	margin-right: 12px;
	margin-left: 12px;
}

#header {
	postition: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #999999;
}

#sidebar {
	position: relative;
	z-index: 99;
}

#menu {
	position: relative;
	top: -170px;
	width: 170px;
	padding-left: 60px;
	line-height: 20px;
}
#menu a{
	text-decoration: none;
}
#menu a:link {
	color: #666666;
}
#menu a:hover {
	color: #0767A3;
	}
#menu ul {
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
	z-index: 49;
	}

#top_right_image {
	vertical-align: top;
	position: relative;
	margin-left: 753px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

#logo {
	position: relative;
	top: -180px;
	margin: 0;
	padding: 0;
}

#copy {
	position: relative;
	width: 650px;
	margin-top: -500px;
	margin-left: 300px;
	margin-bottom: -40px;
	font-size: 12px;
	line-height: 28px;
	z-index: 100;
}

#copy h2 {
	font-size: 20px;
	}

#footer {
	position: relative;
	height: 233px;
	background-image: url(./images/footer.gif);
	background-position: bottom;
	top: 20px;
	/*background-repeat: no-repeat;*/
	}
	
#footer-splash {
	position: relative;
	padding-left: 12px;
	padding-right: 12px;
	height: 120px;
	background-image: url(./images/footer-shadow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}


/* ---------------------------------- */
/* ---------------------------------- */
/* ----- selector page properties --- */
/* ---------------------------------- */
/* ---------------------------------- */

#selector-info {
	/*display: none;*/
	}

#selector-img {
	display: inline;
	padding-right: 10px;
	margin: 0;
	}

/* ---------------------------------- */
/* ---------------------------------- */
/* ----- player search page properties --- */
/* ---------------------------------- */
/* ---------------------------------- */


#search  {
	
	}

#view {
	float: right;
	}
	
#player-list {
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding: 5px;
	height : 300px; 
	overflow : auto;
	
	}
#player {
	display: table-row;
	padding-bottom: 10px;
	}
#player-img-thumb {
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	}

#player-img {
	float: right;
	display: inline;
	}
	
#player-img2 {
	float: right;
	/*display: inline;
	padding-left:30px;*/
	}

#player-copy {
	padding-bottom: 20px;
	margin-left: 75px;
	width:470px;
	line-height:16px;
	}
	
#player-copy2 {
	padding-bottom: 20px;
	padding-right: 40px;
	/*width:500px;*/
	line-height:16px;
	}

#player-copy p {
	}

#player-copy h4 {
	padding: 0px;
	margin: 0px;
	}

/* ------ sponsorship page properties ---- */

#sponsorship_levels ul {
	margin: 0;
	}

#sponsorship_levels h3 {
	padding-top: 40px;
	padding-bottom: 10px;
	}

#sponsorship_levels h4 {
	padding-top: 10px;
	}

#sponsorship_levels a:link {
	font-colour: #666666;
	}
