@charset "UTF-8";

#facebook-loader {
	display: none;
	filter: alpha(opacity = 0);
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1000;
	vertical-align: middle;
}

#facebook-loader #loader-overlay {
	background-color: #000;
	filter: alpha(opacity = 80);
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

#facebook-loader p {
	background-image: url("/images/loader.png");
	background-repeat: no-repeat;
	height: 370px;
	left: 50%;
	margin: -185px 0 0 -122px;
	position: absolute;
	top: 50%;
	width: 243px;
	z-index: 20;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
	font-weight: bold;
	filter: alpha(opacity = 80);
	opacity: 0.8;
}

#facebook-loader p img {
	left: 50%;
	margin: 0 0 0 -15px;
}

/* CSS Document */

html, body, div, span, applet, object, iframe, 
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0em;
	padding: 0em;
	background-color: #e8e3db;
	color: #666;
	text-align: center;
	  font-size: 12px;
  line-height: 14px;
}

a {
	color: #0033cc;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	border: 0;
}

#header {
	background: url(/images/home/head-background.png) no-repeat;
	width: 900px;
	height: 126px;
	position: relative;
	background-position: bottom;
}

#header .logo {
	margin: 44px 0 0 25px;
	float: left;
}

#header div#signin {
  position: absolute;
  right:20px; top:36px;}


#member {
  vertical-align: middle;
}
 
#member-left, #member-right  {
  height: 25px;
  width: 7px;
  background-color: #ccc;
  background-image: url(/images/base/login_left.gif);
  background-repeat: no-repeat;
  background-position: 0 top;
  float: left;
  margin: 0;
}

table#member-menu-shell {
  position: absolute;
  top:0;
  right:0px;
  width: 500px;
  color: #fff;
}

table#member-menu-shell tbody tr td.member-menu {
  width: 115px;
  text-align: left;
  font-size: 11px;
  border-left: 1px solid #fff;
  padding: 0 8px 3px 8px;
  line-height: 15px!important;
}
table#member-menu-shell tbody tr td.member-menu a {color: #fff;}
table#member-menu-shell tbody tr td.member-menu a:hover{color: #660000; text-decoration: none;}
table#member-menu-shell tbody tr td.member-menu a.refer{color: #660000;}

table#member-menu-shell tbody tr td.member-welcome {
  width: 390px;
  text-align: right;
  padding: 0 8px 5px 8px;
  font-weight: bold;
  font-size: 14px;
}

#content {
	background: url(/images/home/body-background.png) repeat-y center;
	width: 900px;
	position: relative;
}

#content .main {
	width: 630px;
	padding-top: 30px;
	position: relative;
}

#content .main ul {
	list-style-type: none;
	margin-left: 140px;
}

#content .main ul li {
	padding-bottom: 15px;
	font-size: 15px; color: #333;
}

#content .main .free-trial {
	background: url(/images/home/free-trial-background.png) no-repeat;
	width: 565px;
	height: 330px;
	padding-top: 22px;
	margin-left: 56px;
	margin-top: 40px;
	z-index: -100;
}
#content .main .free-trial2 {
	background: url(/images/home/free-trial-background-small.png) no-repeat;
	width: 565px;
	height: 294px;
	margin-top: 25px;
}

#content .main .fb-free-trial {
	background: url(/images/home/fb-free-trial-background.png) no-repeat;
	width: 593px;
	height: 317px;
	padding-top: 22px;
	margin-left: 40px;
	margin-top: 10px;
	z-index: -100;
}

#content .main .fb-free-trial .left{
  float: left;
	padding: 22px 26px 20px 26px;
	text-align: center;}

#content .main ul.fb-bullets {
	list-style-type: none;
	margin: 15px 0 20px 75px;
}

#content .main ul.fb-bullets li {
	font-size: 16px; color: #333;}

#content .main .free-trial img.screenshot {
  float: left;
  margin-left: 20px;
}

#content .main .free-trial .right {
	float: left;
	margin-left: 20px;
	margin-top: 60px;
	text-align: center;
}

#content .main .free-trial .right a {
	font-size: 10px;
}

img.unlimited { margin: 0 0 40px 56px;}

img.trial {
  margin: 0 0 8px 137px;
}

#content .side {
	float: right;
	width: 220px;
	text-align: center;
	margin-top: 25px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#content .side a {
	font-weight: normal;
	font-size: 10px;
}

#content .side div {
	font-size: 12px;
	margin-bottom: 30px;
}

#footer {
	background: url(/images/home/footer-background.png) no-repeat;
	width: 900px;
	height: 84px;
	clear: both;
	color: #999;
	font-size: 11px;
}

#footer .links {
	float: left;
	width: 270px;
	margin: 15px 0 0 40px;
	padding: 0;
	display: inline;
}

#footer .links ul {
	float: left;
	width :135px;
	line-height: 14px;
}

#footer .disclaimer {
	float: left;
	width: 270px;
	margin-top: 10px;
}

#footer .icons {
	float: right;
	background: url(/images/base/footer-icons.png) no-repeat;
	width: 187px;
	height: 39px;
	margin-top: 17px;
	margin-right: 25px;
}

#footer a {
	font-size:11px;
	color:#999;
}

#bottom-description {
	width: 520px;
	font-size: 11px;
	line-height: 16px;
	margin: 250px 0 50px 100px;
}

#bottom-description h4 {
	font-size: 13px;
	font-weight: bold;
}
#bottom-description p{margin:12px 0 12px 0;}
#bottom-description ul{margin-left:20px;}

.clear {
	clear: both;
	height: 0;
	width: 0;
	font: normal normal normal 0/0 Arial, sans-serif; /* IE hack, because it does not support empty elements, generates a style validation warning */
	overflow: hidden;
}

h3.header3 {
  color: #666666;
  font-size: 18px;
  margin: 8px 0 8px 0;
}


.bubbleInfo {
    position: relative;
    margin: 0!important;
}

.popup {
    position: absolute;
    overflow: auto;
    z-index: 5000;
    padding: 10px;
    width: 220px;
    height: 500px;
    text-align: left;
    background-color: #f8f7f4;
    border:1px solid #ccc;
    margin: 0!important;
    display: none; /* keeps the popup hidden if no JS available */
}

.pop-wsop{height: 180px;}


.popup p {padding:12px 10px 12px 10px; line-height: 17px; font-size: 11px; color: #333; font-family: Arial; border-bottom: 1px solid #ccc; font-weight: normal;}
.popup p.pop-title {color: #ff6600; font-size: 16px; font-weight: bold; margin:0 0 0 0; border: 0;}
.pop-name {font-size: 14px;}


table.pop-table {width: 100%;}
table.pop-table tr th, table.pop-table tr td {padding: 5px; font-weight: bold;}
table.pop-table tr th {color: #666; font-size: 12px; }
table.pop-table tr td {color: #333; font-size: 14px; }

/* this is the new sign in page -- /nl/login --   */

div#login {width:780px; height: 380px; margin: 50px 0 0 40px;}
div.login-left, div.login-right{float: left; height: 350px; width: 350px; padding-top:10px;}
div.login-left p, div.login-right p{font-size: 12px; line-height: 18px; font-weight: bold; color: #333; margin:5px 0 8px 0;}
div.login-left h2, div.login-right h2 {font-size: 20px; color: #ff9933;}
div.login-right {border-left: 1px solid #ccc; padding-left: 50px; width: 300px;}

div.login-right img {margin:30px 0 0 50px;}

/* this is the form */

div.login-left form table {
  margin:36px 0 10px 0; width:300px;
}
div.login-left form table tr td {
  padding: 0;
  vertical-align: middle;
}
div.login-left form table tr th {
  width:90px;
  color: #333;
  font: 12px Arial, Helvetica, Verdana;
  vertical-align: middle;
}

div.login-left form table tr td input  {
  font: 11px Arial, Helvetica, Verdana;
  height: 14px;
  width: 165px;
  margin: 3px 0 10px 0; width: 158px;
}

div.login-left form table tr td.remember-check input{
  height: 14px; width: 14px;
  margin-right: 0;
}

div.login-left form table tr td input.btn-sign-in {width: 165px; height: 47px;}

div.login-left p.forgot-info a {color: #990000; font-size: 12px; font-weight: bold;}





