﻿body {
	font: 100% Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(../images/bkgd_carbon_slice.png) repeat-x top left #808080;
}
img 
{
    border: 0;
}
a:visited 
{
    color:#5a5a5a;
    font-family:Helvetica;
    text-decoration:none;
}
a:link 
{
    color:#5a5a5a;
    font-family:Helvetica;
    text-decoration:none;
}
.coverFlow {
	float: left;
	background-color: #000000;
}
.oneColFixCtr #container {
	width: 1067px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
}
.oneColFixCtr #header 
{
    margin: 0;
    padding: 0;
}
#header img 
{
    border: 0;
    margin: 0;
    padding: 0;
}
#contentBody {
	background: url(/GiftCardAccess/assets_main/images/content_divbg.png) top center repeat-y;
}
#contentTop {
	height: 25px;
	background: url(/GiftCardAccess/assets_main/images/content_divtop.png) bottom center no-repeat;
}
#contentBottom {
	height: 32px;
	background: url(/GiftCardAccess/assets_main/images/content_divbottom.png) top center no-repeat;
}
ul.topNav 
{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
ul.topNav li 
{
    margin: 0;
    padding: 0;
    float: left;
    height: 94px;
}
ul.topNav li img 
{
    border: 0;
    margin: 0;
    padding: 0;
}
.oneColFixCtr #ticker {
	background: #000000;
	height: 30px;
}
.footer 
{
    margin: 10px 0 0 0;
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
}
.footer a 
{
    color: #fff;
}
.pageTitle 
{
   font-size:48px;
   letter-spacing:-5px;
   color:#a5a5a5;
   font-family:Arial Black;
   text-align:left;
   padding-left:10px;
   padding-right:0px; 
   padding-top:25px; 
}

.pageTitle2 
{
   font-size:2em;
   letter-spacing:-2px;
   color:#a5a5a5;
   font-family:Arial;
   font-weight:bold;
   text-align:left;  
}

.pageTitle_noGutters
{
   font-size:48px;
   letter-spacing:-5px;
   color:#c0c0c0;
   font-family:Arial Black;
   text-align:left;
   padding-left:30px;
   padding-right:0px;  
}
.contentMid 
{
}
.contentMid_Print {
    width:800px;
    height:1000px;
}
.leftPanel 
{
    float: left;
    width: 188px;
    margin: 0 0 0 22px;
    padding: 0;
}
.linkButtons 
{
    margin: 0;
    padding: 0;
    border: 0;
}
.linkButtons img
{
    border: 0;
    margin: 0;
    padding: 0;
}
.rightPanel 
{
    float: right;
    width: 189px;
    margin: 0 23px 0 0;
    padding: 0;
}
.rightPanel img 
{
    border: 0;
    margin: 0;
    padding: 0;
}
.mainStory
{
   padding-left:15px;
   padding-right:10px;
   text-align:left;  
   font-family:Helvetica;
   font-size:12px;
}
.mainStory_noGutters
{
   padding-left:30px;
   padding-right:10px;
   text-align:left;  
   font-family:Helvetica;
   font-size:12px;
}
.mainStory_top
{
}

.mainStory_mid
{
    width: 550px;
    margin: 0 auto;
}

.mainStory_bottom
{
}

.mainLogin 
{
    width:500px;
    height:400px;
    background-image:url(../images/cnt_Login.png);
    background-repeat:no-repeat;
    background-position:center center;
    padding-top:25px;   
}

.loginContainer
{
    padding-top:125px;
    width:200px;   
}

.lblUser, .lblPassword 
{
    font-size:10px;
    text-align:left;
    padding-bottom:5px; 
    padding-top:5px;  
}

.txtUser input, .txtPassword input
{
    width:200px; 
   border-style:none; 
}

.btnSubmit 
{
    padding-top:5px;
    float:left;   
}

.contentContact 
{
    font-size:14px;
    text-align:center;
}

.simple_popup_div {
    position:absolute;
    top:0;
    left:0;
	right:0;
	bottom:0;

}
.simple_popup_inner {
    padding: 20px;
    text-align: center;
    z-index:100;
}
.simple_popup_close {
    text-align: right;
	
}
.picLabel {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}



.simple_close
{
    color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	position:relative;
	top:2em;
	left:19em;
	z-index:1;
}

/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
background: #000000; 
background-image:url(../images/bkgd_ticker.png);
background-repeat:repeat-x;
background-position:top center;
width: 100%; 
height: 30px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 8px;
width: 100%;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 100%;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
width:100%;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #000;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color:#00FF00;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
color:Yellow;
} 
.tbl_References 
{
    text-align:center;
}

.tbl_References th 
{
    height:36px;
}


.spacer 
{
    padding-bottom:2px;
}

.underConstruction 
{
    text-align:center;
    font-size:16px;
    color:Red;
    font-weight:bold;
    padding-top:5px;
    padding-bottom:5px;
}

.product_target 
{
   height:200px;    
}

.txtTarget 
{
    position:relative;
    top:-100px;
    left:160px;
    width:300px;   
}

.product_campaign 
{
    height:200px;   
}

.txtCampaign 
{
    position:relative;
    top:-125px;
    left:160px;
    width:300px;   
}

.product_tracking 
{
      height:200px; 
}

.txtTracking 
{
    position:relative;
    top:-100px;
    left:160px;
    width:300px;   
}

/* Bio/contact popup */

#bio 
{
    position: absolute;
    width: 580px;
    height: 380px;
    top: 250px;
    margin: 0 0 0 -70px;
    padding: 20px;
    background-color: #000;
    color: #fff;
    display: none;
}
#bio_close_button 
{
    text-align: right;
    margin: 0 0 5px 0;
}
#bio_photo_container
{
    background: url(/GiftCardAccess/assets_main/bio/bg.jpg) no-repeat top left #000;
    width: 580px;
    margin: 0 0 0 0;
}
#bio_photo 
{
    float: left;
    width: 175px;
    height: 175px;
    margin: 10px 25px 0 0;
}
#bio_text_container 
{
    float: left;
    width: 380px;
    height: 202px;
    overflow: auto;
}
#bio_name 
{
    margin: 0;
    padding: 0;
}   
#bio_text 
{
    font-size: 8pt;
}
#bio_thumbs 
{
    width: 580px;
    margin: 20px 0 20px 0;
}
#bio_thumbs img 
{
    width: 50px;
    height: 50px;
    border: 2px solid #ccc;
    margin: 0 5px 0 0;
}
#bio_logo 
{
    float: right;
}
#bio_contact 
{
}

/* Utility classes */

.floatleft 
{
    float: left;
}
.floatright 
{
    float: right;
}
.clear 
{
    clear: both;
}