﻿html, body {
	height: 100%;
}

a 
{
	outline: none;
}

body {
	background: #fff url(../images/header_background.gif) repeat-x;
	font-family: arial, sans-serif;
}

.SaftetyInfo li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	padding: 6px;
	list-style-type:disc;
}

.SaftetyInfoLJ img
{
	width:24px;
	height:24px;
	vertical-align:middle;
	margin-right:5px;	
}


#container {
	width:1003px;
	background:none;
	margin:auto;
	min-height:100%;
	margin-top:-70px; /*footer height - this drags the outer 130px up through border-top */
}

#header 
{
	height: 91px;
    border-top:70px solid #fff; /* soak up negative margin and allows header to start at top of page*/
}

#footer 
{
	background: url(../images/footer.gif) repeat-x;	
	height: 70px;	/* must match negative margin of #outer */
	margin:auto;
	color:Gray;
	background-color: Gray;
	position:relative;
	clear:both;
}

#footer-container
{
	background-color:Lime;
}

/*Opera Fix for sticky footer*/
body:before 
{
	/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

#logo 
{
	z-index:100;
	float: left;
	width: 355px;
	background: url(../images/logo.png) no-repeat;
	height: 72px;
	margin-left: 33px;
	margin-top: 13px;
}

#top_box_blank 
{
	z-index:20;
	background: url(../images/blankHdr.png) no-repeat 2px;
	height: 112px;
}

#top_box_login {
	background: url(../images/EBP_Box.png) no-repeat 2px;
	height: 112px;
}

#top_box_login2 {
	background: url(../images/newMemberLoginHdr.png) no-repeat 2px;
	height: 112px;
}

#top_box_login3 {
	background: url(../images/forgotPasswordHdr.png) no-repeat 2px;
	height: 112px;
}

#top_box_login4 {
	background: url(../images/myPointsHdr.png) no-repeat 2px;
	height: 112px;
}

#top_box_login5 {
	background: url(../images/pointsAdministrationHdr.png) no-repeat 2px;
	height: 112px;
}

#top_box_login6 {
	background: url(../images/editProfileHdr.png) no-repeat 2px;
	height: 112px;
}

#top_box_login7 {
	background: url(../images/userAdministration.png) no-repeat 2px;
	height: 112px;
}

#top_box_login8 {
	background: url(../images/safetyInfoHdr.png) no-repeat 2px;
	height: 112px;
}

#content {
	margin-left: 33px;
	margin-right: 30px;
	width: 950px;
}


#menu {
	float: right;
}

ul#main_menu {
	margin-top: 34px;
	padding-right: 20px;
}

ul#main_menu li {
	display: inline;
	margin-right: 25px;
}

ul#main_menu li a {
	text-decoration: none;
	width: 18px;
	height: 30px;
	font: 16px helvetica;
	color: #000;
	padding-top: 6px;
	padding-bottom: 3px;
	outline: none;
}

ul#main_menu li a:hover {
	text-decoration: none;
	border-bottom: 3px solid #6aae46;
}

/* @end */

/* @group Blue Top Box */

div#left_content {
	float: left;
	clear: both;
}

#right_content {
	float: right;
}

/* New Subscription - Left Container */
div#left_content_sub {
	float: left;
	clear: both;
	width: 661px;
}

#account_container {
	width: 656px;
}

.account_top {
	background:url(../images/containerImages/container_top.gif) no-repeat;
	height: 23px;
}

.account_middle {
	background: url(../images/containerImages/container_middle.gif) repeat-y;
}

.account_bottom {
	background: url(../images/containerImages/container_bottom.gif) no-repeat;
	height: 23px;
	margin-bottom: 12px;
}

div#login_errors.rounded_content {
	color: Red;
	margin-left: 88px;
	margin-bottom: 11px;
	margin-right: 30px;
	padding: 6px;
	font-size: 14px;
	border-width: 1px;
	border-style: dotted;
}

.numbers {
	height: 56px;
	margin-left: 20px;
	margin-right: 20px;
}

.numbers h2 {
	padding-top: 14px;
	padding-left: 70px;
	font-size: 20px;
}


.bidContent h3
{
	font-size: 120%;
	font-weight:bold;
}


.bidContent li
{
	list-style-type:decimal;
	margin:5px 0px 15px 20px;	
}

#extranet.numbers {
	background: url(../images/extranetMainHeading.png) no-repeat;
}

#profile.numbers {
	background: url(../images/paper.png) no-repeat;
}

#lock.numbers {
	background: url(../images/login_lock.jpg) no-repeat;
}

#safety.numbers 
{
	background: url(../images/Help.png) no-repeat;
}

p.trial {
	font-size: 12px;
	padding-right: 40px;
	padding-left: 92px;
	padding-bottom: 10px;
	line-height: 19px;
}

table.admin
{
	margin-left: 44px;
	width: 500px;
}

table.admin td
{
	font-size: 15px;
	height: 35px;
}

table.admin input
{
	font-size: 18px;
}

table.leftgroup {
	margin-left: 158px;
	width: 530px;
}

table.leftgroup td {
	font-size: 15px;
	height: 35px;
}

table.leftgroup input {
	font-size: 18px;
}

table.leftgroup input.error {
	background-color: #ffeaec;
}

td.label {
	font-size: 15px;
	text-align: right;
	padding-right: 27px;
}

td.linkbutton 
{
	font-size: 15px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 5px;
}

a.forgot_pass {
	font-size: 12px;
	color: #003f8e;
}

input.newaccount_button {
	margin-left: 155px;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}


/* End of left box for member signin */


/* Right Content for member signin */

#right_content_sub2
{
	float: right;
	margin-left: 4px;
	width: 276px;
	margin-top: 6px;
	margin-right: 1px;
}

div.bam_header3 {
	font-size: 20px;
text-align: center;
font-weight: bold;
	margin-bottom: 7px;
}

div.right_line {
	border-bottom: 1px dotted silver;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.bam h2 {
font-size: 16px;
font-weight: bold;
text-align: center;
}

div.bam p {
margin-bottom: 10px;
font-size: 14px;
text-align: center;
	margin-top: 3px;
}

.join_now {
	color: #003f8e;
	padding-left: 60px;
	font-size: 15px;
	
}

a.tooltip img {
	vertical-align: middle;
}

/* Tooltip Image */
#ttimg {
	position: absolute;
	background: #19518a;
	display: none;
	color: #fff;
	padding: 4px;
}

/* Home page Start */
#user_data 
{
	z-index:100;
	position:relative;
	top:18px;
	left:40px;
	padding-left:20px;
	color: White;
	font-size: 18px;
	font-weight:bold;
	line-height:25px;
}


/* Points History Page */

table.gridAdj 
{
	background-color: #004383;
}
table.gridAdj tr {
	background-color: white;
	text-align: left;
}
table.gridAdj th {
	background-color: #004383;
	color:White;
	padding:4px;
}
table.gridAdj td {
	padding:4px;
}


.posts
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	color: #cc0000;
	font-weight: normal;
	letter-spacing: -0.5px;
	margin-top: 6px;
	margin-right: 0pt;
	margin-bottom: 6px;
	margin-left: 0pt;
}
