/* 
 *
 * WebLink Theme Styles 
 *
 */
 
 /* Quicklinks */
.wli-quicklinks {
	list-style-type: none;
}

/* Sitemap */
.wli-sitemap {
	list-style-type: square;
	
	padding-left: 10px;
}
	.wli-sitemap ul {
		padding-left: 10px;
		margin-bottom: 10px;
	}



/*
 *
 * WebLink Banner Ad Styles 
 *
 */
.wli-ad-fullbanner {
	height: 90px;
}

.wli-ad-square1 {
	height: 250px;
}



/* 
 *
 *  WebLink Widget Styles 
 *
 */
 .wli-view-all {
	display: inline-block;
	
	margin-top: 15px;
}
	.wli-view-all:hover {
		text-decoration: underline;
	}
	
/* Events Widget */
.wli-event-item {
	font-size: 14px;
	line-height: normal;
	
	margin: 10px 0 0 0;
}
	.wli-event-icon {
		float: left;
		
		padding: 0;
		margin: 0 10px 0 0;
	}
		.wli-event-icon a {
			display: block;
			
			padding: 5px 0 0 0;
		}
		
		.wli-event-month {
			display: block;
			background-color: #cc0000;
			
			color: #ffffff;
			text-align: center;
			
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			
			border: solid thin #cc0000;
			border-bottom: none;
			
			padding: 3px 10px;
		}
		
		.wli-event-day {
			display: block;
			background-color: #ffffff;
			
			color: #000000;
			font-weight: bold;
			text-align: center;
			
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			
			border: solid thin #666666;
			border-top: none;
			
			padding: 3px 10px;
		}
	
	.wli-event-details {
		margin: 0;
	}
		.wli-event-name {
			padding: 5px 0 0 0;
		}
			.wli-event-name a:hover {
				text-decoration: underline;
			}
		
		.wli-event-datetime {
			font-size: 12px;
			
			padding-top: 0;
		}

/* News Widget */
.wli-news-article-item {
	padding: 5px;
	margin: 15px 0 0 0;
}
	.wli-news-article-icon {
		float: left;
	}
		.wli-news-article-icon a {
			display: block;
		}
	
	.wli-news-article-details {
		float: left;
		padding: 0 0 0 10px;
	}
		.wli-news-article-heading,
		.wli-news-article-date {
			line-height: 1.2;
			
			padding: 0;
		}
		
		.wli-news-article-heading {
			font-size: 1.25em;
		}
		
		.wli-news-article-date {
			font-size: 1em;
		}

/* New Members Widget */
.wli-new-member-item {
	margin: 10px 0 0 0;
}
	.wli-new-member-name {
		padding: 5px 0 0 0;
	}

/* Sponsor Scroller Widget */
.wli-sponsor-scroller {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	padding: 0 10px;
}
	.wli-sponsor-scroller-container {
		display: block;
		position: relative;
		
		overflow: hidden;
		
		width: 100%;
	}
		.wli-sponsor-scroller-container div {
			top: 0 !important;
		}
			.wli-sponsor {
				display: inline-block;
				vertical-align: top;
				
				margin: 0 10px;
			}
				.wli-sponsor a {
					display: block;
				}


/*
 *
 * WebLink Component Styles
 *
 */

/* Events */
.wc-EventCalendarSmallContainer,
.wc-EventCalendarSmallContainerTable,
#EventListContainer table {
	width: 100%;
}

#content1_content_EventCalendarSmall1_calSmall, 
#content_EventCalendarSmall1_calSmall {
	width: 100% !important;
	
	box-shadow: 3px 3px 3px #000000;
	
	border: 1px solid #000000 !important;
	
	margin-bottom: 10px;
}
	#content1_content_EventCalendarSmall1_calSmall tr:nth-of-type(1), 
	#content_EventCalendarSmall1_calSmall tr:nth-of-type(1) {
		background-color: #000000;
		
		color: #ffffff;
		text-transform: uppercase;
	}
	
	#content1_content_EventCalendarSmall1_calSmall tr td, 
	#content_EventCalendarSmall1_calSmall tr td {
		font-size: 14px;
		text-align: center;
		
		border: 1px solid gainsboro;
		
		padding: 15px 0;
	}
		#content1_content_EventCalendarSmall1_calSmall tr td a, 
		#content_EventCalendarSmall1_calSmall tr td a {
			font-weight: bold;
			text-decoration: none;
		}
		
		#content1_content_EventCalendarSmall1_calSmall tr td.CalendarOtherMonthDayStyle:hover, 
		#content_EventCalendarSmall1_calSmall tr td.CalendarOtherMonthDayStyle:hover {
			background-color: #aaaaaa;
		}
			#content1_content_EventCalendarSmall1_calSmall tr td.CalendarOtherMonthDayStyle a:hover, 
			#content_EventCalendarSmall1_calSmall tr td.CalendarOtherMonthDayStyle a:hover {
				color: #ffffff;
			}
			
		#content1_content_EventCalendarSmall1_calSmall tr td.CalendarDayStyle:hover,
		#content1_content_EventCalendarSmall1_calSmall tr td.CalendarWeekendDayStyle:hover,
		#content1_content_EventCalendarSmall1_calSmall tr td.CalendarTodayDayStyle:hover,
		#content_EventCalendarSmall1_calSmall tr td.CalendarDayStyle:hover,
		#content_EventCalendarSmall1_calSmall tr td.CalendarWeekendDayStyle:hover,
		#content_EventCalendarSmall1_calSmall tr td.CalendarTodayDayStyle:hover {
			background-color: #eeeeee;
		}
			#content1_content_EventCalendarSmall1_calSmall tr td.CalendarDayStyle a:hover,
			#content1_content_EventCalendarSmall1_calSmall tr td.CalendarWeekendDayStyle a:hover,
			#content1_content_EventCalendarSmall1_calSmall tr td.CalendarTodayDayStyle a:hover,
			#content_EventCalendarSmall1_calSmall tr td.CalendarDayStyle a:hover,
			#content_EventCalendarSmall1_calSmall tr td.CalendarWeekendDayStyle a:hover,
			#content_EventCalendarSmall1_calSmall tr td.CalendarTodayDayStyle a:hover {
				color: #000000;
				text-decoration: underline;
			}
			
	.CalendarDayHeaderStyle {
		background-color: #00457c;
		
		color: #ffffff;
		text-align: center;
		
		padding: 10px 0;
	}
	
	.CalendarOtherMonthDayStyle {
		background-color: #cccccc;
	}
	
	.CalendarDayStyle, .CalendarWeekendDayStyle {
		background-color: #ffffff;
		
		color: #000000;
	}
	
	.CalendarTodayDayStyle {
		color: #000000;
	}
	
.wc-EventCalendarSmallNavigation {
	width: 100%;
	
	text-align: center;
}

/* Event Submission */
.subText {
	font-size: 10px;
}

.superText {
	margin-bottom: 0;
}

.fColon {
	float: right;
	
	font-weight: bold;
	
	width: 1px;
}

.time select {
	max-width: 55px;
}

.fTime {
	float: right;
	
	width: 230px;
}



/* Main Form Elements */
.wli-form {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	padding-top: 10px;
}
.wli-form * {
	width: 100%;
	box-sizing: border-box;
}

.wli-form fieldset {
	display: block;
	max-width: 600px;
	border: none;
	padding: 0;
	margin: 5px 0;
}
.wli-form legend {
	background-color: #666666;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	max-width: 600px;
	margin-bottom: 5px;
	padding: 5px 16px;
}

.wli-sub-label {
	font-size: 75%;
}
		
.wli-form select {
	float: right;
	background-color: #eeeeee;
	color: #000000;
	max-width: 300px;
	border: 1px solid #000000;
	border-radius: 4px;
	padding: 5px;
	margin: 0 10px 0 10px;
}

.wli-form select option {
	background-color: #eeeeee;
	color: #000000;
}
			
.wli-form-row {
	display: inline-block;
	max-width: 600px;
	min-height: 35px;
}

.wli-form input {
	float: right;
	background-color: #eeeeee;
	color: #000000;
	max-width: 200px;
	border: 1px solid #000000;
	border-radius: 4px;
	padding: 5px;
	margin: 0 10px;
}

.wli-form  input:hover {
	background-color: #dddddd;
}

.wli-form input[type=image]{
	float: none;
	background: transparent;
	width: auto;
	max-width: auto;
}
				
.wli-form input[type=radio] {
	max-width: 20px;
}

.wli-form input[type=button] {
	float: none;
	max-width: 40px;
	border-radius: 20px;
}

.wli-form input[type=submit] {
	float: left;
	background-color: #666666;
	color: #ffffff;
	font-size: 20px;
	height: 50px;
	border: none;
	margin-top: 10px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.wli-form input[type=submit]:hover {
	background-color: #0d4180;
	cursor: pointer;
}
					
.wli-form input[type=checkbox] {
	float: left;
	
	max-width: 20px;
	height: 15px;
	
	margin-top: 4px;
}

.wli-checkbox-list {
	padding-left: 50px;
}

.wli-checkbox-list li {
	margin: 5px 0;
}

.wli-checkbox-list .wli-form-input-field input {
	float: left;
}

.wli-form textarea {
	float: left;
	background-color: #eeeeee;
	
	color: #000000;
	
	max-width: 500px;
	
	border: 1px solid #000000;
	border-radius: 4px;
	
	padding: 5px;
	margin: 10px;
}
		
.wli-form-row table, .wli-form-row table *{
	width: auto;
}
.wli-form-row table input[type=submit] {
	width: 100%;
}

.wli-form-row .wli-form-radio-field  table{
	float: right;
}
			
.creditcardtype label,
.creditcardtype input,
#content1_content_WebInput_CreditCardInfo_ddWebInputCreditCardValidThroughMonth,
#content1_content_WebInput_CreditCardInfo_ddWebInputCreditCardValidThroughYear {
	float: none;
}

#content1_content_WebInput_CreditCardInfo_tblCreditCardInfo td:NOT(:nth-child(1)) {
	text-align: right;
}

.creditcardinfo {
	padding-left: 10px;
}

.wli-form-row .creditcardinfo table {
	float: none;
	width: 100%;
}

.creditcardinfo table tr td:first-child{
	width:219px;
}

.creditcardinfo table tr td input, 
.creditcardinfo table tr td select {
	display: inline-block;
	width: auto;
}
		
/*  Member App Styles  */
/* After testing, use these styles to hide the test fields on the member app */
#hideAfterTesting {
	width: 95%;
	margin: 0px;
	overflow: hidden;
	height: 0px;*/  /*uncomment this out after testing the form*/
	/*border: #ff0000 1px solid;*/  /*change this to 0px after testing the form*/
}
.hide {
    display: none !important;
}

#jsEnable {
	display: none;
}

.wli-form label {
	width: auto;
	float: left;
	clear: both;
	padding-left: 10px;
	font-weight: bold;
}

input[type=radio] {
	max-width: 20px;
}

textarea {
	max-width: 500px;
	float: left;
	padding:5px;
	margin: 10px;
	border: 1px solid #636363;
	border-radius: 4px;
}

/* Contact Regarding checkboxes as <li>*/
ul.wli-checkbox-list {
	margin: 10px 0px;
}

li.wli-form-checkbox-field input[type=checkbox] {
	max-width: 20px;
	float: none;
}

li.wli-form-checkbox-field label {
	float: none !important;
	clear: none !important;
}

li.wli-form-checkbox-field {
	margin-bottom: 8px;
}
		
.information ul {
	float:left;
}
.information li {
	list-style-type:disc;
	margin-left:60px;
}
		
/* Specific Common Input Content Types */
.city input {
	max-width: 200px;
}
.state select {
	max-width: 80px;
}
.zip input {
	max-width: 100px;
}
.phone input {
	max-width: 150px;
}
.fax input {
	max-width: 150px;
}

#addButton,
#removeButton {
	max-width: 40px;
	float: none;
	border-radius: 20px;
}

.membertype select {
	max-width: 300px;
}
.category select {
	max-width: 250px;
}

.wli-payment-information .wli-form-row {
	max-width: 450px;
}

.creditcardinfo label {
	padding-left: 0px;
}

#annual_dues, 
#addncategories, 
#appfee, 
#tax, 
#add_item1 {
	float:right;
	text-align: right;
    width: 100px;
	margin:0 10px;
}

#total {
	text-align:right;
}
	
/* Required Fields Styles */	
.wli-required-label:after {
	content: " *";
	color: #FF0000;
}

/* Post Back Message Styles */
.wli-PostBackMessage {
	color: #FF0000;
}

/* Needed for Controls in Tables */
.wli-form-row table, .wli-form-row table * {
	width: auto;
}

.wli-form-row table input[type=submit] {
	width: 100%;
}
.wli-form-row .wli-form-radio-field  table {
	float: right;
}

.addItem {
	float:right;
	width:35px;
}

#content1_content_WebInput_CreditCardInfo_tblCreditCardInfo span::after {content:" *";color:red;}