/* CSS Document */

/* GENERAL */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote { 
	margin:0px;
	padding:0px;
}

p { 
	margin: 5px 0 10px 0; 
	padding: 0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0d2e56;
	margin-top: 10px;
	position:relative;
}


/* HEADER */

.header_imgs {
	float:left;
}

.signup_now_image {
	position: absolute;
	top:-19px;
	right:4px;
}

/* MAIN */

.container_main {
	/*border: 1px dashed black;*/
	/*height: 700px;*/
	width:900px;
	position: relative;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

.container_header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#popup_negative {
	height: 900px; 
	width: 100%; 
	opacity: .5;
	filter: alpha(opacity=50);
	background-color:#666666;
	position:absolute;
	z-index: 100;
	margin: -10px 0 0 0;
	padding: 0;
	left: 0px;
	top: 0px;
}
 
#popup_negative_box {
	position: absolute;
	z-index: 1000;
	padding-top: 50px;
	/*left: 350px;
	top: 100px;*/
}

/*#popup_negative_box img {
	position: absolute;
	z-index: 10000;
	
}*/

#toggle_overlay {
	display: none;
}

/* LEFT NAV  */

.container_left {
	float:left;
	margin: 10px 0 0 0;
}

.container_leftnav {
	position: relative;
	width:152px;
	background-image: url(../images/login_window_border.gif);
}

		table.leftnav_table {
		  margin: 10px 0;
		}
		
				table.leftnav_table tr td {
				  padding: 3px 3px 3px 0;
				}
		
		.container_left a.important {
			color:#0d2e56;
			text-decoration: none;
			font-weight: bold;
			font-size:10px;
		}
		
		.container_left #form1 input {
		  margin: 10px 0px 0 0;
		  width: 93%;
		}
		
		.container_left div.forgotten {
		  margin: 10px 0 10px 0;  
		}
		
		.container_left a.leftnav {
			color: #676767;
			font-weight: bold;
			font-size: 10px;
		}
		
		.container_left a.leftnav:hover {
			color:#45aaff;
		}
		
		.container_left a.leftnav_current {
			color:#45aaff;
			font-weight: bold;
			font-size: 10px;
			text-decoration: none;
		}
		
		.leftnav_bottom {
			position:absolute;
			bottom:0px;
		}
		
		.leftnav_text {
			width: 147px;
			/*height: 340px;  */
			/*border: 1px dashed black;*/
			margin: 0 0 0 5px;
		}
		
				.leftnav_text input {
					font-size:10px;
				}

.login_submit_button_div {
	background: #333 url(../images/login_button.gif) no-repeat;
	outline: none;
}

.login_submit_button {
	display:none;
}

.company_icons {
	float:left;
	width: 150px;
	margin: 10px 0 0 0;
}

/* FLASH */

.container_flash {
	/*border: 1px dashed black;*/
	float:left;
	clear:right;
	height: 190px;
	width:745px;
	margin: -4px 0 0 3px;
}

/* CONTENT */

.heading1 {
  font-size: 14px;
  font-weight: bold;
}

.heading2 {
  font-size: 12px;
  font-weight: bold;
}

.container_content {
	position: relative;
	float:left;
	margin: 15px 0 0 15px;
	/*border: 1px dashed black;*/
	width: 718px;
}

		.container_content ul li {
		  margin: 0 0 5px 20px;
		  line-height: 1.4em
		}
		
				.container_content ul li ul {
				  margin: 5px 0 5px 0;
				}
				
				.container_content ul li ul li {
				  margin: 0 0 5px 20px;
				}
		
		.container_content a {
			font-weight: bold;
			color:#0d2e56;
		}
		
		.container_content a:hover {
			font-weight: bold;	
			color:#45aaff;
		}

ul.list_top {
  padding: 10px 0 0 35px; 
}

		ul.list_top li {
			list-style-image: url(../images/menu_bullet.gif);
			margin-bottom: 20px;
			text-align:justify;
		}

.list_top_item {
  margin: 10px 0 0 20px; 
}

		.list_top li ul li {
		  list-style-type: disc !important;
		  list-style-image: none;
		  margin: 10px 0 0 35px;
		}

.content_sections {
  margin: 0 0 0 18px;
  width:705px;
  padding: 10px 0px; 
}

		.content_sections p {
			text-align: justify;
		}

		.content_sections a {
			color: white !important;
			text-decoration: underline;
		}
		
		.content_sections a:hover {
			color: white;
		}
		
		/*.content_sections img {
			behavior: url('/css_resources/iepngfix.htc'); 
		}*/

.content_sub {
	position:relative;
	border: 1px solid #afafaf; 	
	padding: 10px;
	min-height: 90px;
	background-position: bottom right;
	background-repeat: no-repeat;
}

		.content_sub table {
		  width: 500px;
		  vertical-align: middle;
		}
		
		.content_sub .products_pp {
		  width:500px; 
		  text-align: justify;
		}
		
				.content_sub .products_pp_promo {
				  width:375px; 
				  text-align: justify;
				  margin-left: 300px;
				}
		
		.content_sub_image {
			position:absolute;
			right:0px;
			bottom:0px;
		}
		
				.content_sub_image_promo {
					position:absolute;
					left:0px;
					bottom: 0px;
				}
		
		.content_sub_corner_bl {
			position:absolute;
			bottom:-1px;
			left:-1px;
		}
		
		.content_sub_corner_tr {
			position:absolute;
			top:-2px;
			right:-2px;
		}
		
		.content_sub_corner_br {
			position:absolute;
			bottom:-2px;
			right:-2px;
		}

.small_header {
	font-size:10px;
	color: #45aaff;
}

/* HOMEPAGE BOXES */

.container_homepage_boxes {
	position:relative;
	float:left;
	margin: 5px 0 0 8px;
}

.box_text {
	/* position:absolute; it breaks IE printing */
	left:30px;
	top:60px;
	height:130px;
	width: 160px;
	z-index:5;
	border: 1px dashed black;
	font-size: 9px;
}

.container_box {
	position:relative;
	float:left;
	width:225px;
	padding-left: 10px;
	padding-right: 10px;
}

ul.list_index {
	height:155px;
	width: 160px;
	font-size: 10px;
	z-index: 5;
	margin: 0 0 0 0;
	padding: 60px 0 0 40px;
}

ul.list_index li {
	margin: 0 0 10px 0;
	list-style-image: url(../images/menu_bullet.gif); 
	list-style-position: outside;
	z-index: 5;
}

.box_index_1 {
  position: relative;
	background-image: url(../images/create_account_box.gif);
	background-repeat:no-repeat;
	height: 350px;
	width: 219px;
	z-index: 3;
}

.box_index_2 {
  position: relative;
	background-image: url(../images/start_promoting_box.gif);
	background-repeat:no-repeat;
	height: 350px;
	width: 219px;
	z-index: 3;
}

.box_index_3 {
	position: relative;
	background-image: url(../images/earn_revenue_box.gif);
	background-repeat:no-repeat;
	height: 350px;
	width: 219px;
	z-index: 3;
}

.box_buttons img {
	position:absolute;
	bottom:-10px;
	right:20px;
	z-index:2;
}

/* FOOTER */

.footer {
	position:relative;
	clear:both;
	height:54px;
	width:900px;
	background-image:url(../images/footer_tile.gif);
	background-repeat:repeat-x;
	margin: 10px 0 0 0;
}

.footer_left {
	position:absolute;
	left:0px;
	bottom:0px;
}

.footer_right {
	position:absolute;
	right:0px;
	bottom:0px;
}

<!-- MISC -->

.container_login_form {
  /*text-align:center;*/
  /*margin-right:3px;*/
}

.promo_poker {
	padding: 10px 30px;
	color: #ffffff;
}

.promo_poker table, .promo_poker table td, .promo_poker table th {
	border-collapse: collapse;
	padding: 4px;
	border: 1px solid #dddddd;
}

.promo_poker #terms table, .promo_poker #terms table td, .promo_poker #terms table th {
	border: 0px;
	text-align: left;
	padding: 2px;
}

.promo_poker table td {
	text-align: center;
}

.promo_poker table th {
	background-color: #888888;
}

.promo_poker #terms {
	padding: 0px 0px 20px 0px;
	font-size: 78%;
}

.promo_poker #terms ol {
	margin-left: 30px;
}

.promo_poker li {
	padding-top: 4px;
}
