/* Social icons */
.socialicons {
	float: right;
	margin-top: 18px;
}
.socialicons li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 2px;
}
.social-icons li:last-child {
	margin-right: 0
}
.social-text {
	float: left;
	padding: 9px;
	height: 12px;
	background-color: #C63;
	color: #FFF;
}
.social-facebook {
	float: left;
	width: 35px;
	height: 35px;
	background-image: url(../img/icons/facebook.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.social-twitter {
	float: left;
	width: 35px;
	height: 35px;
	background-image: url(../img/Artwork/social_icon_twitter.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.social-googleplus {
	float: left;
	width: 35px;
	height: 35px;
	background: url('../images/social_googleplus.png') no-repeat 5px 5px;
}
.social-in {
	float: left;
	width: 35px;
	height: 35px;
	background-image: url(../img/Artwork/social_icon_mail.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.social-facebook:hover {
	background-image: url(../img/icons/facebook_h.png);
}
.social-twitter:hover {
	background-image: url(../images/social_twitter_hover.png);
}
.social-googleplus:hover {
	background-color: #d94a38;
}
.social-in:hover {
	background-image: url(../images/social_in_hover.png);
}
.social-mail:hover {
	background-color: #f6c500;
}
.contact {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-top-color: #00396f;
	border-right-color: #00396f;
	border-bottom-color: #00396f;
	border-left-color: #00396f;
	border-left-style: none;
	padding-right: 50px;
}
/* === List Styles === */
.contact_form ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
.contact_form li {
	padding: 12px;
	position: relative;
}
/* === Form Header === */
.contact_form h2 {
	margin: 0;
	display: inline;
}
.required_notification {
	color: #d45252;
	margin: 5px 0 0 0;
	display: inline;
	float: right;
}
/* === Form Elements === */
.contact_form label {
	width: 120px;
	margin-top: 3px;
	display: inline-block;
	float: left;
	padding: 3px;
	color:#666666;
}
.contact_form input{
	height: 20px;
	width: 220px;
	padding: 5px 8px;
}

.contact_form fieldset {
	margin-top: 20px;
	width:600px;
}

.contact_form legend {
	font-weight: bold;
}

.contact_form input[type='checkbox'] {
	margin-bottom: 30px;
	margin-left: 20px;
	margin-top: 15px;
	border: 1px solid #aaa;
	box-shadow: none;
	border-radius: 0px;
	padding-right: 0px;
	-moz-transition: padding .0s;
	-webkit-transition: padding .0s;
	-o-transition: padding .0s;
	transition: padding .0s;	
}

.contact_form ul {
	margin-bottom: 20px;
}

.contact_form select {
	height: 30px;
	width: 280px;
	font-size: 15px;
	padding-left: 5px;
	border: 1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius: 2px;
	color:#666666;
}

.contact_form option {
	font-size: 15px;
	height: 30px;
	width: 300px;
	color:#666666;
}

.contact_form textarea {
	padding: 8px;
	width: 300px;
}
.contact_form button {
	margin-left: 156px;
}


.registrationTables tr {
	background-color: white;
	color: #666666;
}

.registrationTables td {
	padding: 0px;
	color:#666666;
}

.registrationTables td_r {
	padding: 0px;
	color: #666666;
	text-align: right;
}

.registrationTables input {
	color:black;
}

#nameTable label {
	margin-left:0px;
	text-align:left;
}

#nameTable input {
	float: left;
}

#paymentMessage{
	text-align:left;
}

#addressTable label {
	margin-left:0px;
	text-align:left;
}

#addressTable input {
	float:left;
}

#familyTable{
	width:100%;
}

#familyTable input {
	width:110px;
	margin-left: 0px;
}

#clubEventsTable {
	width:100%;
}

#clubEventsTable label {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align:right;
	margin-bottom:5px;
	width:160px;
}

#clubEventsTable input {
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
	width: 30px;
}

#clubEventsTable td {
	padding:0px;
	padding-bottom: 10px;
}

#paymentMessage {
	margin-left: 30px;
	color:red; 
	font-weight:bold;
}

#paymentAmount {
	float: right;
	
}

#paymentAmount input {
	width: 50px;
	text-align: right;
}

#paymentAmount label {
	width: 150px;
}

/* New css for username and password*/
#userNameTable {
	width:100%;
}

#userNameTable label {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align:left;
	margin-bottom:5px;
	width:160px;
}

#userNameTable input {
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
	width: 10px;
}

#userNameTable td {
	padding: 0px;
	padding-bottom: 10px;
}
/*End of new css*/

/* form element visual styles */
.contact_form input, .contact_form textarea{
	border: 1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius: 2px;
	padding-right: 30px;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
}


.contact_form input:focus, .contact_form textarea:focus, .contact_form select:focus {
	background: #fff;
	border: 1px solid #555;
	box-shadow: 0 0 3px #aaa;
	padding-right: 70px;
}

#familyTable input:focus {
	background: #fff;
	border: 1px solid #555;
	box-shadow: 0 0 3px #aaa;
	padding-right: 30px;
}


/* === HTML5 validation styles === */	
.contact_form input:required, .contact_form textarea:required, .contact_form select:required {
 background: #fff url(images/red_asterisk.png) no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid, .contact_form select:required:valid {
 background: #fff url(images/valid.png) no-repeat 98% center;
 box-shadow: 0 0 5px #5cd053;
 border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid, .contact_form select:required:invalid {
 background: #fff url(images/invalid.png) no-repeat 98% center;
 box-shadow: 0 0 5px #d45252;
 border-color: #b03535
}
/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left: 8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color: #d45252;
	position: absolute;
	top: 1px;
	left: -6px;
}
.contact_form input:focus + .form_hint {
	display: inline;
}
.contact_form input:required:valid + .form_hint {
background: #28921f;
}
.contact_form input:required:valid + .form_hint::before {
color:#28921f;
}
/* ------------------------------------------------------------------------------------
--  REGULAR BUTTON
------------------------------------------------------------------------------------ */
.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	letter-spacing: 0.1em;
	position: relative;
	padding-top: 3%;
	padding-right: 4%;
	padding-bottom: 3%;
	padding-left: 4%;
}
.button:active {
	top: 3px;
}
.button:hover {
	background-color: #99FF00;
}
/*----------GREEN----------*/
.green {
	border: 1px solid #FD4D0C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 25px;
	text-shadow: 0px 1px 0px rgba(0,0,0,.3);
	color: #F3F7D4;
	background: #FD4D0C; /* Old browsers */
	background: -moz-linear-gradient(top, #2E2FE3 0%, #2E2FE3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FD4D0C), color-stop(100%, #FD4D0C)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FD4D0C 0%, #FD4D0C 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FD4D0C 0%, #FD4D0C 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F3F7D4 0%, #F3F7D4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FD4D0C 0%, #FD4D0C 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD4D0C', endColorstr='#FD4D0C', GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 3px -2px -2px rgba(255,255,255,0.4);
	-webkit-box-shadow: inset 0 3px -2px -2px rgba(255,255,255,0.4);
	box-shadow: inset 0 3px -2px -2px rgba(255,255,255,0.4);
	cursor: pointer;
}
.green:hover {
	background: #F3F7D4; /* Old browsers */
	background: -moz-linear-gradient(top, #2E2FE3 0%, #2E2FE3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2E2FE3), color-stop(100%, #2E2FE3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2E2FE3 0%, #2E2FE3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2E2FE3 0%, #2E2FE3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2E2FE3 0%, #2E2FE3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2E2FE3 0%, #2E2FE3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E2FE3', endColorstr='#2E2FE3', GradientType=0 ); /* IE6-9 */
}
.green:active {
	background: #F3F7D4; /* Old browsers */
	background: -moz-linear-gradient(top, #2E2FE3 0%, #89b780 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2E2FE3), color-stop(100%, #89b780)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2E2FE3 0%, #89b780 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2E2FE3 0%, #89b780 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2E2FE3 0%, #89b780 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2E2FE3 0%, #89b780 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E2FE3', endColorstr='#89b780', GradientType=0 ); /* IE6-9 */
}
/*----------BLUE----------*/
.blue {
	background: #06798a;
	border: 1px solid #17a4b8;
	background-color: #33F;
}
.blue:hover {
	border: 1px solid #17a4b8;
	background-color: #17a4b8;
}
.submit {
	color: #FFF;
	background-color: #C1272d;
	font-weight: lighter;
	border: 10px solid #FFF;
	text-transform: uppercase;
	border-radius: 5px 10px 5px 10px / 10px 5px 10px 5px;
	border-radius: 5px;
	border-radius: 5px 10px / 10px;
}
.contactform .input, .textarea, .select {
	padding: 6px;
	background-color: #f5f5f5;
	border: 1px solid #e67059;
	color: #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 13px;
}
.error {
	margin-left: 11px;
	padding-left: 18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;
	margin-top: 20px;
	color: #900;
}
#twitter li {
	padding: -20px;
	list-style-position: outside;
	list-style-image: url(../img/tweet.png);
	color: #FFF;
}
#twitter a {
	color: #ccc;
}
#twitter b a, #twitter b a:hover {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-weight: normal;
}
