
/* ***************************************************************************************************

	Description:	www.ascd.org
	
	TABLE OF CONTENTS:
	------------------
		    I. Page Contact Forms
			  i. OSCB Benefits
			 ii. EL Exchange
			iii. Online Learning
			 iv. Public Policy home
		   
		   
		    V. Conference Countdown Module


   *************************************************************************************************** */
   
/* *************************************************************************************************** */
/* I. Page Contact Forms ***************************************************************************** */
/* *************************************************************************************************** */
div.contentpage_contact_form_benefits,
div.contentpage_contact_form_elexchange,
div.contentpage_contact_form_olearning,
div.contentpage_contact_form_pubpolicy {}
	
	/* Error Message */
	div.contentpage_contact_form_benefits .errorLabel,
	div.contentpage_contact_form_elexchange .errorLabel,
	div.contentpage_contact_form_olearning .errorLabel,
	div.contentpage_contact_form_pubpolicy .errorLabel {
		color: #f00; 
		font-size: 10px; 
		font-weight: normal;
		}
	
	/* Labels */
	div.contentpage_contact_form_benefits label,
	div.contentpage_contact_form_elexchange label,
	div.contentpage_contact_form_olearning label,
	div.contentpage_contact_form_pubpolicy label {
		margin: 0;
		padding: 5px 0 2px;
		display: block;
		color: #000;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		text-align: left;
		line-height: 14px;
		}
	
	/* Fields */
	div.contentpage_contact_form_benefits input.narrowForm,
	div.contentpage_contact_form_elexchange input.wideForm,
	div.contentpage_contact_form_olearning input.narrowForm,
	div.contentpage_contact_form_pubpolicy input.wideForm,
	
	div.contentpage_contact_form_benefits textarea.narrowForm,
	div.contentpage_contact_form_elexchange textarea.wideForm,
	div.contentpage_contact_form_olearning textarea.narrowForm,
	div.contentpage_contact_form_pubpolicy textarea.wideForm {
		margin: 0;
		padding: 3px 5px;
		color: #000 !important;
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		line-height: 13px;
		text-align: left;
		border: 1px solid #c5c5c5;
		background: #fff;
		
		text-shadow: 0 0 1px #f2f2f2;
		border-radius: 			3px;
		-moz-border-radius: 	3px;
		-webkit-border-radius: 	3px;
		transition: 		all .3ms ease-in-out;
		-moz-transition: 	all .3ms ease-in-out;
		-webkit-transition: all .3ms ease-in-out;
		-o-transition: 		all .3ms ease-in-out;
		-ms-transition: 	all .3ms ease-in-out;
		}
		
		/* Widths */
		div.contentpage_contact_form_benefits input.narrowForm,
		div.contentpage_contact_form_olearning input.narrowForm,
		div.contentpage_contact_form_benefits textarea.narrowForm,
		div.contentpage_contact_form_olearning textarea.narrowForm 	{ /* width: 138px; */ width: 158px; }
		
		div.contentpage_contact_form_elexchange input.wideForm,
		div.contentpage_contact_form_pubpolicy input.wideForm		{ width: 185px; }
		div.contentpage_contact_form_elexchange textarea.wideForm,
		div.contentpage_contact_form_pubpolicy textarea.wideForm 	{ width: 380px; height: 150px; }
		
		/* Hover/Focus */
		div.contentpage_contact_form_benefits input.narrowForm:hover,
		div.contentpage_contact_form_benefits input.narrowForm:focus,
		div.contentpage_contact_form_elexchange input.wideForm:hover,
		div.contentpage_contact_form_elexchange input.wideForm:focus,
		div.contentpage_contact_form_olearning input.narrowForm:hover,
		div.contentpage_contact_form_olearning input.narrowForm:focus,
		div.contentpage_contact_form_pubpolicy input.wideForm:hover,
		div.contentpage_contact_form_pubpolicy input.wideForm:focus,
		
		div.contentpage_contact_form_benefits textarea.narrowForm:hover,
		div.contentpage_contact_form_benefits textarea.narrowForm:focus,
		div.contentpage_contact_form_elexchange textarea.wideForm:hover,
		div.contentpage_contact_form_elexchange textarea.wideForm:focus,
		div.contentpage_contact_form_olearning textarea.narrowForm:hover,
		div.contentpage_contact_form_olearning textarea.narrowForm:focus,
		div.contentpage_contact_form_pubpolicy textarea.wideForm:hover,
		div.contentpage_contact_form_pubpolicy textarea.wideForm:focus {
			border: 1px solid #bbb;
			background: #fffdf7;
			box-shadow: 		0 0 3px #e8e8e8;
			-moz-box-shadow: 	0 0 3px #e8e8e8;
			-webkit-box-shadow: 0 0 3px #e8e8e8;
			transition: 		all .3ms ease-in-out;
			-moz-transition: 	all .3ms ease-in-out;
			-webkit-transition: all .3ms ease-in-out;
			-o-transition: 		all .3ms ease-in-out;
			-ms-transition: 	all .3ms ease-in-out;
			}
		
		div.contentpage_contact_form_benefits #cimage,
		div.contentpage_contact_form_olearning #cimage {
			margin: 2px 0;
			width: 170px !important;
			border: 0 none;
			}
		
		div.contentpage_contact_form_benefits div.captcha_text_desc,
		div.contentpage_contact_form_elexchange div.captcha_text_desc,
		div.contentpage_contact_form_olearning div.captcha_text_desc,
		div.contentpage_contact_form_pubpolicy div.captcha_text_desc {
			margin: 3px 0 5px;
			padding: 0;
			padding: 0;
			display: block;
			color: #000;
			font-size: 10px;
			font-style: normal;
			font-weight: normal;
			line-height: 11px;
			text-align: left;
			}
		
		div.contentpage_form_submit_bttn {
			padding-top: 8px;
			}
			div.contentpage_form_submit_bttn input,
			div.contentpage_form_submit_bttn input[type='button'] {
				padding: 6px 9px;
				color: #444;
				font-size: 12px;
				font-style: normal;
				font-weight: normal;
				line-height: 14px;
				text-transform: uppercase;
				cursor: pointer;
				border: 1px solid rgba(0, 0, 0, 0.1);
				
				/* fallback */ 
				background-color: #f1f1f1; 
				
				/* Safari 4-5, Chrome 1-9 */ 
				background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#f5f5f5)); 
				/* Safari 5.1, Chrome 10+ */ 
				background: -webkit-linear-gradient(center top, #f5f5f5, #f1f1f1); 
				/* Firefox 3.6+ */ 
				background: -moz-linear-gradient(center top, #f5f5f5, #f1f1f1); 
				/* IE 10 */ 
				background: -ms-linear-gradient(center top, #f5f5f5, #f1f1f1); 
				/* Opera 11.10+ */ 
				background: -o-linear-gradient(center top, #f5f5f5, #f1f1f1);
				
				border-radius: 2px;
				-moz-border-radius: 2px;
				-webkit-border-radius: 2px;
				}
				div.contentpage_form_submit_bttn input:hover,
				div.contentpage_form_submit_bttn input[type='button']:hover {
					padding: 6px 9px;
					color: #444;
					font-size: 12px;
					font-style: normal;
					font-weight: normal;
					line-height: 14px;
					text-transform: uppercase;
					cursor: pointer;
					border: 1px solid #c6c6c6;
					
					box-shadow: 0 0 4px #dfdfdf;
					-moz-box-shadow: 0 0 4px #dfdfdf;
					-webkit-box-shadow: 0 0 4px #dfdfdf;
					}
			
		
		
		
		

/* ************************************************************* */
/* i. OSCB Benefits ******************************************** */
/* ************************************************************* */
/* http://dev-portal.ascd.org/professional-development/oscb/oscb-benefits.aspx */
div.contentpage_contact_form_benefits {}



/* ************************************************************* */
/* ii. EL Exchange ********************************************* */
/* ************************************************************* */
/* http://dev-portal.ascd.org/Publications/Educational-Leadership/elexchange.aspx */
div.contentpage_contact_form_elexchange {}



/* ************************************************************* */
/* iii. Online Learning **************************************** */
/* ************************************************************* */
/* http://dev-portal.ascd.org/online-learning.aspx */
div.contentpage_contact_form_olearning {}



/* ************************************************************* */
/* iv. Public Policy Home ************************************** */
/* ************************************************************* */
/* http://dev-portal.ascd.org/public-policy/home.aspx */
div.contentpage_contact_form_pubpolicy {}



/* *************************************************************************************************** */
/* II. Profile Registration Module ******************************************************************* */
/* *************************************************************************************************** */
div.profileregistration_module_container {}
	
	/* Banner Image */
	img.profilereg_banner_img {
		margin-left: -10px;
		}
	
	table.profilereg_form_container {
		border-collapse: collapse;
		}
	
	table.profilereg_fields_container {
		width: 100%;
		}
		table.profilereg_fields_container tr {
			width: 100%;
			}
			table.profilereg_fields_container tr td {}
				table.profilereg_fields_container tr td.formLabel {
					padding: 4px 5px 0;
					width: 35%;
					color: #444;
					font-size: 12px;
					font-style: normal;
					font-weight: bold;
					line-height: 16px;
					text-align: right;
					vertical-align: top;
					}
				
				table.profilereg_fields_container tr td div.form_statecountry_info {
					margin: 5px 0 10px;
					color: #333;
					font-size: 12px;
					font-style: normal;
					font-weight: normal;
					line-height: 17px;
					text-align: left;
					}
				
				table.profilereg_fields_container tr td.formField_radio,
				table.profilereg_fields_container tr td.formField_radio_2 {
					width: 64.5%;
					}
					
					/* Radio Buttons */
					table.profilereg_fields_container tr td.formField_radio input,
					table.profilereg_fields_container tr td.formField_radio_2 input {
						margin: 6px 5px 12px 0;
						display: block;
						float: left;
						}
						table.profilereg_fields_container tr td.formField_radio_2 input {
							margin-bottom: 1px;
							}
					
					/* Labels */
					table.profilereg_fields_container tr td.formField_radio label,
					table.profilereg_fields_container tr td.formField_radio_2 label {
						margin: 3px 8px 12px 0;
						display: block;
						float: left;
						color: #333;
						font-size: 12px;
						font-style: normal;
						font-weight: normal;
						line-height: 18px;
						text-align: left;
						}
						table.profilereg_fields_container tr td.formField_radio_2 label {
							margin-bottom: 1px;
							}
				
				table.profilereg_fields_container tr td.formField {
					width: 64.5%;
					}
					
					/* Smaller Info Text */
					table.profilereg_fields_container tr td.formField span.formFieldInst {
						margin: 7px 0 0 5px;
						display: block;
						float: left;
						color: #333;
						font-size: 11px;
						font-style: normal;
						font-weight: normal;
						line-height: 16px;
						text-align: left;
						}
					
					/* Input Fields and Select Boxes */
					table.profilereg_fields_container tr td.formField input,
					table.profilereg_fields_container tr td.formField select {
						margin: 1px 8px 10px 0;
						padding: 4px 5px;
						display: inline-block;
						float: left;
						color: #333;
						font-size: 12px;
						font-style: normal;
						font-weight: normal;
						line-height: 18px;
						text-align: left;
						border: 1px solid #c1c1c1;
						background: #fff;
						
						border-radius: 2px;
						-moz-border-radius: 2px;
						-webkit-border-radius: 2px;
						transition: all 0.2s ease-in-out;
						-moz-transition: all 0.2s ease-in-out;
						-webkit-transition: all 0.2s ease-in-out;
						-o-transition: all 0.2s ease-in-out;
						-ms-transition: all 0.2s ease-in-out;
						}
						table.profilereg_fields_container tr td.formField input {
							height: 16px;
							}
						
						table.profilereg_fields_container tr td.formField input:hover,
						table.profilereg_fields_container tr td.formField input:focus,
						table.profilereg_fields_container tr td.formField select:hover,
						table.profilereg_fields_container tr td.formField select:focus {
							border: 1px solid #bbb;
							
							box-shadow: 0 0 3px #d1d1d1;
							-moz-box-shadow: 0 0 3px #d1d1d1;
							-webkit-box-shadow: 0 0 3px #d1d1d1;
							}
		
	
	
	/* Newsletters */
	table.profilereg_newsletters_container {}
		table.profilereg_newsletters_container tr {}
			table.profilereg_newsletters_container tr td {}
				table.profilereg_newsletters_container tr td.formFieldInst {}
					
					table.profilereg_newsletters_container tr td.formFieldInst div {
						margin: 0 0 10px;
						}
						table.profilereg_newsletters_container tr td.formFieldInst div span.chkBox {}
					
							table.profilereg_newsletters_container tr td.formFieldInst div span.chkBox label {
								display: block;
								float: left;
								color: #333;
								font-size: 12px;
								font-style: normal;
								font-weight: normal;
								line-height: 16px;
								}
							table.profilereg_newsletters_container tr td.formFieldInst div span.chkBox input {
								margin: 2px 5px 0 0;
								diplay: block;
								float: left;
								}
	
	
	
	/* Captcha and Submit */
	table.profilereg_captchasubmit_container {
		margin: 15px auto 0;
		width: 500px;
		border-collapse: collapse;
		}
		table.profilereg_captchasubmit_container tr {}
			table.profilereg_captchasubmit_container tr td {}
				table.profilereg_captchasubmit_container tr td div.formcaptchaimage {
					margin: 0 auto;
					width: 180px;
					height: 50px;
					}
				table.profilereg_captchasubmit_container tr td input {
					margin: 1px 8px 10px 0;
					padding: 4px 5px;
					height: 16px;
					color: #333;
					font-size: 12px;
					font-style: normal;
					font-weight: normal;
					line-height: 18px;
					text-align: left;
					border: 1px solid #c1c1c1;
					background: #fff;
					
					border-radius: 2px;
					-moz-border-radius: 2px;
					-webkit-border-radius: 2px;
					transition: all 0.2s ease-in-out;
					-moz-transition: all 0.2s ease-in-out;
					-webkit-transition: all 0.2s ease-in-out;
					-o-transition: all 0.2s ease-in-out;
					-ms-transition: all 0.2s ease-in-out;
					}
					table.profilereg_captchasubmit_container tr td input:hover,
					table.profilereg_captchasubmit_container tr td input:focus {
						border: 1px solid #bbb;
						
						box-shadow: 0 0 3px #d1d1d1;
						-moz-box-shadow: 0 0 3px #d1d1d1;
						-webkit-box-shadow: 0 0 3px #d1d1d1;
						}



/* *************************************************************************************************** */
/* III. Community Login Module *********************************************************************** */
/* *************************************************************************************************** */
div.profileregistration_module_container {}

	/* Banner Image */
	img.commlogin_banner_img {
		margin-left: -10px;
		}

	table.communitylogin_module_form {
		border-collapse: collapse;
		}
		table.communitylogin_module_form td.commlogin_field label {
			display: block;
			color: #333;
			font-size: 12px;
			font-style: normal;
			font-weight: bold;
			line-height: 16px;
			text-align: left;
			}
		table.communitylogin_module_form td.commlogin_field input {
			margin: 1px 8px 10px 0;
			padding: 3px 5px;
			display: block;
			float: left;
			width: 150px;
			color: #333;
			font-size: 12px;
			font-style: normal;
			font-weight: normal;
			line-height: 18px;
			text-align: left;
			border: 1px solid #c1c1c1;
			background: #fff;
			
			border-radius: 2px;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			transition: all 0.2s ease-in-out;
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			}
			table.communitylogin_module_form td.commlogin_field input:hover,
			table.communitylogin_module_form td.commlogin_field input:focus {
				border: 1px solid #bbb;
				
				box-shadow: 0 0 3px #d1d1d1;
				-moz-box-shadow: 0 0 3px #d1d1d1;
				-webkit-box-shadow: 0 0 3px #d1d1d1;
				}

		table.communitylogin_module_form td.commlogin_field_checkbox {}
			table.communitylogin_module_form td.commlogin_field_checkbox input {
				margin: 2px 5px 0 0;
				display: block;
				float: left;
				}
			table.communitylogin_module_form td.commlogin_field_checkbox label {
				margin: 3px 0 0 0;
				display: block;
				float: left;
				color: #888;
				font-size: 11px;
				font-style: normal;
				font-weight: normal;
				}



/* *************************************************************************************************** */
/* IV. Comments Module ******************************************************************************* */
/* *************************************************************************************************** */

div.ModASCDRatingsCommentModule2C {}

/* Login */
div#loginReg {
	display: none !important;
	width: 570px !important;
	}
	div#loginReg a {
		padding: 5px 6px 0;
		display: block;
		float: left;
		/*
		border: 1px solid #dadada;
		
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		*/
		}
		div#loginReg a:hover {
			/*
			border-color: #cacaca;
			
			box-shadow: 0 0 3px #dedede;
			-moz-box-shadow: 0 0 3px #dedede;
			-webkit-box-shadow: 0 0 3px #dedede;
			*/
			}


div#commentsRatings {}
	div#comment_content_container {}
		div#ka_c_container {
			margin-left: -2px;
			padding-left: 0;
			padding-right: 0;
			}
			div#ka_tag {}
				div.ka_tag_title {
					padding: 4px 5px;
					
					border-radius: 2px;
					-moz-border-radius: 2px;
					-webkit-border-radius: 2px;
					}
				div#ka_tag_info {
					line-height: 20px !important;
					}
				input#ka_tag_input {
					padding: 3px 5px;
					
					border: 1px solid #ccc;
					
					border-radius: 2px;
					-moz-border-radius: 2px;
					-webkit-border-radius: 2px;
					transition: all 0.3s ease-in-out;
					-moz-transition: all 0.3s ease-in-out;
					-webkit-transition: all 0.3s ease-in-out;
					-o-transition: all 0.3s ease-in-out;
					-ms-transition: all 0.3s ease-in-out;
					}
					input#ka_tag_input:hover,
					input#ka_tag_input:focus {
						border-color: #b5b5b5;
						
						box-shadow: 0 0 3px #d5d5d5;
						-moz-box-shadow: 0 0 3px #d5d5d5;
						-webkit-box-shadow: 0 0 3px #d5d5d5;
						}
				
				div.ka_tag_input_area {}
					input#ka_tag_submit_button {
						margin: 5px 0 5px 5px !important;
						padding: 3px 5px 4px;
						color: #fff !important;
						font-size: 11px !important;
						font-style: normal;
						font-weight: bold;
						cursor: pointer;
						border: 0 none !important;
						background: #777;
						
						border-radius: 2px;
						-moz-border-radius: 2px;
						-webkit-border-radius: 2px;
						transition: all 0.3s ease-in-out;
						-moz-transition: all 0.3s ease-in-out;
						-webkit-transition: all 0.3s ease-in-out;
						-o-transition: all 0.3s ease-in-out;
						-ms-transition: all 0.3s ease-in-out;
						}
						input#ka_tag_submit_button:hover {
							background-color: #333;
							}
					
			h3#commentsTitle {
				width: auto !important;
				}
			div#ka_c_toolbar {}
				ul#ka_mainNav {}
					div.ka_rate {}
						div#ka_rate_area {
							margin-top: 5px;
							}
							div#ka_rate_area a {}
								div#ka_rate_area a:hover {}
						div#ka_rate_count {}
					div.ka_favorite {}
			div#ka_orig_button {
				padding: 10px 0 !important;
				}
				div#comment_wrapper {}
					div#ka_add_comment {}
					div#logintext {}
						a#registerlink {}
						a#ka_forgotPasswdLink {}
					div#ka_login {}
						div#ka_login_form {}
							input#ka_username {}
							span#password_box {}
								input#ka_password {}
							input#ka_loginButton {}
						div#ka_facebook_login {}
							a.rpxnow {}
					div#ka_comment_box {}
						textarea#ka_comment_text {
							margin-left: 0 !important;
							padding: 5px !important;
							width: 98% !important;
							
							border-radius: 2px;
							-moz-border-radius: 2px;
							-webkit-border-radius: 2px;
							transition: all 0.3s ease-in-out;
							-moz-transition: all 0.3s ease-in-out;
							-webkit-transition: all 0.3s ease-in-out;
							-o-transition: all 0.3s ease-in-out;
							-ms-transition: all 0.3s ease-in-out;
							}
							textarea#ka_comment_text:hover,
							textarea#ka_comment_text:focus {
								background-color: #fff !important;
								
								box-shadow: 0 0 3px #d5d5d5;
								-moz-box-shadow: 0 0 3px #d5d5d5;
								-webkit-box-shadow: 0 0 3px #d5d5d5;
								}
						input#submitCommentButton {
							margin: 5px 0 5px 5px !important;
							padding: 4px 5px;
							color: #fff !important;
							font-size: 11px !important;
							font-style: normal;
							font-weight: bold;
							cursor: pointer;
							border: 0 none !important;
							background: #0a77a6;
							
							border-radius: 2px;
							-moz-border-radius: 2px;
							-webkit-border-radius: 2px;
							transition: all 0.3s ease-in-out;
							-moz-transition: all 0.3s ease-in-out;
							-webkit-transition: all 0.3s ease-in-out;
							-o-transition: all 0.3s ease-in-out;
							-ms-transition: all 0.3s ease-in-out;
							}
							input#submitCommentButton:hover {
								background-color: #004563;
								}
				span#moderatedMessage {}
			div#ka_disclaimer {}
			div#ka_sortBar {}
				div#ka_commentCountItem {}
				div#ka_paginate {}
			div#ka_commentCage {
				width: 98.5% !important;
				}
				ul#ka_commentList {}
					ul#ka_commentList li.ka_comment_even,
					ul#ka_commentList li.ka_comment_odd {
						list-style-type: none !important;
						background-image: none !important;
						}
						ul#ka_commentList li.ka_comment_even {
							background-color: #fefeee;
							}
						ul#ka_commentList li.ka_comment_odd {
							background-color: #fff;
							}
						
						div#ka_username {}
						div.ka_noImageStartText {
							padding-top: 1px !important;
							}
						
						ul#ka_commentList li.ka_comment_even div.ka_noImageStartText {}
						
						div#ka_innerBottomNoImage {}
			div#ka_paginateBottom {}
			div#ka_commentsFooter {}



/* *************************************************************************************************** */
/* V. Conference Countdown Module ******************************************************************** */
/* *************************************************************************************************** */
#wrapper_header_advertisement {
	background: #939598 !important; /* template.css Override */
	}
	div.confinformation_wrapper {
		margin: 18px 0 0;
		font-family: Arial, Helvetica, Sans-serif;
		}
		div.conftitleinfocontainer {
			margin: 0;
			padding: 0 5px 0 0;
			float: left;
			width: 71px;
			}
			div.confinfotitle {
				margin: 0 0 3px;
				color: #fff;
				font-size: 10.3px;
				font-style: normal;
				font-weight: bold;
				line-height: 13px;
				text-align: left;
				text-transform: uppercase;
				}
			div.confinfolocation,
			div.confinfodate {
				color: #fff;
				font-size: 10.3px;
				font-style: normal;
				font-weight: normal;
				line-height: 13px;
				text-align: left;
				}
		div.confdateoutputcontainer {
			margin: 0;
			padding: 0;
			float: left;
			width: 153px;
			}
			div.confdateoutputholder {}

			/* Conference In Session */
			div.tzcdinsession {
				margin: 18px 0 0 0;
				padding: 0px 0 0 0;
				width: 150px;
				height: 34px;
				background: transparent url("/ASCD/images/siteASCD/conferences/countdown/countdown_conference_in_session.png") 0 0 no-repeat;
			}			

			/* Sequestration in effect */
			div.tzcdendmessage {
				margin: 30px 0 0 0;
				padding: 0px 0 0 0;
				width: 150px;
				height: 34px;
				color: #950801;
				font-size: 12px;
				font-style: normal;
				font-weight: bold;
				line-height: 13px;
				text-align: center;
			}			

		div#tzcdbuttonside {
			margin: -2px 0 0 0;
			padding: 0 0 0 0px;
			float: left;
			width: 52px;
			height: 36px;		
			}
		
			div.tzcdbutton {
				margin: 0;
				padding: 0 0 0 0px;
				width: 52px;
				height: 36px;
				color: #000;
				text-align: right;
				background: transparent url("/ASCD/images/siteASCD/conferences/countdown/countdown_click_to_register.png") 0 0 no-repeat;			
				}
			
		/* Number Formatting */
		div#tzcdweeksoutside,
		div#tzcddaysoutside,
		div#tzcdhoursoutside,
		div#tzcdminutesoutside,
		div#tzcdsecondsoutside {
			margin: 0 5px 10px 0;
			padding: 0 0 0 0px;
			float: left;
			width: 41px;
			height: 32px;

			}
			/*div#tzcdweeksoutside 	{ background: transparent url("../images/conferencecountdown/countdown_label_weeks.png") 0 0 no-repeat; }*/
			/*div#tzcddaysoutside 	{ background: transparent url("../images/conferencecountdown/countdown_label_days.png") 0 0 no-repeat; }*/
			/*div#tzcdhoursoutside 	{ background: transparent url("../images/conferencecountdown/countdown_label_hours.png") 0 0 no-repeat; }*/
			/*div#tzcdminutesoutside 	{ background: transparent url("../images/conferencecountdown/countdown_label_minutes.png") 0 0 no-repeat; }*/
			/*div#tzcdsecondsoutside 	{ background: transparent url("../images/conferencecountdown/countdown_label_seconds.png") 0 0 no-repeat; }*/
			
			div#tzcdweeks,
			div#tzcddays,
			div#tzcdhours,
			div#tzcdminutes,
			div#tzcdseconds {
				margin: 0;
				padding: 0 0 0 2px;
				width: 39px;
				height: 28px;
				color: #000;
				font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
				font-size: 26px;
				font-style: normal;
				font-weight: bold;
				letter-spacing: 5px;
				line-height: 28px;
				text-align: right;
				background: transparent url("/ASCD/images/siteASCD/conferences/countdown/countdown_bkg_for_numbers.png") 0 0 no-repeat;
				}
				
			/* Text Formatting */
			div#tzcdtxtweeks,
			div#tzcdtxtdays,
			div#tzcdtxthours,
			div#tzcdtxtminutes,
			div#tzcdtxtseconds {
				margin: 0 0 0 0px;
				color: #fff;
				font-size: 8px;
				font-style: normal;
				font-weight: bold;
				line-height: 10px;
				text-align: center;
				text-transform: uppercase;
				}
						















