
/* To add draft watermark to pages, include the body style below in your .css file */
	body {
		/* background: url(/mybenefits/draft/draft3.gif) 15% 300px no-repeat; */
	}
/* To remove draft watermark from pages, comment out the body style above */

button#ratesbtn{
	float: right;
	margin-top: 5px;
	font-size:11px;
	width: 200px;
	
}
button.dim {opacity: 0.5;filter: alpha(opacity=50);}

div#rates {
	float: right;
	padding: 0px 5px 5px 0px;
	width: 210px;
	}
div#loading {
	position: fixed;
    width: 150px;
	top: 325px;
	left: 800px;
    border: 0px solid #8AC007;
	display: none;
}

span#premyear {font-weight: bold}

#rates16 {height: 2.5em;display: none}
#rates15 {height: 2.5em;border: 0px solid red}

table.contacts {width: 80%}
table.contacts td {padding: 5px;}
.textlabelhdr {font-weight: bold}

	h2.wcPageTitle {
	margin-top: 0em;
	margin-bottom: 1.5em; 
	}
	h3.wcPageSubtitle {
	color: #6095c1;
	font-size: 1.4em;
	font-weight: normal;
	margin-top: -1.5em !important;
	margin-bottom: 1.5em;
}

	.align_right {
		text-align:right;
	}
	
	.more_links {
		width:47.5%;
		background:#f4f4f4 !important;
		border-bottom:1px solid #ccc;
		padding: 2px 2px 4px 4px;
	}
	
	.main_img_border {
		border:1px solid #ccc;
		padding:3px;
	}
	
	/* image replacement with alt text */
	
	#graphic, #graphic2, #graphic3, #graphic4 {
	width: 100%;
	height: 102px;
	position: relative;
	}
	#graphic a, #graphic2 a, #graphic3 a, #graphic4 a {
		cursor: hand;
	}
	#graphic span {
	background:url(../life.jpg) 100% no-repeat;
	height:102px;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	#graphic2 span {
	background:url(../ltd.jpg) 30% no-repeat;
	height:102px;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	#graphic3 span {
	background:url(../life_staff.jpg) 30% no-repeat;
	height:102px;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	#graphic4 span {
	background:url(../ltd_staff.jpg) 100% no-repeat;
	height:102px;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	.print_image {
		display:none;
	}
	
	@media print {
		.print_image {
			display:block;
		}
	}/* end @media print */
div.wcCol12 div.wcColContainer, div.wcCol22 div.wcColContainer, 
div.col12 div.wcColContainer, div.col22 div.wcColContainer, 
div.wcCol12Fixed div.wcColContainer, div.wcCol22Flex div.wcColContainer, 
div.wcCol12Flex div.wcColContainer, div.wcCol22Fixed div.wcColContainer {
	clear: none;
}
div.wcCol12Flex {
	margin-right: 255px;
}
div.wcCol22Fixed {
	float: right;
	width: 230px;
}

/* button styles */




/* #188bc0, #0046ad,  #BFE4F7 */
.albu-button {
	background:#25A6E1;
	cursor: pointer;
	background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:3px 5px;
	color:#fff;
	/* font-family:'Helvetica Neue',sans-serif;
	font-size:17px; */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}

button.albu-button2 {
    background: #a83022 none repeat scroll 0 0;
    /* background: #eeeeee none repeat scroll 0 0; */
	background-image: url(/mybenefits/assets/images/tasks/Internal_Link.gif);
	/* background-image: url(img_flwr.gif), url(paper.gif); */
    background-position: left top;
    background-repeat: no-repeat;
    border: 2px solid #800040;
    border-radius: 4px;
    color: #ffffff;
	font-weight: bold;
    cursor: pointer;
    padding: 3px 5px;
	/* opacity: 0.2; */
	/* filter: alpha(opacity=50); */
}

.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:3px 5px;
	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
}

.styled-button-8 {
	background:#25a6e1;
	cursor: pointer;
	background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:3px 5px;
	color:#fff;
	/* font-family:'Helvetica Neue',sans-serif;
	font-size:17px; */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}