html, body, div, span, applet, object, iframe,
h1, h2, 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, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

body {
  background: #3e4b6a url(../images/bg.png) repeat-x;
  color: #3e3e3e;
  font-family: arial, "helvetica neue", helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
a {
  color: #4d75a1;
  outline: none; /* removing outline in Mozilla */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
p {
  margin-bottom:10px;
}
ol, ul {
  list-style: none;
}

/* BUTTONS */
a.signup_now, a.signup_now:visited,
a.continue_to_signup, a.continue_to_signup:visited,
a.download_now, a.download_now:visited,
a.more-details, a.more-details:visited  {
  background:#ccc;
  text-decoration:none;
  border:1px solid #777;
  padding: 2px 5px;
  color:#000;
  margin:5px 0;
}
a.status, a.status:visited {
  color:#ff0000;
  font-weight:bold;
  font-size:14px;
  display:block;
  text-decoration:none;
}
input.submit {
  cursor:pointer;
}
a.signup_now:hover,
a.continue_to_signup:hover,
a.download_now:hover,
a.more-details:hover {
  background:#ddd;
}

strong {
  font-weight: bold;
}

.highlight { 
  color: #FF0000; 
  font-weight:bold;
  line-height:inherit;
}
.highlight-large { 
  color: #FF0000; 
  line-height:inherit;
  font-size: 17px;
  font-weight:bold;
}

label {
  font-weight: bold;
  text-align: right;
  padding: 0 8px 0 0;
}

.column ul {
  margin: 0;
  padding: 0px;
  list-style: square;
}
.column ul li {
  margin:7px 4px 6px 20px;
}
.column ol {
  margin: 0;
  padding: 0;
  list-style: decimal;
}
.column ol li {
  margin:7px 4px 6px 20px;
}

.clear,
div.clear {
  clear:both;
}

/*------------------------------------------------------*/
/* =LAYOUT						*/
/*-----------------------------------------------------*/

/*------------------------------------------------------*/
/* =WRAPPER						*/
#wrapper {
  margin: 0 auto;
  width: 951px;
  position: relative;
}

#header {	
  background: url(../images/header.jpg) no-repeat;
  height: 90px;
  position: relative;
}


#rightside {
  background-color: #fff;
  float: left; 
  width: 250px;
  margin: 0; 
  padding: 10px 0 0 0;    
}

/* HEADINGS */
h1 {
  color: #3c526a;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}

h2 {
  color: #3c526a;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}

h3 {
  font-size: 13px;
  font-weight: bold;
}
/* headings by bg */
h1.howItWorks {
  background: url(../images/h1-how-it-works.jpg) no-repeat;
  padding: 3px 0 15px 30px;
}

h1.exclusive {
  background: url(../images/h1-exclusive.jpg) no-repeat -6px 0;
  padding: 3px 0 15px 30px;
}

h2.createAccount {
  background: url(../images/h2-create-account.jpg) no-repeat;
  padding: 3px 0 10px 32px;
}

h2.verifyInfo {
  background: url(../images/h2-verify-info.jpg) no-repeat;
  padding: 3px 0 10px 33px;
}

h2.requestMoney {
  background: url(../images/h2-request-money.jpg) no-repeat;
  padding: 0px 0 10px 34px;
}

h2.wait{
  background: url(../images/h2-wait.jpg) no-repeat;
  padding: 3px 0 10px 33px;
}

h2.receiveMoney {
  background: url(../images/h2-receive-money.jpg) no-repeat;
  padding: 6px 0 10px 33px;
}
/*------------------------------------------------------*/
/* =FLOAT CLASSES					*/
/*-----------------------------------------------------*/

/* usually for <br /> tag to clear the float */
.clear {
  clear: both;
  line-height: 0;
}

/* div (or whatever else element that serves as wrapper that clears the floats)  */
.floatClear {
  overflow: hidden;
}
/*------------------------------------------------------*/
/* =LOGO							*/
#logo {
  position: absolute;
  left: 0;
  top: 20px;
}

/* LOGIN */
#login_yes {
  float:right;
  width:269px;
  color:#fff;
  height:36px;
  background:#1f586a url(../images/login_yes.jpg) no-repeat;
}
#login_yes p {
  margin:10px;
  text-align:center;
}
#login_yes a, #login_yes a:visited {
  color:#fff;
  font-weight:bold;
}

#login {
  background: url(../images/login.png) no-repeat;
  height: 33px;
  padding: 5px 0 0 10px;
  width: 403px;
  position: absolute;
  top: 0;
  right: 0;
}

#login input {
  border: none;
  display: block;
  float: left;
}

#login input.text {
  background: url(../images/login-input.jpg) no-repeat;
  color: #ebe5b9;
  height: 22px;
  padding: 5px 10px 0 10px;
  margin-right: 5px;
  width: 136px;
}

#login input.submit {
  background: url(../images/login-submit.jpg) no-repeat;
  height: 27px;
  width: 74px;
}

#login input.submit:hover {
  cursor: pointer;
}

/* LANGUAGES */
#language {
  position: absolute;
  right: 0;
  bottom: 8px;
}

#language li {
  display: inline;
  padding-left: 10px;
}

#language li a {
  color: #dcdcdc;
}

#language img {
  vertical-align: middle;
}

/* REGISTER NOW BUTTON */
#registerNow {
  position: absolute;
  top: 140px;
	right: -51px;
}

/* TABLE AND LIST HEADERS */
#pas_login table thead th,
#pas_nav_offers thead th,
#pas_nav_side li.header,
table.pas_data_table thead th,
span.heading-sidebar,
#login #login-yes {
  background: #4d75a1;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-radius: 5px;
}

/* REMOVE LIST-STYLE-TYPE FROM LISTS */
ul#faq-nav,
ul#faq-nav ul,
#affiliate-center,
ul.signup-form {
  list-style-type: none;
}

/* BORDERS */
#pas_nav_side ul, 
#pas_login table,
#pas_nav_offers table,
table.pas_data_table {
  border: 1px solid #2f65a8;
}

/* ALTERNATING ROW COLORS */
#pas_nav_offers tbody #content th,
#pas_nav_offers tbody #content td,
table.pas_data_table tbody #content td, 
table.pas_data_table tbody #content th {
  background: #E9EEF3;
}

/*------------------------------------------------------*/
/* =CONTENT						*/
#content {
  background: #fffdee;
  padding: 4px;
  clear:both;
}

/* MAIN */
#main{
  float: left;
  padding: 0 2px 0 1px;
  width: 940px;
}

#main .banner {
  margin-bottom: 10px;
  width:675px;
}

/* column */
#main .column {
  float: left;
  padding: 10px 0 0 2px;
  width: 675px;
  display:inline;
}

#main .column .box {
  background: #4d75a1;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#main .column .box h3 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}

#main .column .box img {
  vertical-align: middle;
}
#main .column .box a,
#main .column .box a:visited  {
  color:#fff;
}


/* aside */
#main .aside {
	float: right;
	width: 247px;
}

/* bookmarks */
.bookmarks {
	float: left;
	padding-bottom: 5px;
}

.bookmarks li {
	display: inline;
	padding-right: 2px;
}

.bookmarkUs {
	float: right;
	font-size: 11px;
}

.bookmarkUs li {
	padding-top: 5px;
}

.bookmarkUs li.followUs {
	background: url(../images/follow-us.jpg) no-repeat 0 10px;
	padding-left: 15px;
}

.rules {
	background: url(../images/rules-bottom.jpg) no-repeat bottom;
	color: #fff;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 247px;
}

.rules h3 {
	background: url(../images/rules-h3.jpg) no-repeat;
	font-size: 16px;
	font-weight: bold;
	height: 31px;
	padding: 12px 0 0 40px;
}

.rules ul {
	background: #739430 url(../images/rules-box.jpg) repeat-x bottom;
	padding: 0 5px;
}

.rules li {
	background: url(../images/rules-li.png) repeat-x bottom;
	padding: 10px 0 10px 35px;
	position: relative;
}

.rules li.last {
	background: none;
}

.rules li span {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 21px;
	left: 10px;
}

.promotions {
	background: url(../images/promotions-bottom.jpg) no-repeat bottom;
	color: #fff;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 247px;
}

.promotions h3 {
	background: url(../images/promotions-h3.jpg) no-repeat;
	font-size: 16px;
	font-weight: bold;
	height: 31px;
	padding: 12px 0 0 40px;
}

.promotions h4 {
	color: #b1de27;
	font-size: 14px;
	font-weight: bold;
}

.promotions ul {
	background: #1d4b76 url(../images/promotions-box.jpg) repeat-x -1px 100%;
	padding: 0 5px;
}

.promotions li {
	background: url(../images/rules-li.png) repeat-x bottom;
	padding: 10px 15px;
}

.promotions li.last {
	background: none;
}

.promotions a {
	color: #fff;
	text-decoration: underline;
}

.promotions a:hover {
	text-decoration: none;
}
.promo {
margin:0 0 4px 0;
}

/* SIDEBAR */
#sidebar {
   float:left;
   padding-top:2px;
   width:199px;
}

#sidebar a img {
  margin:0 0 6px 0;
}


/*------------------------------------------------------*/
/* =MENU							*/
#menu {
	background: url(../images/menu.png) no-repeat;
	height: 35px;
	padding: 8px 0 0 10px;
}

#menu li {
	display: inline-block;
	float: left;
}

#menu li a {
	color: #fff;
	display: inline-block;
	height: 29px;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	margin: 0 10px;
	padding: 0 10px;
	text-shadow: #000 0px 1px 1px;
	position: relative;
}

#menu a span {
	display: none;
	position: absolute;
}

/* hovered menu item */
#menu li a:hover {
	text-decoration: none;
}

#menu li a:hover {
	background: url(../images/menu-link.jpg) repeat-x;
}

#menu li a:hover span.left,
#menu li a:hover span.right {
	display: block;
	height: 29px;
	width: 5px;
	top: 0;
}

#menu li a:hover span.left {
	background: url(../images/menu-link-left.png) repeat-x;
	left: -5px;
}

#menu li a:hover span.right {
	background: url(../images/menu-link-right.png) repeat-x;
	right: -5px;
}

/* active menu item */
#menu li.active a {
	text-decoration: none;
}

#menu li.active a {
	background: url(../images/menu-link.jpg) repeat-x;
}

#menu li.active a span.left,
#menu li.active a span.right {
	display: block;
	height: 29px;
	width: 5px;
	top: 0;
}

#menu li.active a span.left {
	background: url(../images/menu-link-left.png) repeat-x;
	left: -5px;
}

#menu li.active a span.right {
	background: url(../images/menu-link-right.png) repeat-x;
	right: -5px;
}


/* SIDE NAVIGATION BAR */

#pas_nav_side ul {
  width: 190px;
  list-style: none;
  text-align: left;
  margin: 0 0 10px 0px;
  padding: 0;
  background-color: #DEE4ED;
}

#pas_nav_side ul li.header {
  display: block;
}

#pas_nav_side ul li a, 
#pas_nav_side ul li a:visited {
  margin: 0;
  padding: 0 0 0 10px;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid #C1CCDD;
  display: block;
  line-height: 20px;
  height: 20px
}

#pas_nav_side ul li a:hover {
  background-color: #CDD7E4;
  color: #FF0000;
}



/* NOTICE BOX */
#box_notices  {
  margin:0 0 6px 0px;
  background:#d2cfb4;
  padding: 10px;
  -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
  border-radius: 5px;
}
.heading-notice  {
  color: #aa1414;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  padding: 3px;
}
#box_notices ol {
  padding: 0 0 0 5px;
}
#box_notices a, #box_notices a:link, #box_notices a:visited  {
  color: #aa1414;
}

fieldset.pas {
  border: none;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

fieldset.pas ol {
  list-style-type: none;
  list-style-image:none;
  list-style-position:outside;
  padding: 0;
  margin: 6px 0 0 0;
}

fieldset.pas ol li {
  margin: 0;
  padding:6px 6px 6px 0;
  display: block;
}

fieldset.pas label {
  display: block;
  float: left;
  line-height: 24px;
  width: 100px;
}

fieldset.pas .login-button {
  margin: 2px 12px 0 15px;
}

fieldset.pas .login {
  width: 120px;
}

fieldset.pas .forgot {
  padding: 0 0 0 100px;
}

li.remember label {
  float: none;
  display: inline;
  font-weight: normal;
  width: 90px;
  margin: 0 0 0 45px;
}

#pas_login {
  color: #fff;
}

/* OFFERS NAV  */

.offer-hover {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  -moz-opacity: 0.9;
}

.ap-offer a {
  background: url(../images/banner5.jpg) no-repeat; 
  width:199px;
  height:111px;
  margin:5px 0; 
  display:block;
}

.ap-offer-select {
  background: url(../images/banner5.jpg) no-repeat; 
}

.ub-offer a {
  background: url(../images/banner4.jpg) no-repeat; 
  width:199px;
  height:111px;
  margin:5px 0; 
  display:block;
}

.ub-offer-default a {
  background: url(../images/banner4.jpg) no-repeat; 
  width:199px;
  height:111px;   
  margin:5px 0; 
  display:block;
}

.ub-offer-select a {
  background: url(../images/banner4.jpg) no-repeat; 
  width:199px;
  height:111px; 
  margin:5px 0; 
  display:block;
}

.ft-offer a {
  background: url(../images/banner3.jpg) no-repeat; 
  width:199px;
  height:111px; 
  margin:5px 0; 
  display:block;
}

.ft-offer-select a {
  background: url(../images/../images/banner3.jpg) no-repeat; 
  width:199px;
  height:111px; 
  margin:5px 0; 
  display:block;
}

.tp-offer a {
  background: url(../images/banner1.jpg) no-repeat; 
  width:199px;
  height:111px;  
  margin:5px 0; 
  display:block;
}

.tp-offer-select a {
  background: url(../images/banner1.jpg) no-repeat; 
  width:199px;
  height:111px; 
  margin:5px 0; 
  display:block;
}

.party-offer a {
  background: url(../images/banner2.jpg) no-repeat; 
  width:199px;
  height:111px; 
  margin:5px 0; 
  display:block;
}

.party-offer-select a {
  background: url(../images/banner2.jpg) no-repeat; 
  width:199px;
  height:111px; 
  margin:5px 0; 
  display:block;
}

.ck-offer a {
  background: url(../images/banner50.png) no-repeat; 
  width:199px;
  height:111px; 
  margin:5px 0; 
  display:block;
}

.ck-offer-select a {
  background: url(../images/banner50.png) no-repeat; 
  width:199px;
  height:111px; 
  margin:5px 0; 
  display:block;
}

.tw-offer a {
  background: url(../images/banner.jpg) no-repeat; 
  width:199px;
  height:111px; 
  margin:5px 0; 
  display:block;
}

.tw-offer-select {
  background: url(../images/sidebar/button_tower.gif) no-repeat; 
  width:199px;
  height:111px; 
  margin:5px 0; 
}

/* OFFERS BOXES ON HOMEPAGE  */
.offers-wrap  {
  width:700px;
}
.offers-box  {
  border: 1px solid #ccc;
  margin: 10px;
  padding: 0 0 5px;
  width: 170px;
  float:left;
  text-align:center;
}
.offers-box h2 {
  font-size: 18px;
  color: #222;
  font-weight:bold;
  margin:2px 0 4px;
}
.offers-box h3 {
  font-size: 14px;
  color: #2F65A8;
  font-weight:bold;  
}
.offers-box h4 {
  font-size: 14px;
  font-weight:bold;  
}
.offers-box p {
  text-align:center;
  margin: 5px 0 6px 0; 
}

/*  DATA TABLE  */
table.pas_data_table {
  border: 1px solid #c0c5ca;
  color: #4d75a1;
  margin-bottom: 25px;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
   color:#4D75A1;
  background:#ffffff;
}
table.small-table {
  width: 210px;
  float:left;
  margin: 0 10px 10px 0;
}

table.pas_data_table thead td  {
  font-weight: bold;
  text-align: left;
  color: #fff;
  background: #6688AC;
  padding: 4px;
}

table.pas_data_table tbody th  {
  text-align: left;
  padding-left: 5px;
  background:none;
}

table.pas_data_table tbody td  {
  padding: 3px;
  text-align: left;
}

table.pas_data_table tbody tr.alt td,
table.pas_data_table tbody tr.alt th {
   background:#e9eef3;
}

/*  Contact table */
tr.admin td  {
  background:#f0f0f0;
  border-bottom:1px solid #CCCCCC;
  border-left:1px solid #CCCCCC;  
}

/*  shaded Signup Box on step 2 */
.quick-signup  {
  background: #f0f0f0;
  border: 1px solid #ccc;
  padding:5px 10px 10px;
  margin: 0 0 15px;
  width:260px;
}

/*  Signup  */
.signup-form label {
  text-align:left;
  width:120px;
  float:left;
  margin:0 4px 0 0;
}
.signup-form ol {
  list-style:none;
  padding:8px;
}
.signup-form ol li {
  clear:both;
  margin:12px 0;
}
.signup-form p.note {
  font-style:italic;
  margin:0 0 0 134px
}

/*  Signup Step 2 */
.signup  {
  float:left;
  margin:0px;
  width:1000px;
}

.signup-form {
  background:#F0f0f0 none repeat scroll 0 0;
  border:1px solid #CCCCCC;
  clear:left;
  float:left;
  margin:0 0 15px 20px;
  padding:0;
  width:450px;
}


.faux-columns {
  background: #fffdee url(../images/5columns.jpg) repeat-y scroll 0 0;
  width:930px;
  margin: 10px 0 10px 0;
  padding:0 0 10px 0;
  float:left;
}
.faux-columns .signup_col1  {
  float:left;
  width:180px;
  margin: 0 5px 0 0;
}
.faux-columns .signup_col  {
  float:left;
  width:180px;
  margin: 0 6px 0 0;
}
.faux-columns .signup_col p {
  margin:0 0 10px 0;
  padding:0;
  line-height:17px;
}
.faux-columns .signup_col_content  {
 padding:5px 7px;
}
.faux-columns h2 {
  width:189px;
  padding:0;
  margin:5px 0 0 0;
  font-weight:bold;
  text-align:center;
  color:#0f1a45;
  font-size:18px;
}
.faux-columns h3{
  padding:0;
  margin:5px 0 0 0;
  font-weight:bold;
  text-align:center;
  color: #FF0000; 
  font-size:16px;
}
.faux-columns img{
  padding:7px 0 0px 0;
}

input.signup-email,
input.signup-username {
	width:150px;
}

/*  full width shaded box for forms & alerts */
.shaded-box  {  
  background: #f0f0f0;
  border: 1px solid #ccc;
  padding:5px 10px 10px 5px;
  margin: 0 10px 5px 0;
  overflow:auto;
}

/*  Referral Banners Page */
.affiliate-banners {
  padding: 8px 0 14px;
}
textarea.banner-link  {
  width: 468px;
  height: 60px;
}
/* fixes indented code issue */
.affiliate-banners textarea {
  text-indent:-60px;
}

/*  error message show/hide on step 2 of signup */
.error_hide,
.error_show  {
  font-size: 12px;
  display:block;
  margin:-10px 0 10px;
}
.error_hide  {
  display:none;
}
.error_show  {
  color:red;
  text-align:left;
}


/*  success message box on step 3 of signup */
#success  {
  background:#F0f0f0 none repeat scroll 0 0;
  border:1px solid #ccc;
  font-size:12px;
  margin:0 5px 7px 0;
  padding:6px;
}

/*  buttons */
a.pas_button, 
input.pas_button  {
  background-color:#E6E6E6;
  border:1px solid #B0B0B0;
  color:#000000;
  cursor:pointer;
  font-size:12px;
  padding:2px 9px;
  text-decoration:none;
}
a.pas_button:hover, 
input.pas_button:hover  {
  background-color:#ccc;
}

.submit  {
  display:block;
}
/*  faq */
.button-top  {
  text-align:right;
}

/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
	background: url(../images/footer.png) no-repeat;
	color: #fff;
	font-size: 11px;
	height: 72px;
	text-align: right;
	padding: 12px 220px 0 0;
	position: relative;
}

#footer img {
	position: absolute;
	right: 0;
}

#footer a {
	color: #fff;
}

#footer ul {
	padding-bottom: 5px;
}

#footer ul li {
	border-right: 1px solid #fff;
	display: inline;
	padding: 0 5px;
}

#footer ul li.last {
	border: none;
	padding-right: 0;
}
#footer a.terms-conditions  {
   margin:0 0 0 9px;
}

/*** Modal Window *************/
#terms-show {
 text-decoration: none;
 line-height: 1px;
}
#modalContent{background:#fff; }

#modalLoadedContent{margin-bottom:20px;}
#contentTitle{display:none;}
#contentCurrent{position:absolute; bottom:0px; left:65px; font-weight:bold; color:#999;}
#contentPrevious{position:absolute; bottom:0px; left:0; font-weight:bold;}
#contentNext{position:absolute; bottom:0px; left:110px; font-weight:bold;}
#modalLoadingOverlay{background:url(../images/loading.gif) 5px 5px no-repeat #fff;}
#modalClose{position:absolute; bottom:3px; right:3px; display:block;  font-weight:bold;}
#modalClose:hover{background-position:bottom left;}
		
#modalContent, 
#borderTopLeft, #borderTopCenter, #borderTopRight, #borderBottomLeft, #borderBottomCenter,
#borderBottomRight, #borderMiddleLeft, #borderMiddleRight {
position:absolute;
text-align:left;
}
#colorbox, #modalBackgroundOverlay{
position:absolute; top:0; left:0; z-index:9999; width:100%; height:100%;
}
#colorbox {
position:absolute; top:100px; left:0;
}
#modalBackgroundOverlay{position:fixed;}
#modalClose, #contentPrevious, #contentNext{outline:none; cursor:pointer;}
#modalLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#modalLoadedContent img, #modalLoadedContent embed{display:block;}/* Display:block removes the line-height gap underneath images, iframes, and embedded content */
#modalLoadingOverlay{position:absolute; width:100%; height:100%; top:0; left:0;}
#modalInfoBr{display:none;}

#modalBackgroundOverlay{background:#000;}