/* Basic stuff */

html {
	background-color: white;
	font-family: "Trebuchet MS", sans-serif;
	overflow-y: scroll;
	font-size: 15px;
	color: #333333;
}

body {
	margin: 0;
	cursor: default;
}

/* Reset a few things */

h1, h2, h3, h4, h5, h6, p, img, ul, li, form, fieldset, table, td, tr, th {
	border-width: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	display: block;
}

body a {
	color: #319b31;
	outline-width: 0;
	cursor: pointer;
}

input, textarea {
	font-family: sans-serif;
	font-size: 13px;
}

/* curves */

span.corners span.c {
	display: inline !important;
	display: none;
}

span.corners span.c {
	height: 5px;
	width: 5px;
	overflow: hidden;
	z-index: 2;
	position: absolute;
}
span.corners span span {
	height: 10px;
	width: 10px;
	background-image: url("../img/curves.png");
	overflow: hidden;
	display: block;
	position: relative;
}

span.corners span.ne { top: 0; right: 0; }
span.corners span.ne span { top: -100%; left: 0; }

span.corners span.se { bottom: 0; right: 0; }
span.corners span.se span { top: 0; left: 0; }

span.corners span.sw { bottom: 0; left: 0; }
span.corners span.sw span { top: 0; left: -100%; }

span.corners span.nw { top: 0; left: 0; }
span.corners span.nw span { top: -100%; left: -100%; }


/* Page */

div#page {
	width: 760px;
	margin: 0 auto;
	z-index: 1;
}
div#page.wider {
	width: 960px;
	margin: 0 auto;
}

div.background_main {
	background: url("../img/main_bg.jpg") no-repeat 0 50px;
}
div.background_half {
	background: url("../img/main_bg.jpg") no-repeat 0 -135px;
}

/* Header */

div#header {
	position: relative;
	height: 117px;
	z-index: 2;
}

a#logo {
	position: absolute;
	left: 31px;
	top: 20px;
}

div.header_box {
	position: absolute;
	top: 24px;
	height: 58px;
	padding: 4px;
	background: white url("../img/header_box_bg.png") repeat-x bottom left;
	border: 1px solid #eaeaea;
}

div.header_box h4 {
	padding: 8px 0 0 7px;
	font-size: 1px;
}

div.header_box a img.h_button {
	position: absolute;
	right: 4px;
	bottom: 4px;
}

div#header_new {
	left: 284px;
	width: 185px;
}

div#header_login {
	left: 484px;
	width: 266px;
}

div#header_login form {
	position: relative;
	padding-top: 13px;
}
div#header_login form input {
	float: left;
	width: 85px;
}
div#header_login form input.text {
	height: 18px;
	padding: 2px;
	border: 1px solid #a5a5a5;
	margin-right: 4px;
	color: #319b31;
}
div#header_login form input#button_login {
	height: 24px;
	width: 76px;
	border-width: 0;
	padding: 0;
	margin: 0;
	background: url("../img/button_log_in.png");
	text-indent: -500px;
	overflow: hidden;
	cursor: pointer;
}

label#t_top_pw_label {
	position: absolute;
	font-size: 13px;
	top: 17px;
	left: 98px;
	color: #319b31;
	font-family: sans-serif;
	cursor: text;
}

/* Logged in user info */

div#header_userinfo {
	top: 14px;
	left: 284px;
	width: 466px;
	height: 79px;
}

p#userinfo_email {
	position: absolute;
	left: 131px;
	top: 10px;
	color: #6d6d6d;
	font-size: 14px;
}

div#userinfo_funds {
	position: absolute;
	left: 27px;
	top: 35px;
}

div#userinfo_package {
	position: absolute;
	left: 27px;
	top: 61px;
	z-index: 3;
}

div#userinfo_funds h5,
div#userinfo_package h5 {
	font-size: 14px;
	font-weight: normal;
	color: #319b31;
	float: left;
	width: 90px;
	text-align: right;
	padding-right: 14px;
}
div#userinfo_funds p,
div#userinfo_package p {
	font-size: 14px;
	font-weight: bold;
	color: black;
	float: left;
	width: 140px;
}
div#userinfo_funds a,
div#userinfo_package a {
	float: left;
	position: relative;
	height: 18px;
	width: 57px;
	overflow: hidden;
}
div#userinfo_funds a img,
div#userinfo_package a img {
	position: absolute;
	top: 0;
	left: 0;
}
div#userinfo_funds a:hover img,
div#userinfo_package a:hover img {
	top: -18px;
}

div#userinfo_links {
	position: absolute;
	right: 10px;
	top: 6px;
}
div#userinfo_links a {
	float: right;
	clear: right;
	color: #6d6d6d;
	text-decoration: none;
	font-size: 14px;
	padding-bottom: 3px;
}
div#userinfo_links a:hover {
	color: black;
}

/* subscribe/upgrade */

div#subs_upgr_link {
	display: inline;
}
div#subs_upgr_options {
	border: 1px solid #a0a0a0;
	background-color: #f2f2f2;
	position: absolute;
	top: 18px;
	left: 143px;
	width: 199px;
	display: none;
	z-index: 99;
}
div#subs_upgr_options p {
	padding: 6px 10px;
	width: 179px;
	font-weight: normal;
	font-size: 13px;
	color: #6d6d6d;
}
div#subs_upgr_options ul {
	list-style-type: none;
}
div#subs_upgr_options a {
	display: block;
	width: 179px;
	padding: 4px 10px;
	height: 20px;
	text-decoration: none;
	font-size: 14px;
}
div#subs_upgr_options a span.pkg_name {
	color: black;
	float: left;
	width: 140px;
}
div#subs_upgr_options a span.pkg_cost {
	float: left;
	font-weight: bold;
}
div#subs_upgr_options a:hover {
	background-color: #e7e7e7;
}

/* modal buttons */

div.modal_buttons {
	padding: 16px 0 0 0;
}
div.modal_buttons a {
	float: right;
	padding: 6px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	background-color: #319b31;
}
div.modal_buttons a:hover {
	background-color: black;
}

/* Menu */

ul#menu {
	list-style-type: none;
	height: 29px;
	background-color: #319b31;
}
ul#menu li {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}
ul#menu a {
	color: white;
	text-decoration: none;
	line-height: 28px;
	float: left;
	height: 29px;
	padding: 0 20px;
	background: #319b31 url("../img/menu_sep.png") no-repeat top right;
}
ul#menu a:hover {
	background: #287f28;
}
ul#menu a.selected,
ul#menu a.selected:hover {
	background: black;
}
ul#menu li.menu_home a {
	padding: 0 30px;
}

/* Admin menu */

ul#admin_menu {
	list-style-type: none;
	height: 29px;
	background-color: #eeeeee;
}
ul#admin_menu li {
	float: left;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
ul#admin_menu a {
	color: #606060;
	text-decoration: none;
	line-height: 28px;
	float: left;
	height: 29px;
	padding: 0 20px;
	background: #eeeeee url("../img/admin_menu_sep.png") no-repeat top right;
}
ul#admin_menu a:hover {
	background: #dfdfdf;
}
ul#admin_menu li.menu_first a {
	padding: 0 30px;
}
ul#admin_menu li ul {
	display: none;
	position: absolute;
	top: 29px;
	left: 0px;
	width: 240px;
	background-color: #dfdfdf;
}
ul#admin_menu li ul li {
	float: none;
	display: block;
}
ul#admin_menu li ul li a {
	float: none;
	display: block;
	background: none;
}
ul#admin_menu li ul li a:hover {
	background: #3f3f3f;
	color: #f8f8f8;
}

/* Homepage */

div#home {
	position: relative;
	height: 320px;
}

div#do_you_bet_on_golf {
	position: absolute;
	left: 0px;
	top: 76px;
	width: 295px;
}
div#do_you_bet_on_golf p {
	margin: 10px 0 10px 31px;
	width: 220px;
	font-size: 14px;
	color: #808080;
}
div#do_you_bet_on_golf p.intro {
	color: black;
}

div#become_a_pro_punter {
	position: absolute;
	right: 0px;
	top: 82px;
	width: 354px;
}
div#become_a_pro_punter h2 img {
	position: relative;
	left: 11px;
}
div#become_a_pro_punter p {
	margin: 7px 0 7px 29px;
	font-size: 12px;
	color: #808080;
}
div#become_a_pro_punter p.intro {
	margin: 10px 0 10px 29px;
	color: black;
	font-weight: bold;
	font-size: 17px;
}
div#become_a_pro_punter ul {
	list-style-type: none;
	color: #319b31;
	font-size: 16px;
	padding-top: 12px;
}
div#become_a_pro_punter li {
	padding: 2px 0 6px 29px;
	background: url("../img/tick.png") no-repeat 0 4px;
}

div#recent_results {
	background: #eef03e url("../img/h3_recent_results.png") no-repeat;
	height: 36px;
	margin-top: 5px;
	padding-left: 158px;
	font-size: 13px;
	color: black;
	line-height: 36px;
	overflow: hidden;
	position: relative;
}

div#recent_results div {
	overflow: hidden;
	position: relative;
}
div#recent_results ul {
	list-style-type: none;
	position: relative;
	left: 0;
	width: 5000px;
}
div#recent_results ul li {
	float: left;
	padding-left: 30px;
}

div#recent_results ul li.first_blank {
	width: 560px;
}

/* Main */

div#main {
	overflow: auto;
	position: relative;
}

div#main h1 {
	font-size: 27px;
	font-weight: bold;
	color: #808080;
	margin-bottom: 20px;
}

/* Page - Inline image */

div.right_img_holder {
	float: right;
	margin: 0 0 5px 10px;
}
div.right_img_holder div.img {
	position: relative !important;
	position: inherit;
}
div.right_img_holder div.img img {
	display: block;
}
div.right_img_holder div.txt {
	position: relative !important;
	position: inherit;
	background-color: #dfdfdf;
	padding: 8px;
	text-align: center;
	margin-top: 1px;
}


p.inline_photo {
	background-color: #efefef;
	height: 150px;
	padding-left: 12px;
	font-size: 12px;
	line-height: 18px !important;
}
p.inline_photo strong {
	position: relative;
	top: 10px;
}
p.inline_photo img {
	float: right;
	margin-left: 12px;
}

/* Inner menu */

div#inner_menu {
	width: 284px;
	margin-right: 34px;
	float: left;
	padding-bottom: 28px;
}
div#inner_menu h2 {
	font-size: 27px;
	font-weight: bold;
	color: #808080;
	margin: 0 0 17px 29px;
}
div#inner_menu ul {
	list-style-type: none;
	border-top: 1px solid #dfdfdf;
	font-size: 20px;
}
div#inner_menu li {
	border-bottom: 1px solid #dfdfdf;
}
div#inner_menu a {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #979797;
	text-decoration: none;
	text-indent: 29px;
	background: none;
}
div#inner_menu a:hover {
	background: url("../img/inner_menu_item.png") no-repeat bottom left;
}
div#inner_menu a.selected,
div#inner_menu a.selected:hover {
	background: url("../img/inner_menu_item.png") no-repeat top left;
}

div#inner_content {
	width: 442px;
	float: left;
}
div#inner_content h1 {
	font-size: 27px;
	font-weight: bold;
	color: black;
	margin-bottom: 10px;
}
div.content p, div#wide_content p, div#inner_content p {
	margin-bottom: 20px;
	line-height: 22px;
}

div#wide_content {
	padding-left: 30px;
}
div.content h3, div#wide_content h3, div#inner_content h3 {
	font-size: 21px;
	margin: 12px 0;
}
div.content h4, div#wide_content h4, div#inner_content h4 {
	font-size: 16px;
	margin: 10px 0;
	color: #319b31;
}

li.menu_h {
	padding: 4px;
	font-weight: bold;
	background-color: #f6f6f6;
}

/* Portfolio */

a#button_download_profit_loss,
a#button_send_us_your_feedback {
	position: absolute;
	top: 33px;
	right: 0px;
	width: 373px;
	height: 44px;
	color: #555555;
	text-decoration: none;
	line-height: 44px;
	text-indent: 63px;
	font-size: 16px;
}
a#button_download_profit_loss {
	background: url("../img/button_download_profit_loss.png") no-repeat top left;
}
a#button_send_us_your_feedback {
	background: url("../img/button_send_us_your_feedback.png") no-repeat top left;
}
a#button_download_profit_loss:hover,
a#button_send_us_your_feedback:hover {
	background-position: bottom left;
	color: black;
}

#profit_loss_sheets {
	position: absolute;
	top: 18px;
	right: 0;
	
}
#profit_loss_sheets h2 {
	color: #319b31;
	font-size: 14px;
	background: url("../img/green_arrow.png") no-repeat 308px 8px;
	position: absolute;
	right: 200px;
	width: 300px;
	text-align: right;
	height: 25px;
	line-height: 25px;
	padding-right: 33px;
}
#profit_loss_sheets a {
	width: 199px;
	height: 25px;
	line-height: 25px;
	background: url("../img/profit_loss_button.png") no-repeat top left;
	margin-bottom: 2px;
	float: right;
	clear: right;
	color: #727272;
	font-size: 14px;
	text-decoration: none;
	text-indent: 34px;
}
#profit_loss_sheets a:hover {
	background-position: bottom left;
}

ul#portfolio {
	list-style-type: none;
	padding: 30px 0 10px 2px;
	overflow: auto !important;
	overflow: visible;
	height: auto !important;
	height: 0;
}
ul#portfolio li {
	position: relative;
	float: left;
	display: inline;
	margin: 7px 0 0 7px;
	height: 100px;
	width: 332px;
	overflow: hidden;
	background: url("../img/portfolio_bg.png") no-repeat bottom left;
	padding: 12px 20px;
}
ul#portfolio li:hover {
	background-position: top left;
}
ul#portfolio h3 {
	color: #319b31;
	font-size: 15px;
	font-weight: bold;
}
ul#portfolio p.date {
	position: absolute;
	top: 13px;
	right: 20px;
	color: #319b31;
	font-size: 14px;
}
ul#portfolio p.txt {
	position: absolute;
	top: 45px;
	left: 20px;
	width: 332px;
	font-size: 14px;
}

ul#portfolio a {
	color: #555555;
	text-decoration: none;
	background: url("../img/portfolio_icons.png") no-repeat;
	padding-left: 30px;
	height: 21px;
	position: absolute;
	bottom: 12px;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
}
ul#portfolio a:hover {
	color: black;
}
ul#portfolio a.link_datasheet {
	right: 118px;
	background-position: 0 0;
}
ul#portfolio li:hover a.link_datasheet {
	background-position: 0 -21px;
}
ul#portfolio li a.link_datasheet:hover {
	background-position: 0 -42px;
}
ul#portfolio a.link_tipslip {
	right: 20px;
	background-position: 0 -63px;
}
ul#portfolio li:hover a.link_tipslip {
	background-position: 0 -84px;
}
ul#portfolio li a.link_tipslip:hover {
	background-position: 0 -105px;
}

a#portfolio_back {
	position: absolute;
	right: 2px;
	top: 43px;
	font-weight: bold;
	font-size: 24px;
}

/* User Guides */

ul#user_guides {
	padding-top: 30px;
	padding-left: 7px;
	list-style-type: none;
	width: 751px;
}
ul#user_guides li {
	padding-bottom: 9px;
}
ul#user_guides a {
	display: block;
	height: 76px;
	background: url("../img/user_guide_bg.png") no-repeat bottom left;
	text-decoration: none;
	font-size: 14px;
	position: relative;
}
ul#user_guides a:hover {
	background-position: top left;
}

ul#user_guides a span.txt_title {
	position: absolute;
	top: 18px;
	left: 80px;
	color: #319b31;
	font-weight: bold;
	font-size: 16px;
}
ul#user_guides a span.txt_description {
	position: absolute;
	top: 38px;
	left: 80px;
	color: #333333;
	width: 390px;
}
ul#user_guides a span.txt_download {
	position: absolute;
	top: 30px;
	left: 521px;
	color: #333333;
}
ul#user_guides a:hover span.txt_download {
	color: black;
}

/* Contact */

div#contact_details {
	float: left;
	display: inline;
	margin: 20px 35px 28px 14px;
	width: 225px;
	background: url("../img/contact_box_bg.png") no-repeat bottom left;
}
div#contact_details img {
	display: block;
}
div#contact_details p {
	margin: 5px 0 16px 15px;
}
div#contact_details a,
div#contact_details strong.tel {
	font-weight: bold;
	color: #319b31;
	text-decoration: none;
	font-size: 18px;
}

div#feedback {
	float: left;
	margin: 20px 0 0 0;
	width: 486px;
}
div#feedback div.bar {
	background: url("../img/feedback_head_foot.png") no-repeat;
	height: 47px;
	overflow: hidden;
	position: relative;
}
div#feedback div.bar h2 {
	color: black;
	font-weight: bold;
	font-size: 22px;
	line-height: 49px;
	text-indent: 13px;
}
div#feedback div.pagination {
	position: absolute;
	top: 14px;
	right: 14px;
}
a.arrow {
	height: 18px;
	width: 18px;
	background: url("../img/arrows.png") no-repeat;
	float: left;
	overflow: hidden;
	display: inline;
	margin-left: 10px;
}
a.prev {
	background-position: 0 -18px;
}
a.prev_disabled {
	background-position: 0 0;
}
a.next {
	background-position: -18px -18px;
}
a.next_disabled {
	background-position: -18px 0;
}
div#feedback select,
div#feedback span {
	float: left;
	margin-left: 10px;
	position: relative;
	display: inline;
	top: -2px;
}

div.feedback_item {
	padding: 22px 0 8px 0;
	border-top: 1px solid #eaeaea;
}
div.feedback_item h3 {
	color: #319b31;
	font-weight: bold;
	font-size: 19px;
	padding: 0 0 0 13px;
}
div.feedback_item p {
	margin: 10px 0 10px 25px;
	color: #666666;
}
div.feedback_item p.byline {
	color: #333333;
	font-weight: bold;
	margin-bottom: 14px;
}

/* Footer */

div#footer {
	position: relative;
	height: 100px;
	color: #a0a0a0;
	font-size: 14px;
}

p#footer_address {
	position: absolute;
	top: 31px;
	left: 31px;
}
p#footer_contact {
	position: absolute;
	top: 59px;
	left: 31px;
}
p#footer_contact a,
p#footer_contact strong {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

ul#footer_links {
	position: absolute;
	top: 30px;
	right: 4px;
	list-style-type: none;
	font-size: 12px;
}
ul#footer_links li {
	display: inline;
}
ul#footer_links a {
	color: #319b31;
}

p#footer_copyright {
	position: absolute;
	top: 62px;
	right: 4px;
	font-size: 12px;
}

/* Control Panel */

ul#cp_menu {
	margin-top: 29px;
	list-style-type: none;
	width: 205px;
	float: left;
}
ul#cp_menu li {
	border-bottom: 1px solid #ebebeb;
}
ul#cp_menu li:last-child {
	border-bottom-width: 0;
}
ul#cp_menu a {
	color: #6d6d6d;
	font-weight: normal;
	text-decoration: none;
	display: block;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	text-indent: 42px;
	background: url("../img/members/cp_menu.png") no-repeat 4px 7px;
}
ul#cp_menu a:hover {
	color: black;
}
ul#cp_menu a.selected {
	font-weight: bold;
	color: black;
}

ul#cp_menu a#cp_menu_this-weeks-events { background-position: 4px 7px; }
ul#cp_menu a#cp_menu_next-weeks-events { background-position: 4px -29px; }
ul#cp_menu a#cp_menu_last-weeks-events { background-position: 4px -66px; }
ul#cp_menu a#cp_menu_my-archive { background-position: 4px -102px; }
ul#cp_menu a#cp_menu_my-settings { background-position: 4px -138px; }
ul#cp_menu a#cp_menu_deposit-funds { background-position: 4px -174px; }
ul#cp_menu a#cp_menu_contact-details { background-position: 4px -210px; }
ul#cp_menu a#cp_menu_change-password { background-position: 4px -246px; }
ul#cp_menu a#cp_menu_payment-history { background-position: 4px -282px; }
ul#cp_menu a#cp_menu_logout { background-position: 4px -318px; }

ul#cp_menu a#cp_menu_this-weeks-events:hover,
ul#cp_menu a#cp_menu_this-weeks-events.selected { background-position: -211px 7px; }
ul#cp_menu a#cp_menu_next-weeks-events:hover,
ul#cp_menu a#cp_menu_next-weeks-events.selected { background-position: -211px -29px; }
ul#cp_menu a#cp_menu_last-weeks-events:hover,
ul#cp_menu a#cp_menu_last-weeks-events.selected { background-position: -211px -66px; }
ul#cp_menu a#cp_menu_my-archive:hover,
ul#cp_menu a#cp_menu_my-archive.selected { background-position: -211px -102px; }
ul#cp_menu a#cp_menu_my-settings:hover,
ul#cp_menu a#cp_menu_my-settings.selected { background-position: -211px -138px; }
ul#cp_menu a#cp_menu_deposit-funds:hover,
ul#cp_menu a#cp_menu_deposit-funds.selected { background-position: -211px -174px; }
ul#cp_menu a#cp_menu_contact-details:hover,
ul#cp_menu a#cp_menu_contact-details.selected { background-position: -211px -210px; }
ul#cp_menu a#cp_menu_change-password:hover,
ul#cp_menu a#cp_menu_change-password.selected { background-position: -211px -246px; }
ul#cp_menu a#cp_menu_payment-history:hover,
ul#cp_menu a#cp_menu_payment-history.selected { background-position: -211px -282px; }
ul#cp_menu a#cp_menu_logout:hover,
ul#cp_menu a#cp_menu_logout.selected { background-position: -211px -318px; }

div#cp_main {
	margin-top: 29px;
	margin-left: 37px;
	width: 518px;
	float: left;
}
div#cp_main.admin_cp_main {
	margin-top: 12px;
}

div#cp_main h1 {
	background-color: #a0a0a0;
	font-size: 24px;
	font-weight: normal;
	color: white;
	text-align: center;
	padding: 6px;
}
div#cp_main h2 {
	color: #319b31;
	font-size: 18px;
	margin-left: 14px;
	margin-top: 30px;
	margin-bottom: 18px;
	font-weight: normal;
}
div#cp_main form.form h2 {
	margin-top: 28px;
}
div#cp_main h3 {
	color: #141414;
	font-size: 15px;
	font-weight: bold;
	margin-left: 14px;
	margin-bottom: 8px;
}

div#cp_main p {
	line-height: 24px;
	margin: 14px 8px 14px 14px;
}

/* Deposit Funds */

form#deposit-form {
	background-color: #f2f2f2;
	padding-left: 14px;
	margin-top: 46px;
}
form#deposit-form label {
	color: #6d6d6d;
	font-size: 14px;
	display: block;
	padding: 16px 0 12px 0;
}
form#deposit-form input#deposit-amount {
	border: 1px solid #a0a0a0;
	height: 28px;
	width: 62px;
	background: white url("../img/members/deposit_pound.png") no-repeat;
	padding: 2px 2px 2px 30px;
	font-size: 22px;
	font-weight: bold;
}
form#deposit-form input#deposit-add-button {
	display: block;
	padding-bottom: 16px;
	margin-top: 16px;
	margin-left: 50px;
}

p#deposit-currency-ex-link {
	color: #6d6d6d;
	font-size: 12px;
	padding-top: 4px;
}
p#deposit-currency-ex-link img {
	position: relative;
	top: 3px;
	left: 1px;
	padding-right: 4px;
}
p#deposit-currency-ex-link a {
	font-weight: bold;
}

div#subscription-prices {
	width: 260px;
	float: left;
	padding-bottom: 14px;
}
div#subscription-prices table {
	background-color: #f2f2f2;
	width: 100%;
	border-bottom: 1px dotted #887b82;
}
div#subscription-prices table td {
	padding: 6px 0;
	color: black;
	font-size: 14px;
}
div#subscription-prices table td.first {
	font-size: 13px;
	padding-left: 14px;
	width: 51%;
}
div#subscription-prices table td.second {
	color: #319b31;
	font-size: 18px;
	font-weight: bold;
	width: 18%;
	padding-left: 10px;
}
div#subscription-prices table td.third {
	color: #6d6d6d;
	font-size: 13px;
	width: 31%;
}

div#subscription-prices p {
	color: #6d6d6d;
}

div.smalltext p {
	font-size: 13px;
	color: #6d6d6d;
	margin: 14px 0 14px 14px;
}

/* Result & tables */

div.result_pagination {
	float: right;
	padding: 22px 0 22px 0;
	color: #666666;
	font-size: 13px;
}
div.result_count {
	float: left;
	padding: 25px 0 22px 14px;
	color: #666666;
	font-size: 13px;
}
div.result_pagination a.page_next {
	height: 36px;
	width: 36px;
}
span.result_curr_page {
	float: left;
}
select.result_select_page {
	float: left;
	margin-left: 10px;
	position: relative;
	top: -2px;
}

table.result_listing {
	width: 100%;
}
table.result_listing th {
	background-color: #f2f2f2;
	color: #319b31;
	border-bottom: 1px dotted #887b82;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
}
table.result_listing td {
	font-size: 13px;
	color: #6d6d6d;
	vertical-align: top;
	padding: 6px 0;
	border-bottom: 1px solid #ebebeb;
}
table.result_listing td.result_sep {
	font-size: 8px;
	padding: 0;
	border-width: 0;
}
table.result_listing a {
	text-decoration: none;
	font-weight: bold;
}
table.result_listing a:hover {
	text-decoration: underline;
}

/* Payment History table */

table.result_listing .col1_ph {
	padding-left: 14px;
}
table.result_listing td.col3_ph {
	color: black;
	font-weight: bold;
}
table.result_listing td.col5_ph a,
table.result_listing td.col6_ph a {
	width: 24px;
	height: 21px;
	position: relative;
	display: block;
	overflow: hidden;
}
table.result_listing td.col5_ph img,
table.result_listing td.col6_ph img {
	position: absolute;
	top: 0px;
	left: 0px;
}
table.result_listing td.col5_ph a:hover img,
table.result_listing td.col6_ph a:hover img {
	position: absolute;
	top: -21px;
}

/* Events */

ul#cp_events {
	list-style-type: none;
}
ul#cp_events li {
	border-bottom: 1px solid #ebebeb;
}
ul#cp_events li.unseen,
ul#cp_events li.unseen a {
	background: #ffe5a8;
}
ul#cp_events a {
	height: 72px;
	display: block;
	position: relative;
	text-decoration: none;
	background: white;
}
ul#cp_events img.event_icon {
	position: absolute;
	top: 18px;
	left: 24px;
}
ul#cp_events span.event_region {
	position: absolute;
	top: 14px;
	left: 82px;
	color: #2f9a2f;
	font-size: 16px;
	font-weight: bold;
}
ul#cp_events span.event_name {
	position: absolute;
	top: 38px;
	left: 82px;
	color: #6d6d6d;
	font-size: 12px;
}
ul#cp_events span.event_date {
	position: absolute;
	top: 30px;
	left: 294px;
	color: #6d6d6d;
	font-size: 13px;
}
ul#cp_events span.event_status {
	position: absolute;
	top: 26px;
	left: 400px;
	color: #2f9a2f;
	font-size: 12px;
	font-weight: bold;
	width: 110px;
	height: 22px;
	text-indent: 32px;
	padding-top: 4px;
	background: url("../img/members/cp_menu.png") no-repeat 0 0;
}
ul#cp_events span.viewable {
	background: url("../img/members/cp_menu.png") no-repeat -215px 0;
}
ul#cp_events span.disabled {
	color: #a0a0a0;
}

ul.letter_select {
	list-style-type: none;
}
ul.letter_select li {
	float: left;
}
ul.letter_select a {
	text-decoration: none;
	padding: 3px 8px;
	margin-right: 4px;
	display: block;
	background-color: #fafafa;
	font-weight: bold;
	font-size: 11px;
	width: 9px;
	text-align: center;
	color: #a0a0a0;
}
ul.letter_select a.selected {
	background-color: #f2f2f2;
	color: #319b31;
}

/* Tournament table */

table.result_listing .col1_tl {
	padding-left: 14px;
}
table.result_listing .col6_tl a {
	position: relative;
	width: 20px;
	display: block;
}
table.result_listing .col6_tl img {
	position: absolute;
	top: -2px;
	left: 0px;
}

/* User table */

table.result_listing .col1_ul {
	padding-left: 14px;
}

/* payment receipt */

div#payment_receipt h1 {
	border-bottom: 1px solid black;
	font-size: 18px;
	height: 38px;
	line-height: 32px;
}

div#payment_receipt p {
	margin: 10px 0;
	font-size: 13px;
}

/* Form */

form.form {
	width: 703px;
	margin-left: 29px;
}

div.form_outer {
	background: url("../img/form_bg_white.png") no-repeat top right;
}
div.form_inner {
	background: url("../img/form_bg_gradient.png") no-repeat bottom left;
}
div.form_fields {
	padding: 30px 80px 38px 69px;
}

span.asterisk {
	color: #939393;
	font-weight: bold;
	font-size: 22px;
	line-height: 1px;
	position: relative;
	top: 5px;
}
div.field_selected span.asterisk {
	color: black;
}

div.field {
	background-color: #eeeeee;
	margin-bottom: 1px;
	zoom: 1;
}

div.field_selected {
	background-color: #dfdfdf;
}

div.field_label {
	width: 212px;
	float: left;
}

div.field_label label {
	display: block;
	color: #555555;
	padding: 16px 0 10px 22px;
}
div.field_selected div.field_label label {
	color: black;
}

div.field_input {
	width: 342px;
	float: left;
	padding: 11px 0 10px 0;
}

div.field_input input.text {
	height: 21px;
	width: 317px;
	padding: 3px 3px 3px 6px;
	border: 1px solid #808080;
}
div.field_input textarea {
	width: 317px;
	padding: 4px 3px 4px 6px;
	border: 1px solid #808080;
}

div.field input.submit {
	float: right;
	margin: 9px 0 30px 0;
}

div.field_div {
	clear: both;
}

fieldset div.error  {
	margin-top: 5px;
}

div.field.error {
	border: none;
	margin-top: 0px;
}

div.field.error p.error {
	margin-top: 0px !important;
}

div.error {
	background-color: #ffa79b !important;
	padding: 0px !important;
}

div.error p.error {
	font-size: 13px !important;
	font-weight: bold !important;
	color: #b91600 !important;
	padding: 3px 0px 3px 26px !important;
	margin: 5px 10px 0px 6px !important;
	background-image: url("../img/backroom/error_icon.png") !important;
	background-position: 0px 0px !important;
	background-repeat: no-repeat !important;
}

p.error a {
	color: #7b0f00;
}

div.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

form div.field_div {
	clear: both;
	padding-top: 1px;
}
form div.field_div.thicker {
	border-bottom: 2px solid #dfdfdf;
}

form div.field_div label {
	float: left;
}

form span.tip,
span.smalltip {
	font-size: 10px;
	width: 450px;
	display: block;
}

/* Control Panel Form */

div#cp_main form.form {
	width: 518px;
	margin-top: 20px;
	margin-left: 0;
}

div#cp_main div.field_input {
	width: 300px;
	float: left;
	padding: 11px 0 10px 0;
}

div#cp_main div.field_input input.text,
div#cp_main div.field_input textarea {
	width: 276px;
}

/* Admin form */

div#cp_main.admin_cp_main form.form {
	width: 100%;
}
div#cp_main.admin_cp_main div.field_input textarea {
	width: 400px;
}

/* Fancybox */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fb/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  padding: 20px 20px 40px 20px;
  margin: 0;
  background: transparent;
  display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../img/fb/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../img/fb/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../img/fb/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../img/fb/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fb/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../img/fb/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fb/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../img/fb/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fb/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../img/fb/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fb/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../img/fb/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../img/fb/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../img/fb/fancy_title_right.png') repeat-x;
}

/* My Archive */

form#archive_search {
	padding: 13px 0 12px 12px;
	background-color: #f2f2f2;
	border-bottom: 1px dotted #887b82;
}
form#archive_search label {
	font-size: 13px;
	color: #383838;
}
form#archive_search select {
	width: 160px;
	margin: 0 20px 0 8px;
}
form#archive_search select.year {
	width: 100px;
}
form#archive_search input.submit {
	width: 89px;
	height: 23px;
	background: url("../img/button_view-events.png") no-repeat;
	border-width: 0;
	cursor: pointer;
}

ul#archive_list {
	list-style-type: none;
}
ul#archive_list li {
	border-bottom: 1px solid #ebebeb;
	height: 74px;
	position: relative;
}
ul#archive_list li.unseen {
	background: #ffe5a8;
}
ul#archive_list h5 {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	top: 16px;
	left: 17px;
}
ul#archive_list h6 {
	font-size: 13px;
	color: #6d6d6d;
	font-weight: normal;
	position: absolute;
	top: 41px;
	left: 17px;
}
ul#archive_list p.archive_date {
	font-size: 13px;
	color: #6d6d6d;
	position: absolute;
	top: 27px;
	left: 294px;
	margin: 0;
}
ul#archive_list div.archive_buy {
	position: absolute;
	top: 25px;
	left: 402px;
	padding-left: 37px;
	padding-top: 2px;
	font-size: 12px;
	height: 20px;
	font-weight: bold;
	background: url("../img/members/cp_menu.png") no-repeat 0 0;
}
ul#archive_list a.archive_view  {
	position: absolute;
	top: 25px;
	left: 402px;
	padding-left: 37px;
	padding-top: 2px;
	font-size: 13px;
	height: 20px;
	font-weight: bold;
	background: url("../img/members/cp_menu.png") no-repeat -215px 0;
	display: block;
	height: 21px;
	width: 78px;
	color: #319b31;
	text-decoration: none;
}

form#archived_tournaments input.submit {
	float: right;
	border-width: 0;
	width: 193px;
	height: 35px;
	margin-top: 10px;
	background: url("../img/button_buy-past-events.png") no-repeat;
	cursor: pointer;
}

h4#archive_h4 {
	height: 29px;
	background-position: 15px 0;
	background-repeat: no-repeat;
	margin: 24px 0 8px 0;
	font-weight: normal;
	color: #2f9a2f;
	font-size: 18px;
	text-indent: 70px;
	padding-top: 5px;
}
h4#archive_h4 span.archive_year {
	color: black;
	position: relative;
	left: 10px;
}

/* event menu */

ul#event_menu {
	position: absolute;
	list-style-type: none;
	top: 0;
	right: 0;
}
ul#event_menu li {
	float: left;
	border-right: 1px solid #d2d2d2;
}
ul#event_menu a {
	float: left;
	width: 97px;
	height: 30px;
	text-align: center;
	font-size: 13px;
	color: #747474;
	text-decoration: none;
	background: url("../img/members/event_menu.png");
	padding-top: 80px;
}
ul#event_menu a:hover,
ul#event_menu a.selected {
	color: black;
}
ul#event_menu a#eventmenu_preview { background-position: 0 0; }
ul#event_menu a#eventmenu_datasheet,
ul#event_menu a#eventmenu_ranksheet { background-position: -97px 0; }
ul#event_menu a#eventmenu_tip-slip { background-position: -194px 0; }
ul#event_menu a#eventmenu_control-panel { background-position: -291px 0; }

ul#event_menu a#eventmenu_preview.selected,
ul#event_menu a#eventmenu_preview:hover { background-position: 0 -110px; }
ul#event_menu a#eventmenu_datasheet.selected,
ul#event_menu a#eventmenu_ranksheet.selected,
ul#event_menu a#eventmenu_datasheet:hover,
ul#event_menu a#eventmenu_ranksheet:hover { background-position: -97px -110px; }
ul#event_menu a#eventmenu_tip-slip.selected,
ul#event_menu a#eventmenu_tip-slip:hover { background-position: -194px -110px; }
ul#event_menu a#eventmenu_control-panel.selected,
ul#event_menu a#eventmenu_control-panel:hover { background-position: -291px -110px; }


/* event box */

div#event_box {
	border: 1px solid #d2d2d2;
}
div#event_box_inner {
	padding: 20px 24px 24px 28px;
}

div#event_box h1 {
	color: black;
	font-size: 18px;
	font-weight: normal;
}

div#event_basicinfo {
	height: 38px;
	padding-top: 3px;
	position: relative;
}
div#event_basicinfo h5,
div#event_basicinfo p {
	float: left;
	font-weight: normal;
	font-size: 14px;
	clear: none;
}
div#event_basicinfo h5 {
	color: #888888;
	padding-right: 8px;
}
div#event_basicinfo p {
	color: black;
	padding-right: 24px;
}

div#eventpreview_left {
	width: 550px;
	float: left;
	padding-top: 10px;
}
div#eventpreview_left h5 {
	width: 142px;
	color: #319b31;
	font-weight: bold;
	font-size: 14px;
	float: left;
}
div#eventpreview_left div {
	width: 392px;
	color: #555555;
	font-size: 15px;
	float: left;
	border-left: 1px solid #d2d2d2;
	padding-left: 15px;
	margin-bottom: 30px;
}
div#eventpreview_left div p {
	padding-bottom: 12px;
	font-size: 13px;
}

div#eventpreview_right {
	width: 316px;
	float: left;
	padding-left: 40px;
}
div#eventpreview_right h5 {
	width: 142px;
	color: #319b31;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 7px;
	padding-top: 20px;
}
div#eventpreview_right h5:first-child {
	padding-top: 0;
}
div#eventpreview_right p {
	color: #333333;
	font-size: 13px;
	padding-bottom: 12px;
	line-height: 19px;
}
div#eventpreview_right div#eventinfo {
	background-color: #f2f2f2;
	padding: 18px;
}

div#eventpreview_right span.smalltip {
	width: auto;
}

div#venue_pastresults {
	border: 1px solid #d2d2d2;
	padding: 17px;
}
div#venue_pastresults h4 {
	color: #141414;
	font-size: 14px;
}
div#venue_pastresults ul {
	list-style-type: none;
	font-size: 14px;
	padding-bottom: 10px;
}
div#venue_pastresults li {
	padding: 8px 0 2px 20px;
	background: url("../img/sqr_bullet.png") no-repeat 1px 13px;
}

/* event players list */

div#event_box_options {
	background-color: #f2f2f2;
	height: 39px;
	font-size: 14px;
	color: #858585;
}
div#event_box_options a {
	text-decoration: none;
	color: #858585;
}
div#event_box_options a:hover {
	color: black;
}
div#event_box_options a.selected {
	color: black;
	font-weight: bold;
}
div#event_box_settings {
	float: right;
	padding: 10px 20px 0 0;
}

a#link_print_page {
	padding-left: 26px;
	background: url("../img/icon_printer.png") no-repeat 0 1px;
}
a#link_settings {
	padding-left: 26px;
	background: url("../img/icon_settings.png") no-repeat 0 1px;
}

div#event_box_options a:hover {
	background-position: 0 -97px;
}
div#event_box_options a#link_print_page:hover,
div#event_box_options a#link_settings:hover {
	background-position: 0 -99px;
}
div#event_box_options a.selected,
div#event_box_options a.selected:hover {
	background-position: 0 -197px;
}

div#event_box_menus {
	float: left;
	padding: 8px 0 0 19px;
	z-index: 2;
	height: 31px;
}
div#event_box_menus ul {
	float: left;
	background: white;
	list-style-type: none;
	margin-right: 9px;
	z-index: 3;
}
div#event_box_menus ul.hovered {
}
div#event_box_menus ul li {
	background: white;
	display: none;
	z-index: 4;
	height: 32px;
}
div#event_box_menus ul li.first {
	height: 31px;
}
div#event_box_menus ul.hovered li,
div#event_box_menus ul li.first {
	display: block;
}
div#event_box_menus ul li a {
	position: relative;
	display: none;
	width: 200px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #69696b;
	text-indent: 40px;
	background: url("../img/members/eventmenu_bg.png") no-repeat top left;
	z-index: 5;
	overflow: hidden;
}
div#event_box_menus ul li.unseen a {
	background: #ffe5a8;
}
div#event_box_menus ul.hovered li a {
	display: block;
}
div#event_box_menus ul li a:hover {
	background: url("../img/members/eventmenu_bg.png") no-repeat bottom left;
}
div#event_box_menus ul.hovered li a {
	display: block;
}
div#event_box_menus ul li.first a {
	display: block;
	border: 1px solid #d9d9d9;
	border-bottom-width: 0;
	width: 198px;
	height: 30px;
	background: white;
}
div#event_box_menus ul li.first a:hover,
div#event_box_menus ul.hovered li.first a {
	background: #319b31;
	color: white;
}

div#event_box_menus ul li.first a img {
	position: absolute;
	top: 2px;
	left: 2px;
}
div#event_box_menus ul li a img {
	position: absolute;
	top: 3px;
	left: 5px;
}

div#player_menu {
	float: left;
	padding: 10px 0 0 28px;
}
div#player_menu ul {
	list-style-type: none;
}
div#player_menu ul li {
	float: left;
}

/* event players table */

div#event_players {
	width: 926px;
}
div#event_players.fullscreen {
	z-index: 5;
	position: absolute;
	background-color: white;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: auto;
	width: 100%;
	overflow-y: visible;
}
div#event_players.fullscreen div#players_bottombar {
	display: none;
}
div#players_header {
	margin: 0 auto;
	overflow: hidden;
	background-color: white;
	height: 39px;
}
div#event_players.fullscreen div#players_header {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	background-color: white;
	height: 61px;
}
div#players_header_inner {
	width: 906px;
	border-bottom: 1px dotted #5e4d56;
}
div#event_players.fullscreen div#players_header_inner {
	margin: 0 auto;
}
div#players_main {
	width: 886px;
	height: auto !important;
	height: 440px;
	max-height: 440px;
	overflow-y: scroll;
	overflow-x: hidden;
}
div#event_players.fullscreen div#players_main {
	height: auto !important;
	overflow-y: visible;
	overflow-x: visible;
	margin: 0 auto;
	padding-top: 61px;
	width: 906px;
}
table.players_th {
	width: 906px;
	clear: both;
}

a#fullscreen {
	background: url("../img/fullscreen.png") no-repeat 0 1px;
}
a#unfullscreen {
	display: none;
	background: url("../img/unfullscreen.png") no-repeat 0 1px;
	position: relative;
	top: 2px;
}
a#fullscreen,
a#unfullscreen {
	float: right;
	font-size: 14px;
	text-decoration: none;
	color: #858585;
	height: 22px;
	padding-left: 24px;
}
a#fullscreen:hover,
a#unfullscreen:hover {
	color: black;
	background-position: 0 -99px;
}

a#col_reorder {
	background: url("../img/col_reorder.png") no-repeat 0 5px;
	float: right;
	font-size: 14px;
	text-decoration: none;
	color: #858585;
	height: 22px;
	padding-left: 20px;
	margin-right: 15px;
}
a#col_reorder:hover {
	color: black;
	background-position: 0 -95px;
}
div#event_players.fullscreen a#col_reorder {
	position: relative;
	top: 2px;
}

/* player table */

table.players {
	width: 100%;
}
table.players_th th {
	background-color: #f2f2f2;
	color: #319b31;
	font-weight: normal;
	height: 38px;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #f2f2f2;
}

table.players_th th.col_normal a,
table.players_th th.col_fixed a {
	height: 38px;
	display: block;
	width: 100%;
	line-height: 38px;
	text-decoration: none;
}
table.players_th th.col_normal a.selected,
table.players_th th.col_fixed a.selected,
table.players_th th.col_normal a:hover,
table.players_th th.col_fixed a:hover {
	background: #dadada url("../img/members/sort_arrow_down.png") no-repeat center right;
}
table.players_th.order_DESC th a.selected,
table.players_th.order_DESC th a.selected {
	background-image: url("../img/members/sort_arrow_up.png");
}

table.players td {
	font-size: 13px;
	color: #6d6d6d;
	text-align: center;
	border-right: 1px solid #d2d2d2;
	padding: 2px 0;
}

table.players .emptyrow {
	border-right-width: 0;
}
.emptyrow span {
	display: block;
	height: 5px;
	overflow: hidden;
}

.filler span {
	display: block;
	height: 18px;
	overflow: hidden;
}

.surname {
	text-transform: capitalize;
}
.nationality {
	color: #999999;
}

table.players td.col_pos {
	font-weight: bold;
	color: black;
	border-right-width: 0;
}
table.players_th .col_pos,
.col_pos {
	width: 42px;
	border-right-width: 0;
}

table.players_th .col_name {
	text-align: left;
	border-right-width: 0;
}
table.players .col_name,
.col_name {
	width: 178px;
	color: #333333;
	text-align: left;
	border-right-width: 0;
}

table.players td.col_name a,
td.col_name a {
	color: #333333;
	text-decoration: none;
}
table.players td.col_name a:hover,
td.col_name a:hover {
	text-decoration: underline;
}

table.players span.player_label {
	max-width: 156px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
}

table.players tr.flagged .col_name span.forename,
table.players tr.flagged .col_name span.surname {
	font-weight: bold;
	color: black;
}

table.players_th .col_odds,
table.players .col_odds {
	width: 90px;
	text-align: left;
}

table.players .col_odds img {
	float: right;
	margin-right: 4px;
}

table.players_th .col_odds_wider,
table.players .col_odds_wider {
	width: 157px;
	text-align: left;
}

.col_rank {
	width: 76px;
}
.col_SI {
	width: 76px;
}

.col_normal {
	width: 76px;
}
table.players td.negative {
	color: #d50000;
}

table.players td a {
	color: #6d6d6d;
	text-decoration: none;
}
table.players td.negative a {
	color: #d50000;
}
table.players td a:hover {
	text-decoration: underline;
}

table.players .col_hidden,
.col_hidden {
	display: none;
}

table.players_th .last_col,
table.players .last_col {
	border-right-width: 0;
}

table.players tr:hover td {
	background-color: #f2f2f2;
}
table.players tr:hover td.emptyrow,
table.players tr.filler:hover td {
	background-color: white;
}

a#table_cols_prev {
	float: right;
	width: 23px;
	height: 22px;
	background: url("../img/table_arrows.png") no-repeat top left;
	margin-right: 2px;
}
a#table_cols_next {
	float: right;
	width: 23px;
	height: 22px;
	background: url("../img/table_arrows.png") no-repeat top right;
	margin-right: 5px;
}
a#table_cols_prev:hover {
	background-position: bottom left;
}
a#table_cols_next:hover {
	background-position: bottom right;
}
a#table_cols_prev.disabled,
a#table_cols_prev.disabled:hover {
	background-position: center left;
}
a#table_cols_next.disabled,
a#table_cols_next.disabled:hover {
	background-position: center right;
}

a.flag {
	display: block;
	height: 14px;
	width: 13px;
	background: url("../img/flag.png") no-repeat 0 0;
	margin-left: 14px;
	margin-top: 4px;
}
a.flag:hover {
	background-position: 0 -100px;
}
a.flagged,
a.flagged:hover {
	background-position: 0 -200px;
}

a.ts_link {
	margin-left: 4px;
	padding-right: 10px;
	background: url("../img/members/green_dot.png") no-repeat 0 5px;
}
html* a.ts_link {	display: inline-block; } /* IE7 */

/* player analysis - tournament positions */

div#t_positions {
	float: left;
	width: 550px;
}
div#t_positions table.players_th {
	width: 550px;
	border-bottom: 1px dotted #5e4d56;
}
div#t_positions table.players {
	width: 550px;
}

div#t_positions table.players_th th {
	height: 32px;
	font-size: 11px;
	width: 45px;
}
div#t_positions table.players td {
	width: 45px;
	font-size: 12px;
	padding: 3px 0;
}
div#t_positions table.players_th th.col_t_name,
div#t_positions table.players td.col_t_name {
	width: 240px;
	text-align: left;
	text-indent: 16px;
	color: #333333;
}
div#t_positions table.players_th th.last_col,
div#t_positions table.players td.last_col {
	width: 34px;
}

/* player analysis - CI statistics */

div#ci_statistics {
	float: left;
	width: 356px;
}
div#ci_statistics table.players_th {
	width: 356px;
	border-bottom: 1px dotted #5e4d56;
}
div#ci_statistics table.players {
	width: 356px;
}

div#ci_statistics table.players_th th {
	height: 32px;
	font-size: 11px;
}
div#ci_statistics table.players td {
	padding: 3px 0;
}

div#ci_statistics table.players_th th.col_stat,
div#ci_statistics table.players td.col_stat {
	text-align: left;
	text-indent: 16px;
	width: 114px;
	color: #333333;
}
div#ci_statistics table.players_th th.col_peak,
div#ci_statistics table.players td.col_peak {
	width: 70px;
}
div#ci_statistics table.players_th th.col_date,
div#ci_statistics table.players td.col_date {
	width: 124px;
	text-align: left;
	text-indent: 16px;
}
div#ci_statistics table.players_th th.col_fp,
div#ci_statistics table.players td.col_fp {
	width: 44px;
}

/* player - full resutls */

div#full_results table.players_th {
	border-bottom: 1px dotted #5e4d56;
}

div#full_results table.players_th th.col_date,
div#full_results table.players td.col_date {
	width: 60px;
	border-right-width: 0;
	font-size: 11px;
	text-align: left;
	text-indent: 10px;
}
div#full_results table.players td.col_date {
	color: #333333;
}

div#full_results table.players td.col_name {
	font-size: 11px;
	border-right: 1px solid #d2d2d2;
	width: 208px;
}
div#full_results table.players_th th.col_name {
	width: 208px;
}

div#full_results table.players td.col_name span.nowrap {
	white-space: nowrap;
	width: 208px;
	overflow: hidden;
	display: block;
}

ul#last6 {
	list-style-type: none;
	padding: 8px 0 0 16px;
	height: 31px;
}
ul#last6 li {
	float: left;
	height: 31px;
	width: 31px;
	background: url("../img/members/position_circle.png") no-repeat;
	margin-right: 9px;
	font-weight: bold;
	font-size: 16px;
	color: black;
	text-align: center;
	line-height: 31px;
}

/* player - comparative resutls */

div#comparative_results table.players_th {
	border-bottom: 1px dotted #5e4d56;
}

div#comparative_results table.players_th th.col_date,
div#comparative_results table.players td.col_date {
	width: 90px;
	border-right-width: 0;
	font-size: 11px;
	text-align: left;
	text-indent: 10px;
}
div#comparative_results table.players td.col_date {
	color: #333333;
}

div#comparative_results table.players td.col_name {
	font-size: 11px;
	border-right: 1px solid #d2d2d2;
	width: 178px;
}
div#comparative_results table.players_th th.col_name {
	width: 178px;
}

div#comparative_results table.players td.col_name span.nowrap {
	white-space: nowrap;
	width: 178px;
	overflow: hidden;
	display: block;
}
div#comparative_results table.players td.col_name span.nowrap:hover {
	overflow: visible;
}

div#comparative_results table.players_th th.col_fixed a.selected,
div#comparative_results table.players_th th.col_fixed a:hover,
div#player_this_week table.players_th th.col_fixed a.selected,
div#player_this_week table.players_th th.col_fixed a:hover,
div#comparative_results table.players_th th.col_normal a.selected,
div#comparative_results table.players_th th.col_normal a:hover,
div#player_this_week table.players_th th.col_normal a.selected,
div#player_this_week table.players_th th.col_normal a:hover {
	background: #319b31;
	color: white;
}

/* Player */

div#event_box.player h1 {
	text-transform: capitalize;
	float: left;
	margin-bottom: 28px;
}
div#event_box.player h1 .year_title {
	color: #319b31;
}

div.player div#event_basicinfo {
	float: right;
	height: 26px;
	position: relative;
	right: -24px;
}

div.player div#players_main {
	overflow-y: hidden;
}

div.player table.players {
	width: 906px;
}

div.player h2 {
	font-size: 11px;
	color: white;
	background: url("../img/members/h2_bg.png") no-repeat top left;
	height: 19px;
	line-height: 20px;
	overflow: hidden;
	text-indent: 16px;
}

div#player_year {
	float: right;
	padding: 10px 32px 10px 26px;
	background: #f2f2f2;
}
div#player_year label {
	font-size: 13px;
	padding-right: 10px;
}
div#player_year select {
	width: 90px;
}

/* column order */

ul#col_order {
	margin: 8px 0 -4px 50px;
	overflow: hidden;
	list-style-type: none;
	width: 200px;
}
ul#col_order li {
	border: 1px solid #9f9f9f;
	color: #319b31;
	background-color: #f7f7f7;
	font-size: 12px;
	padding: 1px 1px 1px 10px;
	margin-bottom: 1px;
}
ul#col_order li span {
	display: none;
}

/* tip slip */

h1.tip_slip_h1 {
	padding: 0 0 0 70px;
}
p.tip_slip_p {
	padding: 4px 0 0 70px;
}
span.tip_slip_dates {
	color: #b1b1b1;
}

div.tip_slip {
	position: relative;
	padding-top: 30px;
}
div.tip_slip img.icon {
	position: absolute;
	top: 34px;
	left: 20px;
}
div.tip_slip h2 a {
	text-decoration: none;
	font-size: 21px;
	font-weight: normal;
	padding: 0 0 0 70px;
}
div.tip_slip div#event_basicinfo {
	padding: 0 0 0 70px;
}

div.tip_slip ul {
	list-style-type: none;
	width: 600px;
	padding-bottom: 14px;
	margin-left: 60px;
}
div.tip_slip ul li {
	display: inline;
}
div.tip_slip ul a {
	display: block;
	padding: 7px 0 7px 10px;
	border-bottom: 1px solid #ebebeb;
	background: white;
	overflow: auto;
	cursor: pointer;
	width: 583px;
	text-decoration: none;
	font-size: 15px;
	position: relative;
}
div.tip_slip ul a:hover {
	background: #f2f2f2;
}

div.tip_slip span.tipleft {
	float: left;
	width: 316px;
}
div.tip_slip span.tip {
	color: #747474;
}
div.tip_slip span.player {
	color: black;
	text-transform: capitalize;
}
div.tip_slip span.odds {
	font-weight: bold;
	float: left;
	width: 180px;
}

div.tip_slip ul li img {
	position: absolute;
	top: 8px;
	right: 20px;
}

/* Hints */

div.hint {
	position: absolute;
	cursor: pointer;
	height: 17px;
	width: 17px;
	background: url("../img/hint.png");
}
div.hint div {
	display: none;
	position: absolute;
	border: 1px solid #666666;
	background: #f2f2f2;
	width: 280px;
	padding: 10px;
	font-size: 12px;
	line-height: 13px;
	z-index: 80;
}

span.phint {
	float: left;
}
span.phint span.hint {
	display: none;
	right: -300px;
	top: -10px;
	position: absolute;
	border: 1px solid #666666;
	background: #f2f2f2;
	width: 280px;
	padding: 10px;
	font-size: 12px;
	line-height: 13px;
	z-index: 80;
}
span.phint span.hint a {
	color: #319b31;
}

/* Badges */

div#badges {
	position: absolute;
	top: 85px;
	left: -1px;
}
div#badges a {
	float: left;
	margin-right: 5px;
}

/* Home - services */

#services_overview {
	height: 340px;
	margin-top: 4px;
}
#services_overview div.service {
	width: 149px;
	height: 340px;
	background: url("../img/service_overview_bg.png") no-repeat;
	float: left;
	overflow: hidden;
	margin-right: 4px;
	position: relative;
}
#services_overview div.first {
	margin-right: 3px;
}
#services_overview div.last {
	margin-right: 0;
}

#services_overview h3 img {
	margin: 16px auto 0 auto;
}

#services_overview ul {
	margin: 10px 0 0 10px;
	list-style: none;
}
#services_overview ul li {
	padding: 1px 0 1px 15px;
	background: url("../img/bullet.png") no-repeat 0 6px;
	font-size: 13px;
}

#services_overview a.service_about {
	position: absolute;
	bottom: 8px;
	left: 9px;
	height: 24px;
	width: 24px;
	background: url("../img/service_more.png");
}

#services_overview a.service_results {
	position: absolute;
	bottom: 8px;
	right: 8px;
	height: 24px;
	line-height: 24px;
	width: 100px;
	text-decoration: none;
	font-size: 13px;
	text-indent: 33px;
	background: url("../img/service_results.png") no-repeat top left;
}
#services_overview a.service_results:hover {
	background-position: bottom left;
}

