@charset "utf-8";
/* CSS Document */

/*
2012 Colors
Blue text dark #1e3d4f
Blue text light #3e7998
Dark tan text (H2) #9d7e4d
Tan text (second line) #b79867
Menu items, #b79867 (tan)
Menu highlight, #ffc045

FONTS
Segoe Script
Felix Titling

*/

/* Used to preload images. In this case the images used in the menu. */
/* .hiddenPic {display:none;} */

/* ---------------------------
         DIVs
 --------------------------- */

/* Menu */
#apDiv1 {
	position:absolute;
	width: 190px;
	height:215px;
	z-index:3;
	left: 115px;
	top: 20px;
	visibility: visible;
}

/* Rotating Photos */
#fadeshow1 {
	position:absolute;
	width: 700px;
	height: 215px;
	z-index:3;
	left: 315px;
	top: 21px;
	visibility: visible;
}

/* News/Steps */
#apDiv2 {
	position:absolute;
	width: 190px;
	z-index:3;
	left: 115px;
	top: 350px;
	visibility: visible;
	border:0px solid black;
	background-image: url('images/transparent80.png');
	background-position: 0 0;
	background-repeat: repeat;
}

/* Text banner */
#apDiv3 {
	position:absolute;
	width:800px;
	height:100px;
	z-index:3;
	left:73px;
	top:244px;
	visibility: visible;
}

/* Body Area */
div.body_container
{
	position:absolute;
	left: 315px;
	top: 350px;
	width: 700px;
}

div.transbox
{
	padding-top: 10px;  
	background-image: url('images/transparent80.png');
	background-position: 0 0;
	background-repeat: repeat;
}

/* Credit line */
#credit_line {
	background-color: transparent;
	z-index:4;
	visibility: visible;
}


/* ---------------------------
         STANDARD TAGS
 --------------------------- */

body {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background: url(images/background_gradient.jpg) repeat;
	background-repeat: repeat;
	background-attachment:fixed;
}

p {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 7px;
	font-weight: normal;
	}

h1  {
	font-size: 20px;
	font-weight: bold;
	margin-top: 7px;
	margin-left: 25px;
	margin-bottom: 3px;
	color: #24485e;
	}

h2  {
	font-size: 15px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 12px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #9d7e4d;
	}
               
h3  { 
	font-size: 13px; 
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 6px;
	margin-bottom: 5px;
	font-weight: bold; 
	color: #3e7998;
	}
                              
h4  { 
	font-size: 9pt; 
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 6px;
	margin-bottom: 5px;
	font-weight: bold; 
	color: #666666;
	}
		  

.h1_secondary
{	
font-family:Tahoma, Verdana, sans-serif; 
	font-size: 20px;
font-weight:bold;
color:#1e3d4f; 
margin-bottom:0px; 
margin-left:35px; 
margin-right:35px; 
margin-top:6px;
}
               
.h1_nottop  {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 25px;
	margin-bottom: 3px;
	color: #1e3d4f;
	}
               
.h2_top  {
	margin-top: 2px;
	margin-bottom: 9px;
	}
               
.h2_news  {
	font-size: 12px;
	margin-left: 12px;
	margin-top: 5px;
	margin-bottom: 4px;
	font-weight: bold;
	color: #3e7998;
	}
               
.h2a  {
	font-size: 12px;
	color: #3e7998;
	}
               
ul
{
font-family:Tahoma, Verdana, sans-serif; 
font-size:13px; 
color: #000000; 
padding:0; 
margin-bottom:6px; 
margin-left:50px; 
margin-right:15px; 
margin-top:0px;
}

li
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	margin-bottom:4px; 
}

ol
{
	font-family:Tahoma, Verdana, sans-serif; 
	font-size:13px; 
	color: #000000; 
	margin-bottom:6px; 
	margin-left:50px; 
	margin-right:35px; 
	margin-top:0px;
	padding:0; 
}

a             
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #000000; 
text-decoration: underline; 
}

a:link        
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #000000; 
text-decoration: underline; 
}

a:visted      
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #000000; 
text-decoration: none; 
}

a:hover       
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #3e7998; 
text-decoration: none; 
}

a:active      
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #000000; 
text-decoration: none; 
}

/* Styles to apply to news links */

a.news:link        
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #FFFFFF; 
text-decoration: underline; 
}

a.news:visted      
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #FFFFFF; 
text-decoration: none; 
}

a.news:hover       
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #008ed5; 
text-decoration: none; 
}

a.news:active      
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #FFFFFF; 
text-decoration: none; 
}

/* Default styles for "tabletext_heading" paragraph links */

.tabletext_heading a:link        
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #9d7e4d; 
text-decoration: underline; 
}

.tabletext_heading a:visited        
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #9d7e4d; 
text-decoration: underline; 
}

.tabletext_heading a:hover        
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #000000; 
text-decoration: none; 
}

.tabletext_heading a:active        
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #FFFFFF; 
text-decoration: underline; 
}

/* Default styles for "news" paragraph links */

.news a:link        
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #FFFFFF; 
text-decoration: underline; 
}

.news a:visited        
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #FFFFFF; 
text-decoration: underline; 
}

.news a:hover        
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #008ed5; 
text-decoration: none; 
}

.news a:active        
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #FFFFFF; 
text-decoration: underline; 
}

/* Default styles for "h3" paragraph links */

h3 a:link        
{ 
	font-family: Tahoma, Verdana, sans-serif; 
	color: #4c98d2;
	text-decoration: underline; 
}

h3 a:visited        
{ 
	font-family: Tahoma, Verdana, sans-serif; 
	color: #4c98d2;
	text-decoration: underline; 
}

h3 a:hover        
{ 
	font-family: Tahoma, Verdana, sans-serif; 
	color: #000000; 
	text-decoration: none; 
}

h3 a:active        
{ 
	font-family: Tahoma, Verdana, sans-serif; 
	color: #4c98d2;
	text-decoration: underline; 
}

/* Default styles for "h4" paragraph links */

h4 a:link        
{ 
	font-family: Tahoma, Verdana, sans-serif; 
	color: #9d7e4d;
	text-decoration: underline; 
}

h4 a:visited        
{ 
	font-family: Tahoma, Verdana, sans-serif; 
	color: #9d7e4d;
	text-decoration: underline; 
}

h4 a:hover        
{ 
	font-family: Tahoma, Verdana, sans-serif; 
	color: #000000; 
	text-decoration: none; 
}

h4 a:active        
{ 
	font-family: Tahoma, Verdana, sans-serif; 
	color: #9d7e4d;
	text-decoration: underline; 
}

/* Default styles for "note" paragraph links */

.note a:link        
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #666666;
text-decoration: underline; 
}

.note a:visited        
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #666666; 
text-decoration: underline; 
}

.note a:hover        
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #008ed5; 
text-decoration: none; 
}

.note a:active        
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: #666666; 
text-decoration: underline; 
}

/* Default styles for "error_message" paragraph links */

.error_message a:link        
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: white;
text-decoration: underline; 
}

.error_message a:visited        
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: white;
text-decoration: underline; 
}

.error_message a:hover        
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: black; 
text-decoration: none; 
}

.error_message a:active        
{ 
font-family: Tahoma, Verdana, sans-serif; 
color: white;
text-decoration: underline; 
}

/* Links for Submission steps */
	
a.stepslink:link  {
	TEXT-DECORATION: underline; color:#000000;
	}
	
a.stepslink:visited {
	text-decoration: underline; color:#000000;
	}
	
a.stepslink:hover {
	text-decoration: none; color:#4c98d2
	}
	
a.stepslink:active {
	text-decoration: underline; color:#000000;
	}

/* Links for table text */
	
a.tablelink:link  {
	TEXT-DECORATION: underline; color:#666666
	}
	
a.tablelink:visited {
	text-decoration: underline; color:#666666
	}
	
a.tablelink:hover {
	text-decoration: none; color:#4c98d2
	}
	
a.tablelink:active {
	text-decoration: underline; color:#666666
	}
	
/* ---------------------------
             CLASSES
 --------------------------- */

.badge_name  { 
	font-family: Impact, sans-serif, Arial, Tahoma, Verdana, Helvetica;
	text-align: center;
	font-size: 36pt; 
	line-height: 36pt;
	letter-spacing: 1px	;
	font-weight: bold; 
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
}
		   
.badge_affiliation  { 
	font-family: Impact, sans-serif, Arial, Tahoma, Verdana, Helvetica;
	text-align: center;
	font-size: 24pt; 
	line-height: 24pt;
	letter-spacing: 1px;
	font-style: normal;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
}

.black
{	
color: #000000;
}

.bold
{	
	font-weight: bold;
}

.button {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width:auto; 
	overflow:visible;	
	font-size: 12px;
	color: #000000;
	text-align:center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:8px;
	margin-bottom:8px;
}

.button_bold {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width:auto; 
	overflow:visible;	
	font-size: 12px;
	color: #000000;
	text-align:center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:8px;
	margin-bottom:8px;
	font-weight: bold;
}

.button_fixed {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width:auto; 
	overflow:visible;	
	font-size: 12px;
	color: #000000;
	text-align:center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:8px;
	margin-bottom:8px;
	width: 200px; 
}

.buttonsmall {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	text-align:center;
	margin-left: 0;
	margin-right: 0;
	margin-top:0;
	margin-bottom:0;
	}

.countbox {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #666666;
	}

.fieldNameCSS 
{ 
font-family:Tahoma, Verdana, sans-serif; 
font-size:13px; 
color: #000000; 
} 

.fieldValueCSS 
{ 
font-family:Tahoma, Verdana, sans-serif; 
font-size:13px; 
color: #000000; 
font-weight: bold;
} 

.formcell
{
	font-family:Tahoma, Verdana, sans-serif; 
	font-size: 12px;
	margin-top:1px;
	margin-bottom:1px;
	margin-left: 5px;
	margin-right: 0px;
	padding: 2px;
}

.formfield
{
	font-family:Tahoma, Verdana, sans-serif; 
	font-size: 12px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 2px;
}

.formfield_required
{
	font-family:Tahoma, Verdana, sans-serif; 
	font-size: 12px;
	background-color: #DDDDDD;
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 2px;
}

.formlabel   { 
	text-align: right;
	color: #000000;
	font-size: 12px;
	margin-left:0px;
	margin-top:3px;
	margin-bottom:3px;
	margin-right: 7px;
	}

.formlabelleft   { 
	text-align: left;
	color: #000000;
	font-size: 12px;
	margin-left:0px;
	margin-top:3px;
	margin-bottom:3px;
	margin-right: 7px;
	}

input.button
{
    width: 0; /* for IE only */
    overflow: visible;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
    color: #000000;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

input.button[class] { /* IE ignores [class] */
    width: auto;
}

.indent  { 
	margin-left: 60px;
}
		   
.indent10
{
	padding-left: 10px;
}

.indent20
{
	padding-left: 20px;
}

.indent30
{
	padding-left: 30px;
}

.indent40
{
	padding-left: 40px;
}

.indent50
{
	padding-left: 50px;
}

.indent_right0
{
	margin-right: 0px;
}

.indent_right10
{
	margin-right: 10px;
}

.c {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	margin-right: 15px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 6px;
	color: #ffffff;
	}
	
.news_date {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	margin-right: 15px;
	margin-left: 12px;
	margin-top: 4px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #000000;
	}
	
.news_top {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	margin-right: 15px;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #000000;
	}
	
.noindent  { 
	margin-left: 0px;
}
		   
.noindent_right  { 
	margin-right: 0px;
}
/* for Registered Attendees list */	
.listing
{
	font-family:Tahoma, Verdana, sans-serif;
	font-size:13px;
	color: #000000;
	margin-left:0px;
	margin-right:10px;
	margin-top:1px;
	margin-bottom:4px;
}

	   
.note
{
	color: #666666;
	font-size: 8pt;
	margin-left:12px;
	margin-right:10px;
	margin-top:2px;
	margin-bottom:2px;
	font-weight: normal;
}

.error_message {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: normal;
	color: white;
	}
	
.normal {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 7px;
	font-weight: normal;
	color: #000000;
	}
	
.small {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 7px;
	font-weight: normal;
	color: #666666;
	}
	
.steps {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 6px;
	font-weight: normal;
	color: #000000;
	}

/* Table formatting (for table lines) */
/* Tags must be applied to the <td>, not the <tr> */

.table_rule_heading {
	border-top: 2px solid #3e7998;
	border-bottom: 2px solid #3e7998;
	}
	
.table_rule_top {
	border-top: 2px solid #3e7998;
	border-bottom: 1px solid #3e7998;
	}
	
.table_rule {
	border-bottom: 1px solid #3e7998;
	}
	
.table_rule_bottom {
	border-bottom: 2px solid #3e7998;
	}

.table_rule_top_bottom {
	border-top: 2px solid #3e7998;
	border-bottom: 2px solid #3e7998;
	}
	
	
/* ------------------------------------ */
	
.news {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 6px;
	font-weight: normal;
	color: #000000;
	}
	
.news_column {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 6px;
	font-weight: normal;
	color: #000000;
	}
	
.news_date {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 1px;
	margin-top: 4px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #000000;
	}
	
.news_top {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #666666;
	}

/* Credit line link */

.credit a:link        
{
color: #888888;
text-decoration: underline;
}

.credit a:visited        
{
color: #888888;
text-decoration: underline;
}

.credit a:hover        
{
color: #000000;
text-decoration: none;
}

.credit a:active        
{
color: #888888;
text-decoration: underline;
}
         	
.right
{	
	text-align: right;
}

.small
{	
	font-family:Tahoma, Verdana, sans-serif; 
	font-size:11px; 
	color: #000000; 
	margin-bottom:5px; 
	margin-left:0px; 
	margin-right:35px; 
	margin-top:0px;
}

.spaceabove3 
{
	margin-top: 3px;
}
	
.spacebelow3 
{
	margin-bottom: 3px;
}
	
.spaceabove6 
{
	margin-top: 6px;
}
	
.spacebelow6 
{
	margin-bottom: 6px;
}
	
.strikethru
{
	text-decoration: line-through;
}

.symposium
{
	font-family:Tahoma, Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	margin-bottom:4px;
	margin-left:35px;
	margin-right:35px;
	margin-top: 20px;
}

.table {
	font-size: 11px; 
	margin-left: 35px;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
	color: #666666
	}

.tabletitle {
	font-size: 12px; 
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold; 
	color: #9d7e4d
	}
	
.tablelabel   { 
	text-align: right;
	font-family: Tahoma, Arial, Helvetica;
	color: #000000;
	font-size: 12px;
	margin-left:0px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right: 5px;
	}

.tabletext_indent
{	
	margin-bottom:4px; 
	margin-left:20px;
	margin-right:5px; 
	margin-top:4px;
}

.tabletext_heading
{
	font-family:Tahoma, Verdana, sans-serif; 
	font-size:12px; 
	font-weight:bold;
	color:#666666;
	margin-top:4px;
	margin-bottom:4px; 
	margin-left:0px;
	margin-right:6px; 
}

.tabletext_heading_indent
{
	font-family:Tahoma, Verdana, sans-serif; 
	font-size:12px; 
	font-weight:bold;
	color:#666666;
	margin-top:4px;
	margin-bottom:4px; 
	margin-left:20px;
	margin-right:5px; 
}

.tabletext_heading_right
{
	font-family:Tahoma, Verdana, sans-serif; 
	font-size:13px; 
	font-weight:bold;
	color:#9d7e4d;
	margin-bottom:4px; 
	margin-left:0px;
	margin-right:20px; 
	margin-top:4px;
	text-align: right;
}

.tabletext
{	
	margin-bottom:1px; 
	margin-left:0px; 
	margin-right:5px; 
	margin-top:1px;
}

.tabletextright
{	
	margin-bottom:1px; 
	margin-left:0px; 
	margin-right:20px; 
	margin-top:1px;
	text-align: right;
}


.right 
{
	text-align: right;
}

.center 
{
	text-align: center;
}

.white
{	
	color:#FFFFFF;
}

.red
{	
	color:red;
}

.green
{	
	color:green;
}

.formlabel
{
	font-family:Tahoma, Verdana, sans-serif; 
	font-size:13px; 
	color: #000000; 
	margin-bottom:3px; 
	margin-left:15px; 
	margin-right:5px; 
	margin-top:3px;
	text-align:right;
}

.form_note
{
	color: #9d7e4d;
	font-size: 8pt;
	margin-left:4px;
	margin-right:10px;
	margin-top:2px;
	margin-bottom:2px;
	font-weight: normal;
}

/* Banner image */

.banner_image
{
	background:url(../images/montreal_banner.png) no-repeat;
	vertical-align: top;
}

/* Non-breaking line */

.nobreak 
{
	white-space:nowrap;
}

.right_5
{
	margin-right:5px;
}

.right_0
{
	margin-right:0;
}

.top_0
{
	margin-top:0;
}

.credit {
	font-family: Tahoma, Verdana, sans-serif, Arial, Tahoma; 
	font-size: 10px;
	font-style: normal;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #888888;
	}


