@charset "utf-8";

/*
		HealthPartners 2010
		individual page pieces for projects and typically non-shared components
*/


	/* Landing page */
#p31-id #home-banner {
	height: 230px;
	}
	
#p31-id .header {
	height: 83px;
	}	

#p1346-id a#sign-up-nav,
#p1346-id a#log-on-nav,
#p31-id	a#sign-up-nav,
#p31-id	a#log-on-nav {
	display: none;
	}
	
#p31-id ul#sub-navigation {
	left: 624px;
	}	
	
#p31-id #home-banner h1 {
	top: 60px;
	}
	
#p31-id #home-banner #banner-blurb {
	top: 105px;
	}
	
#p1346-id ul#sub-navigation {
	left: 624px;
	}	
	
#p1346-id h1 {
	position: absolute !important;
	display: inline !important;
	top: -999em !important;
	left: -999em !important;
	margin: 0 !important;
	padding: 0 !important;
	}
	
#p1346-id #log-on-container {
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_017423.png") no-repeat scroll 0 0 transparent;
	height: 278px;
	margin-top: -13px;
	}	
#p1346-id #log-on-container ul#log-on-list {
	height: 69px;
	padding-bottom: 0;
	padding-top: 0;
	}	
		
.has-js #p1346-id #log-on-container ul#log-on-list {
	margin-top: 33px !important;
	}
	
#p1346-id a#sign-up, a#sign-up:visited {	
	margin-top: 10px;
	}
	
#p1100-id div.main-aside h1 {
	margin-top: 74px;
	}
		
#p1095-id .right-promo {
	width: 225px;
	}
	
#p1095-id .right-promo p.small-type {
	padding: 5px 0 0 10px;
	}	
	
#p1092-id .right-promo {
	text-align: right;
	}
	
#p1745-id #log-on-container {
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_017183.png") no-repeat scroll 0 0 transparent;
	height: 171px;
	margin-top: -50px;
	}
	
#p1745-id #log-on-container ul#log-on-list {
	height: 70px;
	}
	
#p1565-id #log-on-container {
	background: url("/ucm/groups/public/@hp/@public/documents/webasset/dev_017183.png") no-repeat scroll 0 0 transparent;
	height: 118px;
	margin-top: -17px;
	padding-top: 56px;
	}
	
#p1565-id #log-on-container ul#log-on-list {
	height: 81px;
	margin-top: 0 !important;
	}

	/* Form Outline Focus Color */	
#log-on-container input#username:focus,
#log-on-container input#password:focus {
	outline-color: #50b3Cf !important;
	}
	
#log-on-container ul#log-on-list {
	display: block;
	overflow: auto;
	z-index: 60;
	background-color: #fff;
	background: -moz-linear-gradient(0% 24% 90deg, rgb(255,255,255), rgb(203,243,250));
	background: -webkit-gradient(linear, 0% 0%, 0% 24%, from(rgb(203,243,250)), to(rgb(255,255,255)));
	list-style: none !important;
	border: 1px #999 solid;
	height: 96px;
	width: 193px;
	padding-top: 2px;
	padding-bottom: 6px;	
	margin: 21px 0 0 15px;
	}
	
.has-js #log-on-container ul#log-on-list { /* js on style */ 	
	margin-top: 34px;
	}	
	
#log-on-container ul#log-on-list li {
	margin-left: -10px;
	}

#log-on-container ul#log-on-list a {
	font: 11px/1.2em 'Verdana', sans-serif;
	z-index:60;
	color: #258fad;
	background: transparent url("/ucm/groups/public/@hp/@public/documents/webasset/dev_012842.png") no-repeat 3px 1px;
	padding: 3px 0 0 16px !important;
	}	
	
#log-on-container ul#log-on-list a:hover {
	color: #196277;
	}	
	
a#sign-up, a#sign-up:visited {
	display: block;
	font-size: 0 !important;
	color: transparent !important;
	background: #fff url('/ucm/groups/public/@hp/@public/documents/webasset/dev_012841.png') no-repeat 0 0;
	height: 43px;
	width: 240px;
	margin-top: 10px;
	}

a#sign-up:hover {
	background-position: 0 -46px;
	}	

	/* Deprecated Logon Box */
#logon-container {
	position: absolute;
	left: 698px;
	top: 62px; /* js off style */
	z-index: 5;
	width: 205px;
	height: 166px; /* js off style */
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-o-border-radius: 4px;
	padding: 8px 11px 14px;
	}
	
.has-js #logon-container {
	top: 78px; /* js on style */
	height: 150px; /* js on style */
	}	

#logon-container legend span#log-on-now {		
	display: block;
	font: bold 19px/22px 'MetaPro', Arial, sans-serif !important;
	color: #d99709;
	height: 24px;
	}
	
.webkit #logon-container legend span#log-on-now {		
	line-height: 15px !important;
	}	
		
#logon-container #username-box {
	display: block;
	height: 42px;
	margin-top: -1px;
	}

.has-js #logon-container #username-box { /* js on style */
	height: 34px !important;
	margin-top: 4px !important;
	}	

#logon-container #password-box {
	display: block;
	margin-top: 15px;
	}

#logon-container #username-label {
	position: absolute;
	z-index: 3;
	font-size: 12px;
	margin: 1px 0 0 1px;
	cursor: text;
	}

.has-js #logon-container #username-label { /* js on style */
	position: absolute !important;
	z-index: 4;
	font-size: 14px;
	margin: 3px 0 0 6px !important;
	}

#logon-container #password-label {
	position: absolute;
	z-index: 5;
	font-size: 12px;
	margin: 1px 0 0 1px;
	cursor: text;
	}

.has-js #logon-container #password-label { /* js on style */
	position: absolute !important;
	z-index: 6;
	font-size: 14px;
	margin: 3px 0 0 6px !important;
	}

#logon-container #logon-form input {
	position: relative;
	z-index: 2;
	top: 15px;
	font-size: 13px;
	width: 197px;
	height: 20px;
	margin: 0;
	padding: 2px 3px 0;
	cursor: text;
	}
	
.has-js #logon-container #logon-form input { /* js on style */
	top: 0 !important;
	}

#logon-container input#username, #logon-container input#password {
	background-color: transparent !important;
	border-top: 1px #999 solid;
	border-left: 1px #b3b3b3 solid;
	border-bottom: 1px #b3b3b3 solid;
	border-right: 1px #b3b3b3 solid;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	}

#logon-container #logon-form input:focus {
	-moz-outline-radius: 0 !important;
	}
	
#logon-container input#username:focus, #logon-container input#password:focus {
	border: 1px #ddd solid !important;
	}		

.moz #logon-container input#username, .moz #logon-container input#password { /* moz/js on style */
	height: 17px !important;
	padding-top: 2px !important;
	padding-bottom: 3px !important;
	}	

.ipad #logon-container input#username, .ipad #logon-container input#password, .ipad #logon-container input#username:focus, .ipad #logon-container input#password:focus, .iphone #logon-container input#username, .iphone #logon-container input#password, .iphone #logon-container input#username:focus, .iphone #logon-container input#password:focus  { /* iPad, iPhone */
	-webkit-border-radius: 5px !important;
	border: 1px #bbb solid !important;
	}

#logon-container #logon-form label.gray {
	color: #333;
	}

.has-js #logon-container #logon-form label.gray { /* js on style */
	color: #808080 !important;
	}

#logon-container #logon-form label.light {
	color: #ccc;
	}

#logon-container #logon-form label.black {
	color: #000;
	}

#logon-container #logon-form #submit {
	margin: 19px 0 0 160px;
	font-size: 12px;
	cursor: pointer;
	}
	
.moz #logon-container #logon-form #submit {
	padding-bottom: 1px;
	}
	
.ipad #logon-container #logon-form #submit { /* iPad */
	margin-top: 26px !important;
	}	

#logon-container ul#forgot-credentials {
	display: block;
	position: absolute;
	list-style: none;
	font-size: 12px;
	top: 68px;
	margin-left: 1px;
	padding: 0;
	}

.has-js #logon-container ul#forgot-credentials { /* js on style */
	top: 60px !important;
	}
	
#logon-container ul#forgot-credentials #create-username-password a {
	display: block;
	line-height: 14px;
	color: #48494a;
	margin-top: 7px;
	}
	
.has-js #logon-container ul#forgot-credentials #create-username-password a {
	margin-top: 3px !important;
	}		

#logon-container ul#forgot-credentials a#forgot-username {
	color: #999;
	}	

#logon-container ul#forgot-credentials a#forgot-password {
	display: block;
	color: #999;
	margin: 41px 0 0;
	}

.has-js #logon-container ul#forgot-credentials a#forgot-password {
	margin-bottom: 5px;
	}	

.has-js #logon-container ul#forgot-credentials a#forgot-password {
	margin-top: 32px !important;
	}
	
.ipad #logon-container ul#forgot-credentials a#forgot-username { /* iPad */
	white-space: nowrap;
	margin-left: 101px;
	}

.ipad #logon-container ul#forgot-credentials a#forgot-password { /* iPad */
	white-space: nowrap;
	margin-left: 103px;
	}

#logon-container ul#forgot-credentials a#forgot-username:hover, #logon-container ul#forgot-credentials a#forgot-password:hover {
	color: #666;
	}

#logon-container ul#forgot-credentials #create-username-password a {
	display: block;
	color: #48494a;
	}

#logon-container ul#forgot-credentials #create-username-password a:hover {
	color: #000;
	}	

#logon-container ul#forgot-credentials  li {
	float: left;
	width: 130px;
	}

#logon-container #logon-form lable, ul#forgot-credentials  li {
	font-family: 'Verdana', sans-serif;
	}	

	/* Go (input) Button Color Active */
#logon-container #logon-form input.button.go:active {
	top: 14px;
	}

.has-js #logon-container #logon-form input.button.go:active {
	top: 1px !important;
	}
	
	/* Deprecated Logon Box - end */	
	
	
#pgroup-coverage-id #banner-blurb .three-column-container .middle-column {
	width: 230px !important;
	}	

#pgroup-coverage-id #banner-blurb .right-column {
	width: 305px !important;
	}
	
#top-blurb {
	float: left;
	line-height: 1.4em;
	width: 693px;
	margin-right: 10px;
	padding: 10px 10px 0 20px;
	}

#contact-info {
	float: left;
	line-height: 1.4em;
	width: 185px;
	margin: 0 10px 10px 0;
	padding: 10px;
	}

#enrollment-tools {
	float: left;
	border: 1px #999 solid;
	width: 670px;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -o-border-radius: 8px;
	margin: 0 10px 10px 0;
	padding: 20px;
	}
	
#enrollment-tools h3 {		
	text-indent: -999px;
	color: #fff;
	background: transparent url('/ucm/groups/public/@hp/@public/documents/webasset/dev_001729.png') no-repeat 0 0;
	width: 250px;
	height: 35px;
	}

.tool {
	float: left;
	margin: 10px 5px 0 0;
	}
	
#network {
	float: left;
	background: transparent url('/ucm/groups/public/@hp/@public/documents/webasset/dev_001730.png') no-repeat 0 0;
	height: 55px;
	width: 167px;
	padding: 10px 0 0 69px;
	}
	
#benefits {
	float: left;
	background: transparent url('/ucm/groups/public/@hp/@public/documents/webasset/dev_001731.png') no-repeat 0 0;
	width: 113px;
	height: 55px;
	padding: 10px 0 0 69px;
	}
	
#plan {
	float: left;
	background: transparent url('/ucm/groups/public/@hp/@public/documents/webasset/dev_001732.png') no-repeat 0 0;
	width: 167px;
	height: 55px;	
	padding: 10px 0 0 69px;
	}

#more-resources {
	display: -moz-inline-block;
	display: inline-block;
	vertical-align: top;
	border: 1px #999 solid;
	-o-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 186px;
    height: 115px;
	padding: 15px 20px 20px;
	}
	
#more-resources h3 {
	font: bold 19px 'MetaPro', Arial, sans-serif;
	color: #0c708c;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.10);
	width: 250px;
	padding-bottom: 3px;
	}
	
#more-resources a {
	font-size: 13px !important;
	}	
	
.promo {
	display: -moz-inline-block;
	display: inline-block;
	vertical-align: top;
	border: 1px #999 solid;
	-o-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	width: 184px;
	height: 115px;
	margin: 0 9px 10px 1px;
	padding: 15px 20px 20px;	
	}
	
.promo p {
	font-size: 13px !important;
	padding-bottom: 0 !important;
	}
	
.promo h4#phone-support, .promo h4#health-wellness, .promo h4#online-tools  {
	font: bold 19px 'MetaPro', Arial, sans-serif;
	color: #d99709;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.10);
	width: 180px;
	padding-bottom: 8px;
	}
	
#top-3-news-releases .icon {
	display: -moz-inline-block;
	display: inline-block;
	vertical-align:top;
	width: 120px;
	}
	
#top-3-news-releases .icon-release {
	display: -moz-inline-block;
	display: inline-block;
	padding:0 0 40px 0;
	width: 520px;
	}
	
#other-news-releases .release {
	display: -moz-inline-block;
	display: inline-block;
	padding:0 0 20px 0;
	}	

.news-title {
	font: bold 'Verdana', sans-serif;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
	margin: 20px 0 10px 0;
	}
	
		/* Frequent Fitness Address Form */	
#frequent-fitness-address-form label {
	width: 102px;
	}	

#frequent-fitness-address-form #state {
	width: 120px;
	}

#frequent-fitness-address-form .state-label {
	width: 40px;
	}

#frequent-fitness-address-form #state, #frequent-fitness-address-form #city {
	margin-right: 11px;
	}

#frequent-fitness-address-form .zip-code {
	width: 25px;
	}
	
#frequent-fitness-address-form input#zip-code {
	width: 138px;
	}	

#frequent-fitness-address-form .button.go {
	margin: 7px 0 0 13px;
	}
	
		/* Frequent Fitness Address Form - end */	
		
#care-sidebar {
	height: 82px;
	width: 240px;	
	}
	
#care-sidebar #family-of-care{
	background:url("/ucm/groups/public/@hp/@public/documents/webasset/dev_012919.png") no-repeat scroll 0 0 transparent;
	height: 78px;
	width: 240px;	
	}	
	
#care-sidebar #patient-services-promo{
	background:url("/ucm/groups/public/@hp/@public/documents/webasset/dev_012920.png") no-repeat scroll 0 0 transparent;
	height: 153px;
	width: 240px;
	padding:50px 0 0 15px;
	}
	
#care-sidebar #patient-services-promo a, #care-sidebar #patient-services-promo a:visited{
	font: bold  11px 'Verdana', sans-serif !important;
	color: #fff;
	}
	
#care-sidebar #patient-services-promo li {
	line-height: 1em;
	}

#care-sidebar #patient-services-promo a:hover{
	color: #d1ecf3;
	}
	
	
		/* flu quiz */
#flu-quiz-container {
	background-color: #fff;
	background: -moz-linear-gradient(0% 10% 270deg, rgb(255,255,255), rgb(232,232,232));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255,255,255)), to(rgb(232,232,232)));
	border: #ccc solid 1px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	width: 415px;
	min-height: 400px;
	margin: 10px auto 20px;
	padding: 10px 20px 10px 20px;
	}
	
.has-js #flu-quiz-container {
	padding-top: 14px !important;
	}	

#flu-quiz-container form#flu-quiz-form ul.no-bullets li {
	height: 23px !important;
	}
	
#flu-quiz-container form#flu-quiz-form h4 {
	margin-bottom: 10px;
	}	

#flu-quiz-container label {
	text-shadow: 0 -1px 1px rgba(255,255,255,1.0);
	width: auto;
	}	
       
#flu-quiz-container #message { 
	display: block;
	font: normal 12px/12px 'Verdana', sans-serif;
	color: #8a1f11;
	background-color: #fbe3e4;
	border: 1px #fbc2c4 solid;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 400px;
	margin: 6px 0;
	padding: 5px 0 7px 10px;
	}

#flu-quiz-container #message p {
	font: normal 12px/12px 'Verdana', sans-serif;
	padding-bottom: 0;
	}

#flu-quiz-container #response-1,
#flu-quiz-container #response-2,
#flu-quiz-container #response-3 {
	display: none;
	}	
      
#flu-quiz-container input#submit,
#flu-quiz-container a.flu-quiz-form-resubmit {
	float: right;
	margin: 15px;
	}
	
#flu-quiz-container a.high-risk {
	font-size: 0.88em;
	}		
	
		/* flu quiz - end */
		

		/* urgent care wait times */
iframe#urgent-care-wait-times-iframe {
	width: 240px;
	height: 430px; /* js off */
	margin-bottom: 7px;
	}
	
		/* simple to the resuce button */
a#simple-to-the-rescue-container {
	display: block;
	position: relative;
	}
	
a#simple-to-the-rescue-container:active {
	top: 2px;
	}	
	
		/* medicare section */	
.medicare-footer {
	padding: 15px 0 0 24px; 
	}	
	
div.grid li {
	padding: 4px 4px 4px 10px;	
	}	
	
div.grid h2{
	text-align: center;
	color: #efa300;
	font: bold 27px/1em 'MetaPro', Arial, sans-serif;
	}		
	
div.grid li.office, div.grid li.travel, div.grid li.dental {
	background-color: rgb(238, 238, 238);
	}	

div.grid li.premium {
	min-height: 20px;
	display: block;
	font-size: 10px;
	font-family: 'Verdana', sans-serif;
	padding:10px 0 10px 10px;
	}	
	
div.grid li.premium span {
	font: bold 27px/1em 'MetaPro', Arial, sans-serif;
	color: #258FAD;
	}	

div.grid li.office {
	min-height: 24px;
	display: block;
	}
	
div.grid li.hospital {
	min-height: 24px;
	display: block;
	}	
	
div.grid li.travel {
	min-height: 92px;
	display: block;
	}
	
div.grid li.part-d {
	min-height: 45px;
	display: block;
	}	
	
div.grid li.dental {
	min-height: 90px;
	display: block;
	}	
	
div.grid li.select {
	min-height: 30px;
	display: block;
	padding: 15px 0 20px 5px;
	}	
	
div.grid li.select a.two-hundred {
	width: 160px;
	}		
	
div.medicare-applications-container {
	float: right;
	width: 325px;
	margin: 0 0 20px 25px !important;
	border: 1px #ccc solid;
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
    border-radius: 8px;
	margin: 0 2px 0 1px;
	padding: 15px 15px 0 15px;
	}	
	
div.medicare-applications-container h2 {
	padding: 0 0 10px;
	}	
	
div.medicare-applications-container div.medicare-application {
	padding: 0 0 10px;
	}		
	
div.medicare-applications-container div.medicare-application h3 {
	font: bold 12px 'Verdana', sans-serif;
	color: inherit;
	padding: 0 !important;
	}	
	
div.medicare-applications-container div.medicare-application em {
	font-style: normal;
	}	
	
.application1 {
	display: block;
	background: #fff url('/ucm/groups/public/@hp/@public/documents/webasset/dev_013194.gif') no-repeat 0 0;
	height: 54px;
	padding-left: 100px;
	}	
	
.application2 {
	display: block;
	background: #fff url('/ucm/groups/public/@hp/@public/documents/webasset/dev_013196.gif') no-repeat 0 0;
	height: 54px;
	padding-left: 100px;
	}
	
.application3 {
	display: block;
	height: 54px;
	background: #fff url('/ucm/groups/public/@hp/@public/documents/webasset/dev_013197.gif') no-repeat 0 0;
	padding-left: 100px;
	}
	
.application4 {
	display: block;
	background: #fff url('/ucm/groups/public/@hp/@public/documents/webasset/dev_013195.gif') no-repeat 0 0;
	height: 54px;
	padding-left: 100px;
	}
	
		/* Skin Rejuvenation */
#skin-rejuvenation div#banner.container-header {
	height: 288px;
	}
	
#skin-rejuvenation .aside {
	background: transparent url('/ucm/groups/public/@hp/@public/documents/webasset/dev_016383.png') no-repeat 0 0;
	height: 435px;
	}
	
#skin-rejuvenation .aside-header {
	background: none;
	}	
	
#skin-rejuvenation .aside-body {
	border: 0 none;
	padding: 0 12px;
	}
	
#skin-rejuvenation .aside-body a, #skin-rejuvenation .aside-body a:link, #skin-rejuvenation .aside-body a:visited {
	color: #50b3cf;
	}	
	
#skin-rejuvenation .aside-body p, #skin-rejuvenation .aside-body h3 {
	color: #fff;
	}	
	
#skin-rejuvenation .aside-body a:hover, #skin-rejuvenation .aside-body a:active {
	color: #cce9f1;
	}	
	
#skin-rejuvenation .aside-body h3 {
	font: bold 13px/15px 'Verdana', sans-serif;
	margin-top: 20px;
	}
	
#skin-rejuvenation .aside-body p {
	font: 11px 'Verdana', sans-serif;
	padding-bottom: 0;
	}	
	
#skin-rejuvenation .aside-body p.services {
	font-style: italic;
	}	
	
#skin-rejuvenation .aside-body p.call-to-action {
	font: bold 13px/15px 'Verdana', sans-serif;
	padding-top: 16px;
	}
	
		/* Skin Rejuvenation - end */
	
		
		/* Preventive Care Guidelines */
form#adviser-input-form {
	margin-left: 2px;
	}

form#adviser-input-form label {
	width: auto;
	}

form#adviser-input-form input#age {
	width: 50px;
	margin-right: 10px;
	}
	
.webkit form#adviser-input-form input#age {
	margin-right: 0;
	}	

form#adviser-input-form input#submit {
	margin: 8px 0 0 10px;
	}
	
form#adviser-input-form label.error {
	vertical-align: -2px;
	margin: 4px 10px 0 0;
	}		
		
		/* Preventive Care Guidelines - end */
	
	
#p1348-id h2 {
	font-size: 15px !important;
	}	
		/* Error page */
#p582-id div#breadcrumb {
	clear: both;
	}

#p582-id div#breadcrumb ul * {
	display: none !important;
	}	
	
		/* Individual Experience */
	
#individual-experience-container .right {
    margin-left: 17px !important;
	margin-right: 0px !important;
}

#individual-experience-container .small.button {
	margin:10px 0px;
	}

#individual-experience-container a.small-link {
	font: normal 11px 'Verdana',sans-serif !important;
	}

#individual-experience-container th {
	max-width: 98px;
	font-size: 11px;
	}

#individual-experience-container tbody tr th {
	font-size: 10px;
	line-height: normal;
	vertical-align: top;
	}

#individual-experience-container label.inline-radio-button {
	display: inline;
	}

#individual-experience-container .margin-label {
	margin-bottom: 2px;
	width: auto;
	height: auto;
	}

#individual-experience-container .margin-label h3 {
	line-height: 18px;
	}

#individual-experience-container input[type="radio"] {
	padding:0;
	}

#individual-experience-container li {
	margin-bottom: 20px;
	}

#individual-experience-container label {
	font-size: 12px;
	height: auto;
    vertical-align: -1px;
    width: auto;
	}

#individual-experience-container input {
	margin: 6px 3px 6px 0;
	}

#individual-experience-container tbody {
	border-right: 1px solid #CCCCCC; 
	}
	
	/* Twenty Four Seven Photo Slideshow */
	
#twenty-four-seven .wt-gallery {
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	background-color:#FFF;
	width:650px;
	height:464px;
	/*border:1px solid #000;*/
	padding: 0 !important;
	text-align:center;
	margin-left: 0px;
	}
	
#twenty-four-seven .wt-gallery a {
	outline:none;
	}
	
#twenty-four-seven .wt-gallery .main-screen {
	position:relative;
	clear:both;
	background-color:#000;
	/*border:1px solid #000;*/
	width:641px;
	height:429px;
	overflow:hidden;
	margin:0 auto;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
	}
	
#twenty-four-seven .wt-gallery #strip {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	overflow:hidden;
	}
	
#twenty-four-seven .wt-gallery .content-box{
	display:none;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	}
	
#twenty-four-seven .wt-gallery .main-img {
	display:none;
	position:absolute;
	top:0;
	left:0;
	border:0;
	z-index:0;
	}
	
#twenty-four-seven .wt-gallery .preloader {
	position:absolute;
	top:50%;
	left:50%;
	width:40px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:#000 url(/ucm/groups/public/@hp/@public/documents/images/loader.gif) center no-repeat;
	display:none;
	z-index:3;
	}
	
#twenty-four-seven .wt-gallery .desc,
#twenty-four-seven .wt-gallery .info,
#twenty-four-seven .wt-gallery .thumbnails li div p {
	color:#FFF;
	background:rgba(0,0,0,.75);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
	font-size:13px;
	text-align:left;
	position:absolute;
	left:0;
	z-index:4;
	width:100%;
	overflow:hidden;
	visibility:hidden;
	}
	
#twenty-four-seven .wt-gallery .info {
	height:22px;
	}

#twenty-four-seven .wt-gallery .inner-text {
	padding:8px;
	}
	
#twenty-four-seven .wt-gallery #timer {
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	visibility:hidden;
	background-color:#666;
	filter:alpha(opacity=50);
	opacity:.5;
	z-index:1;
	}
	
#twenty-four-seven .wt-gallery .inner-info{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:22px;
	line-height:22px;
	text-align:center;
	z-index:2;
	}
	
#twenty-four-seven .wt-gallery #play-btn {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-20px;
	margin-left:-20px;
	width:40px;
	height:40px;
	background:#efa300 url(/ucm/groups/public/@hp/@public/documents/images/play-pause.png) center 0 no-repeat;
	background:rgba(239,163,0,.75) url(/ucm/groups/public/@hp/@public/documents/images/play-pause.png) center 0 no-repeat;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
	z-index:5;
	}
	
#twenty-four-seven .wt-gallery #play-btn.pause {
	background-position:center -40px;
	}
	
#twenty-four-seven .wt-gallery #prev-btn,
#twenty-four-seven .wt-gallery #next-btn {
	width:25px;
	height:40px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-20px;
	z-index:5;
	cursor:pointer;
	visibility:hidden;
	background:#efa300 url(/ucm/groups/public/@hp/@public/documents/images/d-icons.png) center no-repeat;
	background:rgba(239,163,0,.75) url(/ucm/groups/public/@hp/@public/documents/images/d-icons.png) center no-repeat;
	}
	
#twenty-four-seven .wt-gallery #prev-btn {
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	background-position:0 center;
	}
	
#twenty-four-seven .wt-gallery #next-btn {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	background-position:-25px center;
	}
	
#twenty-four-seven .wt-gallery .cpanel {
	position:relative;
	clear:both;
	width:699px;
	height:auto;
	margin:0 auto;
	}
	
#twenty-four-seven .wt-gallery .thumbnails {
	position:relative;
	width:655px;
	height:auto;
	float:left;
	overflow:hidden;
	z-index:1;
	}
	
#twenty-four-seven .wt-gallery .thumbnails ul {
	list-style:none;
	position:relative;
	width:9999999px;
	height:auto;
	margin:0;
	padding:0;
	z-index:0;
	}
	
#twenty-four-seven .wt-gallery .thumbnails li {
	display:block;
	position:relative;
	float:left;
	margin-right:5px;
	}
	
#twenty-four-seven .wt-gallery .thumbnails li div {
	position:relative;
	float:left;
	width:125px;
	height:70px;
	background-color:#000;
	/*border:1px solid #000;*/
	margin-top:10px;
	overflow:hidden;
	}
	
#twenty-four-seven .wt-gallery .thumbnails li div p {
	width:auto;
	height:auto;
	border:0;
	margin:0;
	padding:2px;
	text-align:center;
	z-index:1;
	visibility:visible;
	}
	
#twenty-four-seven .wt-gallery .thumbnails li div img {
	position:absolute;
	top:0;
	left:0;
	border:0;
	z-index:0;
	}
	
#twenty-four-seven .wt-gallery li.curr-arrow {
	/*background:url(/ucm/groups/public/@hp/@public/documents/images/selected-arrow.png) center 2px no-repeat;*/
	}
	
#twenty-four-seven .wt-gallery li div.thumb-over {
	border-color:#09F;
	}
	
#twenty-four-seven .wt-gallery li.curr-arrow img,
#twenty-four-seven .wt-gallery li.curr img {
	-moz-opacity:.7;
	opacity:.7;
	filter:alpha(opacity=70);
	}
	
#twenty-four-seven .wt-gallery li.curr-arrow div,
#twenty-four-seven .wt-gallery li.curr div {
	border-color:#000 !important;
	}
	
#twenty-four-seven .wt-gallery div.data {
	display:none;
	}
	
#twenty-four-seven .wt-gallery #thumbs-back,
#twenty-four-seven .wt-gallery #thumbs-fwd {
	float:left;
	position:relative;
	width:22px;
	height:80px;
	cursor:pointer;
	background:url(/ucm/groups/public/@hp/@public/documents/images/icons.png) no-repeat;
	}
	
#twenty-four-seven .wt-gallery #thumbs-back {
	background-position:0 center;
	}
	
#twenty-four-seven .wt-gallery #thumbs-fwd {
	background-position:-22px center;
	}
	
#twenty-four-seven .wt-gallery #cbar {
	position:relative;
	clear:both;
	height:20px;
	}
	
#twenty-four-seven .wt-gallery .index-panel {
	position:relative;
	display:inline;
	float:left;
	height:20px;
	overflow:hidden;
	}
	
#twenty-four-seven .wt-gallery .index,
#twenty-four-seven .wt-gallery .index-hl {
	position:relative;
	display:inline;
	float:left;
	width:8px;
	height:8px;
	margin:6px 3px;
	background:url(/ucm/groups/public/@hp/@public/documents/images/icons.png) no-repeat;
	}
	
#twenty-four-seven .wt-gallery .index {
	background-position:-44px 0;
	cursor:pointer;
	}
	
#twenty-four-seven .wt-gallery .index-hl {
	background-position:-52px 0;
	cursor:default;
	}
	
#twenty-four-seven .wt-gallery .thumb-info {
	position:relative;
	display:inline;
	float:right;
	height:20px;
	line-height:20px;
	font-size:11px;
	color:#000;
	}
	
#twenty-four-seven .wt-gallery .vpiece,
#twenty-four-seven .wt-gallery .hpiece {
	position:absolute;
	z-index:2;
	}
	
#twenty-four-seven #gallery-tooltip {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	}
	
#twenty-four-seven #gallery-tooltip.txt-up {
	margin-left:-10px;
	margin-bottom:5px;
	background:url(/ucm/groups/public/@hp/@public/documents/images/tail.png) no-repeat;
	background-position:10px bottom;
	background-position-x:10px;
	background-position-y:bottom;
	}
	
#twenty-four-seven #gallery-tooltip.txt-down {
	margin-left:-10px;
	margin-top:24px;
	background:url(/ucm/groups/public/@hp/@public/documents/images/rev-tail.png) no-repeat;
	background-position:10px top;
	background-position-x:10px;
	background-position-y:top;
	}
	
#twenty-four-seven #gallery-tooltip .tt-txt {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#FFF;
	background-color:#000;
	max-width:300px;
	padding:4px;
	margin:8px 0;
	}

#twenty-four-seven .container {
	padding: 0px;
	}
        
#twenty-four-seven .inner-text h1 {
	font-size:16px; 
	color:#E88308;
	margin: -4px 0 8px 0;
	}
        
#twenty-four-seven .inner-text p { 
	font-size: 14px;
	color: #fff;
	margin: 0 0 -12px 0;
	font: 13px 'Verdana', sans-serif;
	}
        
#twenty-four-seven .galleryContent { 
	margin: 0 0 10px 0;
	}
        	
#twenty-four-seven .galleryContent p { 
	color: #000;
	margin: 0;
	}	

/* navigation and content styles for global health uganda pages */
#uganda ul#sub-nav {    
	display: inline-block;
    height: 110px;
	margin-bottom:35px;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
    z-index: 2;
	}
	
#uganda ul#sub-nav li {
    display: inline-block;
    list-style: none outside none !important;
    padding: 0 !important;
    vertical-align: top;
	}
	
#uganda ul#sub-nav li a {
	position:relative;
	}
	
#uganda ul#sub-nav li a, ul#sub-nav li a:visited {
    color: #000000;
    display: inline-block;
    font: bold 17px 'MetaPro',Arial,sans-serif;
	height: 130px;
    padding: 0;
	text-shadow: none; 
    vertical-align: top;
	width: 302px;
	}
	
#uganda ul#sub-nav li.middle  {
	margin-left: 18px;
	margin-right: 18px;
	}
	
#uganda ul#sub-nav li a h2  {
	color: #FFFFFF;
	font: bold 22px/normal 'MetaPro', Arial, sans-serif;
	padding: 12px 0 0 12px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	}
	
#uganda ul#sub-nav li a img {
	left: 10px;
	position: absolute;
	top: 54px;
	z-index: 10;
	}
	
#uganda ul#sub-nav li a p {
	color: #696A6C;
	float: right;
	font:normal 14px/18px 'MetaPro', Arial, sans-serif;
	padding: 10px 10px 0 0;
	width: 205px;
	}
	
#uganda ul#sub-nav li a:hover div.sub-nav-content, ul#sub-nav li a.active div.sub-nav-content {
	background: transparent url("/ucm/groups/public/@hp/@public/documents/webasset/dev_057307.png") repeat-x scroll 0 0;
	}
	
#uganda .sub-nav-header {	
	background: #EFA300 url("/ucm/groups/public/@hp/@public/documents/images/dev_002187.png") repeat-x scroll 0 0;	
	-webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;	
	border-radius: 8px 8px 0 0;
	height: 40px;
	}
	
#uganda .sub-nav-content {
	border: 1px solid #CCCCCC;
	height: 90px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	}	
	
#uganda .sub-nav-content img {
	float:left;
	padding:10px;
	}
	
#uganda .container-body img {
	margin-bottom: 10px;
	}
	
#uganda .container-body img.centered {
	margin: 0 auto;
	}
	
#uganda .main-aside .one-hundred-ninety-two {
	border: 1px solid #CCCCCC;
	float:right;
	margin: 0 0 10px 20px;
	padding: 10px;
	width: 192px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
	
#uganda .aside-header {
	background: #979797 url("/ucm/groups/public/@hp/@public/documents/webasset/dev_057308.png") repeat-x scroll 0 0;
	}
	
/* wt-gallery styles for HP global health */

#coop .wt-gallery{
	background-color: #FFF;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	height: 540px;
	padding: 0 !important;
	text-align: center;
	width: 641px;
	}
	
#coop .wt-gallery a{
	outline: none;
	}
	
#coop .wt-gallery .main-screen{
	background-color: #000;
	clear: both;
	height: 427px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 641px;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
	}
	
#coop .wt-gallery img {
	margin-bottom: 0;
	}
	
#coop .wt-gallery #strip{
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 0;
	}
	
#coop .wt-gallery .content-box{
	display: none;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	}
	
#coop .wt-gallery .main-img{
	border: 0;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 0;
	}
	
#coop .wt-gallery .preloader{
	display: none;
	height: 40px;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#000 url("/ucm/groups/public/@hp/@public/documents/images/loader.gif") center no-repeat;
	}
	
#coop .wt-gallery .desc,
#coop .wt-gallery .info,
#coop .wt-gallery .thumbnails li div p{
	color:#FFF;
	background:rgba(0,0,0,.75);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
	font-size:13px;
	text-align:left;
	position:absolute;
	left:0;
	z-index:4;
	width:100%;
	overflow:hidden;
	visibility:hidden;
	}
	
#coop .wt-gallery .info{
	height: 22px;
	}
	
#coop .wt-gallery .inner-text{
	padding: 6px;
	}
	
#coop .wt-gallery #timer{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	visibility: hidden;
	background-color: #666;
	filter:alpha(opacity=50);
	opacity: .5;
	width: 0;
	z-index: 1;
	}
	
#coop .wt-gallery .inner-info{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:22px;
	line-height:22px;
	text-align:center;
	z-index:2;
	}
	
#coop .wt-gallery #play-btn{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-20px;
	margin-left:-20px;
	width:40px;
	height:40px;
	background:#efa300 url("/ucm/groups/public/@hp/@public/documents/images/play-pause.png") center 0 no-repeat;
	background:rgba(239,163,0,.75) url("/ucm/groups/public/@hp/@public/documents/images/play-pause.png") center 0 no-repeat;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
	z-index:5;
	}
	
#coop .wt-gallery #play-btn.pause{
	background-position:center -40px;
	}
	
#coop .wt-gallery #prev-btn,
#coop .wt-gallery #next-btn{
	width:25px;
	height:40px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-20px;
	z-index:5;
	cursor:pointer;
	visibility:hidden;
	background:#efa300 url("/ucm/groups/public/@hp/@public/documents/images/d-icons.png") center no-repeat;
	background:rgba(239,163,0,.75) url("/ucm/groups/public/@hp/@public/documents/images/d-icons.png") center no-repeat;
	}
	
#coop .wt-gallery #prev-btn{
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	background-position:0 center;
	}
	
#coop .wt-gallery #next-btn{
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	background-position:-25px center;
	}
	
#coop .wt-gallery .cpanel{
	position:relative;
	clear:both;
	width:699px;
	height:auto;
	margin:0 auto;
	}
	
#coop .wt-gallery .thumbnails{
	position:relative;
	width:655px;
	height:auto;
	float:left;
	overflow:hidden;
	z-index:1;
	}
	
#coop .wt-gallery .thumbnails ul{
	list-style:none;
	position:relative;
	width:9999999px;
	height:auto;
	margin:0;
	padding:0;
	z-index:0;
	}
	
#coop .wt-gallery .thumbnails li{
	display:block;
	position:relative;
	float:left;
	margin-right:5px;
	}
	
#coop .wt-gallery .thumbnails li div{
	position:relative;
	float:left;
	width:125px;
	height:70px;
	background-color:#000;
	/*border:1px solid #000;*/
	margin-top:10px;
	overflow:hidden;
	}
	
#coop .wt-gallery .thumbnails li div p{
	width:auto;
	height:auto;
	border:0;
	margin:0;
	padding:2px;
	text-align:center;
	z-index:1;
	visibility:visible;
	}
	
#coop .wt-gallery .thumbnails li div img{
	position:absolute;
	top:0;
	left:0;
	border:0;
	z-index:0;
	width:125px;
	height:83px;
	}
	
#coop .wt-gallery li.curr-arrow{
	/*background:url(assets/selected_arrow.png) center 2px no-repeat;*/
	}
	
#coop .wt-gallery li div.thumb-over{
	border-color:#09F;
	}
	
#coop .wt-gallery li.curr-arrow img,
#coop .wt-gallery li.curr img{
	-moz-opacity:.7;
	opacity:.7;
	filter:alpha(opacity=70);
	}
	
#coop .wt-gallery li.curr-arrow div,
#coop .wt-gallery li.curr div{
	border-color:#000 !important;
	}
	
#coop .wt-gallery div.data{
	display:none;
	}
	
#coop .wt-gallery #thumbs-back,
#coop .wt-gallery #thumbs-fwd{
	float:left;
	position:relative;
	width:22px;
	height:80px;
	cursor:pointer;
	background:url("/ucm/groups/public/@hp/@public/documents/images/icons.png") no-repeat;
	}
	
#coop .wt-gallery #thumbs-back{
	background-position:0 center;
	}
	
#coop .wt-gallery #thumbs-fwd{
	background-position:-22px center;
	}
	
#coop .wt-gallery #cbar{
	position:relative;
	clear:both;
	height:20px;
	}
	
#coop .wt-gallery .index-panel{
	position:relative;
	display:inline;
	float:left;
	height:20px;
	overflow:hidden;
	}
	
#coop .wt-gallery .index,
#coop .wt-gallery .index-hl{
	position:relative;
	display:inline;
	float:left;
	width:8px;
	height:8px;
	margin:6px 3px;
	background:url("/ucm/groups/public/@hp/@public/documents/images/icons.png") no-repeat;
	}
	
#coop .wt-gallery .index{
	background-position:-44px 0;
	cursor:pointer;
	}
	
#coop .wt-gallery .index-hl{
	background-position:-52px 0;
	cursor:default;
	}
	
#coop .wt-gallery .thumb-info{
	position:relative;
	display:inline;
	float:right;
	height:20px;
	line-height:20px;
	font-size:11px;
	color:#000;
	}
	
#coop .wt-gallery .vpiece,
#coop .wt-gallery .hpiece{
	position:absolute;
	z-index:2;
	}
	
#coop #gallery-tooltip{
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	}
	
#coop #gallery-tooltip.txt-up{
	margin-left:-10px;
	margin-bottom:5px;
	background:url("/ucm/groups/public/@hp/@public/documents/images/tail.png") no-repeat;
	background-position:10px bottom;
	background-position-x:10px;
	background-position-y:bottom;
	}
	
#coop #gallery-tooltip.txt-down{
	margin-left:-10px;
	margin-top:24px;
	background:url("/ucm/groups/public/@hp/@public/documents/images/rev-tail.png") no-repeat;
	background-position:10px top;
	background-position-x:10px;
	background-position-y:top;
	}
	
#coop #gallery-tooltip .tt-txt{
	background-color: #000;
	color: #FFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 8px 0;
	max-width: 300px;
	padding: 4px;
	}
	        
#coop .inner-text h1 {
	color: #E88308;
	font-size: 16px; 
	margin: -4px 0 8px 0;
	}
	        
#coop .inner-text p { 
	color: #fff;
	font: 13px 'Verdana', sans-serif;
	margin: 0 0 -12px 0;
	}
	        
#coop .galleryContent { 
	margin: 0 0 10px 0;
	}
	        	
#coop .galleryContent p { 
	margin: 0;
	}
	
		/* Coverage criteria */	
#cc-body .main-aside h2 {
	padding-top: 0.75em;
}

#cc-body .main-aside h2#policy-title {    
	color: #FFFFFF;
    font: bold 28px/28px 'MetaPro',Arial,sans-serif;
    margin: 0 0 0 22px;
    padding-top: 8px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	}
	
#cc-body table, #cc-body table td, #cc-table thead th, #cc-body table thead th h4, #cc-body table th h4, #cc-body table thead th a, #cc-body table td li {
	font-family: Verdana, sans-serif !important;
	}

#cc-body table {
	border-collapse: collapse;
	border-spacing: 4px;
	margin-bottom: 10px;	
	}

#cc-body table td {
	border: 1px solid #ccc;
	padding: 6px;
	}
	
#cc-body table td, #cc-body table td li {
	font-size: 13px;
	line-height: 15px;
	}	

#cc-body table td li {
	padding-bottom: 6px;
	}

#cc-body table thead th, #cc-body table th {
	font-weight: bold;
	padding: 4px;
	text-align: left;
	}
	
#cc-body table thead th h4, #cc-body table th h4 {
	font-size: 14px;
	line-height: 16px;
	}	
	
#cc-body table thead th a {
	font-weight: bold;
	}
		
		/* TCOC */		
.aside-image-checkmark {
	float: left; 
	height: 37px;
	margin-right: 10px;
	width: 40px; 
	}	

		/* Coverage criteria - Print styles */		
@media print {
	ul#navigation-ie, .aside-header-ie, .aside-body-ie, a[href^="#top"] { display:none; }
	#policy-title, #policy-activity .aside-header, #policy-activity .aside-body, #policy-activity .aside-header-ie, #policy-activity .aside-body-ie { width:100%; display: block; }
	.container-body-ie, #policy-activity .aside-body, #policy-activity .aside-body-ie { border:none; }
	#policy-title, #policy-activity .aside-header h2, #policy-activity .aside-header-ie h2 { position:relative;}
}
