/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{
	background:#fff;
}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        #cboxClose{
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	background-image: url(../images/close-button.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#cboxClose:hover{background-position:bottom center;}

/*Custom CSS*/
.paddedText{
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	}
#documentList h3 {
	background-image: url(../images/doc-link-icon.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 15px;
	padding-left: 60px;
}
.column1, .column2{
	float: left;
	width: 420px;
}
.column1 h4, .column2 h4, .column3 h4 {
	background-image: url(../images/numbers-circle-sprite.png);
	background-repeat: no-repeat;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-left: 30px;
}
.column1 h4{background-position: 0px 0px;}
.column2 h4{background-position: 0px -20px;}
.column3 h4{background-position: 0px -40px;}
.column1 ul, .column2 ul, .column3 ul{
	margin-left: 45px;
}
.commonBlue{
	background-color: #daf5fc;
	font-weight:bold;
	font-style: italic;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	color: #666;
	font-weight: bold;
}
