.lightboxHTML {
	background-color:#f1f1f1; color:#333333; padding:20px 45px;
}

.lightboxHTML a, .lightboxHTML p, .lightboxHTML ul, .lightboxHTML table, .lightboxHTML ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
	.lightboxHTML h1 {
	    font-size: 30px;
	    line-height: 36px;
	    color: #39bbeb;
		font-weight:lighter;
		font-family: Segoe, Arial, Helvetica, sans-serif;
	}
	.lightboxHTML h2 {
		font-size: 16px;
		text-transform:uppercase
	}
	.lightboxHTML h3 {
		font-size: 14px;
		font-weight:bold;
		padding-right:5px;
	}
	.lightboxHTML h3 span {
		background-image:url(/p/bi2010/resources/h3_gbar2.gif);
		background-position:top right;
		padding:4px 12px 8px 5px; background-repeat:no-repeat;
	}
	.lightboxHTML h4  {
		font-size: 14px;
		font-weight:bold;
		padding-right:5px;
		color:#faa71d;
	}
	.lightboxHTML a {
	    color: #faa71d;
	    text-decoration:underline;
	}
	.lightboxHTML a:hover {
	    text-decoration:underline;
	}
    .lightboxHTML ul.columsList {
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
        background-repeat: repeat-y;
    }       
    .lightboxHTML ul.columsList li {
        list-style: none;
        float: left;
    }
    .lightboxHTML ul.columsList li div.moduleBody {
        padding:15px;
    }
    .lightboxHTML ul.columsList li.divider {
    	border-right:1px solid #cccccc;
        border-left:1px solid #cccccc;
    }
    .lightboxHTML ul.stacked {
        margin-bottom:0; border-top:1px solid #cccccc;  
    }
	.lightboxHTML ul.double li {
        width: 49%;
    } 
    .lightboxHTML ul.triple li {
        width: 33%;
    }   
    .lightboxHTML ul.quadruple li {
        width: 24%;
    }  
	.lightboxHTML ul.quintuple li {
        width: 19%;
    } 

	.lightboxHTML ul.columsList li ul,
    .lightboxHTML ul.columsList li ol {
        width: auto;
        background: none;
        border: 0 none;
    } 
    .lightboxHTML ul.columsList li ul li,
    .lightboxHTML ul.columsList li ol li {
       float: none;
       width: auto;
       padding: 0; 
       list-style: disc;
    }  
    .lightboxHTML ul.columsList li ol li {
        list-style: none;
        padding: 3px 0;
        border-top: solid 1px #939393;
    } 	

.lightboxHTML ol { list-style:decimal; margin-left:35px; }
	
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#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;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxContent{background:#000; margin-top:20px;}
        #cboxLoadedContent{background:#000; padding:5px;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious, .cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/p/TENA10/resources/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover, .cboxPrevious.hover{background-position:bottom left;}
        #cboxNext, .cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/p/TENA10/resources/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover, .cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(/p/TENA10/resources/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/p/TENA10/resources/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}