/*customer.css*/

	/* for "draft" sites */
	body {
		/* background: url(/mybenefits/draft/draft3.gif) 50% 200px no-repeat; */
		font-size: 90%!important;
	}

#errorMsg {display: none;color: red;font-size: 85%}

.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;
}

/* fix legacy WCL small fonts */
/* .wcLocalMenuTop {font-size: 100%!important} */

sup {font-size:8pt;}

.more_links {
		background:#f4f4f4 !important;
		border-bottom:1px solid #ccc;
	}

/* index page graphics styles */	
.main_img_border {
	border:1px solid #ccc;
	padding:3px;
	height: 215px;
}

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

}
#graphic a, #graphic2 a, #graphic3 a {
	cursor: hand;
}
#graphic span {
background:url(/mybenefits/assets/images/slides-692x215/slide-teach-empty-classroom.png) 100% no-repeat;
height:215px;
position: absolute;
width: 100%;

}
#graphic2 span {
background:url(/mybenefits/assets/images/slides-692x215/slide-family-in-field.png) 75% no-repeat;
height:215px;
position: absolute;
width: 100%;
}
/* end index page graphics styles */

/* @media print */
.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 */

/* optional button styles */
.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;}