		

	/* STANDARD TAGS ----------------------------------- */
	h2.event-title {
		position:relative;
		margin-top:1.5em;
		border-bottom:1px dashed #666;
		padding-bottom:.5em;
		font-size:1.667em; /* 16px */
		line-height:1.25em;
		font-weight:normal;
		}
		.event-title a.btt2, .event-title a.btt2:visited {
			position:absolute;
			top:0;
			right:0;
			display:block;
			margin-top:0;
			padding:0 5px 0 18px;
			font-size:.6em;
			text-align:right;
			}
	#summary h5 {
		margin-top:.1em;
		margin-bottom:0;
		padding-bottom:.1em;
		padding-left:20px;
		font-size:1em;
		line-height:1.5em; 
		font-weight:bold;
		}
		#summary p {
			margin-top:0;
			padding-left:20px;
			}
		p.instruct {
			font-size:1.25em;
			font-weight:normal;
			}

			
	/* EVENT THANK YOU ........................ */
	#summary h2 {
		margin-top:2em;
		}
	#summary h5.instruct {
		margin-top:1em;
		padding-left:0;
		padding-bottom:1em;
		font-size:1.25em;
		font-weight:normal;
		}
		#summary h5.bright {
			font-weight:bold;
			color:#c30;
			}
	#attendee-tbl, #cost-tbl {
		width:400px;
		margin-top:.3em;
		margin-left:20px;
		}		
		#attendee-tbl {width:10%;}		
		#attendee-tbl td, #cost-tbl td {
			padding:4px 15px 4px 0;
			white-space:nowrap;
			}		
			#attendee-tbl td.squeeze {width:1%;}		
		#cost-tbl .rgt {
			width:1%;
			padding-right:1em;
			padding-left:1em;
			text-align:right;
			}		
		#cost-tbl .costsub {
			border-top:1px dashed #aaa;
			font-weight:bold;
			}	
		#cost-tbl .costtax {
			border-top:1px dashed #aaa;
			font-style:italic;
			}	
		#cost-tbl .costtotal {
			border-top:1px solid #000;
			font-size:1em;
			font-weight:bold;
			}


	/* BUTTONS ........................ */
	#buttons {
		clear:both;
		width:740px;
		height:2em;
		margin-bottom:1px;
		padding:1.5em 0;
		}		
		#buttons a {
			float:left;
			display:block;
			height:28px;
			width:96px;
			border:none;
			}		
		#buttons a span {visibility:hidden;}
				
		a.register {background:url("../img/eng/events_btn_register.gif") no-repeat 0 -28px;}		
		a.register:hover {background:url("../img/eng/events_btn_register.gif") no-repeat 0 0;}		
		a.sinscrire {background:url("../img/frn/events_btn_sinscrire.gif") no-repeat 0 -28px;}		
		a.sinscrire:hover {background:url("../img/frn/events_btn_sinscrire.gif") no-repeat 0 0;}		
		
		/* -fade buttons are for the info page where we want focus on the register button. */
		a.print-fade {background:url("../img/eng/events_btn_print_fade.gif") no-repeat 0 -28px;}		
		a.print-fade:hover {background:url("../img/eng/events_btn_print_fade.gif") no-repeat 0 0;}		
		a.imprimer-fade {background:url("../img/frn/events_btn_imprimer_fade.gif") no-repeat 0 -28px;}		
		a.imprimer-fade:hover {background:url("../img/frn/events_btn_imprimer_fade.gif") no-repeat 0 0;}
				
		a.print {background:url("../img/eng/events_btn_print.gif") no-repeat 0 -28px;}		
		a.print:hover {background:url("../img/eng/events_btn_print.gif") no-repeat 0 0;}		
		a.imprimer {background:url("../img/frn/events_btn_imprimer.gif") no-repeat 0 -28px;}		
		a.imprimer:hover {background:url("../img/frn/events_btn_imprimer.gif") no-repeat 0 0;}		
	
	
	/*
	------------------------------------------------------
	PRINTING
	----------------------------------------------------*/
	@media print {
		#buttons {display:none;}
	}
	
	
					
