@charset "utf-8";

/*
PSUtennisclub.com by Eric Papamarcos (http://www.epaps.com)
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0;padding:0; }

body {
	font-family: "Trebuchet MS";
	font-size: 15px;
	margin: 0;
	line-height: 1.3em;
	-webkit-text-size-adjust: none;
}

img {
	vertical-align: bottom;
	outline: 0 none;
	border: 0 none;
}

.none {
	display: none;
}

#topbar {
	font-size: 11px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #222;
	border-top: 1px solid #F8F8F8;
}
#topbar-inside {
	width: 830px;
	margin: 0 auto;
	overflow: hidden;
}
#topbar-left {
	float: left;
}
#topbar-right {
	float: right;
}
.topbar-link a {
	text-decoration: none !important;
	color: #222 !important;
	padding: 1px 10px 0;
	display: inline-block;
}
#topbar-right a:hover {
	background-color: #F8F8F8;
}
#topbar ul {
	list-style: none;
	padding: 0;
}
#topbar li {
	float: left;
	margin: 0;
}
.topbar-link-dropdown {
	background-image: url("/images/menu-arrow.gif");
	width: 7px;
	height: 5px;
	display: inline-block;
	margin: 0 0 1px 5px;
}
#topbar li:hover {
	background-color: #F8F8F8;
}
#topbar ul li ul {
	background-color: #F0F0F0;
	border: 0 solid #222;
	margin: 0;
	width: 185px;
	left: -999em;
	position: absolute;
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
}
#topbar ul li:hover ul {
	left: auto;
}
#topbar ul li ul li {
	width: 185px;
	
}
#topbar ul li ul li a {
	padding: 2px 10px;
	width: 165px;
}
#topbar ul li ul li:hover {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #E8E8E8;
}

#topbar ul li ul ul {
	margin: -23px 0 0 185px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}

#topbar ul li ul li:hover ul  {
	left: auto;
}

#topbar ul li.align-right:hover ul {
	right: 0;
}

#topbar ul li:hover ul ul {
	left: -999em;
}


#topbar .dev {
	background-color: #EDEDED;
}

#no-avatar-reminder {
	background-color: #EDEDED;
	border-bottom: 1px solid #E8E8E8;
}
#no-avatar-reminder-inside {
	width: 830px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	position: relative;
	left: -15px;
}
#no-avatar-reminder a {
	color: #000;
}
#no-avatar-reminder-text {
	font-size: 13px;
	display: inline;
	position: relative;
	bottom: 2px;
	left: 5px;
	color: #222;
}
#no-avatar-reminder-hide-container {
	float: right;
}
#no-avatar-reminder-hide-container a {
	background-image: url("/images/icon-delete.gif");
	opacity: 0.4;
	filter: alpha(opacity=40);
	display: inline;
	position: relative;
	float: right;
	top: 5px;
	right: 5px;
	height: 16px;
	width: 16px;
}

#header {
	background-color: #2C3E55;
	border-top: 1px solid #CCC;
	overflow: hidden;
}
#header-inside {
	width: 830px;
	margin: 0 auto;
	overflow: hidden;
}
#header img {
	border: 0;
}
#header-banner {
	padding: 12px 0;
	float: left;
}

#navbar {
	background: url("/images/navbar_repeater.png") repeat-x;
	overflow: hidden;
}
#navbar-inside {
	width: 830px;
	margin: 0 auto;
	overflow: hidden;
}
#navbar ul {
	height: 30px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}
#navbar li {
	height: 30px;
	line-height: 1.4em;
	float: left;
	margin: 0;
	color: #666;
}
#navbar li:hover {
	background-color: #444;
}
#navbar a {
	padding: 4px 12px;
	text-decoration: none;
	color: #FFF;
	display: block;
}

#content {
	margin: 5px;
	padding: 4px 0 8px;
}
#content-inside {
	width: 800px;
	margin: 0 auto;
	padding: 0 15px 15px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}

.content-header {
	margin-bottom: 5px;
}
.content-header a {
	text-decoration: none !important;
}
.content-header a:hover {
	text-decoration: none !important;
}

.content-third {
	float: left;
	margin: 0 17px 0 0;
	width: 255px;
}
.content-third-last {
	margin: 0;
}

.content-half {
	width: 480px;
	margin: 0 17px 0 0;
	float: left;
}
.content-half-last {
	margin: 0;
}

#home-welcome {
	margin: 2px 0 0;
}
#home-welcome h1 {
	border: 0;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	margin: 0;
}
#home-banner {
	text-align: center;
	margin: 8px 0;
}
#home-news {
	padding: 5px 10px 0;
}
#home-news a {
	display: inline-block;
}
#home-THON {
	margin: 2px 0 0;
}
#home-THON a {
	outline: 0 none;
}
.home-faq {
	margin: 0 0 10px;
}
.home-faq-last {
	margin: 0;
}
.home-q {
	display: block;
	color: #036;
	font-weight: bold;
}
.home-a {
	display: block;
}

.like-box {
	border: 1px solid #EDEDED;
	background-color: #F8F8F8;
	height: 62px;
}
.home-section {
	margin: 10px 0 20px;
	overflow: hidden;
	clear: both;
}
.home-section-last {
	margin: 10px 0 0;
}
#home-calendar-map {
	float: left;
	margin: 10px 0 0 50px;
}
#home-calendar-text {
	float: right;
	margin: 10px 50px 0 0;
}

#home-members {
	margin: 0 0 0 3px;
	
}
.home-member-no {
	opacity: .25;
	filter: alpha(opacity=25);
}
.home-member {
	float: left;
	margin: 0 2px 2px 0;
}

.home-officer {
	margin: 6px 0;
	overflow: hidden;
	clear: both;
	line-height: 1.3em;
}
.home-officer-last {
	margin: 5px 0 0;
}
.home-officer-avatar {
	float: left;
}
.home-officer-avatar img {
	margin: 0 8px 0 0;
}
.home-officer-avatar a {
	outline: 0 none;
}
.home-officer-name {
	padding: 6px 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #036;
}
.home-officer-name a {
	text-decoration: none !important;
}
.home-officer-name a:hover {
	text-decoration: underline !important;
}

#footer {
	width:800px;
	text-align:center;
	font-size:12px;
	margin:0 auto;
	padding:0 0 10px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0;
}

/* ****************************** */

a:link, a:visited, a:active {
	color: #036;
	outline: 0 none;
	text-decoration: underline;
}

a:hover {
	color: #006;
	text-decoration: underline;
}

a.nub:link, a.nub:visited, a.nub:active, a.nub:hover {
	color: #000;
	border: none;
	text-decoration: none;
	outline: 0 none;
}

a.nub:hover {
	color: #333;
}

a.ub:link, a.ub:visited, a.ub:active, a.ub:hover {
	color: #000;
	border: none;
	text-decoration: underline;
	outline: 0 none;
}

a.ub:hover {
	color: #333;
}

.underline {
	text-decoration: underline !important;
}

a.hub:link, a.hub:visited, a.hub:active, a.hub:hover {
	color: #000;
	text-decoration: none;
	border: none;
	outline: 0 none;
}
a.hub:hover {
	text-decoration: underline;
	cursor: pointer;
}

a.delete:link, a.delete:visited, a.delete:active, a.delete:hover {
	color: #000;
	text-decoration: none;
	border: none;
	outline: 0 none;
}
a.delete:hover {
	text-decoration: underline;
	color: red;
}

p {
	margin: 10px 0;
}

p.nsp {
	margin: 0;
}

p.ntp {
	margin: 0 0 10px;
}

p.nbtm {
	margin: 10px 0 0;
}

p.indent {
	text-indent: 2.5em;
}

p.ind {
	text-indent: 1.5em;
}

p.ladind {
	margin: 0 0 0 2em;
}

input {
	font-size: 14px;
	padding: 2px;
}

.min-padding-button input {
	padding: 0 1px !important;
}

.no-padding-input input {
	padding: 0 !important;
}

select {
	font-size: 13px;
	padding: 1px;
}

textarea {
	font-size: 14px;
	padding: 2px;
}

h1 {
	font-size: 20px;
	color: #036;
	border-bottom: 1px solid #CCC;
	margin: 3px 0 5px;
}

h2 {
	font-size: 19px;
	color: #036;
	margin: 2px 0 3px;
	border-bottom: 1px solid #CCC;
}

h3 {
	font-size: 18px;
	color: #036;
	border-bottom: 1px solid #CCC;
	margin: 1px 0 2px;
}

h4 {
	color: #000;
	font-size: 24px;
	margin: 3px 0 10px;
}

ul {
	list-style-position: inside;
	list-style-type: square;
	padding-left: 20px;
}

ol {
	list-style-position: inside;
	margin: 10px 0 10px 15px;
}

li {
	margin: 5px 0 0 -2px;
}

.center {
	text-align: center;
}

.inline {
	display:inline-block;
}

.inline-inline {
	display:inline;
}

.size-10 {
	font-size: 10px;
}
.size-11 {
	font-size: 11px;
}
.size-12 {
	font-size: 12px;
}
.size-13 {
	font-size: 13px;
}
.size-14 {
	font-size: 14px;
}
.size-15 {
	font-size: 15px;
}
.size-16 {
	font-size: 16px;
}
.size-17 {
	font-size: 17px;
}
.size-18 {
	font-size: 18px;
}

.smalltext {
	font-size: 12px;
	color: #000;
}

.extrasmalltext {
	font-size: 10px;
	color: #333;
	font-weight: normal;
}

.h1-text {
	font-size: 11px;
	color: #111;
	font-weight: normal;
	vertical-align: middle;
}

.blue {
	color: #036;
}

.red {
	color: #F00 !important;
}

.black {
	color: #000;
}

.ladder-highlight {
	background-color: #EDEDED;
	padding: 0 3px;
}

.ladder-icon img {
	vertical-align: baseline;
}

.bold {
	font-weight: bold;
}

.yes-or-no {
	position: relative;
	top: -4px;
	margin-right: 3px;
}

.edit-icon {
	position: relative;
	top: -2px;
	margin-right: 3px;
}

.section-third {
	float: left;
	width: 200px;
	margin: 0 10px 0 0;
}

.officer {
	margin-bottom: 5px;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
.last-officer {
	margin: 0;
	overflow: hidden;
}
.officer-profile {
	margin: 10px 0 0;
	line-height: 1.2em;
	overflow: hidden;
}
.officer-avatar {
	float: left;
}
.officer-avatar img {
	padding-right: 10px;
}
.officer-information {
	padding-bottom: 2px;
}
.officer-name {
	padding: 2px 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #036;
}
.officer-position {
	font-style: italic;
	font-weight: bold;
	padding-bottom: 8px;
	font-size: 18px;
}
.officer-links {
	padding-bottom: 8px;
	color: #333;
}
.officer-links a {
	color: #003366;
	text-decoration: none;
}
.officer-links a:hover {
	text-decoration: underline;
}
.officer-bio {
	float: left;
	width: 635px;
}

/* **************************************** */

.section {
	overflow: hidden;
	clear: both;
	margin: 15px 0 25px;
}
.first-section {
	margin: 0 0 25px;
}
.last-section {
	margin: 15px 0 0;
}
.only-section {
	margin: 0;
}
.section-large {
	margin: 25px 0 40px;
}

/* **************************************** */

#member-header h1 {
	font-size: 22px;
}
#member-header .connect-facebook-reminder {
	bottom: 3px;
}
.member-profile {
	margin: 10px 0 0;
	line-height: 1.2em;
	overflow: hidden;
}
.member-avatar {
	float: left;
}
.member-avatar img {
	padding-right: 10px;
	max-width: 150px;
}
.member-information {
	overflow: hidden;
	padding-bottom: 2px;
}
.member-position {
	font-style: italic;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 18px;
}
.member-links {
	padding-bottom: 10px;
	color: #333;
}
.member-links a {
	color: #003366;
	text-decoration: none;
}
.member-links a:hover {
	text-decoration: underline;
}
.member-bio {
	float: left;
	width: 635px;
}

/* **************************************** */

#notice {
	margin: 0 0 10px;
	padding: 5px 0 0;
}

#notice-message {
	border-bottom: 1px solid #CCC;
	display: inline-block;
	vertical-align: top;
}

.notice-message-full {
	width: 779px;
}

#notice-icon {
	display: inline-block;
	width: 16px;
	margin: 0 5px 0 0;
}

/* *************************************** */
/* ******* JOIN FORM *************** */
/* *************************************** */

#join-instructions {
	width: 430px;
	float: left;
}

#join-create {
	width: 360px;
	float: right;
	color: #333;
}

.field-placeholder {
	color: #CCC !important;
}

.field-normal {
	color: #222 !important;
}

#join-create-form {
	width: 300px;
	margin: 0 35px;
}

#join-create-field {
	border: 1px solid #E5E5E5;
	overflow: hidden;
	margin: 0 12px;
}
#join-create-field input {
	font-family: "Trebuchet MS";
	color: #222;
	border: 0 none;
	background: white;
	padding: 4px;
	width: 100%;
	outline: 0 none;
	font-size: 24px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#join-create-continue {
	margin: 5px 12px;
}
#join-create-continue input {
	font-family: "Trebuchet MS";
	font-size: 15px;
	padding: 8px;
	color: #F8F8F8;
	width: 100%;
	background-color: #2C3E55;
	border: 0;
	font-weight: bold;
	cursor: pointer;
}
#join-create-message {
	margin: 10px 4px 0;
	line-height: 1.2em;
	text-align: center;
	font-size: 13px;
	color: #111;
}
#join-create-message img {
	vertical-align: text-bottom;
}

#join-form a {
	text-decoration: underline;
}

#join-form img {
	position: relative;
	top: -1px;
	vertical-align: text-bottom;
}

#join-form input {
	padding: 2px;
}

.join-form-section {
	padding: 30px 0 0;
}

#join-form .top-section {
	padding: 10px 0 0;
}

.join-form-section-message {
	font-size: 14px;
}

.join-form-fields {
	padding: 10px 0 0;
}
.join-form-fields-2 {
	padding: 6px 0 0;
}

.join-form-element {
	padding: 4px 0;
	overflow: hidden;
}

.join-form-left {
	float: left;
	width: 150px;
	font-weight: bold;
	color: #036;
	margin: 1px 0 0;
}

.join-form-right {
	float: right;
	text-align: left;
	width: 650px;
}

.join-form-additional {
	display: block;
	margin: 8px 0 0;
	font-size: 14px;
}

.radio-element input {
	margin: 0 3px 0 0;
}
.radio-element {
	margin: 0 5px 0 0;
	display: inline-block;
}

.form-response-text {
	font-size: 12px;
	/*vertical-align: top;*/
	display: inline-block;
}

.form-response-just-text {
	font-size: 12px;
	display: inline-block;
}

#join-error {
	margin: 0 0 10px;
	padding: 5px 0 0;
}

#join-error-message {
	border-bottom: 1px solid #CCC;
	display: inline-block;
	vertical-align: top;
	width: 779px;
}

#join-error-icon {
	display: inline-block;
	width: 16px;
	margin: 0 5px 0 0;
}

.join-responses {
	display: inline-block;
	margin-left: 5px;
	width: 20px;
	height: 20px;
}

.join-responses2 {
	display:inline-block;
	margin-left:5px;
	vertical-align:bottom;
	height:20px;
}

.join-responses3 {
	display: inline-block;
	margin-left: 5px;
}

.join-form-question {
	font-size: 16px;
	font-weight :bold;
	color: #036;
	margin: 0 8px 0 0;
}

#join-form-confirm-password {
	padding: 10px 0;
}

#join-form-buttons {
	border-top: 1px solid #CCC;
	padding-top: 10px;
	margin-top: 15px;
}

#join-form-buttons-submit {
	float: right;
}

#change-password-container {
	display: none;
}

/* *************************************** */

#connect-facebook {
	float: right;
	position: relative;
	top: -3px;
}
.connect-facebook-reminder {
	font-size: 11px;
	position: relative;
	bottom: 4px;
	right: 2px;
}

#account-profile-header {
	font-size: 14px;
}
#account-profile-header h1 {
	font-size: 22px;
	padding: 3px 0 1px;
	margin: 3px 0;
}
#account-profile-avatar {
	width: 58px;
	height: 50px;
	float: left;
	background-color: #FFF;
}
#account-profile-options {
	font-size: 12px;
	float: right;
	position: relative;
	top: 3px;
}
#account-profile-options img {
	position: relative;
	bottom: 2px;
}
#account-information {
	clear: both;
	overflow: hidden;
	margin: 20px 0;
}
.account-left {
	float: left;
	width: 395px;
}
.account-right {
	float: right;
	width: 395px;
}
.account-semester-status {
	margin: 0 5px 0 0;
}
.subscriptions-check {
	margin: 5px 0 5px 5px;
}
.subscriptions-check-row {
	margin: 2px 0;
}
.subscriptions-carrier {
	position: relative;
	left: 8px;
	top: -1px;
	display: inline;
}
#sign-up-form-header img {
	vertical-align: baseline;
}
#sign-up-form {
	border: 0 solid #000;
	padding: 10px 15px 15px;
	line-height: 1.5em;
}
.sign-up-form-item {
	display: block;
}

/*************************************** */

#login-container {
	float: left;
	width: 395px;
}

.login-form-element {
	margin: 5px;
}
.login-form-submit {
	overflow: hidden;
	margin: 0 5px;
}

#login-container-right {
	width: 390px;
	float: right;
	border-left: 1px solid #CCC;
	height: 150px;
	text-align: center;
	padding: 60px 0 0 10px;
	margin: 10px 0 0;
}

#login-container-right h4 {
	color: #036;
}

#login-box {
	width: 300px;
	color: #036;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 15px 15px 45px;
	overflow: hidden;
}

.login-field {
	border: 1px solid #E5E5E5;
	font-size: 20px;
	width: 275px;
	margin: 2px 0 16px;
	padding: 3px;
}

.login-button {
	background-color: #2C3E55;
	color: #FFF;
	border: 0;
	font-weight: bold;
	padding: 5px 15px;
	cursor: pointer;
}

#login-submit-button {
	float: right;
	margin-right: 7px;
}

#login-forgot {
	font-size: 10px;
	font-weight: normal;
	float: left;
	padding: 0;
	line-height: 1.6em;
}

#login-remember {
	font-size: 12px;
	color: #000;
	display: block;
}

#login-error-message {
	border-bottom: 1px solid #CCC;
	display: inline-block;
	vertical-align: top;
}

#login-error-icon {
	display: inline-block;
	width: 16px;
	margin: 0 5px 0 0;
}

/* ************************************************** */

#admin-panel-links {
	width: 240px;
	float: left;
}

#admin-panel-stats {
	width: 540px;
	float: right;
}

.admin-stat-box {
	width: 125px;
	height: 100px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCC;
}
.admin-stat-number {
	font-weight: bold;
	font-size: 50px;
	line-height: 50px;
}
.admin-stat-label {
	;
}

/* *********************************************** */

#news-news ul {
	list-style-type: none;
	margin: 10px 20px 20px;
	padding: 0;
}
#news-emails {
	margin: 20px 0;
}
#news-othermediums ul {
	list-style-type: none;
	margin: 10px 20px;
	padding: 0;
}
#news-othermediums a {
	vertical-align: top;
}

/* *********************************************** */

#about-info {
	width: 425px;
	float: left;
	overflow: hidden;
}

#about-photo-gallery {
	width: 365px;
	float: right;
	text-align: center;
}

#about-photo-gallery .extrasmalltext {
	vertical-align: top;
}

#about-photo-gallery img {
	border: 1px solid #CCC;
	margin: 5px 0;
}

.about-officer {
	margin: 5px 5px 10px 0;
	overflow: hidden;
	width: 260px;
	float: left;
	line-height: 1.3em;
}
.about-officer-last {
	margin: 5px 0 0;
}
.about-officer-avatar {
	float: left;
}
.about-officer-avatar img {
	margin: 0 8px 0 0;
	max-width: 50px;
}
.about-officer-avatar a {
	outline: 0 none;
}
.about-officer-name {
	padding: 5px 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #036;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.about-officer-name a {
	text-decoration: none !important;
}
.about-officer-name a:hover {
	text-decoration: underline !important;
}
.about-officer-position {
	font-size: 15px;
}

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

.question {
	font-size: 16px;
	font-weight: bold;
	color: #036;
}

.last-qa {
	margin: 10px 0 0;
}

/* ************************************************ */

#travel-team p {
	margin: 5px 0;
}

#travel-team-chart-right {
	float: right;
	width: 400px;
	text-align: center;
}

#travel-team-chart-left {
	float: left;
	width: 395px;
	text-align: center;
}

.travel-team-member {
	width: 192px;
	float: left;
	margin: 10px 10px 0 0;
	overflow: hidden;
}
.travel-team-member-last {
	margin: 10px 0 0;
}
.travel-team-member img {
	float: left;
	padding: 0 5px 0 0;
}
.travel-team-member-name {
	padding: 3px 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ******************************************** */

.chart {
	clear: both;
}
.chart p {
	margin: 5px 0;
}
.chart-left {
	float: left;
	width: 395px;
	text-align: center;
}
.chart-right {
	float: right;
	width: 400px;
	text-align: center;
}

/* ******************************************** */

#THON-picture {
	text-align:center;
}

#THON-like-box {
	float: right;
	width: 290px;
	padding: 0 0 0 10px;
	background-color: #FFF;
}

#THON-like-box .like-box {
	margin: 10px 0 0;
}

#THON-family-picture {
	float: right;
	padding: 0 0 0 10px;
	background-color: #FFF;
}

/* ********************************************* */

#contact-nav {
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

#contact-form {
	margin: 20px 0 0;
}

#contact-form-no-top {
	margin: 0;
}

.contact-form-element {
	padding: 5px 0;
}

.contact-form-last-element {
	padding: 5px 0 0;
}

#contact-form-error {
	margin: 0 0 10px;
	padding: 5px 0 0;
}

#contact-form-error-message {
	border-bottom: 1px solid #CCC;
	display: inline-block;
	vertical-align: top;
}

#contact-form-error-message-request {
	border-bottom: 1px solid #CCC;
	display: inline-block;
	vertical-align: top;
	width: 775px;
}

#contact-form-error-icon {
	display: inline-block;
	width: 16px;
	margin: 0 5px 0 0;
}

.contact-form-response {
	display: inline-block;
	margin-left: 5px;
}

/* ******************************************** */

#general-form {
	margin: 20px 0 0;
}

#general-form-no-top {
	margin: 0;
}

.general-form-element {
	padding: 5px 0;
}

.general-form-last-element {
	padding: 5px 0 0;
}

.general-form-response {
	display: inline-block;
	margin-left: 5px;
}

#general-form-error {
	margin: 0 0 10px;
	padding: 5px 0 0;
}

#general-form-error-message {
	border-bottom: 1px solid #CCC;
	display: inline-block;
	vertical-align: top;
}

#general-form-error-message-request {
	border-bottom: 1px solid #CCC;
	display: inline-block;
	vertical-align: top;
	width: 775px;
}

#general-form-error-icon {
	display: inline-block;
	width: 16px;
	margin: 0 5px 0 0;
}

.general-form-response {
	display: inline-block;
	margin-left: 5px;
}

/* ********************************************* */

.members ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.members li {
	margin: 10px 0 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

.members li img {
	float: left;
	padding: 0 5px 0 0;
}

.members li #connect-facebook {
	top: 0;
}
.members li #connect-facebook img {
	float: none;
	padding: 0;
}
.members li .connect-facebook-reminder {
	bottom: 2px;
}

.member-name {
	padding: 3px 0 0 0;
}
.member-reminder {
	clear: left;
	font-size: 13px;
	padding: 2px 0 0 10px;
}
.member-reminder a {
	font-weight: bold;
	color: #111;
}

.members a {
	color: #000;
	text-decoration: none;
}
.members a:hover {
	color: #000;
	text-decoration: underline;
}

#members-search {
	margin-bottom:15px;
}

.searchMember {
	font-size:14px;
	background-color:#BDF;
	padding:2px 5px;
}

#showMemberResult {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 10px 0 20px;
}
#showMemberResult li {
	margin: 10px 0 !important;
}

/* *************************************************** */

#manage-accounts-search {
	display: inline-block;
	padding-left: 20px;
}

#manage-accounts-usertype {
	display: inline-block;
	padding-left: 20px;
}

.manage-accounts-notification {
	display: inline;
	margin: 0 0 0 15px;
}

.manage-accounts-notification-message {
	display: inline;
	margin: 0 0 0 5px;
}

.manage-accounts-edit-row {
	margin: 10px 0;
}

.manage-accounts-top-row {
	width: 100%;
	margin:	12px 0 3px;
	padding: 3px 0;
}

.manage-accounts-row {
	width: 100%;
	border-top:	1px solid #CCC;
	border-bottom:	1px solid #CCC;
	margin:	10px 0;
}

.manage-accounts-edit-other {

	padding: 10px 0 10px 10px;
	overflow: hidden;
	border-left: 10px solid #EDEDED;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.account-profile-delete-avatar-container {
	margin: 0;
	width: 50px;
	position: relative;
}
#account-profile-delete-avatar {
	background-image: url("/images/delete-avatar.gif");
	opacity: 0.4;
	filter: alpha(opacity=40);
	display: inline;
	position: absolute;
	right: 8px;
	height: 16px;
	width: 16px;
	float: right;
}

/* ******************************************** */

#searchResults-container {
	width: 250px;
}
#searchResults-container input {
	width: 250px;
	border: 1px solid #CCC;
	padding: 3px;
}

#searchResults {
	width: 256px;
	position: absolute;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	display: none;
	z-index: 1000;
	background-color: #FFF;
}
#searchResults ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#searchResults li {
	margin: 0;
	padding: 5px !important;
}
#searchResults li:hover {
	background-color: #F0F0F0;
}
#searchResults li a {
	display: block;
}
#searchResults li a:hover {
	text-decoration: none;
}
#searchResults .member-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.selected {
	background-color: #F0F0F0 !important;
}

/* ********************************************* */

#transactions ul {
	list-style-type: none;
	padding: 5px 20px 0 3px;
	font-size: 14px;
	margin: 0;
}

#transactions li {
	width: 785px;
	background-color: #FFF;
	margin: 0;
	padding: 3px 5px;
}

#transactions li:hover {
	background-color: #F7F7F7;
}

#transactions a {
	color: #000;
	text-decoration: none;
}

#transactions a:hover {
	text-decoration: underline;
}

.transaction-time {
	display: inline-block;
	width: 160px;
}

.transaction-transaction {
	display: inline-block;
	vertical-align: top;
	width: 490px;
}

.transaction-ip {
	text-align: right;
	display: inline-block;
	width: 110px;
	padding-right: 3px;
}

.transaction-delete {
	width: 20px;
	display: inline-block;
	text-align: right;
	cursor: pointer;
}

.transactions_status-bad {
	text-align: center;
	font-size: 14px;
	color: red;
	height: 22px;
	background: url("/images/alert-top.png") repeat-x;
	margin: 5px auto 0;
	padding: 2px 2px 0;
}

/* ******************************************* */

.load-more-container {
	clear: both;
	display: block;
	padding: 5px 0 0;
}

.load-more-container a {
	color: #111;
	outline: 0 none;
}

.load-more-container a:hover {
	color: #333;
}

.load-more {
	text-align: center;
	font-size: 14px;
	padding: 6px 0 4px;
	height: 25px;
	border: 1px solid #CCC;
	background: -moz-linear-gradient(center top , #FFFFFF, #F5F5F5) repeat scroll 0 0 #F5F5F5;
	background: #F5F5F5 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#F5F5F5));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.load-more-text {
	display: inline-block;
	position: relative;
	top: 0;
	
	font-weight: bold;
	vertical-align: baseline;
	height: 16px;
}

.load-more-icon {
	display: inline-block;
	width: 16px;
	position: relative;
	top: 2px;
	margin-left: 6px;
	height: 16px;
}

.load-more-icon img {
	vertical-align: text-top;
}

/* ******************************************* */

#officer-ladder-interest ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#officer-ladder-interest a {
	text-decoration: none;
	color: #000;
}
#officer-ladder-interest a:hover {
	text-decoration: underline;
}

/* ******************************************* */

#not-valid {
	border: 1px solid #CCC;
	font-size: 14px;
	color: #000;
	margin: 10px 5px 8px;
	padding: 2px;
	overflow: hidden;
}

#not-valid-pic {
	float: left;
	width: 150px;
	text-align: center;
	border-right: 1px solid #CCC;
	margin: 5px 0;
}

#not-valid-text {
	float: left;
	width: 600px;
	text-align: center;
	padding: 30px 15px 0;
}

/* ********************************************* */

#legal {
	margin: 15px 0 0;
	font-size: 14px;
}

.instructions-section {
	margin: 20px 0 0 25px;
}

/* ******************************************* */

.thankyou-section {
	overflow: hidden;
	margin: 15px 0;
}

.thankyou-connect {
	margin: 5px 0 0 0;
}

.like-box-thankyou {
	width: 300px;
	float: left;
}

.right-thankyou {
	float: left;
}

.follow-button-thankyou {
	margin: 8px 0 0 15px;
}

.plus-one-button-thankyou {
	margin: 5px 0 0 15px;
}

/* ****************************************** */

.schedule-section {
	margin-bottom: 20px;
}

/* ****************************************** */

a.navigation:link, a.navigation:visited, a.navigation:active {
	text-decoration:none;
}

a.navigation:hover {
	text-decoration:none;
	color:#999;
}

a.inactive:link, a.inactive:visited, a.inactive:active {
	color:#CCC;
	text-decoration:none;
}

a.inactive:hover {
	color:#999;
}

a.active:link, a.active:visited, a.active:active {
	color: #111;
	text-decoration:none;
}

a.active:hover {
	color:#333;
}

a.today:link, a.today:visited, a.today:active {
	text-decoration:none;
	color:red;
}

.calendar {
	border: 1px solid #CCC;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	margin: 0;
}

.calendar_header {
	color: #FFF;
	background-color: #276983;
	font-weight: bold;
}

.calendar_weekdays {
	background-color: #F5F4D3;
	font-size: 11px;
	width: 20px;
}

.calendar_day {
	background-color: #DBDBDB;
}

.calendar_day_event {
	background-color: #BDF;
}

.calendar_today {
	background-color: #EDEDED;
	color: red;
	border: 1px solid red;
}

.calendar_inactive {
	background-color: #F7F7F7;
	color: #CCC;
}

.calendar_navigation {
	font-size: 9px;
	text-align: center;
	width: 175px;
}

.navigate_left {
	float: left;
}

.navigate_right {
	float: right;
}

.calendar_text {
	border: 1px solid #CCC;
	width: 480px;
	font-size: 13px;
	padding: 2px;
}

.calendar_text_header {
	background-color: #276983;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	padding: 2px 10px;
}

.calendar_text_event {
	border-top:	1px solid #CCC;
	font-size: 12px;
	padding: 10px 3px;
}

.event_side_right {
	display: inline-block;
	vertical-align:	top;
}

.event {
	text-align:	left;
	display: inline-block;
	width: 470px;
	margin-left: 2px;
	padding: 6px 0 6px 2px;
}

.event_date {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 0 5px;
}

.event_title {
	color: #036;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	padding: 0 5px;
}

.event_time {
	display: inline-block;
	font-size: 13px;
}

.event_description {
	padding: 0 5px;
}

.category-none {
	border-left: 10px solid #BDF;
	margin-left: 2px;
	padding: 6px 0 6px 2px;
}

.category-club {
	border-left: 10px solid #BDF;
}

.category-travel {
	border-left: 10px solid #BDF;
}

.category-d1 {
	border-left: 10px solid #BDF;
}

/* ******************************************** */

.news-section {
	margin: 15px 0 0;
}
#LSEmailSubject {
	margin: 0 0 10px 0;
}
#AlertText {
	margin: 0 0 10px 0;
}

#news_below {
padding-top:10px;
}

#news_textarea {
padding-top:10px;
}

#news_button {
padding-top:0;
padding-bottom:5px;
}

#news_edit {
padding-top:15px;
}

#breaking_news_below {
padding-top:10px;
}

#breaking_news_dropdown {
padding-top:10px;
}

#breaking_news_textarea {
padding-top:10px;
}

#breaking_news_button {
padding-top:0;
padding-bottom:5px;
}

/* ****************************************** */

#players {
	float: left;
	width: 275px;
	border-right: 1px solid #CCC;
	margin: 5px 0;
}

#Player2 {
	margin: 10px 0 0 0;
}

.player-picture {
	display: inline-block;
}

.player-bio {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

#scores {
	float: right;
	width: 500px;
	margin: 5px 0;
}

#scores-message {
	padding-top: 10px;
	font-size: 14px;
}

#scores-message #notice {
	padding: 0;
}

#scores-box {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	color: #036;
	font-size: 14px;
	font-weight: bold;
}

#scores-submit {
	float: right;
	width: 100px;
	text-align: left;
	padding: 12px 70px 0 0;
}

.scores-player {
	width: 325px;
	padding: 3px 0;
}

.scores-name {
	width: 80px;
	display: inline-block;
}

.set-score {
	display: inline-block;
	width: 40px;
	text-align: center;
}


#sets {
	padding-left: 85px;
	padding-top: 5px;
	font-weight: bold;
}

.set {
	width: 38px;
	display: inline-block;
	text-align: center;
	padding-right: 2px;
}







/* *************************************** */



.hide {
visibility:hidden;
display:none;
}

.noborder {
border:0;
}

.noshow {
display: none;
}

.noborder-middle {
border:0;
vertical-align:middle;
}

hr {
border:1px solid #000;
color:#666;
}

abbr {
border-bottom: none;
}

p.nospace {
margin:0;
}

p.login {
margin:5px;
}



a.nounderline:link,a.nounderline:visited,a.nounderline:active,a.nounderline:hover {
color:#FFF;
border:none;
text-decoration:none;
outline: 0 none;
}

a.nounderline:hover {
color:#999;
}

a.no_underline_black:link,a.no_underline_black:visited,a.no_underline_black:active,a.no_underline_black:hover {
border:none;
text-decoration:none;
outline: 0 none;
}

a.no_underline_black:hover {
color:#666;
}

a.alert:link,a.alert:visited,a.alert:active,a.alert:hover {
color:red;
outline: 0 none;
}

a.white:link,a.white:visited,a.white:active,a.white:hover {
color:#FFF;
text-decoration:none;
outline: 0 none;
}

a.news:link,a.news:visited,a.news:active,a.news:hover {
color:#000;
text-decoration:none;
outline: 0 none;
}

a.nojs:link,a.nojs:visited,a.nojs:active {
color:#036;
font-weight:bold;
text-decoration:none;
outline: 0 none;
}









.blueboldtext {
font-size:14px;
font-weight:bold;
color:#036;
}

.list-column-header {
font-weight:bold;
font-size:17px;
}

.bigblueboldtext {
padding-top:5px;
font-size:18px;
font-weight:bold;
color:#036;
}

.nojavascript {
color:#036;
font-weight:bold;
text-align:center;
padding:0 20px;
}

.largetext {
font-size:24px;
}

.form {
font-family:"Trebuchet MS";
}

.flash-alert {
position: fixed;
width: 100%;
top: 0;
left: 0;
color: #222;
background-color: #BBDDFF;
padding: 10px 0;
opacity: .95;
filter: alpha(opacity=95);
border-bottom: 1px solid #CCC;
font-weight: bold;
overflow: hidden;
cursor: pointer;
display: none;
}
.flash-alert-text {
width: 800px;
margin: 0 auto;
}

.alert a {
	color: red;
	text-decoration: underline;
}
.alert a:hover {
	color: red;
	text-decoration: underline;
}

#alert-top {
	border-bottom: 1px solid #CCC;
	text-align: center;
	font-size: 14px;
	color: red;
	background: url("/images/alert-top.png") repeat-x;
	margin: 0 auto;
	padding: 6px 2px;
}


.clear {
clear:both;
}

.clearleft {
clear:both;
}



.new {
color:red;
font-size:12px;
font-weight:bold;
}

#offline {
	color: #036;
	border-bottom: 1px solid #CCC;
	font-size: 18px;
	font-weight: bold;
	margin: 10px;
}

.yes {
font-weight:bold;
color:green;
}

.recommended {
font-weight:bold;
color:green;
font-size:12px;
}

.no {
font-weight:bold;
color:red;
}

#apparel {
	float: left;
	width: 435px;
}
#apparel-artwork {
	float: right;
	width: 360px;
	text-align: right;
}
#apparel-artwork img {
	margin: 0 0 6px 6px;
	border: 1px solid #EDEDED;
}

#apparel-order strong {
	color: #003366;
}
#apparel-order .section {
	margin-bottom: 10px;
}
#apparel-order select {
	margin: 4px 0;
}
#apparel-order-summary {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 8px 0;
	margin: 10px 0;
}

.indoor-hours-review-section {
	margin: 10px 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #EDEDED;
	clear: both;
	overflow: hidden;
}
.indoor-hours-review-last-section {
	border-bottom: 0;
	padding: 0;
}
.indoor-hours-review-title {
	font-size: 17px;
	margin: 0 0 2px;
}
.indoor-hours-review-alerts {
	margin: 4px 0 0;
}


#create-event {
	font-size: 16px;
	color: #036;
	font-weight: bold;
	padding: 10px 2px 0;
	overflow: hidden;
}
#create-event-left {
	float: left;
	width: 350px;
}
#create-event-right {
	float: right;
	width: 430px;
}
.create-event-submit {
	padding: 10px 0 0;
	clear: both;
}
.create-event-element {
	margin: 10px 0 0;
}



#edit-section ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
#edit-section li {
	margin: 0;
	border-bottom: 1px solid #CCC;
}
#edit-section .edit-item {
	padding: 10px 0;
}
#edit-section .last-edit-item {
	border: 0;
}
#edit-section .last-edit-item .edit-item {
	padding: 10px 0 0;
}


.edit-create-event {
	font-size: 16px;
	color: #036;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	overflow: hidden;
}
.event-edit {
	border-left: 10px solid #EDEDED;
	cursor: default !important;
}

.edit-links {
	margin: 0 0 0 10px;
}
.edit-link {
	font-size: 14px;
	color: #000 !important;
	font-weight: normal;
	cursor: pointer;
	margin: 0 10px 0 0;
}
.edit-link:hover {
	text-decoration: underline;
}

p.pcalendar {
margin:0;
}



.stats {
	margin: 5px 0;
}
.stats-row {
	margin: 2px 0;
	display: block;
	clear: both;
}
.stats-row-description {
	padding: 2px 0;
	border: 1px solid #CCC;
	background-color: #EDEDED;
}
.stats-block {
	display: inline-block;
	width: 100px;
	margin: 0 5px;
}
.stats-block-small {
	width: 62px;
}
.stats-block-top {
	vertical-align: bottom;
}
.stats-block-bottom {
	vertical-align: top;
}
.stats-bar {
	background-color: #555;
}
.stats-bar-overlay {
	background-color: #666;
}
.stats-label {
	font-size: 13px;
	color: #333;
	text-align: center;
	padding: 0 0 2px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.stats-label-description {
	padding: 1px 0 0;
}
.stats-label-overlay {
	color: #F8F8F8;
	float: left;
	text-align: center;
	position: relative;
	bottom: 22px;
	width: 100px;
}





.thon-grid {
	margin: 10px 0 5px;
	overflow: hidden;
}
.thon-column-header {
	margin: 0 0 5px;
}
.thon-column {
	float: left;
	overflow: hidden;
	width: 30px;
	text-align: center;
}
.thon-name-column {
	width: 600px;
	text-align: left;
}
.thon-column div {
	margin-bottom: 8px;
	height: 20px;
	overflow: hidden;
}



#challenges h3 {
	color: #111;
	font-size: 17px;
}
#challenges input {
	padding: 1px;
}
#challenges select {
	margin: 0 15px 0 2px;
}
.challenge-row {
	margin: 5px 0;
}
.challenge-time {
	width: 150px;
}
.challenge-cancel {
	margin: 0 0 0 10px;
}
.challenge-cancel a {
	cursor: pointer;
}


.schedule-day-container {
	overflow: hidden;
}
.schedule-day {
	width: 395px;
	float: left;
	margin: 15px 0 0;
}
.schedule-day-left {
	margin: 15px 10px 0 0;
}
.schedule-day-tall {
	margin: 20px 0 0;
}
.day-countdown {
	font-size: 13px;
	margin: 10px 15px 10px 0;
}
#schedule-dropdown {
	padding: 10px 0 0;
}
#schedule-dropdown form {
	margin: 0;
}
#schedule-dropdown input {
	padding: 0;
}

.schedule-alert {
	margin: 15px 15px 15px 0;
}
.schedule-alert-row img {
	position: relative;
	bottom: 3px;
}
.schedule-alert-box {
	display: none;
	border-bottom: 1px solid #CCC;
	margin: 0 10px 10px 18px;
	padding: 6px 6px 6px 0;
}
.schedule-alert-form-row {
	padding: 6px 0 0;
}
.schedule-alert-form-row select {
	padding: 2px;
}
.schedule-alert-submit-row {
	padding: 6px 0 0;
}
.schedule-alert-submit-row input {
	padding: 1px 2px;
}

/* ******************************************* */
#fancybox-overlay {
	background-color: #777 !important;
}
.fancybox-title {
	font-family: "Trebuchet MS" !important;
}
.fancybox-title .child {
	border-radius: 5px !important;
	background-color: #333 !important;
}
.fancybox-outer {
	background-color: #FFF !important;
}

/* ******************************************** */

#settings {	
	margin: 20px 0 0;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #E0E0E0;
}
#settings-options {
	width: 175px;
	float: left;
	border-bottom: 1px solid #E0E0E0;
	font-size: 14px;
}
#settings-options ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#settings-options li {
	margin: 0;
}
#settings-options li:hover {
	background-color: #F0F0F0;
}
#settings-options a {
	color: #111;
	text-decoration: none;
	display: block;
	padding: 4px;
	margin: 0 5px 0 0;
}
.highlighted-option {
	background-color: #E8E8E8;
	font-weight: bold;
}
.active-option {
	background: url("../../images/arrow-right-active.png") no-repeat right;
}
.inactive-option {
	background: url("../../images/arrow-right-inactive.png") no-repeat right;
}
.last-option {
	margin: 0;
}

.settings-notice {
	margin: 0 0 20px !important;
}
#settings-main {
	border-left: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	float: left;
	padding: 5px 0 10px 15px;
	width: 609px;
}
.settings-section-message {
	font-size: 14px;
}
.settings-section-fields {
	padding: 10px 0 0;
}
.settings-section-fields-2 {
	padding: 6px 0 0;
}
.settings-form-element {
	overflow: hidden;
	padding: 4px;
}
.settings-form-left {
	color: #036;
	float: left;
	font-weight: bold;
	margin: 1px 0 0;
	width: 150px;
}
.settings-form-right {
	float: right;
	text-align: left;
	width: 450px;
}
.settings-form-question {
	color: #036;
	font-size: 16px;
	font-weight: bold;
	margin: 0 8px 0 0;
}

#settings-current-avatar-text {
	font-size: 13px;
	margin: 15px 0 0;
}
#settings-current-avatar {
	margin: 0 0 15px;
	width: 150px;
	height: 150px;
	position: relative;
}
#settings-delete-avatar {
	background-image: url("/images/delete-avatar.gif");
	opacity: 0.4;
	filter: alpha(opacity=40);
	display: inline;
	position: absolute;
	top: 0;
	right: 0;
	height: 16px;
	width: 16px;
	float: right;
}
.image-decorator {
	display: inline-block;
	background-color: #FFF;
	border: 1px solid #C8C8C8;
	padding: 2px;
	margin: 15px 0 5px;
}

/* ******************************************** */
#avatars-review img {
	padding: 0 5px 5px 0;
}
