/*customer.css*/

#start, #new {position: relative}

/* optional rotating images */
#rotating-item-wrapper {position: relative;width: 230px;height: 240px;}
.rotating-item {display: none;position: absolute;top: 0;left: 0; }

.styled-button-10 {
	background:#5CCD00;
	cursor: pointer;
	background:-moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
	background:-webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CCD00',endColorstr='#4AA400',GradientType=0);
	padding:2px 2px;
	color:#fff;
	/* font-family:'Helvetica Neue',sans-serif; */
	/* font-size:16px; */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #459A00
}

.spacer {
	line-height: 1.1em
}
table.calcTbl {width: 95%}
.alignRight {text-align: right;font-family: Arial;}
h2.wcPageTitle {
	margin-top: 0em;
	margin-bottom: 1.5em; 
}
h3.wcPageSubtitle {
	color: #6095c1;
	font-weight: normal;
	margin-top: -1.5em !important;
	margin-bottom: 1.5em;
}
sup {font-size:8pt;}
.btable {font-size: 1 em; background-color : #f5f5f5;}
.bcell { }
.brow {text-align: center; font-weight: bold;}

.mybutton 	{color: #000;  width: 100%;}
.mybutton a {color: #ffffff; text-decoration: none}
.mybutton a:hover 	{color: #ffffff; background-color: #6699cc; text-decoration: none}
.mybutton a:visited {color: #ffffff;}

.more_links {
		background:#f4f4f4 !important;
		border-bottom:1px solid #ccc;
	}
	
.main_img_border {
	border:1px solid #ccc;
	padding:3px;
	height: 102px;
}

#graphic, #graphic2, #graphic3 {
width: 100%;
height: 102px;
position: relative;

}
#graphic a, #graphic2 a, #graphic3 a {
	cursor: hand;
}
#graphic span {
background:url(/mybenefits/oebb/pix/father_daughter_content3_wide.jpg) 15% no-repeat;
height:102px;
position: absolute;
width: 100%;
height: 100%;

}
#graphic2 span {
background:url(/mybenefits/oebb/pix/couple_content3_wide.jpg) 35% no-repeat;
height:102px;
position: absolute;
width: 100%;
height: 100%;
}
#graphic3 span {
background:url(/mybenefits/oebb/pix/mother_daughter_content3_wide.jpg) 55% no-repeat;
height:102px;
position: absolute;
width: 100%;
height: 100%;
}

.print_image {
	display:none;
	/*width: 100%;
	height: 100%;*/
}

@media print {
	.print_image {
		display:block;
/*		width: 100%;
		height: 100%;*/
		border:1px solid #ccc;
		
	}
	.main_img_border {
		border:0px solid #ccc;
		padding:0px;
	}	
	
}/* end @media print */
