* {
  margin: 0px;
  padding: 0px;
}

a:link, a:visited {
	color: #ff9d00;
}

a:hover, a:active {
	text-decoration: none;
	color: #FF0000;
}

body {
	background: #9d9d9d url(../images/body_bg.gif) repeat-x;
	font: 11px Arial, Helvetica, sans-serif;
	color: #eeeeee;
	margin-top: 20px;
        line-height: 1.6em;
        letter-spacing: 0.1em;
}

h2 {
  font-size: 16px;
  letter-spacing: 0.12em;
} 

h3 {
  font-size: 13px;
  letter-spacing: 0.11em;
}

h5{
  font-size: 12px;
  letter-spacing: 0.10em;
}

img {
  border: 0;
}

ul, li {
  margin: 0;
  padding:0;
}
/****** CLASSES ********/

.ajax_waiting {
  background: url(../images/ajax_loader.gif) no-repeat 50% 50%;
}

.date {
	text-align: right;
	color: #F39F19;
	font-size: 11px;
}

.date a:link, .date a:visited {
	color: #F39F19;
}

.padded {
  padding: 1em;
}

.top_margin {
  margin-top: 1em;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.rss_icon a:link, .rss_icon a:visited {
  height: 23px;
  width: 23px;
  background: transparent url(../images/rss_icon.gif) no-repeat;
  position: absolute;
  right: 1.5em;
  top: 129px;
  text-decoration: none;
}

.ip_text, .ip_btn {
  color: #494949; 
}

.ip_btn {
  border-top: 1px solid #494949;
  border-left: 1px solid #494949;
  padding: 0.1em 0.5em;
}


.tbl_form{
  vertical-align: top;
  float:left;
}

.info_message, .error_message, #js_message_field p {
  margin: 2em 0 2em 1em;
  border:1px solid #494949;
  clear: left;
  background: #eee;
  padding: 0.75em 2em;
  width: 500px;
}

.info_message {
  color: #494949;
  border-top: 4px solid #ff9d00; 
  border-left: 4px solid #ff9d00; 
  border-bottom: 4px solid #f19e19; 
  border-right: 4px solid #f19e19; 
}

.error_message {
  color: #f00;
  border-top: 4px solid #ff9d00; 
  border-left: 4px solid #ff9d00; 
  border-bottom: 4px solid #f19e19; 
  border-right: 4px solid #f19e19; 
}

.form_mdl {
  display: block;
  font-size: 80%;
}

#main_content .pageheader .header_link { 
  position: absolute;
  right: 2em;
  top: 25%;
  text-transform: lowercase;
  font-weight: normal;
}

#main_content .pageheader .header_link a {
  border-bottom: 1px solid;
}

#main_content .pageheader .header_link a:hover {
  border: none;
}

/***** IDS ************/


#container {
	width: 858px;
	margin: 0px auto;
	background: #494949;
}

#main {
  width: 838px;
  padding: 20px 10px 10px 10px;
  border-left: 1px solid #ff9d00;
  border-right: 1px solid #ff9d00;
}

#wrapper {
 width: 858px;
}

#header {
	height: 290px;
	text-align: right;
  position: relative;	
  background: url(../images/header.gif) 0 -5px no-repeat;
  z-index: 50;
}

#register {
  text-align: left;
  margin-bottom: 2em;
}

input.ip_text {
  font: 11px Arial, Helvetica, sans-serif;
  height: 1.5em;
}

#register label {
  float: right;
  padding-right: 1em;
  padding-bottom: 5px;
}

#register input.ip_text, #register select {
  font: 11px Arial, Helvetica, sans-serif;
  margin-bottom: 1em;
}

#register .ip_text {
  width: 200px;
}

tr.separator {
  border-top: 1px solid #eee;
  margin-top: 1em;
  padding-bottom: 1em;
  height: 3em;
}

#logo {
  width: 818px;
  height: 100px;
  text-align: left;
  padding-top: 149px;
  padding-left: 40px;
  border-left: 1px solid #ff9d00;
  border-right: 1px solid #ff9d00;
  border-top: 1px solid #ff9d00;
  border-bottom: 1px solid #ff9d00;
}


#logo h2, #logo h3{
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	color: #fff;
}

#logo h2
{
  font-size: 18px;
}

#logo h3
{
  font-size: 12px;
}


#navigation {
  width: 858px;
  height: 45px;
  background: url(../images/navigation_bg_05_05.gif) 10px 1em no-repeat;
  border-left: 1px solid #ff9d00;
  border-right: 1px solid #ff9d00;
  padding-top: 1em;
}

#navigation ul {
	list-style: none;	
	float: right;
}

#navigation li {
  display: inline;
}

#navigation a {
	float: left;
  display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin: 12px 1em 0 0;
	padding-right: 1em;
	border-right: 1px solid #383838;
}

#navigation a.last {
   border: 0; 
}

#navigation a:hover {
	color: #494949;
	text-decoration: underline;
	/*background: url(na.gif) repeat-x;*/
}

#toggle_anchor {
}
/********** MENU **************/

#menu {	
 width: 215px;
 float: right;
 color: #eeeeee;
 position: relative;
}

#menu h3 {
  margin:0;
  width: 175px;
  height: 32px;
  font-size: 12px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 25px;
  padding-top: 20px;
  text-transform: uppercase;
  background: url(../images/menu_h3_bg.gif) 0% 0% repeat-x;
  position: relative;
}

#menu ul {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
}


#menu .menu_item {
  width: 213px;
  background: #666666 url(../images/menu_bg.gif) 0 100% repeat-x;
  padding-bottom: 1.5em;
}

#menu li  {
	padding: 0 1em ;
	margin:0;
}

#menu a {
	color: #ff9d00;
}

#menu p {
  font-size: 10px;
  padding-left: 10px;
}

#menu #news .news_date {
  margin: 0 1em 0 0;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

#menu #news a.news_text {
  display: block;
  font-size: 90%;
  margin: 0;
  padding: 0;
}


#menu .login {
  text-align: left;
  margin-left: 1em;
  font-size: 90%;
}

#menu .login input{
  margin-left: 2em;
  font-size: 90%;
}

.notice {
  text-align: center;
  padding: 1em 0;
}

/******** MAIN CONTENT *********/
#main_content {
  width: 580px;
  margin-left: 10px;
  color: #eee;
  position: relative;
}

#main_content .pageheader {
  display: block;
  width: 580px;
  float: left;
  background: url(../images/h2_r.gif) no-repeat right top;
  margin: 1em 0;
  padding: 0 1em 0 0;
  height: 45px;
  text-transform: uppercase;
  overflow: hidden;
  clear: left;
  position: relative;
}

#main_content .pageheader h3{
  display: block;
  background: url(../images/h2_l.gif) no-repeat left top;
  margin: 0;
  padding: 12px 15px;
  height: 21px;
  color: #eee;
	white-space: nowrap;
}

#main_content h4 {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #ff9d00;
}

#main_content a {
  color: #ff9d00;
  text-decoration: none;
}

#main_content p {
	margin:5px 0 15px;
	padding: 0 0 0 1em;
}

#main_content ul {
  margin-bottom: 1em;
  margin-left: -1em;   
}

#main_content li {
  margin:0;
  padding:0;
  list-style-type:none;
}

#main_content h2 {
	margin: 0;
	padding: 10px 0 0 0;
	color: #ff9d00;
}

#main_content h3 {
	margin: 0;
	padding: 10px 0 0 0;
	color: #ff9d00;
}

#main_content h5 {
	margin: 0;
	padding: 1em 0 0 1em;
	color: #ff9d00;
}

.main_page_button {
  display: inline;
  margin: 1em 5em;
}

#main_content ol, #main_content ul {
  margin-left: 30px;
}

#results_preview {
 margin: 20px 0 2em 30px;
 float: left;
 background: url(../images/scorecard_bg.gif) no-repeat 100% 49%;
 /*color: #494949;*/
 color: #666666;
 padding-bottom: 1em;
}

#results_preview ol li{
  list-style-type: decimal;
}

#main_content #results_preview a:link, #main_content #results_preview a:visited {
  color: #666;
}

#results_preview .add_link{
  margin: 0;
  display: block;
}

.results {
  text-align:left; 
  width:260px;
  float:left;
  position: relative;
  margin: 0 0 0;
  padding: 1em 0 0 1em; 
}

#results_preview .results h3 {
  color: #494949;
  margin-bottom: 1em;
}

.results span.result {
  position: absolute;
  right: 5em;
}

/********** NEWS ******************/

#main_content .news_item {
  margin: 1em 0; 
  float: left;   
}

#main_content .news_date {
  margin: 0;
  padding: 1em 0 1em 0;
  font-size: 110%;
  font-weight: bold; 
  display: inline;
  float:left;
  width: 60px;
  height: 3em;
  vertical-align: top; 
}


#main_content .news_text {
  display: block;
  margin-left: 60px;
  padding: 0;
}

#main_content .news_item a.more_news_link {
  float: left;
}

/************ SCORES **************/

#scores, #user_scores {
  float: left;
 /* background: url(../images/pageback.jpg) repeat-y -15px 0px;*/
  background-color: #f5f1e5;
  color: #666666;
  font-size: 9px;
}
#scores {
  padding: 2em 1em;
}

#user_scores {
  width: 725px;
  margin-top: 1em;
  padding: 1em 1em 2em;
}

#scores {
   width: 580px;
}

#scores h4, #user_scores h4 {
  margin-top: 1em;
}

#scores h5, #scores h4, #user_scores h4, #user_scores h5  {
  color: #666
}

table.scorecard {
  width: 100%;
  padding: 0;
  border-collapse: collapse; 
}

.scorecard td {
  margin: 0;
  border: 1px solid #666;
  text-align: center;
  vertical-align: middle;
  padding: 0.1em 0.3em;
}

.scorecard th.score, .scorecard th.player {
  text-align: center;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}


.scorecard td.hcp, .scorecard td.score {
  text-align: center;
  white-space: nowrap;
}

.scorecard .player {
  text-align: left;
  white-space: nowrap;
}

#main_content #scores .scorecard .player a:link, #main_content #scores .scorecard .player a:visited {
  color: #666;
}

.scorecard .total {
  border-left: 3px double #666;
  border-right: 3px double #666;
  text-align: center;
}

.result_hio {
  font-weight: bold;
  color: #f00;
  background: #ff9d00;
}

.result_birdie {
  background: url(../images/res_yl.gif) -2px -4px no-repeat;
  color: #f00;
}

.result_par {
  background: url(../images/res_gr.gif) -2px -4px no-repeat;
}

.result_bogey {
  background: url(../images/res_bl.gif) -2px -4px no-repeat;
}

.result_double {
  background: url(../images/res_rd.gif) -2px -4px no-repeat;
}

#legend {
  margin: 2em 0 0 30px;
  padding: 1em;
  color: #494949;
  float: left;
/*  background: url(../images/pageback.jpg) repeat-y;*/
  background-color: #f5f1e5;
}

#legend td {
  padding-right: 1em;
}

#monthly_results_link {
  padding-top: 2em; 
  color:#666666;
}

#monthly_results_link a.results_link {
  color:#666;
  font-weight: bold;
  font-size: 120%;
}

/********* MONTHLY SCORES ***************/


#monthlyscores {
  float: left;
  width: 500px;
  background-color: #f5f1e5;

/*background: url(../images/pageback.jpg) repeat-y 0% -10px;*/

  color: #666666;
  position: relative;
  font-size: 110%;
  margin-left: 2em;
  padding-left: 2em;
}


#monthlyscores h2{
  margin-top: 15px;
  color: #666666;
}

#monthlyscores h5{
  color: #666666;
}

#monthlyscores table {
  border-collapse: collapse;
  border: 0;
  margin: 2em 0;
}

#monthlyscores td {
  padding: 0.305em 2em;
  vertical-align: top;
}

#monthlyscores td.result {
  text-align: right;
}


/********* HCP ***************/

div#hcp {
 float: left;
 text-align: left;
 margin: 20px 0 2em 20px;
 border-top: 1px solid #282828;
 border-left: 1px solid #282828;
 border-right: 3px solid #282828;
 border-bottom: 3px solid #282828;
 float: left;
 background: #5c5c5c;
 color: #eee;
 padding: 2em;
}

#hcp_tbl .name {
  padding-right: 2em;
}

#hcp_tbl .hcp {
  padding-left: 6em;
}

#clubf {
  text-align: center;
  font-size: 120%;
  padding: 0.5em 0;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#clubf .left{
  text-align: left;
 padding-right: 0.5em;
font-size: 120%;
}

#clubf .right{
  text-align: right;
 padding-left: 0.5em;
font-size: 120%;
}

#hio{
  text-align: center;
  padding: 0.5em 0;
}

#hio a {
  text-decoration: none;
}

#hio .hiopot {
  font-size: 120%;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#hio .hio_small{
  font-size: 9px;
}

/****** LOGIN ***********/

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

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	left: 0;
	right: 0;
  background: transparent url(../images/overlay.png) scroll repeat;
  top: 0;
}
*/
#login_popup .login_window {
	position: absolute;
	top:50%;
	left: 50%;
	/*background: transparent url(../images/login_window_bg.png) no-repeat;*/
	background: transparent url(../images/overlay.png) scroll repeat;
	width: 338px;
	height: 258px;
	margin-top: -190px;
	margin-left: -169px;
	z-index: 200;
	
	border-top: 4px solid #ff9d00; 
  border-left: 4px solid #ff9d00; 
  border-bottom: 4px solid #f19e19; 
  border-right: 4px solid #f19e19; 
}

#login_popup .login_header {
	height: 65px;
	text-align: center;
}

#login_popup .login_footer {
	clear: both;
}

#login_popup .login_header h2 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding-top: 28px;
}

/*#login_popup*/
.input {
	background: transparent url(../images/login_inputfield2.png);
	background-repeat: no-repeat;
	margin-left: 36px;
  height: 50px;
}

/*#login_popup */
.input .login_text {
	float: left;
	color: #666;
	font-size: 11px;
	padding: 9px 0 0 12px;
	cursor: default;
}

/*#login_popup */
.input .login {
	float: left;
	width: 160px;
	background: transparent;
	border: 0;
	margin-top: 2px;
	font-size: 13px;
	padding: 5px 0 5px 3px;
}

#login_popup .login_a {
	float: left;
	width: 82px;
	background: none;
	border: 0;
	color: #fff;
	font-size: 11px;
	padding: 6px 10px 4px 2px;
	margin-top: 0px;
	cursor: pointer;
}

#login_popup .input .login_message {
	clear: both;
	color: #fff;
	font-size: 11px;
	padding: 10px 0 6px 12px;
	margin-bottom: 1em;
}

#login_popup .login_footer {
	width: 255px;
	padding: 0 0 0 48px;
}

#login_popup .login_footer .login_forgot {
	float: left;
	font-size: 11px;
}

#login_popup .login_footer .login_forgot a, #login_popup .login_footer .login_forgot a:visited {
	color: #fff;
	display: block;
	padding: 3px 0 3px 0;
	margin-top: 1px;
}

#login_popup .login_footer .login_forgot a:hover {
	color: #fff;
}

#login_popup .login_footer .btn {
	float: right;
	width: 84px;
	height: 22px;
	background: transparent url(../images/login_button.png);
	font-size: 11px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	padding-top: 5px;
}

/********** FORGOT ****************/

#forgot input.btn {
	float: left;
	width: 84px;
	height: 22px;
	background: transparent url(../images/login_button.png);
	font-size: 11px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	padding: 5px 0;
	border: 0;
}

/******* USER INFO ***********/

div.user_info {
  margin: 1em 0;
  clear: left;
}

.user_info #changeinfoform h3 {
  margin: 0 0 1em 0;
  color: #fff;
}

.user_info ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1.8em;
  float: left;
  vertical-align: middle;
}

.user_info ul.userdatalist {
  margin: 10px 0px 0px 0px;
  clear: left;
}

.userdatalist li.info_row {
  display: block;
  clear: left;
}

.userdata_header {
  font-weight: bold;
  vertical-align: top;
  width: 150px;
  clear: left;
  float: left;
}

.userdata {
  padding: 0.15em 0 0.15em 1em;
  vertical-align: top;
  float: left;
  height: 1.6em;
}

.user_info ul.userdatalist a.edit_info_link {
  position: absolute;
  right: 1em; 
  display: block;
  cursor: pointer;
}

.public_info {
  color: #f00;
  font-weight: bold;
  font-size: 110%;
  float: left;
  cursor: help;
}


#records, #user_score {
  margin-top: 2em;
  margin-left: 30px;
  float: left;
}

.user_info table.records {
  border-collapse: collapse;    
}

.user_info table.records th {
  padding: 0.1em 0.75em;    
}

.user_info table.records td.score {
  text-align: center;
  padding: 0.1em 0.75em;     
}
 

.user_info #changeinfoform {
  width: 300px;
  border-top: 4px solid #ff9d00; 
  border-left: 4px solid #ff9d00; 
  border-bottom: 4px solid #f19e19; 
  border-right: 4px solid #f19e19; 
  background: transparent url(../images/overlay.png) repeat;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
	margin-left: -169px;
  padding: 2em 1em;
  z-index: 3000;
  text-align: center;
}

#changeinfoform .form_input
{
	background: transparent url(../images/login_inputfield2.png) no-repeat;
  height: 50px;
  border: 0;
}

#changeinfoform input.checkbox {
  width: 2em;
  height: 1.2em;
  vertical-align: bottom;  
}

#changeinfoform .form_input select, #changeinfoform .form_input option {
  border: 0;
}

#changeinfoform .form_input .form_label {
	float: left;
	color: #666;
	font-size: 11px;
	padding: 9px 0 0 12px;
	cursor: default;
}


#changeinfoform .form_input .textinput{
	float: left;
	width: 160px;
	background: transparent;
	border: 0;
	margin-top: 2px;
	font-size: 13px;
	padding: 5px 0 5px 3px;
}

#changeinfoform input.btn, #changeinfoform a.btn {
	float: left;
	width: 84px;
	height: 25px;
	background: transparent url(../images/login_button.png);
	font-size: 11px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	padding: 5px 0;
	border: 0;
}

#changeinfoform a.btn {
	height: 18px;
}

#changeinfoform input.right {
  float: right;
}
/****** SALDO ************/

#saldo {
  margin-left: 20px;
  float: left;
}


table.saldoEvents tr.row1 {
  background: #666;
}

table.saldoEvents tr.row_over {
  background: #ff9d00;
  color: #fff;
}

table.saldoEvents td.saldo_description {
  padding: 0.1em 1em;
  text-align: left;
}

table.saldoEvents td.saldo {
  padding: 0.1em 1em;
  text-align: right;
}

.saldo_total {
  font-size: 120%;
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 1em;
}


/****** FOOTER **********/
#footer {
  width: 838px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 20px;
	height: 25px;
	clear: both;
	border-bottom: 1px solid #ff9d00;
  border-right: 1px solid #ff9d00;
  border-left: 1px solid #ff9d00;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #eee;
	padding: 1em 5em;
	border-top: 1px solid #eee;
}

#footer a {
	color: #eee;
}