@charset "utf-8";
/* CSS Document */

.ptca_registration_step {
	padding: 10px;
	margin: 3px 0;
	color: #111;
	min-height: 60px !important;
	height: auto !important;
	height: 60px;
}

.ptca_registration_step .step_heading {
	color: #FE5802;
	font-size: 24px;
	text-transform: uppercase
}

.calculated_hours {
	color: #FE5802;
}

.closed_step {
	background: #FE5802;
	color: #fff;
	-webkit-box-shadow: 2px 0 15px #ffffff;
	-moz-box-shadow: 2px 0 15px #ffffff;
	box-shadow: 2px 0 15px #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.closed_step .step_heading {
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}

.step_number {
	float: left;
	width: 40px;
	font-size: 36px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FE5802;
}

.closed_step p,
.closed_step strong,
.closed_step div,
.closed_step h1,
.closed_step h2 {
	color: #fff;
}

.step_details {
	margin-left: 40px;
}

.input_text {
	padding: 7px 4px;
	border: 1px solid #888;
	font-size: 14px;
	margin: 5px 0;
	width: 95%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.form_row {
	margin-bottom: 10px;
}

.form_row_left_align {
	float: left;
	width: 270px;

}

.form_row_right_align {
	width: 280px;
	float: right;

}

.form_row_left_align label {
	text-transform: uppercase;
	color: #111;
}

.form_row_right_align label {
	text-transform: uppercase;
	color: #111;
}

label small {
	text-transform: none;
	font-size: 11px;
	color: #999;
}

input.chk_invisible {
	visibility: hidden;
}

.points_color {
	color: #aaa;
}

.form_button_row {
	text-align: left;
	padding: 10px 0;
}

.form_button {
	background: #FE5802;
	padding: 10px;
	min-width: 200px !important;
	width: auto !important;
	width: 200px;

	text-align: center;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
}

.gray_button {
	background: #888888;
	font-weight: bold;

}

.checkbox_row_left {
	float: left;
	width: 70%;
	padding: 4px 0;
}

.checkbox_row_right {
	float: right;
	width: 28%;
	padding: 4px 0;
	text-align: left;
}

.clear {
	clear: both
}

.step_details_elems {
	display: none
}

.step_details_elems h3 {
	padding-bottom: 0;
	margin-bottom: 5px;
	margin-top: 10px;
}

.step_points_hidden {
	display: block;
	float: right;
}

.step_points_hidden a:link,
.step_points_hidden a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#ptca_registration_progressbar {
	width: 600px;
	height: 94px;
	background: url('images/registration_steps.jpg') no-repeat top left;
	padding: 0 1px;
	margin: 0;
	position: relative;
	overflow: hidden
}

#ptca_registration_progressbar_progress {
	width: 596px;
	background: #fff;
	height: 40px;
	position: absolute;
	left: 2px;
	top: 29px;
}

.padded {
	padding-top: 14px;
}

.basket_end_final {
	margin: 20px 0 10px 0;
}

.error_input_class {
	border: 1px solid #F00 !important;
	color: #F00 !important;
}

.error_text_class {
	color: #F00;
	text-decoration: underline
}

#basket_info_message {
	display: none;
	font-size: 15px;
}

#basket_memership_name {
	font-size: 16px;
	font-weight: bold;
	color: #FE5802
}

#ptca_registration_thank_you {
	display: none
}



table.jCalendar {
	border: 1px solid #000;
	background: #fff;
	border-collapse: separate;
	border-spacing: 2px;
	width: 250px;
}

table.jCalendar th {
	background: #FE5802;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #fff;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}

table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}

table.jCalendar td.today {
	background: #666;
	color: #fff;
}

table.jCalendar td.selected {
	background: #FE5802;
	color: #fff;
}

table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}

table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}

table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}

table.jCalendar td.disabled,
table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}

table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
.dp-choose-date {
	display: none
}

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 250px;
	line-height: 1.2em;
}

div#dp-popup {
	position: absolute;
	z-index: 199;
}

div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}

a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}

a#dp-close:hover {
	text-decoration: underline;
}

div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}

div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}

div.dp-popup div.dp-nav-prev a {
	float: left;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a,
div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}

div.dp-popup div.dp-nav-prev a.disabled,
div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}

div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}

div.dp-popup div.dp-nav-next a {
	float: right;
}

div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}

div.dp-popup td {
	cursor: pointer;
}

div.dp-popup td.disabled {
	cursor: default;
}

.ucase {
	text-transform: uppercase;
}

.ucase br {
	display: none;
}

.ucase a:link,
.ucase a:visited {
	text-decoration: underline;
	color: #FE5802;
}

.formMiniPopup {
	position: absolute;
	padding: 10px;
	background: #fff;
	border: 2px solid #777;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px #888;
	-moz-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
	min-width: 600px !important;
	width: auto !important;
	width: 600px;
	max-width: 650px;
	min-height: 300px !important;
	height: auto !important;
	height: 300px;
	color: #111;
	line-height: 1.6em;
}

.formMiniPopup a.popup_close {
	float: right;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #FE5802;
}

.overlay_contents {
	width: 550px;
	text-align: left;
}


@charset "utf-8";

/* CSS Document */
#ptca_readonly_profile {
	padding: 20px 0px;
}

#user_name_header {
	float: left;
	width: 52%;
	font-weight: bold;
	font-size: 20px;
}

#user_membership_header {
	float: right;
	width: 45%;
	text-align: right;
}

#user_details_row {
	background: #eb7915;
	padding: 10px 5px;
	color: #fff;
	margin: 10px 0;
}

#ptca_readonly_profile .user_details_row {
	background: #f7d7bc;
	color: #222;
	padding: 5px;
	margin: 10px 0;
}

#ptca_readonly_profile .user_details_row h4 {
	color: #eb7915
}

.ptca_row {
	margin: 10px 10px;
}

.ptca_row label {
	display: block;
	float: left;
	width: 100px;
	font-size: 11px;
}

.ptca_row strong {
	font-weight: bold;
	font-size: 11px;
}

.ptca_row span {
	display: block;
	float: left;
	width: 180px;

}

.user_details_row .ptca_row label {
	width: 200px;
}

#ptca_user_pic {
	float: left;
	width: 102px;
	height: 152px;

}

.qq-upload-list {
	display: none
}

#ptca_user_pic img {
	width: 100px;
	height: 150px;
	background: #fff;
	border: 1px solid #111;
}

#ptca_user_pic a:link,
#ptca_user_pic a:visited {
	color: #fff;
	text-decoration: underline;
	font-size: 11px;
	display: block;
	padding: 4px 0;
}

#ptca_user_personal_details {
	float: left;
	width: 390px;
	font-size: 11px;
	font-family: Arial;
}

#ptca_user_profile_player_ability {
	float: right;
	width: 200px;
	padding-top: 10px;
}

#ptca_user_profile_player_ability div.ability_row {
	background: #F7D7BC;
	color: #404040;
	padding: 10px;
	margin: 0 0 10px 0;
	min-height: 40px !important;
	height: auto !important;
	height: 40px;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
}

#ptca_user_profile_player_ability div.ability_row span {
	display: block;
	float: right;
	font-weight: normal;
	padding: 0px;
	line-height: normal;
	margin: 5px 0 0 0;
	text-align: right;
	clear: left;
}

.clear {
	clear: both;
}

.member_name_title {
	display: block;
	font-size: 24px;
	font-family: Arial;
	margin-left: 10px;
	color: #fff;
}

.member_ptca_membership {
	display: block;
	font-size: 11px;
	font-family: Arial;
	color: #fff;
	margin-left: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#ptca_image_uploader,
#ptca_image_uploader button {
	font-size: 11px;
	text-decoration: underline;
	padding: 4px 0;
}

span.inner_ptca_title {
	display: block;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #000;
}

span.ptca_subtitle {
	display: block;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}

/**** Admin for managing users list ***/
#ptca_members_list {
	padding: 10px;
	font-family: Arial;
}

#ptca_members_list table {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#ptca_members_list table thead tr th {
	background: #fff;
	color: #333;
	padding: 4px 2px;
	text-align: center;
	font-weight: bold;
}

#ptca_members_list table tbody tr td {
	text-align: left;
	padding: 4px 2px;
	color: #fff;
}

#ptca_members_list table tbody tr:hover td {
	background: #eee;
	color: #111;
}

#ptca_members_list a.view_ptca_user_profile:link,
#ptca_members_list a.view_ptca_user_profile:visited {
	color: #fff;
	text-decoration: none;
	background: #888888;
	display: block;
	text-align: center;
	width: 80px;
	padding: 4px;
}

#ptca_chart {
	width: 520px;
	height: 440px;
	background: url('images/bar_bg.jpg') repeat -3px 0px;
	position: relative;

}

#ptca_summary_chart {
	width: 680px;
	height: 400px;
	padding-top: 20px;
	position: relative;
}

#ptca_grid_overlay {
	background: url('images/bar_line.jpg') repeat;
	position: absolute;
	z-index: 888;
}

#ptca_summary_chart dt {
	float: left;
	width: 100px;
	font-weight: bold;
	padding: 5px 0;
	margin: 20px 0;
	display: inline;
	text-align: left;
	clear: left;
}

#ptca_summary_chart dd {
	width: 480px;
	float: left;
	margin: 20px 0 0 0;
	display: inline;
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
}

#ptca_summary_chart dt span {
	font-weight: normal;
}

#ptca_summary_chart dt.border_align {
	position: absolute;
	width: 480px;
	height: 464px;
	border: 1px solid #777;
	top: 0px;
	left: 100px;
}

#ptca_summary_chart dt.pass_limit_border {
	position: absolute;
	width: 1px;
	border-right: 1px dashed #777;
	height: 464px;
	top: 0px;
	left: 550px;
	z-index: 9999;
}

#ptca_summary_chart dd span.ptca_summary_limits {
	display: block;
	float: left;
	text-align: right;
	font-size: 12px;
	color: #222;
	width: 150px;
	padding: 0px;
}

#ptca_summary_chart dd span {
	color: #000;
	text-align: center;
	display: block;
	float: left;
	padding: 25px 0;
}

#ptca_summary_chart dd span.ptca_have_points {
	color: #FF3333;
	font-weight: bold;
}

#ptca_chart dt {

	position: absolute;
	left: 0px;
	margin: 10px 5px 10px 0;
	padding: 10px 10px;
	font-weight: bold;
	display: inline;

	text-align: right;
	font-size: 15px;
	font-family: Arial;
	clear: left;
}

#ptca_chart dd {
	width: 440px;
	float: left;
	margin: 10px 0;
	display: inline;
}

#ptca_chart dd span {
	color: #000;
	text-align: center;
	padding: 15px 0;
	display: block;
	float: left;
}

span.ptca_have_points {
	background: #e6b457;
	color: #fff;
}

span.ptca_extra_points {
	background: #ebddc0;
}

span.ptca_not_usable_points {
	background: #ebddc0;
}

#ptca_chart_levels {
	clear: both;
	padding: 0;
	margin: 0;

	width: 550px;
}

#ptca_chart_levels li {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 110px;
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial;
}



#ptca_chart_summary {
	width: 620px;
	height: 100px;

	padding-top: 3px;

	background: url('images/chart_bg.jpg') repeat-y -10px 0;

}

#ptca_chart_summary dd {
	width: 450px;
	margin: 10px 0;
	display: block;


}

#ptca_chart_summary dd span {
	color: #000;
	text-align: center;
	padding: 25px 0;
	display: block;
	float: left;
}

span.summary_standards {
	background: #e6b457;
	color: #fff;
}

span.summary_extras {
	background: #f5e6c9;
}

span.summary_additionals {
	background: #8f6210;
}

#ptca_chart_levels_summary {
	clear: both;
	padding: 0;
	margin: 0;
	width: 550px;

}

#ptca_chart_levels_summary li {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 110px;
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial;
}

.select2-container {
	position: relative;
	display: inline-block;
	/* inline-block for ie7 */
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
	/*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
	-moz-box-sizing: border-box;
	/* firefox */
	-ms-box-sizing: border-box;
	/* ie */
	-webkit-box-sizing: border-box;
	/* webkit */
	-khtml-box-sizing: border-box;
	/* konqueror */
	box-sizing: border-box;
	/* css3 */
}

.select2-container .select2-choice {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
	background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #aaa;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	height: 32px;
	line-height: 26px;
	padding: 0 0 0 8px;
	color: #444;
	text-decoration: none;
}

.select2-container.select2-drop-above .select2-choice {
	border-bottom-color: #aaa;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
	background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
	background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
	background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
	background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
}

.select2-container .select2-choice span {
	margin-right: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
	display: block;
	position: absolute;
	right: 26px;
	top: 8px;
	width: 12px;
	height: 12px;
	font-size: 1px;
	background: url('images/select2.png') right top no-repeat;
	cursor: pointer;
	text-decoration: none;
	border: 0;
	outline: 0;
}

.select2-container .select2-choice abbr:hover {
	background-position: right -11px;
	cursor: pointer;
}

.select2-drop {
	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	border-top: 0;
	position: absolute;
	top: 100%;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	-o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	z-index: 9999;
	width: 100%;
	margin-top: -1px;

	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.select2-drop.select2-drop-above {
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	margin-top: 1px;
	border-top: 1px solid #aaa;
	border-bottom: 0;

	-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
	-o-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-container .select2-choice div {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #ccc;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
	background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
	background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
	background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
	background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee', GradientType=0);
	background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
	border-left: 1px solid #aaa;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 18px;
}

.select2-container .select2-choice div b {
	background: url('images/select2.png') no-repeat 0 1px;
	display: block;
	width: 100%;
	height: 100%;
}

.select2-search {
	display: inline-block;
	white-space: nowrap;
	z-index: 10000;
	min-height: 26px;
	width: 100%;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;
}

.select2-search-hidden {
	display: block;
	position: absolute;
	left: -10000px;
}

.select2-search input {
	background: #fff url('images/select2.png') no-repeat 100% -22px;
	background: url('images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
	background: url('images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
	background: url('images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
	background: url('images/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
	background: url('images/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
	background: url('images/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
	padding: 4px 20px 4px 5px;
	outline: 0;
	border: 1px solid #aaa;
	font-family: sans-serif;
	font-size: 1em;
	width: 100%;
	margin: 0;
	height: auto !important;
	min-height: 26px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.select2-drop.select2-drop-above .select2-search input {
	margin-top: 4px;
}

.select2-search input.select2-active {
	background: #fff url('images/spinner.gif') no-repeat 100%;
	background: url('images/spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
	background: url('images/spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
	background: url('images/spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
	background: url('images/spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
	background: url('images/spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
	background: url('images/spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}


.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	border: 1px solid #5897fb;
	outline: none;
}

.select2-dropdown-open .select2-choice {
	border: 1px solid #aaa;
	border-bottom-color: transparent;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #fff inset;
	-o-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
	background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
	background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
	background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-dropdown-open .select2-choice div {
	background: transparent;
	border-left: none;
}

.select2-dropdown-open .select2-choice div b {
	background-position: -18px 1px;
}

/* results */
.select2-results {
	margin: 4px 4px 4px 0;
	padding: 0 0 0 4px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 200px;
}

.select2-results ul.select2-result-sub {
	margin: 0 0 0 0;
}

.select2-results ul.select2-result-sub>li .select2-result-label {
	padding-left: 20px
}

.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
	padding-left: 40px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
	padding-left: 60px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
	padding-left: 80px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
	padding-left: 100px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
	padding-left: 110px
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
	padding-left: 120px
}

.select2-results li {
	list-style: none;
	display: list-item;
}

.select2-results li.select2-result-with-children>.select2-result-label {
	font-weight: bold;
}

.select2-results .select2-result-label {
	padding: 3px 7px 4px;
	margin: 0;
	cursor: pointer;
}

.select2-results .select2-highlighted {
	background: #3875d7;
	color: #fff;
}

.select2-results li em {
	background: #feffde;
	font-style: normal;
}

.select2-results .select2-highlighted em {
	background: transparent;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
	background: #f4f4f4;
	display: list-item;
}

/*
disabled look for already selected choices in the results dropdown
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
*/
.select2-results .select2-disabled {
	display: none;
}

.select2-more-results.select2-active {
	background: #f4f4f4 url('images/spinner.gif') no-repeat 100%;
}

.select2-more-results {
	background: #f4f4f4;
	display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}

.select2-container.select2-container-disabled .select2-choice div {
	background-color: #f4f4f4;
	background-image: none;
	border-left: 0;
}


/* multiselect */

.select2-container-multi .select2-choices {
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
	background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	border: 1px solid #aaa;
	margin: 0;
	padding: 0;
	cursor: text;
	overflow: hidden;
	height: auto !important;
	height: 1%;
	position: relative;
}

.select2-container-multi .select2-choices {
	min-height: 36px;
}

.select2-container-multi.select2-container-active .select2-choices {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	border: 1px solid #5897fb;
	outline: none;
}

.select2-container-multi .select2-choices li {
	float: left;
	list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

.select2-container-multi .select2-choices .select2-search-field input {
	color: #666;
	background: transparent !important;
	font-family: sans-serif;
	font-size: 100%;
	height: 15px;
	padding: 5px;
	margin: 1px 0;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
	background: #fff url('images/spinner.gif') no-repeat 100% !important;
}

.select2-default {
	color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	border: 1px solid #aaaaaa;
	line-height: 13px;
	padding: 3px 5px 3px 18px;
	margin: 3px 0 3px 5px;
	position: relative;
	cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice span {
	cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
	background: #d4d4d4;
}

.select2-search-choice-close {
	display: block;
	position: absolute;
	right: 3px;
	top: 4px;
	width: 12px;
	height: 13px;
	font-size: 1px;
	background: url('images/select2.png') right top no-repeat;
	outline: none;
}

.select2-container-multi .select2-search-choice-close {
	left: 3px;
}


.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
	background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
	background-position: right -11px;
}

/* disabled styles */

.select2-container-multi.select2-container-disabled .select2-choices {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	background-image: none;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	padding: 3px 5px 3px 5px;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
	display: none;
}

/* end multiselect */

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-result-selectable .select2-match {
	text-decoration: underline;
}

.select2-result-unselectable .select2-match {
	text-decoration: none;
}

.select2-offscreen {
	position: absolute;
	left: -10000px;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {

	.select2-search input,
	.select2-search-choice-close,
	.select2-container .select2-choice abbr,
	.select2-container .select2-choice div b {
		background-image: url(select2x2.png) !important;
		background-repeat: no-repeat !important;
		background-size: 60px 40px !important;
	}

	.select2-search input {
		background-position: 100% -21px !important;
	}
}

.select2-search {
	display: none;
}

.step_4_tabs {
	padding: 0;
	margin: 5px 0 0 0;
	list-style: none;
	overflow: auto;
	border-left: 1px solid #999;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;

}

.step_4_tabs li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.step_4_tabs a:link,
.step_4_tabs a:visited {
	display: block;
	float: left;
	padding: 10px 12px;
	text-transform: none;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	color: #555;
	height: 37px;
	margin: 0px;
	border: 1px solid #999;
	border-left: none;
	background: #eeeeee;
	/* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #efefef 50%, #ffffff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(50%, #efefef), color-stop(100%, #ffffff));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #efefef 50%, #ffffff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%, #efefef 50%, #ffffff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%, #efefef 50%, #ffffff 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #eeeeee 0%, #efefef 50%, #ffffff 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */

}

.step_4_tabs li a.active_tab:link,
.step_4_tabs li a.active_tab:visited {
	background: #ddd;
}

.step_4_tabs li:last-child a:link,
.step_4_tabs li:last-child a:visited {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.step_4_tab_box {
	background: #ebebeb;
	padding: 10px;
	margin: 10px 0;
	color: #111;
	border: 1px solid #ddd;
}

.step_4_tabs_labels {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 60px;
}

.step_4_tabs_labels li {
	list-style: none;
	display: block;
	float: left;
	width: 70px;
	margin-right: 5px;
}

.uppercase {
	text-transform: uppercase;
}

.step_4_box_item {
	float: left;
	width: 33%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.small {
	font-size: 11px;
}

.strong {
	font-weight: bold;
}

.step_5_gray_row {
	background: #dedede;
	padding: 5px;
	margin: 10px 0;
}

.step_5_gray_row h3 {
	padding: 0;
	margin: 0;
	float: left;
	width: 400px;
	font-size: 16px;
	color: #111;
}

.step_5_gray_row div.points_color {
	float: right;
	width: 150px;
	text-align: right;
}

.step_5_row_left {
	float: left;
	width: 140px;
}

.step_5_row_right {
	float: right;
	width: 400px;
}

.step_5_row_right label,
.step_5_row_left label {
	text-transform: uppercase;
}

.step_5_row_left .select2-container {
	margin-top: 5px;
}

.step_7_boxes {
	background: #ebebeb;
	padding: 10px;
	float: left;
	width: 150px;
	margin-right: 10px;
	border: 1px solid #ccc;
}

.step_8_form_left {
	float: left;
	width: 220px;
}

.step_8_form_left .select2-container {
	margin-top: 5px;
}

.step_8_form_right {
	float: right;
	width: 300px;
}

.step9_select2 .select2-container,
.step10_select2 .select2-container,
.step_8_form_right .select2-container,
.step_6_col .select2-container {
	margin-top: 5px;
}

.step_6_col {
	float: left;
	margin-right: 10px;
}

.step_6_rows {
	margin: 10px 0;
}

.step_6_row_name {
	float: left;
	width: 220px;
	padding-top: 6px;
}

.step_6_row_ranking {
	float: left;
	width: 80px;
	padding-top: 6px;
}

.step_6_row_years {
	float: left;
	width: 80px;
	padding-top: 6px;
}

.step_6_row_button {
	float: right;
	width: 80px;
}

.step_6_row_points {
	float: left;
	padding-top: 6px;
	width: 80px;
}

#member_profile_edit_btn {
	float: right;
	display: block;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #fff;
	padding: 10px 15px;
	text-decoration: none;
	color: #eb7915;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
}

#ptca_personal_comments {
	padding: 5px;
	background: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 110px;
	margin-right: 10px;
	color: #111;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#ptca_personal_comments p {
	color: #111;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif
}

#ptca_personal_comments b {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.player_Row {
	background: #fbebdd;
	padding: 3px;
	font-size: 13px;
	text-transform: uppercase;
}

.ptca_row p {
	color: #111;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 0;
	margin: 0;
}

.ptca_row p em {
	font-size: 13px;
}

#ptca_below_summary {
	margin: 20px 0;
	color: #000;
}

#ptca_below_summary p {
	color: #000;
}

#ptca_summary_sum_total {
	text-align: right;
	color: #999;
	margin-top: 30px;
}

#ptca_summary_sum_total span {
	display: block;
	font-size: 20px;
	font-weight: normal;
}

#ptca_summary_sum_total strong.ptca_membership_level {
	text-transform: uppercase;
	font-weight: normal;

}

#ptca_summary_sum_total em {
	font-style: normal;
	font-size: 30px;
}

#step_2_agreement_1_link:link,
#step_2_agreement_1_link:visited,
#step_2_agreement_2_link:link,
#step_2_agreement_2_link:visited {
	color: #888;
	text-decoration: none;
}

.members_row_wrapper {
	margin: 0;

	border-bottom: 2px solid #ddd;
	padding: 5px 0;
}

.members_row_wrapper .members_row_image {
	float: left;
	width: 60px;

}

.members_row_wrapper .members_row_image img {
	border: 2px solid #eee;
	width: 60px;
	padding: 1px;

}

.members_row_wrapper .members_details {
	float: right;
	width: 490px;
	padding: 0 10px;
	min-height: 80px !important;
	height: auto !important;
	height: 80px;
}

.member_name_title {
	display: block;
	padding: 0;
	margin: 5px 0;
}

.member_name_title a.moreinfo_link:link,
.member_name_title a.moreinfo_link:visited {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.members_details a.member_display_name:link,
.members_details a.member_display_name:visited {
	font-size: 24px;
	display: inline-block;
	text-decoration: none;
	font-weight: 200;
	color: #777;
	font-family: Arial, Helvetica, sans-serif
}

.member_details .member_ptca_points {
	color: #ccc;
}

.members_details p {
	padding: 0px;
	margin: 1px 0;
	overflow: hidden
}

.members_details p strong {
	display: block;
	float: left;
	width: 150px;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif
}

.members_details p span {
	display: block;
	float: right;
	width: 290px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
}

p.member_comments_list {
	font-style: italic
}

a.moreinfolink:link,
a.moreinfolink:visited {
	display: inline-block;
	margin-left: 20px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}