@charset "utf-8";

/*
		HealthPartners 2011
		colorbox css
*/


#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9998;
	overflow: hidden;
	}
	
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	}

#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
	}
	
#cboxContent {
	position: relative;
	background-color: #fff;
	}
	
#cboxLoadedContent {
	overflow: auto;
	}
	
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	}
	
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
	}
	
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	}
	
.cboxIframe {
	display: block;
	border: 0;
	width: 100%;
	height: 100%;
	}

#cboxOverlay {
	background-color: #fff;
	}
	
#cboxTopLeft{ 
	background: transparent url('/ucm/groups/public/@hp/@public/documents/images/dev_002209.png') no-repeat 0 0;
	width: 25px;
	height: 25px;
	}
	
#cboxTopCenter {
	background: transparent url('/ucm/groups/public/@hp/@public/documents/images/dev_002209.png') repeat-x 0 -50px;
	height: 25px;
	}
	
#cboxTopRight {
	background: transparent url('/ucm/groups/public/@hp/@public/documents/images/dev_002209.png') no-repeat -25px 0;
	width: 25px;
	height: 25px;
	}
	
#cboxBottomLeft {
	width: 25px;
	height: 25px;
	background: transparent url('/ucm/groups/public/@hp/@public/documents/images/dev_002209.png') no-repeat 0 -25px;
	}

#cboxBottomCenter {
	background: transparent url('/ucm/groups/public/@hp/@public/documents/images/dev_002209.png') repeat-x 0 -75px;
	height: 25px;
	}
	
#cboxBottomRight {
	background: transparent url('/ucm/groups/public/@hp/@public/documents/images/dev_002209.png') no-repeat -25px -25px;
	width:25px;
	height:25px;
	}

#cboxMiddleLeft {
	background: transparent url('/ucm/groups/public/@hp/@public/documents/images/dev_002211.png') repeat-y 0 0;
	width: 25px;
	}

#cboxMiddleRight {
	background: transparent url('/ucm/groups/public/@hp/@public/documents/images/dev_002211.png') repeat-y -25px 0;
	width: 25px;
	}

#cboxError{
	padding: 50px;
	border: 1px #ccc solid;
	}
	
#cboxLoadedContent {
	margin-bottom: 20px;
	}
	
#cboxTitle {
	position: absolute;
	color: #999;
	text-align: center;
	left: 0;
	bottom: -4px;
	width: 100%;
	margin: 0;
	}
	
#cboxCurrent {
	position: absolute;
	color: #999;
	left: 100px;
	bottom: 0px;
	}
	
#cboxSlideshow {
	position: absolute;
	color: #444;
	right: 42px;
	bottom: 0px;
	}
	
#cboxPrevious {
	position: absolute;
	bottom: 0px;
	left: 0;
	color: #444;
	}
	
#cboxNext {
	position: absolute;
	color:#444;
	left: 63px;
	bottom: 0px;	
	}
	
#cboxLoadingOverlay {
	background: transparent url('/ucm/groups/public/@hp/@public/documents/images/spinner.gif') no-repeat center center;
	}
	
#cboxClose {
	position: absolute;
	display: block;
	font-size: 0 !important;
	color: transparent;
	z-index: 9999;
	overflow: visible !important;
	background: transparent url('/ucm/groups/public/@hp/@public/documents/images/close-button-sprite.png') no-repeat 0 0;
	top: -25px;
	right: -26px;
	width: 30px;
	height: 30px;
	}

#cboxClose:active {
	background: transparent url('/ucm/groups/public/@hp/@public/documents/images/close-button-sprite.png') no-repeat 0 -30px;
	}
	
.mac #cboxClose, .ipad #cboxClose {
	left: -26px;
	right: auto !important;
	}
