@charset "utf-8";
/* CSS Document asdr*/
body{
  margin:0;
  padding:0;
  border:0;
  background-position:center;
 /* background:url(../images/backgroundcolor2_export.gif) repeat-y; */
  background-color:#bbb1a6;
  font:normal 13px arial,helvetica,sans-serif;
}
  
div#pageContainer {width:930px; margin:0 auto; padding:0;font-size:93%;}
div#FBpageContainer {width:760px;height:200px;margin:0 auto; padding-left:5px;padding-top:5px;font-size:93%;}
div#headerContainer {height:95px;padding:0;position:relative; background-image:url('../images/logotopleft.png'); background-repeat:no-repeat; background-color:#b8f5ff; /*border:solid 10px #fff;*/}
div#headerContainer img#logo {position:absolute;top:27px;left:20px;}
div#headerContainer img#logo.logo_en_CA {top:18px;}
div#contentContainer {width:930px;background-color:#fff;}
div#FBcontentContainer {width:750px;background-color:#fff;}
div#contentContainer h1 {font-size:20px;font-weight:bold;color:#006ba5;}
div#contentContainer p {margin:15px 0 15px;padding:0;}

.regFm{position:absolute; margin-left:660px; margin-top:100px; z-index:100;}
.topheadline{position:absolute; margin-left:250px;margin-top:30px;}
.topFBheadline{position:absolute; margin-left:180px;margin-top:30px;}
.toplogin{position:absolute; margin-left:610px; margin-top:-50px;}
.blackbanner{absolute;margin-top:-50px;margin-left:70px;z-index:5;}
.bannerwords{absolute;margin-top:-22px;margin-left:10px;z-index:5;font:bold 15px helvetica;color:#ffffff;}
.fbblackbanner{absolute;margin-top:-50px;margin-left:30px;z-index:5;}
.fbbannerwords{absolute;margin-top:-22px;margin-left:10px;z-index:5;font:bold 12px helvetica;color:#ffffff;}
.eteract-desc-divider {margin-left:0px; font-size:12px; color:#0000000; border-top-color: rgb(204, 204, 204); border-top-style: solid; border-top-width: 1px;}

a:link, a:visited {
color: #005864;
font-weight:bold;
text-decoration: none;
}
a:hover, a:active {
color: #047687;
font-weight:bold;
text-decoration: none;
}

#divideline{
width:100%; 
height:1px; 
border-bottom:1px solid #cfcfcf;
}

#blackboldtitle{
font-family:"Verdana", Arial;
font-size:15px;
color:#5f0d07;
font-weight:bold;
}

#fbblackboldtitle{
font-family:"Verdana", Arial;
font-size:12px;
color:#5f0d07;
font-weight:bold;
}

#signupformwords{
font-family:"Myriad Pro",Arial;
font-size:15px;
color:#4b3200;
}

#fbsignupformwords{
font-family:Arial;
font-size:12px;
color:#4b3200;
text-align:right;
}

#signupformblue{
font-family:"Myriad Pro",Arial;
font-size:12px;
color:#056fff;
}

#signupformpink{
font-family:"Myriad Pro",Arial;
font-size:12px;
color:#ff0066;
}

#fbsignupformblue{
font-family:"Myriad Pro",Arial;
font-size:14px;
color:#056fff;
}

#fbsignupformpink{
font-family:"Myriad Pro",Arial;
font-size:14px;
color:#ff0066;
}

.registertextfield{border:1px solid #f1a816;}
.registerfbtextfield{border:1px solid #f1a816; font-size:12px;}

/* Drop down styles*/
div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #f1a816;
  margin:0px;
  margin-top:-6px;
  margin-left:0px;
  padding:0px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}

/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected {
 /* background-color: #e491ff;*/
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current {
  background-color: #f1a816;
}

/* Drop down list items style*/
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

/* Look and feel of select box */
.selectbox 
{
  padding-left:5px;
  padding-top:2px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:1em;/* Resize Font*/
  width : 142px; /* Resize Width */
  height:23px;
  display : block;
  text-align:left; 
  background: url('../images/Dropdown_eteractcountry.gif');
  background-repeat:no-repeat;
  cursor: pointer;
  border:0px;
  color:#333;
}

div#registertitlex{position:absolute; margin-left:-30px; margin-top:-85px; z-index:60000;}
div#registertitlex h1 { color: #FFFFFF; font-size: 16px; line-height: 35px; }
div#footerContainer {background-color:#f0351a; align:center;width:900px; padding:4px;}
div#footerfbContainer {background-color:#f0351a; align:center;width:720px; padding:4px;}
div#footerfbContainer_lyte {background-color:#ffc9ad; align:center;width:720px; padding:4px;}

.footer {
  font-family :Arial, Helvetica, "Lucida Grande";
  font-size:7.5pt;
  font-weight:lighter;
  vertical-align:middle;
  color:#FFFFFF;
}
.footer_lyte{
  font-family :Arial, Helvetica, "Lucida Grande";
  font-size:7.5pt;
  font-weight:lighter;
  vertical-align:middle;
  color:#931300;
}

.btns_over {cursor:pointer;opacity:0.8;filter:alpha(opacity=80);}
.btns_over:hover{cursor:pointer;opacity:1;filter:alpha(opacity=100);}
